.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,243,218;--color-primary-1:248,218,143;--color-primary-2:244,194,69;--color-primary-3:241,194,50;--color-primary-4:252,184,34;--color-secondary-0:226,248,250;--color-secondary-1:169,235,239;--color-secondary-2:111,221,229;--color-secondary-3:40,175,176;--color-secondary-4:0,193,199;--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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container { background-color: transparent; background-image: none; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container > .video-iframe-container { display: none; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row > .video-iframe-container { display: none; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .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); }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container { border-width: 0; border-radius: 0; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#WHm8ynTIidgmay1wOBSgrmGwq1CAc2I9 { 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-4),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:0.18701171875rem;left:49.3740234375rem;display:block; }
#IteMGrnoy2MreKqh19ql99ysufDE2Odh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfNQF7p4nREEuuQsXVmUE22v1ogC55AH { 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-4),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:0.18701171875rem;left:37.7490234375rem;display:block; }
#yDQTxwXvOPkU9am3AyTg2gLBRcOgTlk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9C1wzGAPNJrS0E3Jo9VPNE7d1W01KTA { 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-4),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:15003;text-align:center;text-align-last:center;top:0.18701171875rem;left:60.8115234375rem;display:block; }
#N6Tl5eR1z74KVSboXnkklO63Tgvlathq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui { 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; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container { background-color: transparent; background-image: none; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container > .video-iframe-container { display: none; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row > .video-iframe-container { display: none; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .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); }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container { border-width: 0; border-radius: 0; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW { 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:block; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW.adaptive-delivery-prevent-bg, #VJT76tQ8nenTC8Tte23Ja3focwM1aJOW.lazyload, #VJT76tQ8nenTC8Tte23Ja3focwM1aJOW.lazyloading { background-image: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container { background-color: transparent; background-image: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container > .video-iframe-container { display: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row > .video-iframe-container { display: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .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); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container { border-width: 0; border-radius: 0; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#k5Jm6kX9JyJaCR6REZiZVEbD6vROdiHc { 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:3.937325rem;width:14.6875rem;top:1.09375rem;left:27.623401641846rem;overflow:hidden;display:block; }
#bGCtMFz9arE3sLDdH1zum4yFkqKWDo7p { 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:5.75rem;width:5.75rem;top:1.8125rem;left:14rem;overflow:hidden;display:block; }
#ltZPWE0UhDlLSR5dTHgzBbRWJI34Oz8t { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:29.9375rem;top:1.875rem;left:44.8125rem;display:block; }
#zm4kUTpELcyki4gXzbRXzaS6zf37k7Tz { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.87464375rem;width:2.87464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:1.6875rem;left:44.625rem;display:block; }
#t1KTGQTeV1c7qG48HBz2aLNxGXxlXMd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.125rem;left:47.125rem;height:1.949225rem;font-style:normal;display:block; }
#bIPSGF0NLr6uQqlsdvVJOHHhqtovpSW8 { position:absolute;display:block;z-index:15020;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:2.5625rem;width:9.125rem;top:1.875rem;left:57.125rem;display:block; }
#Xt1VLT54s2zIO6cvsWJhT2G7WhMSrt8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.0625rem;left:57.5rem; }
#gH6rtJrye2EIKCJqxsstongHIC4GqOTp { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:2.275390625rem;left:60.0625rem;height:1.57421875rem;font-style:normal;display:block; }
#pLoIGPNTcFSZZxtNZLg9Kum3CQD6LvJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:2.275390625rem;left:69.0625rem;height:1.57421875rem;font-style:normal;display:block; }
#ys2pHCeQ3FX93WARymaI8cAB5TcbSIPZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.0625rem;left:66.5009765625rem; }
#DZrDZgoxebSVR00cfyhQr3hds8CIDfS2 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:27.5rem;top:1.875rem;left:47.375rem;display:none; }
#JzIBU90IPPBZ1yWW5po90vdQZ51M8hXs { 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; }
#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container { border-width: 0; border-radius: 0; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#DQ7PXoJPRQmryXmtSBUD9JPL5UIdqwBW { 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; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.875rem;left:4.375rem;height:4.875rem;font-style:normal;display:block; }
#b2sPuCNfAKOkeUXpzXG9HsnlwimQDCx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:15.625rem;left:4.375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOpT07Lq1WPCank1NhQ8sgsEqVMuhfa4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.49935rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.901695251465rem;left:4.375rem;display:block; }
#uNprTeWSNhqThAwuNMdcnLSUUiGMF6Lx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DStyMrcvIT8ETuEcRpDFxWq3H8NpqrIp { color:rgba(var(--color-tertiary-0),1);display:block;width:24.249125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:18.1875rem;left:4.375rem;height:11.46975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkD2umPi3VylcCQkxkX5lLXWH8K01Rcw { color:#f4d35e;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.75rem;left:11.875rem;height:5.3624125rem;font-style:normal;display:none; }
#yW3tO2cfW6LedAKWEdeLl6CvH8K1VTrn { 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:2.87435rem;width:3.4375rem;top:4.7493491172791rem;left:7.5rem;overflow:hidden;display:none; }
#Guk2dDiydgnlbSiMKuS1x5DJTi4tXaFy { color:#f4d35e;display:block;width:34.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.5rem;left:4.375rem;height:3.75rem;font-style:normal;display:block; }
#pJZ9sNs8ltD272MkowTtdOLa2SKOeJ7n { 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:2.87435rem;width:3.4375rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#mHwffylGP6IBFJAMhLQF6dN47hB8XqzI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.5rem;width:38.5rem;top:9.5rem;left:38.1875rem;display:block; }
#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { background-color: transparent; background-image: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { border-width: 0; border-radius: 0; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#DptyXcwd4Eo84VLERvZELET7fBupTI1K { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.375rem;height:12.0703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { color:#4f648c;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.3125rem;height:13.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:20.9375rem;left:55.375rem;height:18.9706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:10.8125rem;overflow:hidden;display:block; }
#RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5625rem;left:6.25rem;display:block; }
#PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:31.25rem;display:block; }
#qMtHDMeuMLIHC121aReQmcmweTnB9be2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:35.8125rem;overflow:hidden;display:block; }
#rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:56.25rem;display:block; }
#RNreVksv7uoA90zIodKVzeEyPA7sUiVz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#LUnWhST6JQr4P4niob3hhbXIECtefXZm { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.6875rem;left:2.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:27.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:52.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoGh3M3BE79ZRxle19PFUldJ1GlJGB8k { color:#4f648c;display:block;width:25rem;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.28103125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TyGXx5zlCX8606KPAT07WNpt0KnyL245 { color:#4f648c;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7795190811156rem;left:0rem;height:9.34244375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mKBgzGZiQUoRT6XFvrCBcZnucFAgJEGz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:31.25rem;display:none; }
#Dl38TVyeAUNQDxG1rTO3DPVOeRtzR3Pv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:31.25rem;display:none; }
#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01b1cd;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; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container { background-color: transparent; background-image: none; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container > .video-iframe-container { display: none; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row > .video-iframe-container { display: none; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .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); }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container { border-width: 0; border-radius: 0; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#KWVaZkOF17KEiWXBsl2ETdUSDrbWGED5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.6356334686279rem;left:10.1875rem;height:7.34765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { background-color: transparent; background-image: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { border-width: 0; border-radius: 0; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD { 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; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container { background-color: transparent; background-image: none; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container > .video-iframe-container { display: none; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row > .video-iframe-container { display: none; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .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); }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container { border-width: 0; border-radius: 0; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#KbT2Ul559oTKcJDZ6lBX2CHk6NiUDnIk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#i7l1uV3WsmJRTmUILcmaARZEI5KtDVTZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#Ba5yxTbWn0KqyaCHinzAbeRt6uCqCHW8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#z3lp1P7EGhCPRxx9Ug9as5sfZO4PQwFL { 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:0rem;left:58.125rem;overflow:hidden;display:block; }
#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { background-color: transparent; background-image: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { border-width: 0; border-radius: 0; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#olwqAeD24OiPssS99Nhl71pT0yLURDl1 { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.4375rem;left:36.3125rem;display:block; }
#MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { color:rgba(var(--color-secondary-4),1);display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:32.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G { 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; }#nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G > .row .container { border-width: 0; border-radius: 0; }#nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:none; }#e3lfGMr362mTgULhuSVWff6rXNA2uM2G { 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; }
#cz5ZifEmOTgQ0WMvRmU0yPuJgPISkcWN { 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; }
#Xen22q7gEltvE0OQqvcaiuHG7KS6gJBX { 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; }
#ris2S3gHfwiq283zgLNtFHuV4hDTaxnc { 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; }
#BcaXh9c3DpfoyLRQLL3oT9pEWap6hQ69 { 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; }
#yABtRd8rVDzFWm5oPro9S2spDp9gyg1e { 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; }
#Ia6koMsHTU4ZMME50C5sI61wlF56nw5p { 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; }
#Xc11uCfZt5VT1567ER0JVSNUr8Pc7G8M { 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; }
#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN { 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:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN.adaptive-delivery-prevent-bg, #sKCpBg12eXsiPNNFbTW3rtifCKPih5uN.lazyload, #sKCpBg12eXsiPNNFbTW3rtifCKPih5uN.lazyloading { background-image: none; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container { background-color: transparent; background-image: none; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container > .video-iframe-container { display: none; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row > .video-iframe-container { display: none; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .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); }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container { border-width: 0; border-radius: 0; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#V4UJBbVPsEWvxbznuXWpLE65V1vthp0H { color:rgba(var(--color-secondary-3),1);display:block;width:41.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.196398258209rem;left:17.8125rem;height:15.957rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V4UJBbVPsEWvxbznuXWpLE65V1vthp0H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V4UJBbVPsEWvxbznuXWpLE65V1vthp0H li:before{  }
#Ja9ec4IWoirKk5H5nInXNFOvru5NctyH { color:#4f648c;display:block;width:41.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.8198790550232rem;left:17.8125rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffedf3;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; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container { background-color: transparent; background-image: none; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container > .video-iframe-container { display: none; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row > .video-iframe-container { display: none; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .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); }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container { border-width: 0; border-radius: 0; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#N6MUWptHE1sw79xuTDmDK9X6gniTP944 { color:#d37270;display:block;width:75rem;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:1.0568614006043rem;left:0rem;height:4.06278125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRBNJQXzO3VxKWQdLOeAusxbytM4J2wT { color:#4f648c;display:block;width:54.0625rem;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:5.0401520729065rem;left:10.4375rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exUaxkosIBwa6tzbuT5rLZzGBEr205EB { 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; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container { background-color: transparent; background-image: none; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container > .video-iframe-container { display: none; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row > .video-iframe-container { display: none; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .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); }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container { border-width: 0; border-radius: 0; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#AsaVfdvgfV95TTTyFtuUAATIPCGmawAe { color:#01b1cd;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.45234680175781rem;left:0rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnG9ol4En6yb4mL2wbm9kOh5O4AE4v0r { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:4.5562496185303rem;left:0rem;height:2.5869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { background-color: transparent; background-image: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container > .video-iframe-container { display: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container { display: none; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { border-width: 0; border-radius: 0; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#TCGITtEoNwlufOkntrZfpDd1PWznKZZH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.5rem;top:1.9375rem;left:31.6875rem;overflow:hidden;display:block; }
#O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.5rem;top:18.8125rem;left:46.8125rem;overflow:hidden;display:block; }
#sPeosrKCJOmS04lTTnHCst7ob84yxFsv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:12.5rem;top:10rem;left:39.4375rem;overflow:hidden;display:block; }
#g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:1.9375rem;left:15.6875rem;overflow:hidden;display:block; }
#DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#p44x7rw2qGceWv6xdWuIQuvGFzQL2x2r { 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:6.311875rem;width:12.5rem;top:10rem;left:8.3125rem;overflow:hidden;display:block; }
#DkiwBKqvwxUEdzJQFhl0DliPOiiAKIaI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:1.9375rem;left:46.8125rem;overflow:hidden;display:block; }
#AEFL8HRZAxqZHAuGWnTaaBWwbascdWkC { 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:6.311875rem;width:12.5rem;top:10.031469345092rem;left:24.061416625976rem;overflow:hidden;display:block; }
#qyHvamztsVRH9R1TUG8eAhpGnG25uhmy { 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:6.3125rem;width:12.5rem;top:18.875rem;left:31.8125rem;overflow:hidden;display:block; }
#LuVHhND9MhnOTJ80Je1SonAAZ9Di79U6 { 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:6.3125rem;width:12.5rem;top:18.8125rem;left:15.6875rem;overflow:hidden;display:block; }
#bTQLXMoScr4nhwfBd04ED0H5IpMLIM7T { 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:6.25rem;width:12.249375rem;top:10.0625rem;left:54.4375rem;overflow:hidden;display:block; }
#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { background-color: transparent; background-image: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container > .video-iframe-container { display: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container { display: none; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { border-width: 0; border-radius: 0; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:2.09375rem;left:5.75rem;display:block; }
#XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:2.09375rem;left:43.25rem;display:block; }
#co4GtGPXT0MHm5FubP66EO0flviXUdVx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:20.75rem;top:7.125rem;left:50.3125rem;display:block; }
#bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:27.125rem;top:0.6875rem;left:10.375rem;display:block; }
#DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.625rem;top:5.5rem;left:4.3125rem;display:block; }
#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00d7ec;background-image:url("https://images.assets-landingi.com/SeHuHtAN/Asset_38.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO.adaptive-delivery-prevent-bg, #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO.lazyload, #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO.lazyloading { background-image: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { background-color: transparent; background-image: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container > .video-iframe-container { display: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row > .video-iframe-container { display: none; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { border-width: 0; border-radius: 0; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#TJWBMJ2qt61AEmz3Kf5LNuIwnk7ldsI8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.375rem;left:8.08749961853rem;height:7.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbBAlbrITVTtx8kwy14VZRivPx1iOthP { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:43.75rem;top:4.4375rem;left:20.21240234375rem;display:block; }
#VHKf2FH86rbRQvLmSJrGCh2ebs8Ip7Sz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:24.0625rem;top:8.4500007629394rem;left:9.9266853932581rem;display:block; }
#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #eff7fc, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { background-color: transparent; background-image: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container > .video-iframe-container { display: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container { display: none; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { border-width: 0; border-radius: 0; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.3125rem;left:39.5625rem;height:8.125rem;font-style:normal;display:block; }
#AsBcbhMo7mym29xOOQZdNlJG32htTAoW { color:#d37270;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.625rem;left:39.9375rem;height:2.03125rem;font-style:normal;display:block; }
#xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.8125rem;left:42.5625rem;height:4.79375rem;font-style:normal;display:block; }
#h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:15.5625rem;left:34.75rem;display:none; }
#LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.25rem;width:22.25rem;top:14.875rem;left:35.5rem;display:none; }
#AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { color:#4f648c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.75rem;left:39.3125rem;height:4.0625rem;font-style:normal;display:none; }
#vOfOzJiF2PFFZJFMN2LeFORgzE5QbZTI { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d37270;border-left:0.0625rem solid #d37270;border-right:0.0625rem solid #d37270;border-bottom:0.0625rem solid #d37270;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.249375rem;width:22.249375rem;top:13.125rem;left:35.4375rem;display:block; }
#xbBCtMOKwyR2LtMQaVVpUhx0Bb3XrVPB { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4f648c;border-left:0.0625rem solid #4f648c;border-right:0.0625rem solid #4f648c;border-bottom:0.0625rem solid #4f648c;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:22.249375rem;width:22.249375rem;top:12.375rem;left:36.1875rem;display:block; }
#X7ADWkyunPnf3WXEqTiIZV9fmd1dgAlE { color:#4f648c;display:block;width:15.499rem;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:16.9375rem;left:39.5625rem;height:4.06278125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioImG5tkWnnkdQwI0V6ACzQxgOuvOkco { position:absolute;display:block;z-index:14941;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.436875rem;width:18.811875rem;top:9.8125rem;left:16.625rem;overflow:hidden;display:block; }
#uJubN4ThEiSX3aQ4DwUTRhgLBLPLc9i8 { position:absolute;display:block;z-index:14944;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:13.8125rem;top:14.3115234375rem;left:19.140625rem;display:block; }
#SqBVDn4JAsTFpEh91mOTCNpht9UswtP1 { position:absolute;display:block;z-index:14940;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: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.33) ;height:13.9375rem;width:39.5625rem;top:23.1875rem;left:5rem;display:block; }
#qbgOctaoVxzd21JysVuPKONkToUBW4RW { position:absolute;display:block;z-index:14939;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.33) ;height:15rem;width:52.625rem;top:18rem;left:17.375rem;display:block; }
#TtcpLnIsekvR1O7cFApihzEkLuOaiBmx { color:#4f648c;display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2rem;left:9.21875rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGTilBwkFp74ze8VmMUMibvGTPynBcTr { color:#4f648c;display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2rem;left:9.21875rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { background-color: transparent; background-image: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { border-width: 0; border-radius: 0; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { background-color:#eb3d37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.15625rem;left:27.125rem;display:block; }
#RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmE6cATITH2NQDFWzqtxzkze14fVvFMT { 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; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { background-color: transparent; background-image: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container > .video-iframe-container { display: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container { display: none; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { border-width: 0; border-radius: 0; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { color:#4f648c;display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.6875rem;left:11rem;height:4.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:41.4375rem;top:10.84375rem;left:16.75rem;overflow:hidden;display:block; }
#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { background-color: transparent; background-image: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container > .video-iframe-container { display: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container { display: none; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { border-width: 0; border-radius: 0; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#E99eLHV1ChiHQRwapddr4HNJLW04g0TH { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { background-color: transparent; background-image: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container > .video-iframe-container { display: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container { display: none; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { border-width: 0; border-radius: 0; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { background-color: transparent; background-image: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container > .video-iframe-container { display: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container { display: none; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { border-width: 0; border-radius: 0; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { background-color: transparent; background-image: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { border-width: 0; border-radius: 0; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { background-color:#eb3d37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.59375rem;left:22.1875rem;display:block; }
#ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:6rem;left:14rem;display:block; }
#w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:10.0625rem;left:14rem;display:block; }
#xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:6.5625rem;left:55.0625rem;display:block; }
#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.03125rem;left:55.0625rem;display:block; }
#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#GIzNLZW6k9Z1yEgtRkyQOLv51FTTiRnJ { 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; }#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:14.4375rem;width:75rem;position:relative;display:block; }#TD9SsJkiVkTiMF9r5obnsQVdqp4obWVS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.937320709229rem;display:block; }
#HzLbZWIFOl5CRR3dGmJbWc6xKkF7HE34 { 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:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MohmczXlVhOn24gczblvWN9LBb5lCQSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#clsn8eUlkIblEANaixH6cMQG9DlcyISt { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAG0zudnDmubdr94TIE8tFehxtm8JoER { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:none; }#pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:14.994675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { position:absolute;display:block;z-index:15000;background-color:#4f648c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#GQlADtklK0959b7s7DEADPxVD9Abi5qy { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { position:absolute;display:block;z-index:15009;background-color:#22304d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height: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:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdJygm9cmBQKN1FTVINkBe11NVy6evve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;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:21.6875rem;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:17.99361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container { background-color: transparent; background-image: none; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container > .video-iframe-container { display: none; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row > .video-iframe-container { display: none; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .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); }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container { border-width: 0; border-radius: 0; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#i8ZnAkUoWqS7gbB2X1ZtZPTua02elM9l { color:#4f648c;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:6.4375rem;left:1.875rem;height:9.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OxwQiCkuuJiOAKusPaQuznb4JAwByBBG { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.75rem;top:17.8125rem;left:1.875rem;display:block; }
#z8ppK8keZMXkiycAGZIs2k3ee6odJTxN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:19.8125rem;left:2.75rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwVya1mGQO6qmzoaZoT8R5aidDD5z2uM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:21.5rem;left:6.1875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fR3l8yRzdSREbQ2pMph658GyBxb6il22 { 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:17.6875rem;left:10.1875rem;display:block; }
#ss2IoJWIWkSBXfTyKPv9bwCpbLMcZZHu { box-sizing:content-box;height:28.4375rem;width:36.625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ed0ad73-d65e-43ac-a1cf-050c8a6f9f2f/20201017.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1875rem;left:15.625rem;display:block; }#ss2IoJWIWkSBXfTyKPv9bwCpbLMcZZHu.adaptive-delivery-prevent-bg, #ss2IoJWIWkSBXfTyKPv9bwCpbLMcZZHu.lazyload, #ss2IoJWIWkSBXfTyKPv9bwCpbLMcZZHu.lazyloading { background-image: none; }
#MzA7GxUOQ1pZzW6J5LLmlDBw0e50qihJ { box-sizing:content-box;height:13.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e4e62965-c942-4fa0-acdc-b5d1fc86a421/fotos_galeria_1600x1200_new3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:53.125rem;display:block; }#MzA7GxUOQ1pZzW6J5LLmlDBw0e50qihJ.adaptive-delivery-prevent-bg, #MzA7GxUOQ1pZzW6J5LLmlDBw0e50qihJ.lazyload, #MzA7GxUOQ1pZzW6J5LLmlDBw0e50qihJ.lazyloading { background-image: none; }
#bwwdzOqy688O228LiZXi643lTULkCiTQ { box-sizing:content-box;height:13.875rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7a4ce52c-35d4-42bf-8b08-aba895a717aa/fotos_galeria_1600x1200_new20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.8125rem;left:53.1875rem;display:block; }#bwwdzOqy688O228LiZXi643lTULkCiTQ.adaptive-delivery-prevent-bg, #bwwdzOqy688O228LiZXi643lTULkCiTQ.lazyload, #bwwdzOqy688O228LiZXi643lTULkCiTQ.lazyloading { background-image: none; }
#nPob9gfTodJdRQRTRSdCZEp91gyokih9 { 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; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container { background-color: transparent; background-image: none; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container > .video-iframe-container { display: none; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row > .video-iframe-container { display: none; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .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); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container { border-width: 0; border-radius: 0; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#Bk8DgJFH23GUBPPVtF1XLMM3GsrzSo3M { color:rgba(var(--color-secondary-4),1);display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.40625rem;left:9.625rem;height:2.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yIJqtHDdatXyZ1wIfh3WeBuKBeMTWamb { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:27.5rem;top:6.5625rem;left:43rem;display:none; }
#iy9vrbWB8iNai7t72yThcxr3pK7mHaKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:6.875rem;left:53.125rem;display:none; }
#LJhXwdO5TelpbSyOutKbBvRXJ5BzbBr0 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:29.9375rem;top:6.1875rem;left:43.3125rem;display:block; }
#WKTpqU0MbQZ2sLDlTKF9PeA0qoNtwHVk { position:absolute;display:block;z-index:15028;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:2.5625rem;width:9.125rem;top:6.1875rem;left:55.625rem;display:block; }
#QT1yAOJCKp6w3on3pZCok1WllxFoC8rx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:6.4375rem;left:45.625rem;height:1.949225rem;font-style:normal;display:block; }
#PmnNEtiVfS9ni821T7HfGiVDg5MMUTiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:6.375rem;left:56rem; }
#ECsbpAB4Ousvgb6iOFIzRtcHZGbCJLaP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.375rem;left:65rem; }
#bkztbr2xsJ7ATaqcB2H9oirXKGdBg8LR { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:6.5625rem;left:58.5625rem;height:1.57421875rem;font-style:normal;display:block; }
#TFyND8rBcWR5Jd9CT5iJ1tUxO9V94pN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:6.5625rem;left:67.5625rem;height:1.57421875rem;font-style:normal;display:block; }
#M32yclW0vkqoJD16elPZDRVAbEfUQlVo { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.8745125rem;width:2.8745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:6rem;left:43.125rem;display:block; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/8bFg3Mlc/form_background.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.adaptive-delivery-prevent-bg, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyload, #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU.lazyloading { background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#qyitIhyWRMwkc0wsFcMDLRdJ0fcQg3hc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.0625rem;top:6rem;left:45.125rem;overflow:hidden;display:block; }
#Nq6HskFeyaTwZBzBFV1w0pDZbf3xKNd3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:8.8125rem;left:48.8125rem;overflow:hidden;display:block; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-form-header {  }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-text {padding-top: 0; padding-bottom: 0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-select {padding-top: 0; padding-bottom: 0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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.625rem;margin-bottom:0.25rem;margin-left:0.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.8125rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.22); }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-container:first-of-type{padding-top:0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-container:last-of-type{padding-bottom:0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:9.625rem;top:4rem;z-index:15002;position:absolute; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon {display:block;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:9.625rem;top:4rem;z-index:15002;position:absolute; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #bQBdFfrogTkehknnV9AT7hOoxRWTZfoF { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #cXudTZdeeWMEP9T0SGhgCSxazPUSGUSM { position:relative;display:none; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #vG5KQTkEPXHRZvILfZNMhHIHsi0zd4c5 { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #OXDkh6GNq6Jt84DTLpcuk9TkO2l2ZJq5 { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #qMs8oUoXR1D8wQ1MrlmiaDGJfMziPErG { position:relative;display:none; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #Imhe3uv1ReMLBEh0BEkK6uW1ego4uWSd { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #XWZwBIPEpDm54TAXgxfPTS58TGTMLZ2o { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #r0SWZwg9kfUWNXcb0gIdVJXmeELwcW6n { position:relative;display:none; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #mT1A4AkFuRWTQfw27d7bO9llW71TyaWI { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #AuF9rSLzE1ZpuTERHBPt4unDrpwiUnRh { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #JRZlQNg1IkusA81Ee4ZrBgu4UcMGBNDp { position:relative;display:none; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #qX3ksuycWLO1dSVNzv8LSgfTla4orkoD { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #i1ShW071dGC2Pw7IievaJL6dfWgms5bS { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #eaKXyT4WdHqMD3Cde4dc7gQVLIpxWXmW { position:relative;display:none; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #BLoNbc3fFTLUloIZS5NzW9XvgppELvvA { position:relative; }
#wEqqJwmo1TPP4rNDdlpWlAzPVWHHLTdT { position:relative;display:block; }
#gkLdCvZ72WRJd2uf4unsuueNg5yev7VK { position:relative;display:block; }
#l6mmzv0a4dTxMMsCiJ2ZzeB7kAAsoAab { position:relative;display:block; }
#ALJPcf23sDy9icSHgy457pkSQ0KvafaG { position:relative;display:block; }
#H8TRG2kvhJbSZsUgXwZPdfa0GNKScd37 { position:relative;display:block; }
#JPPcgBuFyIms0nGHZ03WohGgCKezi5nR { position:relative;display:block; }
#XQnturWUlRwNVSCEzimHTZ1XdaRzg57w { position:relative;display:block; }
#HgOyhvGBNHye0ux1ElOp3hnW5y4uroNz { position:relative;display:block; }
#ZAgFR8qAphCoaQ4AG4XolMvUr466aV2E { position:relative;display:block; }
#vQcyVLIkvi8m5unQTiFFSacfZF81S8BZ { position:relative;display:block; }
#kd7mwdF2azVptWCEDqRd1DoDToTuwC0q { position:relative;display:block; }
#vgNb1HxhQWRcQq56ne6ZEAQadagiE1U0 { position:relative;display:block; }
#kr9eOaMFJMZh14DH4dGcu7C27B51qhAz { position:relative;display:block; }
#EgwH2ukfHqhepoQNwNHLSuDt7nfAWJaq { position:relative;display:block; }
#nr60mz0EDwUmqtDpTTaPTr78WBeaRonK { position:relative;display:block; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #vFG9rboASWMcXtosvKHI4lMU8xMKUUDQ { position:relative; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #m7xGFhnXkTwF8AlLwA08SzVBZlFEBd1Q { position:relative; }
#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:42.125rem;width:75rem;position:relative;display:none; }#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:6.9375rem;width:5.1875rem;top:2rem;left:3.5625rem;overflow:hidden;display:block; }
#zyfsC9pecgM0K7KQ7Ou4MK6Pyulkw71X { 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:3.4375rem;width:5.1875rem;top:2.8125rem;left:11rem;overflow:hidden;display:block; }
#EitTnFwXb5twoaVVb0XA9mEGPxLfRCZc { 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:3.4375rem;width:5.1875rem;top:14.0625rem;left:14.5rem;overflow:hidden;display:block; }
#aBPDPn9HuofFcGgtBZ8E0hCiTrFlpCPZ { 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:3.4375rem;width:5.1875rem;top:8.1875rem;left:21.125rem;overflow:hidden;display:block; }
#fWGL6SGUOHQLKTqmNF6qCgzgEnNEx3l6 { 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:3.4375rem;width:5.1875rem;top:5.5625rem;left:29.9375rem;overflow:hidden;display:block; }
#Is4pViv28WIiR9lLge1tCMttnLSbUdPb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.1875rem;top:11.625rem;left:29.9375rem;overflow:hidden;display:block; }
#hk9K0I8hJpUqdUO6zZilUGnQVpk3dass { 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:3.4375rem;width:5.1875rem;top:8.1875rem;left:38.53125rem;overflow:hidden;display:block; }
#fraFLPCTNODJGlWqEx7GnhJmdL02r0JN { 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:3.4375rem;width:4.5625rem;top:17.5rem;left:48.34375rem;overflow:hidden;display:block; }
#JOlo7aF6qBbEEKww6Pe8k6e76CL2DLlB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.5625rem;top:3.75rem;left:48.34375rem;overflow:hidden;display:block; }
#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { background-color: transparent; background-image: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { border-width: 0; border-radius: 0; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.91796875rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn > .row .container { border-width: 0; border-radius: 0; }#HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#bTZdckN2vT3g6VqoPlvBW4GVaIK2CcLs { 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:5.625rem;width:42.874375rem;top:0.24848175048828rem;left:16rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J { display:block; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHm8ynTIidgmay1wOBSgrmGwq1CAc2I9 { width:10.3125rem;height:3.375rem;top:0.125rem;left:35.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IteMGrnoy2MreKqh19ql99ysufDE2Odh { display:block; }
 }@media only screen and (max-width: 763px) { #zfNQF7p4nREEuuQsXVmUE22v1ogC55AH { width:10.3125rem;height:3.375rem;top:0.125rem;left:24.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQTxwXvOPkU9am3AyTg2gLBRcOgTlk9 { display:block; }
 }@media only screen and (max-width: 763px) { #f9C1wzGAPNJrS0E3Jo9VPNE7d1W01KTA { width:10.3125rem;height:3.375rem;top:0.125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Tl5eR1z74KVSboXnkklO63Tgvlathq { display:block; }
 }@media only screen and (max-width: 763px) { #EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui { display:block; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJT76tQ8nenTC8Tte23Ja3focwM1aJOW { display:block; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5Jm6kX9JyJaCR6REZiZVEbD6vROdiHc { width:14.6875rem;height:3.937325rem;top:1.0625rem;left:13.998401641846rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGCtMFz9arE3sLDdH1zum4yFkqKWDo7p { width:5.75rem;height:5.75rem;top:1.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltZPWE0UhDlLSR5dTHgzBbRWJI34Oz8t { width:29.9375rem;height:2.5625rem;top:1.875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm4kUTpELcyki4gXzbRXzaS6zf37k7Tz { width:2.8125rem;height:2.8125rem;top:1.6875rem;left:31rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1KTGQTeV1c7qG48HBz2aLNxGXxlXMd3 { width:9.9375rem;height:1.9375rem;top:2.125rem;left:33.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIPSGF0NLr6uQqlsdvVJOHHhqtovpSW8 { width:9.125rem;height:2.5625rem;top:1.875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt1VLT54s2zIO6cvsWJhT2G7WhMSrt8W { width:1.9375rem;height:1.9375rem;top:2.0625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH6rtJrye2EIKCJqxsstongHIC4GqOTp { width:6.25rem;height:1.5625rem;top:2.25rem;left:41.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLoIGPNTcFSZZxtNZLg9Kum3CQD6LvJJ { width:4.5625rem;height:1.5625rem;top:2.25rem;left:43.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys2pHCeQ3FX93WARymaI8cAB5TcbSIPZ { width:1.9375rem;height:1.9375rem;top:2.0625rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZrDZgoxebSVR00cfyhQr3hds8CIDfS2 { width:27.5rem;height:2.5625rem;top:1.875rem;left:20.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzIBU90IPPBZ1yWW5po90vdQZ51M8hXs { width:7.6875rem;height:7.6875rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC { display:none; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DQ7PXoJPRQmryXmtSBUD9JPL5UIdqwBW { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { top:8.875rem;left:0rem;width:37.3125rem;height:4.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2sPuCNfAKOkeUXpzXG9HsnlwimQDCx6 { top:15.625rem;left:0rem;width:28.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpT07Lq1WPCank1NhQ8sgsEqVMuhfa4 { width:16.25rem;height:3.4375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNprTeWSNhqThAwuNMdcnLSUUiGMF6Lx { display:block; }
 }@media only screen and (max-width: 763px) { #DStyMrcvIT8ETuEcRpDFxWq3H8NpqrIp { top:18.1875rem;left:0rem;width:24.1875rem;height:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkD2umPi3VylcCQkxkX5lLXWH8K01Rcw { top:4.6875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yW3tO2cfW6LedAKWEdeLl6CvH8K1VTrn { top:4.6875rem;left:0rem;width:3.4375rem;height:2.87435rem;display:none; }
 }@media only screen and (max-width: 763px) { #Guk2dDiydgnlbSiMKuS1x5DJTi4tXaFy { top:4.5rem;left:0rem;width:34.75rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZ9sNs8ltD272MkowTtdOLa2SKOeJ7n { top:4.9375rem;left:0rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwffylGP6IBFJAMhLQF6dN47hB8XqzI { width:38.5rem;height:21.5rem;top:9.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { top:20.875rem;left:0.8125rem;width:14.25rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { top:20.875rem;left:16.625rem;width:14.4375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { top:20.875rem;left:32.5625rem;width:14.25rem;height:16.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { top:8.5rem;left:6.25rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:5.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:5.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { top:8.5rem;left:22.125rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.75rem;top:5.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { top:8.5rem;left:38rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { top:12.625rem;left:0rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { top:12.625rem;left:11.8125rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { top:12.625rem;left:27.6875rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoGh3M3BE79ZRxle19PFUldJ1GlJGB8k { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyGXx5zlCX8606KPAT07WNpt0KnyL245 { top:6.75rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKBgzGZiQUoRT6XFvrCBcZnucFAgJEGz { width:12.5rem;height:4.75rem;top:5.4375rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl38TVyeAUNQDxG1rTO3DPVOeRtzR3Pv { width:12.5rem;height:4.75rem;top:5.4375rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DffQ4KUcblQHZPgKMoK00XItZdGvXZlv { display:block; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWVaZkOF17KEiWXBsl2ETdUSDrbWGED5 { top:2.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.0625rem;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) { #FZw87A105bmTHHn1aI5pMyoDr3FV0TxD { display:block; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbT2Ul559oTKcJDZ6lBX2CHk6NiUDnIk { width:15rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7l1uV3WsmJRTmUILcmaARZEI5KtDVTZ { width:15rem;height:10rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5yxTbWn0KqyaCHinzAbeRt6uCqCHW8 { width:15rem;height:10rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3lp1P7EGhCPRxx9Ug9as5sfZO4PQwFL { width:15rem;height:9.9370625rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:1.375rem;left:22.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:9.625rem;height:3.5625rem;top:3.75rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G { display:none; }#nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e3lfGMr362mTgULhuSVWff6rXNA2uM2G { width:7.6875rem;height:5.75rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz5ZifEmOTgQ0WMvRmU0yPuJgPISkcWN { width:7.6875rem;height:5.75rem;top:0.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xen22q7gEltvE0OQqvcaiuHG7KS6gJBX { width:5.75rem;height:7.6875rem;top:0.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ris2S3gHfwiq283zgLNtFHuV4hDTaxnc { width:7.6875rem;height:5.125rem;top:0.875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcaXh9c3DpfoyLRQLL3oT9pEWap6hQ69 { width:7.6875rem;height:5.125rem;top:0.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABtRd8rVDzFWm5oPro9S2spDp9gyg1e { width:7.6875rem;height:5.125rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6koMsHTU4ZMME50C5sI61wlF56nw5p { width:7.6875rem;height:5.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc11uCfZt5VT1567ER0JVSNUr8Pc7G8M { width:7.6875rem;height:5.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKCpBg12eXsiPNNFbTW3rtifCKPih5uN { display:block; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4UJBbVPsEWvxbznuXWpLE65V1vthp0H { top:10.1875rem;left:4.1875rem;width:41.6875rem;height:15.9375rem;font-size:0.875rem;display:block; }#V4UJBbVPsEWvxbznuXWpLE65V1vthp0H li:before{  }
 }@media only screen and (max-width: 763px) { #Ja9ec4IWoirKk5H5nInXNFOvru5NctyH { top:4.8125rem;left:4.1875rem;width:41.6875rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p { display:block; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6MUWptHE1sw79xuTDmDK9X6gniTP944 { width:47.75rem;height:4.0625rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRBNJQXzO3VxKWQdLOeAusxbytM4J2wT { top:5rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUaxkosIBwa6tzbuT5rLZzGBEr205EB { display:block; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsaVfdvgfV95TTTyFtuUAATIPCGmawAe { width:47.75rem;height:3.9375rem;top:0.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnG9ol4En6yb4mL2wbm9kOh5O4AE4v0r { width:47.75rem;height:2.5625rem;top:4.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCGITtEoNwlufOkntrZfpDd1PWznKZZH { width:12.5rem;height:6.311875rem;top:1.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { width:12.5rem;height:6.311875rem;top:18.8125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeosrKCJOmS04lTTnHCst7ob84yxFsv { width:12.5rem;height:6.3748125rem;top:10rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { width:12.5rem;height:6.25rem;top:1.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p44x7rw2qGceWv6xdWuIQuvGFzQL2x2r { width:12.5rem;height:6.311875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkiwBKqvwxUEdzJQFhl0DliPOiiAKIaI { width:12.5rem;height:6.25rem;top:1.9375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFL8HRZAxqZHAuGWnTaaBWwbascdWkC { width:12.5rem;height:6.311875rem;top:10rem;left:10.436416625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHvamztsVRH9R1TUG8eAhpGnG25uhmy { width:12.5rem;height:6.311875rem;top:18.875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVHhND9MhnOTJ80Je1SonAAZ9Di79U6 { width:12.5rem;height:6.311875rem;top:18.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQLXMoScr4nhwfBd04ED0H5IpMLIM7T { width:12.1875rem;height:6.2184295117097rem;top:10.0625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { width:26rem;height:14.561975047477rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { width:26rem;height:14.561975047477rem;top:2.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #co4GtGPXT0MHm5FubP66EO0flviXUdVx { width:20.75rem;height:11.5rem;top:7.0625rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { width:27.125rem;height:14.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { width:22.625rem;height:12.5rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO { display:block; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJWBMJ2qt61AEmz3Kf5LNuIwnk7ldsI8 { top:4.375rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbBAlbrITVTtx8kwy14VZRivPx1iOthP { width:43.75rem;height:3.4375rem;top:4.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHKf2FH86rbRQvLmSJrGCh2ebs8Ip7Sz { width:24.0625rem;height:3.5625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { width:12.5rem;height:8.125rem;top:19.3125rem;left:25.9375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBcbhMo7mym29xOOQZdNlJG32htTAoW { width:12.5rem;height:2rem;top:26.625rem;left:26.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { width:12.5rem;height:4.75rem;top:25.8125rem;left:28.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { top:15.5625rem;left:21.125rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { top:14.875rem;left:21.875rem;width:22.25rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { width:12.5rem;height:4.0625rem;top:19.75rem;left:25.6875rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOfOzJiF2PFFZJFMN2LeFORgzE5QbZTI { top:13.125rem;left:21.8125rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBCtMOKwyR2LtMQaVVpUhx0Bb3XrVPB { top:12.375rem;left:22.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ADWkyunPnf3WXEqTiIZV9fmd1dgAlE { width:15.4375rem;height:4.0625rem;top:16.9375rem;left:25.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioImG5tkWnnkdQwI0V6ACzQxgOuvOkco { width:18.75rem;height:34.323917550434rem;top:9.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJubN4ThEiSX3aQ4DwUTRhgLBLPLc9i8 { width:13.8125rem;height:25.1875rem;top:14.25rem;left:5.515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqBVDn4JAsTFpEh91mOTCNpht9UswtP1 { width:39.5rem;height:13.875rem;top:23.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbgOctaoVxzd21JysVuPKONkToUBW4RW { width:47.75rem;height:15rem;top:18rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtcpLnIsekvR1O7cFApihzEkLuOaiBmx { width:47.75rem;height:6.875rem;top:2rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTilBwkFp74ze8VmMUMibvGTPynBcTr { width:20rem;height:4.6875rem;top:65.1875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:20.75rem;height:3.75rem;top:1.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #QmE6cATITH2NQDFWzqtxzkze14fVvFMT { display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { width:47.75rem;height:3rem;top:1.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { top:4.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { width:41.4375rem;height:22.000277060903rem;top:10.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E99eLHV1ChiHQRwapddr4HNJLW04g0TH { width:47.75rem;height:5.25rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { width:20rem;height:14.249125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { width:20rem;height:14.249125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { width:20rem;height:14.249125rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { width:20rem;height:14.249125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { width:20rem;height:14.249125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { width:20rem;height:14.249125rem;top:0rem;left:27.625rem;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.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { 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.625rem;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.31232070922851rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzLbZWIFOl5CRR3dGmJbWc6xKkF7HE34 { top:1.1875rem;left:3.4994659423828rem;width:40.625rem;height:10.4375rem;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:13.5rem;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:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { 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) { #IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt { display:block; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8ZnAkUoWqS7gbB2X1ZtZPTua02elM9l { width:12.6875rem;height:9.25rem;top:6.4375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxwQiCkuuJiOAKusPaQuznb4JAwByBBG { width:18.75rem;height:5.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ppK8keZMXkiycAGZIs2k3ee6odJTxN { width:16.125rem;height:1.5625rem;top:19.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVya1mGQO6qmzoaZoT8R5aidDD5z2uM { width:10.9375rem;height:1.3125rem;top:21.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR3l8yRzdSREbQ2pMph658GyBxb6il22 { width:2.875rem;height:2.875rem;top:17.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss2IoJWIWkSBXfTyKPv9bwCpbLMcZZHu { width:36.625rem;height:28.4375rem;top:2.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzA7GxUOQ1pZzW6J5LLmlDBw0e50qihJ { width:18.0625rem;height:13.9375rem;top:2.0625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwwdzOqy688O228LiZXi643lTULkCiTQ { width:18rem;height:13.875rem;top:16.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPob9gfTodJdRQRTRSdCZEp91gyokih9 { display:block; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk8DgJFH23GUBPPVtF1XLMM3GsrzSo3M { top:6.375rem;left:0rem;width:26.625rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJqtHDdatXyZ1wIfh3WeBuKBeMTWamb { width:27.5rem;height:2.5625rem;top:7.1875rem;left:20.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iy9vrbWB8iNai7t72yThcxr3pK7mHaKD { width:1.9375rem;height:1.9375rem;top:6.875rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJhXwdO5TelpbSyOutKbBvRXJ5BzbBr0 { width:29.9375rem;height:2.5625rem;top:6.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKTpqU0MbQZ2sLDlTKF9PeA0qoNtwHVk { width:9.125rem;height:2.5625rem;top:6.1875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT1yAOJCKp6w3on3pZCok1WllxFoC8rx { width:9.9375rem;height:1.9375rem;top:6.4375rem;left:32rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmnNEtiVfS9ni821T7HfGiVDg5MMUTiA { width:1.9375rem;height:1.9375rem;top:6.375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECsbpAB4Ousvgb6iOFIzRtcHZGbCJLaP { width:1.9375rem;height:1.9375rem;top:6.375rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkztbr2xsJ7ATaqcB2H9oirXKGdBg8LR { width:6.25rem;height:1.5625rem;top:6.5625rem;left:41.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyND8rBcWR5Jd9CT5iJ1tUxO9V94pN2 { width:4.5625rem;height:1.5625rem;top:6.5625rem;left:43.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M32yclW0vkqoJD16elPZDRVAbEfUQlVo { width:2.8125rem;height:2.8125rem;top:6rem;left:29.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyitIhyWRMwkc0wsFcMDLRdJ0fcQg3hc { top:5.9375rem;left:23.6875rem;width:24.0625rem;height:24.561625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6HskFeyaTwZBzBFV1w0pDZbf3xKNd3 { width:16.6875rem;height:16.6875rem;top:8.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-text {padding-top: 0; padding-bottom: 0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-select {padding-top: 0; padding-bottom: 0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.625rem; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon  { width:21.125rem;height:auto;top:4rem;left:0rem; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon {display:block;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon { width:21.125rem;height:auto;top:4rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #bQBdFfrogTkehknnV9AT7hOoxRWTZfoF {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #cXudTZdeeWMEP9T0SGhgCSxazPUSGUSM { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #vG5KQTkEPXHRZvILfZNMhHIHsi0zd4c5 {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #OXDkh6GNq6Jt84DTLpcuk9TkO2l2ZJq5 {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #qMs8oUoXR1D8wQ1MrlmiaDGJfMziPErG { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #Imhe3uv1ReMLBEh0BEkK6uW1ego4uWSd {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #XWZwBIPEpDm54TAXgxfPTS58TGTMLZ2o {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #r0SWZwg9kfUWNXcb0gIdVJXmeELwcW6n { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #mT1A4AkFuRWTQfw27d7bO9llW71TyaWI {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #AuF9rSLzE1ZpuTERHBPt4unDrpwiUnRh {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #JRZlQNg1IkusA81Ee4ZrBgu4UcMGBNDp { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #qX3ksuycWLO1dSVNzv8LSgfTla4orkoD {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #i1ShW071dGC2Pw7IievaJL6dfWgms5bS {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #eaKXyT4WdHqMD3Cde4dc7gQVLIpxWXmW {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #BLoNbc3fFTLUloIZS5NzW9XvgppELvvA {  }
 }@media only screen and (max-width: 763px) { #wEqqJwmo1TPP4rNDdlpWlAzPVWHHLTdT { display:block; }
 }@media only screen and (max-width: 763px) { #gkLdCvZ72WRJd2uf4unsuueNg5yev7VK { display:block; }
 }@media only screen and (max-width: 763px) { #l6mmzv0a4dTxMMsCiJ2ZzeB7kAAsoAab { display:block; }
 }@media only screen and (max-width: 763px) { #ALJPcf23sDy9icSHgy457pkSQ0KvafaG { display:block; }
 }@media only screen and (max-width: 763px) { #H8TRG2kvhJbSZsUgXwZPdfa0GNKScd37 { display:block; }
 }@media only screen and (max-width: 763px) { #JPPcgBuFyIms0nGHZ03WohGgCKezi5nR { display:block; }
 }@media only screen and (max-width: 763px) { #XQnturWUlRwNVSCEzimHTZ1XdaRzg57w { display:block; }
 }@media only screen and (max-width: 763px) { #HgOyhvGBNHye0ux1ElOp3hnW5y4uroNz { display:block; }
 }@media only screen and (max-width: 763px) { #ZAgFR8qAphCoaQ4AG4XolMvUr466aV2E { display:block; }
 }@media only screen and (max-width: 763px) { #vQcyVLIkvi8m5unQTiFFSacfZF81S8BZ { display:block; }
 }@media only screen and (max-width: 763px) { #kd7mwdF2azVptWCEDqRd1DoDToTuwC0q { display:block; }
 }@media only screen and (max-width: 763px) { #vgNb1HxhQWRcQq56ne6ZEAQadagiE1U0 { display:block; }
 }@media only screen and (max-width: 763px) { #kr9eOaMFJMZh14DH4dGcu7C27B51qhAz { display:block; }
 }@media only screen and (max-width: 763px) { #EgwH2ukfHqhepoQNwNHLSuDt7nfAWJaq { display:block; }
 }@media only screen and (max-width: 763px) { #nr60mz0EDwUmqtDpTTaPTr78WBeaRonK { display:block; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #vFG9rboASWMcXtosvKHI4lMU8xMKUUDQ {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #m7xGFhnXkTwF8AlLwA08SzVBZlFEBd1Q {  }
 }@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) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.1875rem;height:6.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfsC9pecgM0K7KQ7Ou4MK6Pyulkw71X { width:5.1875rem;height:3.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitTnFwXb5twoaVVb0XA9mEGPxLfRCZc { width:5.1875rem;height:3.4375rem;top:14.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBPDPn9HuofFcGgtBZ8E0hCiTrFlpCPZ { width:5.1875rem;height:3.4375rem;top:8.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWGL6SGUOHQLKTqmNF6qCgzgEnNEx3l6 { width:5.1875rem;height:3.4375rem;top:5.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is4pViv28WIiR9lLge1tCMttnLSbUdPb { width:5.1875rem;height:3.4375rem;top:11.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9K0I8hJpUqdUO6zZilUGnQVpk3dass { width:5.1875rem;height:3.4375rem;top:8.1875rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraFLPCTNODJGlWqEx7GnhJmdL02r0JN { width:4.5625rem;height:3.4375rem;top:17.5rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOlo7aF6qBbEEKww6Pe8k6e76CL2DLlB { width:4.5625rem;height:3.4375rem;top:3.75rem;left:34.71875rem;display:block; }
 }@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) { #HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn { display:none; }#HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTZdckN2vT3g6VqoPlvBW4GVaIK2CcLs { width:42.8125rem;height:5.616882170294rem;top:0.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#p6mM0sBsCHxz7IbtoWfIEtXtfOOaay1J > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHm8ynTIidgmay1wOBSgrmGwq1CAc2I9 { width:8.4375rem;height:2.3125rem;top:0rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IteMGrnoy2MreKqh19ql99ysufDE2Odh { display:block; }
 }@media only screen and (max-width: 763px) { #zfNQF7p4nREEuuQsXVmUE22v1ogC55AH { width:8.4375rem;height:2.3125rem;top:0rem;left:0rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yDQTxwXvOPkU9am3AyTg2gLBRcOgTlk9 { display:block; }
 }@media only screen and (max-width: 763px) { #f9C1wzGAPNJrS0E3Jo9VPNE7d1W01KTA { width:8.4375rem;height:2.3125rem;top:2.625rem;left:5.7812498807907rem;font-size:1rem;color:#f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #N6Tl5eR1z74KVSboXnkklO63Tgvlathq { display:block; }
 }@media only screen and (max-width: 763px) { #EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui { display:block; }#EIN2E2F5zd2sJv2FwacVsZMTFP6XiHui > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJT76tQ8nenTC8Tte23Ja3focwM1aJOW { background-color:#ffffff;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; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW.adaptive-delivery-prevent-bg, #VJT76tQ8nenTC8Tte23Ja3focwM1aJOW.lazyload, #VJT76tQ8nenTC8Tte23Ja3focwM1aJOW.lazyloading { background-image: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container { background-color: transparent; background-image: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container > .video-iframe-container { display: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row > .video-iframe-container { display: none; }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .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); }#VJT76tQ8nenTC8Tte23Ja3focwM1aJOW > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5Jm6kX9JyJaCR6REZiZVEbD6vROdiHc { width:12.749rem;height:2.999025rem;top:2.623046875rem;left:3.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGCtMFz9arE3sLDdH1zum4yFkqKWDo7p { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltZPWE0UhDlLSR5dTHgzBbRWJI34Oz8t { width:16.9375rem;height:2.5625rem;top:7.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zm4kUTpELcyki4gXzbRXzaS6zf37k7Tz { width:2.8125rem;height:2.8125rem;top:7rem;left:0.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1KTGQTeV1c7qG48HBz2aLNxGXxlXMd3 { width:5.625rem;height:2.19286875rem;top:7.25rem;left:3.625rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bIPSGF0NLr6uQqlsdvVJOHHhqtovpSW8 { width:10.062125rem;height:2.5rem;top:7.125rem;left:9.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Xt1VLT54s2zIO6cvsWJhT2G7WhMSrt8W { display:flex;width:1.9375rem;height:1.9375rem;top:7.375rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #gH6rtJrye2EIKCJqxsstongHIC4GqOTp { width:6.375rem;height:1.57421875rem;top:7.5625rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLoIGPNTcFSZZxtNZLg9Kum3CQD6LvJJ { width:4.5625rem;height:1.57421875rem;top:10.125rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys2pHCeQ3FX93WARymaI8cAB5TcbSIPZ { display:flex;width:1.9375rem;height:1.9375rem;top:9.9375rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #DZrDZgoxebSVR00cfyhQr3hds8CIDfS2 { width:9.9375rem;height:2.5rem;top:9.6875rem;left:9.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JzIBU90IPPBZ1yWW5po90vdQZ51M8hXs { width:2.4375rem;height:2.4375rem;top:11.0625rem;left:0rem;z-index:15004;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC { background-color:#28afb0;background-image:none;position:relative;z-index:auto;display:block; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container { background-color: transparent; background-image: none; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container > .video-iframe-container { display: none; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row > .video-iframe-container { display: none; }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .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); }#D63NOgzCagXOPIKDq3Ke4uxzdJrrTLOC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ7PXoJPRQmryXmtSBUD9JPL5UIdqwBW { top:1.3118491172791rem;left:5.6239152550698rem;width:7.25rem;height:7.1875rem;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:none; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6KaIhqurk04EmaAJkc7fqkRsqIQ2zgF { width:15.5620625rem;height:5.25rem;top:11.9375rem;left:2.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2sPuCNfAKOkeUXpzXG9HsnlwimQDCx6 { width:13.75rem;height:4rem;top:18.875rem;left:2.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xOpT07Lq1WPCank1NhQ8sgsEqVMuhfa4 { width:17.5rem;height:4.0625rem;top:40.1875rem;left:1.4679687619209rem;font-weight:700;font-style:normal;color:#000000;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNprTeWSNhqThAwuNMdcnLSUUiGMF6Lx { display:block; }
 }@media only screen and (max-width: 763px) { #DStyMrcvIT8ETuEcRpDFxWq3H8NpqrIp { width:16.375rem;height:14.0215rem;top:23.999998569489rem;left:2.5625001788139rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkD2umPi3VylcCQkxkX5lLXWH8K01Rcw { width:13.186875rem;height:5.5rem;top:5.25rem;left:2.5625rem;font-size:2.5rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #yW3tO2cfW6LedAKWEdeLl6CvH8K1VTrn { width:3.4375rem;height:2.87435rem;top:1.625rem;left:2.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Guk2dDiydgnlbSiMKuS1x5DJTi4tXaFy { width:18.625rem;height:0;top:18.125rem;left:0.6875rem;font-size:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pJZ9sNs8ltD272MkowTtdOLa2SKOeJ7n { width:3.4375rem;height:2.875rem;top:11.375rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHwffylGP6IBFJAMhLQF6dN47hB8XqzI { height:11.16875rem;width:20rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { width:14.25rem;height:7.8735625rem;top:13.4375rem;left:2.875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { width:14.249125rem;height:9.44825rem;top:34.249133110046rem;left:2.8743491768837rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { width:14.25rem;height:0;top:65.1875rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { width:3.4375rem;height:2.875rem;top:3.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:3rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:23.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { width:3.4375rem;height:2.875rem;top:24.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.75rem;top:57.0625rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { width:3.4375rem;height:2.87435rem;top:47.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { width:19.9375rem;height:4.199225rem;top:8.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { width:19.9375rem;height:4.199225rem;top:29.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { width:19.9375rem;height:0;top:58.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoGh3M3BE79ZRxle19PFUldJ1GlJGB8k { width:15rem;height:4.19921875rem;top:53.1875rem;left:2.5625rem;font-size:1.75rem;line-height:1.2;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TyGXx5zlCX8606KPAT07WNpt0KnyL245 { width:18.186875rem;height:15.747075rem;top:58.5625rem;left:0.9375rem;font-size:1.125rem;line-height:1.4;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mKBgzGZiQUoRT6XFvrCBcZnucFAgJEGz { width:12.5rem;height:4.74935rem;top:2.9980473518372rem;left:3.7500000596046rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Dl38TVyeAUNQDxG1rTO3DPVOeRtzR3Pv { width:12.5rem;height:4.74935rem;top:46.6875rem;left:3.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DffQ4KUcblQHZPgKMoK00XItZdGvXZlv { display:block; }#DffQ4KUcblQHZPgKMoK00XItZdGvXZlv > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWVaZkOF17KEiWXBsl2ETdUSDrbWGED5 { width:16.4985rem;height:10.4111125rem;top:1.748046875rem;left:1.7491319775581rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZw87A105bmTHHn1aI5pMyoDr3FV0TxD { display:block; }#FZw87A105bmTHHn1aI5pMyoDr3FV0TxD > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbT2Ul559oTKcJDZ6lBX2CHk6NiUDnIk { width:9.8125rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7l1uV3WsmJRTmUILcmaARZEI5KtDVTZ { width:10rem;height:6.625rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5yxTbWn0KqyaCHinzAbeRt6uCqCHW8 { width:10rem;height:6.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3lp1P7EGhCPRxx9Ug9as5sfZO4PQwFL { width:10rem;height:6.625rem;top:9.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:0rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:11.875rem;height:3.8994125rem;top:2.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G { display:none; }#nTdprDTm2ifkQVu94XvAG5tAvrZSOr7G > .row .container { width:20rem;height:260.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e3lfGMr362mTgULhuSVWff6rXNA2uM2G { width:15rem;height:11.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz5ZifEmOTgQ0WMvRmU0yPuJgPISkcWN { width:7.6875rem;height:5.75rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xen22q7gEltvE0OQqvcaiuHG7KS6gJBX { width:5.75rem;height:7.6875rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ris2S3gHfwiq283zgLNtFHuV4hDTaxnc { width:7.6875rem;height:5.125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcaXh9c3DpfoyLRQLL3oT9pEWap6hQ69 { width:7.6875rem;height:5.125rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABtRd8rVDzFWm5oPro9S2spDp9gyg1e { width:7.6875rem;height:5.125rem;top:62.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6koMsHTU4ZMME50C5sI61wlF56nw5p { width:7.6875rem;height:5.125rem;top:53.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc11uCfZt5VT1567ER0JVSNUr8Pc7G8M { width:7.6875rem;height:5.75rem;top:115.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKCpBg12eXsiPNNFbTW3rtifCKPih5uN { display:block; }#sKCpBg12eXsiPNNFbTW3rtifCKPih5uN > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4UJBbVPsEWvxbznuXWpLE65V1vthp0H { width:16.0623125rem;height:16.5703125rem;top:6.9097228050231rem;left:1.9683161377907rem;font-size:0.875rem;line-height:1.4;display:block; }#V4UJBbVPsEWvxbznuXWpLE65V1vthp0H li:before{  }
 }@media only screen and (max-width: 763px) { #Ja9ec4IWoirKk5H5nInXNFOvru5NctyH { width:12.1245625rem;height:4.375rem;top:1.6861977577209rem;left:3.3116319775581rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p { display:block; }#PpTDSOBRTAA4kEqknlcwAfMiDc2F0I6p > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6MUWptHE1sw79xuTDmDK9X6gniTP944 { width:16.3748125rem;height:1.8rem;top:1.6221790313721rem;left:1.8120661377907rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hRBNJQXzO3VxKWQdLOeAusxbytM4J2wT { width:14.749375rem;height:8.57225rem;top:4.5225696563721rem;left:2.6247830986977rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #exUaxkosIBwa6tzbuT5rLZzGBEr205EB { display:block; }#exUaxkosIBwa6tzbuT5rLZzGBEr205EB > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsaVfdvgfV95TTTyFtuUAATIPCGmawAe { width:16.6875rem;height:3.75rem;top:1.4992189407349rem;left:1.9992188215256rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MnG9ol4En6yb4mL2wbm9kOh5O4AE4v0r { width:20rem;height:3.825rem;top:6.3492218017575rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 { display:block; }#iTPO46vH1d3zhxNPyOdE7J1nEA1fTZN8 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCGITtEoNwlufOkntrZfpDd1PWznKZZH { width:12.5rem;height:;top:1.3107757568359rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0BmFLb5rq06s2H0BqZX57eexsHTTXAo { width:12.5rem;height:6.3125rem;top:51.739356994629rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeosrKCJOmS04lTTnHCst7ob84yxFsv { width:12.5rem;height:6.3125rem;top:13.933376312256rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fneVIsmVKynm5LRVVaUfyXOHh6J1yL { width:12.5rem;height:6.3125rem;top:7.6226139068606rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPfayu8Fwkg5gLZez2N1SiotHlqyW5q { top:10.8125rem;left:1.8125rem;width:4.6875rem;height:4.6875rem;z-index:15012;color:#76e3ea;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxAHJ3W7ytFbecIBTwXUOipKlkJbgmDi { top:9.3125rem;left:4.75rem;width:4.6875rem;height:4.6875rem;z-index:15013;color:#76e3ea;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p44x7rw2qGceWv6xdWuIQuvGFzQL2x2r { width:12.5rem;height:6.311875rem;top:26.493059635162rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkiwBKqvwxUEdzJQFhl0DliPOiiAKIaI { width:12.5rem;height:6.25rem;top:20.244134902954rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFL8HRZAxqZHAuGWnTaaBWwbascdWkC { width:12.5rem;height:6.311875rem;top:32.804901480675rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHvamztsVRH9R1TUG8eAhpGnG25uhmy { width:12.5rem;height:6.311875rem;top:45.427520751953rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVHhND9MhnOTJ80Je1SonAAZ9Di79U6 { width:12.5rem;height:6.311875rem;top:39.115679740906rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQLXMoScr4nhwfBd04ED0H5IpMLIM7T { width:12.1875rem;height:6.2184295117097rem;top:58.050130844116rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 { display:block; }#I6DEEPKkCuBivsKmp2aMCyPx6DHxBVv2 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHT0gn7fOxu3DfJ5cnSzJhvaKXdXNRdi { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEpRv9kVBzDotpE7mMTCLqnS7M4UNGi { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #co4GtGPXT0MHm5FubP66EO0flviXUdVx { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bTxaoAhqkrW95a9JhTXvvs9tbQ6FZt90 { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DyncJwLRevnxKh8GeHWQuKRkOTPZGrCI { width:20rem;height:12.5rem;top:5.4375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO { display:block; }#mn8qm3EWHuEoILoNpcKxgD4IpGsw4uyO > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJWBMJ2qt61AEmz3Kf5LNuIwnk7ldsI8 { width:20rem;height:3.1494125rem;top:1.1875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dbBAlbrITVTtx8kwy14VZRivPx1iOthP { width:15.125rem;height:1.1875rem;top:1.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHKf2FH86rbRQvLmSJrGCh2ebs8Ip7Sz { width:8.375rem;height:1.125rem;top:3.0875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF { display:block; }#bm0cFbkgHVNsfg9Smz5I5n8mtcWGzehF > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXEuB8UpkrVzX3yWB28peI9o5NQO0oiy { width:12.5rem;height:5.0375rem;top:43.287109375rem;left:3.75rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsBcbhMo7mym29xOOQZdNlJG32htTAoW { width:2.4375rem;height:1.70625rem;top:47.625rem;left:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtOOTNWUD7MSJFqzeEBFsAxs6F0fJ0P { width:7.8125rem;height:3.00625rem;top:47.125rem;left:7.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57oWdHt9UN9BRgHPANe5aqri7xZcTLF { width:16.3125rem;height:16.3125rem;top:36.1875rem;left:2rem;z-index:14969;display:block; }
 }@media only screen and (max-width: 763px) { #LpBuXd86iqVce4TqJ5pBTt0WMSoZ9Cdp { width:16.1875rem;height:16.1875rem;top:35.3125rem;left:1.6875rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #AIMZ9w2LgVefBLtuo8nZ9b7uwxX7C0FP { width:12.5rem;height:2.6rem;top:42.0625rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vOfOzJiF2PFFZJFMN2LeFORgzE5QbZTI { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbBCtMOKwyR2LtMQaVVpUhx0Bb3XrVPB { width:18.75rem;height:18.75rem;top:4.7562503814697rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7ADWkyunPnf3WXEqTiIZV9fmd1dgAlE { width:12.5rem;height:0;top:8.25625038147rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ioImG5tkWnnkdQwI0V6ACzQxgOuvOkco { width:19.125rem;height:34.325038192556rem;top:7.25rem;left:0.4365234375rem;z-index:14973;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uJubN4ThEiSX3aQ4DwUTRhgLBLPLc9i8 { height:25.061875rem;width:14rem;top:11.75390625rem;left:2.9990234375rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #SqBVDn4JAsTFpEh91mOTCNpht9UswtP1 { width:18.8125rem;height:13.875rem;top:15.30859375rem;left:1.1875rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 763px) { #qbgOctaoVxzd21JysVuPKONkToUBW4RW { width:19.25rem;height:15rem;top:26.0166015625rem;left:0rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 763px) { #TtcpLnIsekvR1O7cFApihzEkLuOaiBmx { width:20rem;height:0;top:58.13675rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aGTilBwkFp74ze8VmMUMibvGTPynBcTr { width:20rem;height:4.74316875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:19rem;height:3.75rem;top:0.84375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #QmE6cATITH2NQDFWzqtxzkze14fVvFMT { display:block; }#QmE6cATITH2NQDFWzqtxzkze14fVvFMT > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8Aml7RCay5u9f1seho6ymgT0BAds4Jv { width:20rem;height:2.4rem;top:1.875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cGkMTUp1kVfugc4Jc0wsZPZiRdKRJr8U { width:19.5625rem;height:8.3994375rem;top:5.6875rem;left:0.21875rem;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WIIQGy9oZATewQQxpq1Pxo2BEF45DJIO { width:20rem;height:10.6181875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 { display:block; }#Kk2L6PCTKHHgwlq9DImhzbWDiNQPHaB7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E99eLHV1ChiHQRwapddr4HNJLW04g0TH { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf { display:block; }#w3Rv9w4pFol8OhETgKiFWf9MXlTUShcf > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqpwd3efz9QaFwX8hd4GT6PVHXDgwuvV { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7ocPu9Hg4chDamiRs10yPoV2K1fUor { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLph8QkSWke2xeTFlBlFI0Sp0vP7OGTA { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztK76ckIJbhZVgwKb7he8gtXzI0GHtl { display:block; }#WztK76ckIJbhZVgwKb7he8gtXzI0GHtl > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNlcN0RJVN4egNWv6t6OZAxdWmiHhaC1 { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAAlmTyUxRTspJNrmRUlNLhBdEQRluN2 { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2JsWQdFlugkW2ImEshdWHtu3zLTpVJ { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:17.8125rem;height:3.75rem;top:1.78125rem;left:1.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { width:20rem;height:4.6875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { width:13.875rem;height:1.38125rem;top:4.25rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { width:20rem;height:0.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { width:3.125rem;height:3.125rem;top:3.5rem;left:16.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { width:19.9375rem;height:36.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:20rem;height:5.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;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { width:16.875rem;height:19.6875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:20rem;height:5.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: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) { #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:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD9SsJkiVkTiMF9r5obnsQVdqp4obWVS { width:19.9375rem;height:24.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzLbZWIFOl5CRR3dGmJbWc6xKkF7HE34 { width:16.875rem;height:21.09375rem;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) { #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.3125rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { width:16.875rem;height:32.34375rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:20rem;height:5.3125rem;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.1125rem;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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { width:19.9375rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { width:16.875rem;height:15.46875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:20rem;height:5.3125rem;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.16699375rem;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:38.125rem;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:28.125rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:20rem;height:5.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:13.875rem;height:2.2744125rem;top:1.53125rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { width:19.9375rem;height:28.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { width:16.875rem;height:16.875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:20rem;height:5.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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { width:19.9375rem;height:27.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { width:13.875rem;height:2.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:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { width:19.9375rem;height:46.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { width:16.875rem;height:39.375rem;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) { #IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt { display:block; }#IVcAsaba5hpFQoBLQVIQkJDW0EcnIkyt > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8ZnAkUoWqS7gbB2X1ZtZPTua02elM9l { width:18.8125rem;height:2.3994125rem;top:2.5625rem;left:0.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OxwQiCkuuJiOAKusPaQuznb4JAwByBBG { width:15.875rem;height:3.9375rem;top:16.375rem;left:4.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #z8ppK8keZMXkiycAGZIs2k3ee6odJTxN { width:12.9375rem;height:1.3496125rem;top:17.125rem;left:6.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwVya1mGQO6qmzoaZoT8R5aidDD5z2uM { width:8.5rem;height:1.125rem;top:18.75rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fR3l8yRzdSREbQ2pMph658GyBxb6il22 { width:2.875rem;height:2.875rem;top:16.9375rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss2IoJWIWkSBXfTyKPv9bwCpbLMcZZHu { width:20rem;height:10.4375rem;top:6.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MzA7GxUOQ1pZzW6J5LLmlDBw0e50qihJ { width:18.0625rem;height:13.9375rem;top:19.125rem;left:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #bwwdzOqy688O228LiZXi643lTULkCiTQ { width:18rem;height:13.875rem;top:34.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPob9gfTodJdRQRTRSdCZEp91gyokih9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eff7fc, #28afb0);background-image: -moz-linear-gradient(180deg, #eff7fc, #28afb0);background-image: -ms-linear-gradient(180deg, #eff7fc, #28afb0);background-image: -o-linear-gradient(180deg, #eff7fc, #28afb0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#28afb0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7fc', endColorstr='#28afb0' );";background-image: linear-gradient(180deg, #eff7fc, #28afb0);background-size:auto !important;display:block; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container { background-color: transparent; background-image: none; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container > .video-iframe-container { display: none; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row > .video-iframe-container { display: none; }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .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); }#nPob9gfTodJdRQRTRSdCZEp91gyokih9 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk8DgJFH23GUBPPVtF1XLMM3GsrzSo3M { width:17.8125rem;height:5.1rem;top:3.2430753707886rem;left:1.0937499403954rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#273551;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #yIJqtHDdatXyZ1wIfh3WeBuKBeMTWamb { width:8.875rem;height:2.5rem;top:12.875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #iy9vrbWB8iNai7t72yThcxr3pK7mHaKD { display:flex;width:1.9375rem;height:1.9375rem;top:13.96875rem;left:0.78125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #LJhXwdO5TelpbSyOutKbBvRXJ5BzbBr0 { width:12.375rem;height:2.5625rem;top:10.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WKTpqU0MbQZ2sLDlTKF9PeA0qoNtwHVk { width:9.125rem;height:2.5625rem;top:12.875rem;left:9.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QT1yAOJCKp6w3on3pZCok1WllxFoC8rx { width:9.9375rem;height:1.949225rem;top:10.375rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmnNEtiVfS9ni821T7HfGiVDg5MMUTiA { display:flex;width:1.9375rem;height:1.9375rem;top:13.0625rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #ECsbpAB4Ousvgb6iOFIzRtcHZGbCJLaP { display:flex;width:1.9375rem;height:1.9375rem;top:12.875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #bkztbr2xsJ7ATaqcB2H9oirXKGdBg8LR { width:6.25rem;height:1.57421875rem;top:13.25rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyND8rBcWR5Jd9CT5iJ1tUxO9V94pN2 { width:4.5625rem;height:1.57421875rem;top:13.3125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M32yclW0vkqoJD16elPZDRVAbEfUQlVo { width:2.8125rem;height:2.8125rem;top:9.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:#28afb0;background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyitIhyWRMwkc0wsFcMDLRdJ0fcQg3hc { width:14.25rem;height:14.625rem;top:28.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6HskFeyaTwZBzBFV1w0pDZbf3xKNd3 { width:10.8125rem;height:10.8125rem;top:29.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-form-header {  }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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.125rem;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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-text {padding-top: 0; padding-bottom: 0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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.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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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.125rem;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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-select {padding-top: 0; padding-bottom: 0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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.5rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:16.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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:15.9375rem;overflow:hidden;font-style:normal; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-container:first-of-type{padding-top:0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .widget-container:last-of-type{padding-bottom:0;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;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:0rem;top:0.0625rem;z-index:15004; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon .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; }
#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon {display:block;}#vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;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:0rem;top:0.0625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #bQBdFfrogTkehknnV9AT7hOoxRWTZfoF {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #cXudTZdeeWMEP9T0SGhgCSxazPUSGUSM { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #vG5KQTkEPXHRZvILfZNMhHIHsi0zd4c5 {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #OXDkh6GNq6Jt84DTLpcuk9TkO2l2ZJq5 {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #qMs8oUoXR1D8wQ1MrlmiaDGJfMziPErG { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #Imhe3uv1ReMLBEh0BEkK6uW1ego4uWSd {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #XWZwBIPEpDm54TAXgxfPTS58TGTMLZ2o {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #r0SWZwg9kfUWNXcb0gIdVJXmeELwcW6n { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #mT1A4AkFuRWTQfw27d7bO9llW71TyaWI {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #AuF9rSLzE1ZpuTERHBPt4unDrpwiUnRh {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #JRZlQNg1IkusA81Ee4ZrBgu4UcMGBNDp { display:none; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #qX3ksuycWLO1dSVNzv8LSgfTla4orkoD {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #i1ShW071dGC2Pw7IievaJL6dfWgms5bS {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #eaKXyT4WdHqMD3Cde4dc7gQVLIpxWXmW {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #BLoNbc3fFTLUloIZS5NzW9XvgppELvvA {  }
 }@media only screen and (max-width: 763px) { #wEqqJwmo1TPP4rNDdlpWlAzPVWHHLTdT { display:block; }
 }@media only screen and (max-width: 763px) { #gkLdCvZ72WRJd2uf4unsuueNg5yev7VK { display:block; }
 }@media only screen and (max-width: 763px) { #l6mmzv0a4dTxMMsCiJ2ZzeB7kAAsoAab { display:block; }
 }@media only screen and (max-width: 763px) { #ALJPcf23sDy9icSHgy457pkSQ0KvafaG { display:block; }
 }@media only screen and (max-width: 763px) { #H8TRG2kvhJbSZsUgXwZPdfa0GNKScd37 { display:block; }
 }@media only screen and (max-width: 763px) { #JPPcgBuFyIms0nGHZ03WohGgCKezi5nR { display:block; }
 }@media only screen and (max-width: 763px) { #XQnturWUlRwNVSCEzimHTZ1XdaRzg57w { display:block; }
 }@media only screen and (max-width: 763px) { #HgOyhvGBNHye0ux1ElOp3hnW5y4uroNz { display:block; }
 }@media only screen and (max-width: 763px) { #ZAgFR8qAphCoaQ4AG4XolMvUr466aV2E { display:block; }
 }@media only screen and (max-width: 763px) { #vQcyVLIkvi8m5unQTiFFSacfZF81S8BZ { display:block; }
 }@media only screen and (max-width: 763px) { #kd7mwdF2azVptWCEDqRd1DoDToTuwC0q { display:block; }
 }@media only screen and (max-width: 763px) { #vgNb1HxhQWRcQq56ne6ZEAQadagiE1U0 { display:block; }
 }@media only screen and (max-width: 763px) { #kr9eOaMFJMZh14DH4dGcu7C27B51qhAz { display:block; }
 }@media only screen and (max-width: 763px) { #EgwH2ukfHqhepoQNwNHLSuDt7nfAWJaq { display:block; }
 }@media only screen and (max-width: 763px) { #nr60mz0EDwUmqtDpTTaPTr78WBeaRonK { display:block; }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #vFG9rboASWMcXtosvKHI4lMU8xMKUUDQ {  }
 }@media only screen and (max-width: 763px) { #vTvMIA8bmcqoNXW8U0TWd0Kw8r8ppAon #m7xGFhnXkTwF8AlLwA08SzVBZlFEBd1Q {  }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:20rem;height:215.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:3.1875rem;height:4.25rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfsC9pecgM0K7KQ7Ou4MK6Pyulkw71X { width:5.1875rem;height:3.4375rem;top:31.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitTnFwXb5twoaVVb0XA9mEGPxLfRCZc { width:5.1875rem;height:3.4375rem;top:55.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBPDPn9HuofFcGgtBZ8E0hCiTrFlpCPZ { width:5.1875rem;height:3.4375rem;top:41.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWGL6SGUOHQLKTqmNF6qCgzgEnNEx3l6 { width:5.1875rem;height:3.4375rem;top:46rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is4pViv28WIiR9lLge1tCMttnLSbUdPb { width:5.1875rem;height:3.4375rem;top:60.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9K0I8hJpUqdUO6zZilUGnQVpk3dass { width:5.1875rem;height:3.4375rem;top:50.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraFLPCTNODJGlWqEx7GnhJmdL02r0JN { width:4.5625rem;height:3.4375rem;top:64.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOlo7aF6qBbEEKww6Pe8k6e76CL2DLlB { width:4.5625rem;height:3.4375rem;top:36.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:20rem;height:3.4375rem;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; }
 }@media only screen and (max-width: 763px) { #HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#HZnpJXNeDwqGPiK9qDGyczGZ5kxFIWPn > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTZdckN2vT3g6VqoPlvBW4GVaIK2CcLs { width:20rem;height:2.6660125rem;top:0.85395050048825rem;left:0rem;display:block; }
 }