.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_4654f03b76cba3ccf057c07a9103e6cc9b1a93a7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.46);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; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container { background-color: transparent; background-image: none; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container > .video-iframe-container { display: none; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row > .video-iframe-container { display: none; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .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); }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container { border-width: 0; border-radius: 0; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container { font-size:0.875rem;font-family:montserrat;height:6.25rem;width:75rem;position:relative;display:block; }#MRT3J4UlUllnOAamdTztu7GgvFDkkRMT { box-sizing:content-box;height:4.375rem;width:29.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.9375rem;left:45.75rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#XVZzbcWT4PGDR1eJuvzwC4r25yi4oS05 { background-color:#0099ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:60.65625rem;display:block; }
#s4JdlNBHw8BLmIgzqUA0HbDb3A2gxBd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPQczipXOWkTWGJh6tL0b3r4KXvGSiWZ { 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:#181818;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:53.6875rem;display:block; }
#aguTOPFS1P9asR6MeVRrRlvpxyVRxTkR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UllVBLToyBwGGPOHbLbi679z7Zx2bOTG { 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:#181818;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:47.5rem;display:block; }
#x4U2ckzKIlgxouJecFRgzIih73I8NT2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTxIU3xqZxs3iPByhUpAg3xwLcOo9A6S { 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:1.8125rem;width:9.375rem;top:2.34375rem;left:0rem;overflow:hidden;display:block; }
#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #03989e, rgba(0,153,202,0.62));background-image: -moz-linear-gradient(180deg, #03989e, rgba(0,153,202,0.62));background-image: -ms-linear-gradient(180deg, #03989e, rgba(0,153,202,0.62));background-image: -o-linear-gradient(180deg, #03989e, rgba(0,153,202,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03989e', endColorstr='#0099ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03989e', endColorstr='#0099ca9e' );";background-image: linear-gradient(180deg, #03989e, rgba(0,153,202,0.62));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container { background-color: transparent; background-image: none; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container > .video-iframe-container { display: none; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row > .video-iframe-container { display: none; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .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); }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container { border-width: 0; border-radius: 0; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container { font-size:0.875rem;font-family:montserrat;height:55.25rem;width:75rem;overflow:visible;position:relative;display:block; }#kCv0vU2ylq7Ryi4GL0Vx1oH7hQ1kB1FF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:8.5488125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FihA7F0Cz147G9IM7BH7QprpudoRpT9t { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:19.15625rem;left:12.34375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOo4g8BxKilCZeBPTSlXHXX4z8McgJt4 { background-color:#35cdce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.375rem;left:26.28125rem;display:block; }
#C1nPxbXHiJer9b73xPUWT8kGscTg7mgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTtMHPvJVSG36sqRbJhNv7HUlNeucDli { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:45.125rem;top:29.5rem;left:17.625rem;overflow:hidden;display:block; }
#dmGszH63nAPVn04u7ZTltIeTQSDtk4EC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:21.4375rem;top:37.8125rem;left:12.25rem;overflow:hidden;display:block; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:montserrat;height:13.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:#000037;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.71875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs { position:relative;display:block; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs { background-color: transparent; background-image: none; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row .container > .video-iframe-container { display: none; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row > .video-iframe-container { display: none; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .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); }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs { border-width: 0; border-radius: 0; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:0.6875rem;left:6.9375rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.8125rem;left:8rem; }
#q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:7.375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.75rem;left:0rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNEBCfU1sGtVTDUyFfzOuwTbcoWBFawa { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.75rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbP0DePN9ra5hzho6Az8BnFF4rgR4TF7 { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:7.375rem;left:18.75rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZZZ4pmDNSh1HD1KyWyoNAo6wdtuPp35 { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:0.6875rem;left:25.6875rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#RlWKhKRC6TNbq411g1BDO3NuuM604XXA { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.8125rem;left:26.75rem; }
#FD88fdmcFDihP4q7zD0iSsG1HLfIcLaQ { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:0.6875rem;left:44.4375rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#dfDD7XgxaT96mUqtMHsxngKE9Ced6M6t { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.8125rem;left:45.5rem; }
#dg4uvVFdTB1N26eKJlfZm9Q7xJ9kTUOr { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:7.375rem;left:37.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1A8dkdS4p9o65QToSfTMVH3xfsHA7P8 { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:10.75rem;left:37.5rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOFMbWJOQwEMK9a8ALpgen5xBdbbswNU { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:0.6875rem;left:63.1875rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#TquxVD1m36K8SDIDXOOLumbUtCA1kL9b { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.8125rem;left:64.25rem; }
#RfAFcad71HDMcea8HcH4fIiQSTXXFsq7 { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:7.375rem;left:56.25rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTyMPlleL4aREcaxNcB7Vl3Leyc9pOBM { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:10.75rem;left:56.25rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { background-color: transparent; background-image: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .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); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { border-width: 0; border-radius: 0; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { font-size:0.875rem;font-family:montserrat;height:58.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Zlo8sGyT0OP7TUhEHIRVDhp7nVrbVECw { color:#000037;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GcyRPMWlFTaw6TxtmmGIQePKSls9rfh9 { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:13.125rem;left:30.625rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#S4PlD6FMyCfONXRkpQTRyWUcdSsWfDus { color:#181818;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:16.01953125rem;left:38.75rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVR610qlurbKG57B3ReKD5u8AT12gBTE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.25rem;top:16.1875rem;left:31.125rem;overflow:hidden;display:block; }
#PUTmkTMTLOU0MsaDq6N0NO1JwqGINVfn { color:#181818;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:27.380859375rem;left:9.25rem;height:2.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M46kngkr4cBmLFkvrdzTKb9QuiCzVceB { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:25.1875rem;left:30.625rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#XImsJvoImSbh2qu2sCgqXRVbuPh4Ei2A { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.591796875rem;left:32.03125rem; }
#TS3KzW9wVLEO3aMUgF1hkLRLtkBb4lqQ { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:37.1875rem;left:30.625rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#S9K3y3t2Au9mZBXOoHQ5SML1KG116DLo { color:#181818;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:39.380859375rem;left:38.75rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHcwJRsLTh0Sc88mTEDH9y8Dte7VBo2F { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:38.90625rem;left:32.34375rem; }
#qcDdSDF84dodlVrlpm0RaL8b0kO4lcEi { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:49.4375rem;left:30.6875rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#BJFewT46E390TaR71oX3ieu7pA5aZC6F { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:51.15625rem;left:32.34375rem; }
#flnTtnnS0gLN4ptKJmmiN05x4FpyW0LN { color:#181818;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:51.625rem;left:6.0625rem;height:2.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nwyw8GtVppb3OO0TdLUTNIeOJQyNZa28 { box-sizing:content-box;height:33.875rem;width:0.1875rem;position:absolute;display:block;z-index:15001;background-color:#03989e;background-image:none;top:19.091796875rem;left:34.125rem;display:block; }
#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO { position:relative;display:block; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO { background-color: transparent; background-image: none; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row .container > .video-iframe-container { display: none; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row > .video-iframe-container { display: none; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .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); }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO { border-width: 0; border-radius: 0; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n7GKr4BsO9MFOXsZVO5vS5uSGwL6MC13 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.625rem;width:52.875rem;top:1.375rem;left:10.5615234375rem;display:block; }
#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container { background-color: transparent; background-image: none; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container > .video-iframe-container { display: none; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row > .video-iframe-container { display: none; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .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); }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container { border-width: 0; border-radius: 0; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container { font-size:0.875rem;font-family:montserrat;height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#cclsgZsIxmD6gJVEcSNTeCTomE5tRfW2 { color:#000037;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pLRe0JXmlECB0gIxtzdL2Kvd1tOSJ6Ou { color:#000037;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.8125rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g5eG3qRnv70laFZez8Tk6tb7ub7ldVAz { color:#000037;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:44.625rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHmRSJTiNQzrDF0i4N35zyLZlMrPflHX { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:16.125rem;left:21.625rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#UUwR5kgZRuH2OAAO0aJSR17S17cymb0u { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.25rem;left:22.6875rem; }
#XGJ5084Ab3lh7M8R4PnardfbrgsvUFTq { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:22.8125rem;left:14.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apbt9nwsEUZAsl4tiAI6XOOu3UrIybLL { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:16.125rem;left:47.3125rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#DCLSlPSuPzTW98Z8rNWCOhxETGZrLXZE { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.25rem;left:48.375rem; }
#sT4FJMi5SGFnfreDcryt0bRUoF0G1APU { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:22.8125rem;left:40.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZpmutH4RJi8l8GCEm03IGx53JIQ15IT { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:30.1875rem;left:21.625rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#xSKsSWX4vOkCdNQMQt1wwlVqUHa8qDJv { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:31.3125rem;left:22.6875rem; }
#AQexpW8RT3iAuOVHthx5xBhKGyzf4P7M { color:#181818;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:36.875rem;left:14.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEm7T5T6TaVZRtSvZg5kcMUZ0bsW3nhz { color:#181818;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:36.875rem;left:38.46875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxMh4u9kpB6lO299mKFlurigZy9qkTKw { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #157d72, #0099ca);background-image: -moz-linear-gradient(221deg, #157d72, #0099ca);background-image: -ms-linear-gradient(221deg, #157d72, #0099ca);background-image: -o-linear-gradient(221deg, #157d72, #0099ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#157d72', endColorstr='#0099ca' );";background-image: linear-gradient(221deg, #157d72, #0099ca);background-size:auto !important;top:30.1875rem;left:47.3125rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#a1vLW4UepOnHpAGi5QDk9MPEXulkdWPK { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.3125rem;left:48.375rem; }
#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9f0f7;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; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container { background-color: transparent; background-image: none; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container > .video-iframe-container { display: none; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row > .video-iframe-container { display: none; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .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); }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container { border-width: 0; border-radius: 0; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container { font-size:0.875rem;font-family:montserrat;height:49.9375rem;width:75rem;position:relative;display:block; }#Mi90fItZMIEJauuScDvFtLWkT4qMuPeq { box-sizing:content-box;height:31.25rem;width:21.25rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ca, #03989e);background-image: -moz-linear-gradient(180deg, #0099ca, #03989e);background-image: -ms-linear-gradient(180deg, #0099ca, #03989e);background-image: -o-linear-gradient(180deg, #0099ca, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ca', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ca', endColorstr='#03989e' );";background-image: linear-gradient(180deg, #0099ca, #03989e);background-size:auto !important;top:12.5625rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#ElbrHx7mTW5nXXIcPTbIDCAsaxB2ziTI { box-sizing:content-box;height:31.25rem;width:21.25rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ca, #03989e);background-image: -moz-linear-gradient(180deg, #0099ca, #03989e);background-image: -ms-linear-gradient(180deg, #0099ca, #03989e);background-image: -o-linear-gradient(180deg, #0099ca, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ca', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ca', endColorstr='#03989e' );";background-image: linear-gradient(180deg, #0099ca, #03989e);background-size:auto !important;top:12.5625rem;left:53.75rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#UntqNXXJKWdVRkNSnMy46iMVteQlK5KM { color:#f4f4f4;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:24.0625rem;left:2.5rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvZV5EvDWangDmXVTIPUszFqbMTNpDIr { color:#f4f4f4;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:29.4375rem;left:2.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mhvpA227dL4UvWOm3p9B3L8xSPdwqTp8 { color:#f4f4f4;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:17.5rem;left:29.375rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NxW4G1enmJquUT9M42R2cMaBSimRkHCP { color:#f4f4f4;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IiGFbGMo705TWENQrNhONMdWo9VTKLLs { color:#f4f4f4;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:23.3125rem;left:56.25rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyczHuQstZJ6KIbgtQ1QyAsuUnrQbLvZ { color:#f4f4f4;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:28.6875rem;left:56.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bIMS77akwShiTR87bFG5qTAsV2dXcNhI { box-sizing:content-box;height:31.25rem;width:21.25rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ca, #03989e);background-image: -moz-linear-gradient(180deg, #0099ca, #03989e);background-image: -ms-linear-gradient(180deg, #0099ca, #03989e);background-image: -o-linear-gradient(180deg, #0099ca, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ca', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ca', endColorstr='#03989e' );";background-image: linear-gradient(180deg, #0099ca, #03989e);background-size:auto !important;top:6rem;left:26.875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container { background-color: transparent; background-image: none; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container > .video-iframe-container { display: none; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row > .video-iframe-container { display: none; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .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); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container { border-width: 0; border-radius: 0; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container { font-size:0.875rem;font-family:montserrat;height:53.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#oSGNS0Vpfge9xeRbn49xwiQnkx7yFhA3 { color:#000037;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:9.75rem;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; }
#DdINs39yPVzohOwkzotHL0i6Xy1aIu3h { color:#181818;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:4.72265625rem;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; }
#zWw4DKQRWM21MzmVyV7VDlXK370HD7u3 { position:absolute;display:block;z-index:15009;height:21.875rem;width:38.75rem;top:5.125rem;left:36.25rem;display:block; }
#dSo3dWD9SNhTnXIvPvwB5sk24KMxZhrs { 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:29.875rem;width:29.875rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:montserrat;height:64.375rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:#000037;display:block;width:74.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { color:#181818;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.98828125rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#d9f0f7;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#181818;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;color:#181818;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_0b097d4d2da5ced44c832e697aa619a0d23983ae.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:70.125rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.828125rem;left:2.4375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #PIl1AAn12bu745i2c6ya0T6xb49fIeWe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AkHQutzXpTsNgSFr4vXue5a7lPMzxogu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #hsnLLzsxqTucbgmG4o87y3MVgXTu7HSs { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rtW2wVBieao0ubSE7ExhXWknDhFLczJH {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SXC8NsRnewnP0fZ3WN3WUlNgTfpuhagZ { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gft6oT1g8N0LORyp8pWS56IobDWFgIcH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ih1EIgPAZ2B1SvZ3s2FIzmXpec3fkrUt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ftz47wXWqFtqVQM4sNmpEe6I3q5wzRHL { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #I5kJrt8XicM8esT9UX3rdibperzZ4XJi {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #uua6e7fZNpFrW88QgUabFA74RKPPBoWW { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #PfV0C1p8u4uJRezt8oTXJTPqzH7qTPT2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gp5E1S8JsfIAo5irfnNMvlUsxQ7Ge3kd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #KVva9qFMl9l1G9zTLsogh5J1hD5cZK7a { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #MovzDeTvilALH2CCHZbR1slOPiKdITIb {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gXbJl0MBLXsLiXw5JZ27bbqXsLHlKoXU { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #g9B64q8mrvtBBXAHRCahiPUAPAuhGbEs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #y3iRa2ki6kHEKey0gkPDVTer8Vmkftfx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #z9BZZofPgZeMGkLwltA3xRJVqzF3xrDI { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #VJaJhnD7AnTim8uEPvB91GhNRJWEa70T {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #vGEG1R8CgniTIbAw3fprlECIopW90keX { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NvTEvD3Gr4OXSL98VIKTQuk23Rq7iZtQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NLQVhxTv0IomrZ8qUeqXnbZhTl9UIDnW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #pyP7TUQRp9xv1uBQgHGd80QpaAkZ8vyf { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zoPHrSnzq3wp8IKslitfgsAIANCnU0mD {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #K4Naardu0VWDhTwo60SfJhXnzWUwDCOu { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wTRxXmtqtfyKWEVwZoX2N85OLRx3uALa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #vObr7cZ4CTGk3OxePkc36d2a2zGGIk68 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Aha485oI4QbzZ3hy1zq8vKZCJD2a09rw { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #OmXyqzIwCNRnCkw2OU7NIoELEmZLsMS6 {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #npZSHHPmNTEKDesE9eRgPAobn0gTGUuZ { display:none; }
#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212060;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; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container { background-color: transparent; background-image: none; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container > .video-iframe-container { display: none; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row > .video-iframe-container { display: none; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .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); }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container { border-width: 0; border-radius: 0; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container { font-size:0.875rem;font-family:montserrat;height:23.4375rem;width:75rem;position:relative;display:block; }#DkIJP2ogfiiO9WhA6UGolrTH2E9AKtZN { color:#e3e3e3;display:block;width:16.687rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:4.501953125rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gp4eT7saXgoyB5upfceoL5aAskUczif8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.5625rem;left:68.25rem; }
#n81TSwSfhDWuXoSbS6grWhUF7TZTbCEh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.5625rem;left:70.625rem; }
#Qp1E4PzglT5bDT3gJf67UDdl5ZXPBxwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.625rem;left:73.0625rem; }
#dgMMzoHWsuIbfKAAeXL7Cx1kTJGxFxz8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.375rem;top:1.9305419921875rem;left:0rem;overflow:hidden;display:block; }
#vIvF8Imt7oAdESbpuTntGg7eRw6TiWOg { color:#404c83;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:11.99951171875rem;left:0rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gig7WM6ed8UoGSh7fqPKciQf6IXXz2Ag { color:#404c83;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:11.99951171875rem;left:29.686157226562rem;height:6.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPyGtLQ2NrJAezwO0QOFOoKUU0iPlDUm { color:#404c83;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:11.99951171875rem;left:49.498657226562rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkIQLSNRFcQ9b83O8Rnp6ylcqcLccU9G { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15035;background-color:#404c83;background-image:none;top:11.124267578125rem;left:65.975219726562rem;display:block; }
#wgDOKw30OqxMGVk1As5GNCuixaa7KGzu { background-color:#0099ca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.37463125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.749267578125rem;left:0rem;display:block; }
#fKMHTwV9gmKk4spmAkOgXctT9yKIbgtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TN6gpfdaTLeNkoENkBAQK62JJc003SUK { display:block; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRT3J4UlUllnOAamdTztu7GgvFDkkRMT { top:0.9375rem;left:10.25rem;width:29.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVZzbcWT4PGDR1eJuvzwC4r25yi4oS05 { width:12.25rem;height:2.5rem;top:1.875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4JdlNBHw8BLmIgzqUA0HbDb3A2gxBd3 { display:block; }
 }@media only screen and (max-width: 763px) { #DPQczipXOWkTWGJh6tL0b3r4KXvGSiWZ { width:5.625rem;height:2.5rem;top:1.875rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aguTOPFS1P9asR6MeVRrRlvpxyVRxTkR { display:block; }
 }@media only screen and (max-width: 763px) { #UllVBLToyBwGGPOHbLbi679z7Zx2bOTG { width:5.625rem;height:2.5rem;top:1.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4U2ckzKIlgxouJecFRgzIih73I8NT2P { display:block; }
 }@media only screen and (max-width: 763px) { #nTxIU3xqZxs3iPByhUpAg3xwLcOo9A6S { top:2.3125rem;left:0rem;width:9.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 { display:block; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCv0vU2ylq7Ryi4GL0Vx1oH7hQ1kB1FF { top:8.6875rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FihA7F0Cz147G9IM7BH7QprpudoRpT9t { top:19.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOo4g8BxKilCZeBPTSlXHXX4z8McgJt4 { width:22.4375rem;height:3.5rem;top:24.375rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1nPxbXHiJer9b73xPUWT8kGscTg7mgP { display:block; }
 }@media only screen and (max-width: 763px) { #mTtMHPvJVSG36sqRbJhNv7HUlNeucDli { top:29.5rem;left:2.625rem;width:45.125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGszH63nAPVn04u7ZTltIeTQSDtk4EC { width:21.4375rem;height:21.4375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:5.6875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs { display:block; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { top:0.6875rem;left:3.53125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { top:1.8125rem;left:4.59375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { top:7.375rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:10.75rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNEBCfU1sGtVTDUyFfzOuwTbcoWBFawa { top:10.75rem;left:5.125rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbP0DePN9ra5hzho6Az8BnFF4rgR4TF7 { top:7.375rem;left:5.125rem;width:18.75rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZZZ4pmDNSh1HD1KyWyoNAo6wdtuPp35 { top:0.6875rem;left:15.46875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWKhKRC6TNbq411g1BDO3NuuM604XXA { top:1.8125rem;left:16.53125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD88fdmcFDihP4q7zD0iSsG1HLfIcLaQ { top:0.6875rem;left:27.40625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfDD7XgxaT96mUqtMHsxngKE9Ced6M6t { top:1.8125rem;left:28.46875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg4uvVFdTB1N26eKJlfZm9Q7xJ9kTUOr { top:7.375rem;left:17.0625rem;width:18.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1A8dkdS4p9o65QToSfTMVH3xfsHA7P8 { top:10.75rem;left:17.0625rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOFMbWJOQwEMK9a8ALpgen5xBdbbswNU { top:0.6875rem;left:39.34375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquxVD1m36K8SDIDXOOLumbUtCA1kL9b { top:1.8125rem;left:40.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfAFcad71HDMcea8HcH4fIiQSTXXFsq7 { top:7.375rem;left:29rem;width:18.75rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyMPlleL4aREcaxNcB7Vl3Leyc9pOBM { top:10.75rem;left:29rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs { display:block; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zlo8sGyT0OP7TUhEHIRVDhp7nVrbVECw { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcyRPMWlFTaw6TxtmmGIQePKSls9rfh9 { top:13.125rem;left:17rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4PlD6FMyCfONXRkpQTRyWUcdSsWfDus { top:16rem;left:25.125rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVR610qlurbKG57B3ReKD5u8AT12gBTE { width:6.25rem;height:1.125rem;top:16.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTmkTMTLOU0MsaDq6N0NO1JwqGINVfn { top:27.375rem;left:0rem;width:19.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M46kngkr4cBmLFkvrdzTKb9QuiCzVceB { top:25.1875rem;left:17rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XImsJvoImSbh2qu2sCgqXRVbuPh4Ei2A { top:26.5625rem;left:18.40625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3KzW9wVLEO3aMUgF1hkLRLtkBb4lqQ { top:37.1875rem;left:17rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9K3y3t2Au9mZBXOoHQ5SML1KG116DLo { top:39.375rem;left:23.6875rem;width:24.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHcwJRsLTh0Sc88mTEDH9y8Dte7VBo2F { top:38.875rem;left:18.71875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDdSDF84dodlVrlpm0RaL8b0kO4lcEi { top:49.4375rem;left:17.0625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJFewT46E390TaR71oX3ieu7pA5aZC6F { top:51.125rem;left:18.71875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flnTtnnS0gLN4ptKJmmiN05x4FpyW0LN { top:51.625rem;left:0rem;width:23.125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwyw8GtVppb3OO0TdLUTNIeOJQyNZa28 { width:0.1875rem;height:33.875rem;top:19.0625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO { display:block; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7GKr4BsO9MFOXsZVO5vS5uSGwL6MC13 { width:47.75rem;height:26.753546099291rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE { display:block; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cclsgZsIxmD6gJVEcSNTeCTomE5tRfW2 { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLRe0JXmlECB0gIxtzdL2Kvd1tOSJ6Ou { top:10.8125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5eG3qRnv70laFZez8Tk6tb7ub7ldVAz { top:44.625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHmRSJTiNQzrDF0i4N35zyLZlMrPflHX { top:16.125rem;left:8rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUwR5kgZRuH2OAAO0aJSR17S17cymb0u { top:17.25rem;left:9.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGJ5084Ab3lh7M8R4PnardfbrgsvUFTq { top:22.8125rem;left:1.0625rem;width:18.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apbt9nwsEUZAsl4tiAI6XOOu3UrIybLL { top:16.125rem;left:33.6875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLSlPSuPzTW98Z8rNWCOhxETGZrLXZE { top:17.25rem;left:34.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT4FJMi5SGFnfreDcryt0bRUoF0G1APU { top:22.8125rem;left:26.75rem;width:18.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZpmutH4RJi8l8GCEm03IGx53JIQ15IT { top:30.1875rem;left:8rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSKsSWX4vOkCdNQMQt1wwlVqUHa8qDJv { top:31.3125rem;left:9.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQexpW8RT3iAuOVHthx5xBhKGyzf4P7M { top:36.875rem;left:1.0625rem;width:18.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEm7T5T6TaVZRtSvZg5kcMUZ0bsW3nhz { top:36.875rem;left:24.84375rem;width:22.625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxMh4u9kpB6lO299mKFlurigZy9qkTKw { top:30.1875rem;left:33.6875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vLW4UepOnHpAGi5QDk9MPEXulkdWPK { top:31.3125rem;left:34.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb { display:block; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mi90fItZMIEJauuScDvFtLWkT4qMuPeq { top:12.5625rem;left:0rem;width:21.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElbrHx7mTW5nXXIcPTbIDCAsaxB2ziTI { top:12.5625rem;left:26.5rem;width:21.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UntqNXXJKWdVRkNSnMy46iMVteQlK5KM { top:24.0625rem;left:0rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZV5EvDWangDmXVTIPUszFqbMTNpDIr { top:29.4375rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhvpA227dL4UvWOm3p9B3L8xSPdwqTp8 { top:17.5rem;left:15.75rem;width:17.1875rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxW4G1enmJquUT9M42R2cMaBSimRkHCP { top:22.875rem;left:15.75rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGFbGMo705TWENQrNhONMdWo9VTKLLs { top:23.3125rem;left:31.5rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyczHuQstZJ6KIbgtQ1QyAsuUnrQbLvZ { top:28.6875rem;left:31.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIMS77akwShiTR87bFG5qTAsV2dXcNhI { top:6rem;left:13.25rem;width:21.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO { display:block; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSGNS0Vpfge9xeRbn49xwiQnkx7yFhA3 { top:5.125rem;left:0rem;width:33.125rem;height:9.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdINs39yPVzohOwkzotHL0i6Xy1aIu3h { top:16.875rem;left:0rem;width:27.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWw4DKQRWM21MzmVyV7VDlXK370HD7u3 { width:38.75rem;height:21.875rem;top:5.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSo3dWD9SNhTnXIvPvwB5sk24KMxZhrs { width:29.875rem;height:29.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:4.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { top:8.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #PIl1AAn12bu745i2c6ya0T6xb49fIeWe {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AkHQutzXpTsNgSFr4vXue5a7lPMzxogu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #hsnLLzsxqTucbgmG4o87y3MVgXTu7HSs {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rtW2wVBieao0ubSE7ExhXWknDhFLczJH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SXC8NsRnewnP0fZ3WN3WUlNgTfpuhagZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gft6oT1g8N0LORyp8pWS56IobDWFgIcH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ih1EIgPAZ2B1SvZ3s2FIzmXpec3fkrUt {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ftz47wXWqFtqVQM4sNmpEe6I3q5wzRHL {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #I5kJrt8XicM8esT9UX3rdibperzZ4XJi {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #uua6e7fZNpFrW88QgUabFA74RKPPBoWW {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #PfV0C1p8u4uJRezt8oTXJTPqzH7qTPT2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gp5E1S8JsfIAo5irfnNMvlUsxQ7Ge3kd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #KVva9qFMl9l1G9zTLsogh5J1hD5cZK7a {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #MovzDeTvilALH2CCHZbR1slOPiKdITIb {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gXbJl0MBLXsLiXw5JZ27bbqXsLHlKoXU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #g9B64q8mrvtBBXAHRCahiPUAPAuhGbEs {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #y3iRa2ki6kHEKey0gkPDVTer8Vmkftfx {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #z9BZZofPgZeMGkLwltA3xRJVqzF3xrDI {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #VJaJhnD7AnTim8uEPvB91GhNRJWEa70T {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #vGEG1R8CgniTIbAw3fprlECIopW90keX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NvTEvD3Gr4OXSL98VIKTQuk23Rq7iZtQ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NLQVhxTv0IomrZ8qUeqXnbZhTl9UIDnW {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #pyP7TUQRp9xv1uBQgHGd80QpaAkZ8vyf {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zoPHrSnzq3wp8IKslitfgsAIANCnU0mD {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #K4Naardu0VWDhTwo60SfJhXnzWUwDCOu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wTRxXmtqtfyKWEVwZoX2N85OLRx3uALa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #vObr7cZ4CTGk3OxePkc36d2a2zGGIk68 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Aha485oI4QbzZ3hy1zq8vKZCJD2a09rw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #OmXyqzIwCNRnCkw2OU7NIoELEmZLsMS6 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #npZSHHPmNTEKDesE9eRgPAobn0gTGUuZ {  }
 }@media only screen and (max-width: 763px) { #NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN { display:block; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkIJP2ogfiiO9WhA6UGolrTH2E9AKtZN { top:4.5rem;left:0rem;width:16.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4eT7saXgoyB5upfceoL5aAskUczif8 { top:13.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n81TSwSfhDWuXoSbS6grWhUF7TZTbCEh { top:13.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp1E4PzglT5bDT3gJf67UDdl5ZXPBxwT { top:13.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgMMzoHWsuIbfKAAeXL7Cx1kTJGxFxz8 { width:9.375rem;height:1.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIvF8Imt7oAdESbpuTntGg7eRw6TiWOg { top:11.9375rem;left:0rem;width:11.5rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gig7WM6ed8UoGSh7fqPKciQf6IXXz2Ag { top:11.9375rem;left:16.060546875rem;width:18.75rem;height:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPyGtLQ2NrJAezwO0QOFOoKUU0iPlDUm { top:11.9375rem;left:31.8125rem;width:15.9375rem;height:4.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkIQLSNRFcQ9b83O8Rnp6ylcqcLccU9G { width:0.0625rem;height:6.25rem;top:11.0625rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgDOKw30OqxMGVk1As5GNCuixaa7KGzu { width:14.6875rem;height:3.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKMHTwV9gmKk4spmAkOgXctT9yKIbgtt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TN6gpfdaTLeNkoENkBAQK62JJc003SUK { position:relative;z-index:auto;display:block; }#TN6gpfdaTLeNkoENkBAQK62JJc003SUK > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRT3J4UlUllnOAamdTztu7GgvFDkkRMT { width:20rem;height:7rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVZzbcWT4PGDR1eJuvzwC4r25yi4oS05 { width:13.125rem;height:2.5rem;top:4.4375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4JdlNBHw8BLmIgzqUA0HbDb3A2gxBd3 { display:block; }
 }@media only screen and (max-width: 763px) { #DPQczipXOWkTWGJh6tL0b3r4KXvGSiWZ { width:5.625rem;height:2.5rem;top:2.25rem;left:10.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aguTOPFS1P9asR6MeVRrRlvpxyVRxTkR { display:block; }
 }@media only screen and (max-width: 763px) { #UllVBLToyBwGGPOHbLbi679z7Zx2bOTG { width:6.25rem;height:2.5rem;top:2.25rem;left:4.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4U2ckzKIlgxouJecFRgzIih73I8NT2P { display:block; }
 }@media only screen and (max-width: 763px) { #nTxIU3xqZxs3iPByhUpAg3xwLcOo9A6S { width:6.5rem;height:1.25rem;top:1.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 { display:block; }#LbMZxhFx2tplTI60uJTNF1XuffPVHqr0 > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCv0vU2ylq7Ryi4GL0Vx1oH7hQ1kB1FF { width:20rem;height:5.84765625rem;top:1.728515625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FihA7F0Cz147G9IM7BH7QprpudoRpT9t { width:20rem;height:4.8984375rem;top:9.3779296875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wOo4g8BxKilCZeBPTSlXHXX4z8McgJt4 { width:19.875rem;height:3.5rem;top:16rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1nPxbXHiJer9b73xPUWT8kGscTg7mgP { display:block; }
 }@media only screen and (max-width: 763px) { #mTtMHPvJVSG36sqRbJhNv7HUlNeucDli { width:18.8125rem;height:10.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGszH63nAPVn04u7ZTltIeTQSDtk4EC { width:9.625rem;height:9.625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:20rem;height:5.84765625rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs { display:block; }#b5Mtl0obwUPUe4XGfKBfWp7SZVCmkprs > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { width:4.9375rem;height:4.9375rem;top:1.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { display:flex;width:2.5rem;height:2.5rem;top:2.4375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { width:17.5rem;height:1.25rem;top:7.4375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:17.5rem;height:2.798825rem;top:10rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNEBCfU1sGtVTDUyFfzOuwTbcoWBFawa { width:18.75rem;height:2.798825rem;top:23.4853515625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbP0DePN9ra5hzho6Az8BnFF4rgR4TF7 { width:18.75rem;height:1.25rem;top:20.6103515625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZZZ4pmDNSh1HD1KyWyoNAo6wdtuPp35 { width:4.9375rem;height:4.9375rem;top:14.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWKhKRC6TNbq411g1BDO3NuuM604XXA { display:flex;width:2.75rem;height:2.75rem;top:15.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #FD88fdmcFDihP4q7zD0iSsG1HLfIcLaQ { width:4.9375rem;height:4.9375rem;top:27.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfDD7XgxaT96mUqtMHsxngKE9Ced6M6t { display:flex;width:2.75rem;height:2.75rem;top:28.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #dg4uvVFdTB1N26eKJlfZm9Q7xJ9kTUOr { width:18.75rem;height:2.5rem;top:33.9072265625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1A8dkdS4p9o65QToSfTMVH3xfsHA7P8 { width:18.75rem;height:2.798825rem;top:37.5947265625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOFMbWJOQwEMK9a8ALpgen5xBdbbswNU { width:4.9375rem;height:4.9375rem;top:41.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquxVD1m36K8SDIDXOOLumbUtCA1kL9b { display:flex;width:2.75rem;height:2.75rem;top:42.6875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #RfAFcad71HDMcea8HcH4fIiQSTXXFsq7 { width:18.75rem;height:1.25rem;top:47.75rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTyMPlleL4aREcaxNcB7Vl3Leyc9pOBM { width:18.75rem;height:2.798825rem;top:50.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs { background-color:#dfedeb;background-image:none;display:block; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { background-color: transparent; background-image: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .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); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zlo8sGyT0OP7TUhEHIRVDhp7nVrbVECw { width:17.5rem;height:3.8984375rem;top:2.8125rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GcyRPMWlFTaw6TxtmmGIQePKSls9rfh9 { width:7.1875rem;height:7.1875rem;top:8.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4PlD6FMyCfONXRkpQTRyWUcdSsWfDus { width:14.1875rem;height:1.3994125rem;top:17rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVR610qlurbKG57B3ReKD5u8AT12gBTE { width:6.25rem;height:1.125rem;top:11.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTmkTMTLOU0MsaDq6N0NO1JwqGINVfn { width:19.875rem;height:2.798825rem;top:28.5078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M46kngkr4cBmLFkvrdzTKb9QuiCzVceB { width:7.1875rem;height:7.1875rem;top:20.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XImsJvoImSbh2qu2sCgqXRVbuPh4Ei2A { display:flex;width:4.375rem;height:4.375rem;top:21.625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #TS3KzW9wVLEO3aMUgF1hkLRLtkBb4lqQ { width:7.1875rem;height:7.1875rem;top:33.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9K3y3t2Au9mZBXOoHQ5SML1KG116DLo { width:20rem;height:4.19824375rem;top:41.3212890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHcwJRsLTh0Sc88mTEDH9y8Dte7VBo2F { display:flex;width:3.75rem;height:3.75rem;top:34.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #qcDdSDF84dodlVrlpm0RaL8b0kO4lcEi { width:7.1875rem;height:7.1875rem;top:47.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJFewT46E390TaR71oX3ieu7pA5aZC6F { display:flex;width:3.75rem;height:3.75rem;top:48.875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #flnTtnnS0gLN4ptKJmmiN05x4FpyW0LN { width:20rem;height:4.19824375rem;top:55.7177734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nwyw8GtVppb3OO0TdLUTNIeOJQyNZa28 { width:0.3125rem;height:47.1875rem;top:9.2802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO { display:block; }#S7aI5QuvhJ8n7RUGyTJbGkvpTTLBsvcO > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7GKr4BsO9MFOXsZVO5vS5uSGwL6MC13 { height:11.205673758865rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE { display:block; }#uI1EBy4T9SHWifvRZipqrBH4dZlWcqLE > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cclsgZsIxmD6gJVEcSNTeCTomE5tRfW2 { width:17.5rem;height:3.8984375rem;top:1.625rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pLRe0JXmlECB0gIxtzdL2Kvd1tOSJ6Ou { width:20rem;height:1rem;top:7.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5eG3qRnv70laFZez8Tk6tb7ub7ldVAz { width:20rem;height:2rem;top:52.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHmRSJTiNQzrDF0i4N35zyLZlMrPflHX { width:4.9375rem;height:4.9375rem;top:10.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUwR5kgZRuH2OAAO0aJSR17S17cymb0u { display:flex;width:2.75rem;height:2.75rem;top:11.25rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #XGJ5084Ab3lh7M8R4PnardfbrgsvUFTq { width:18.75rem;height:2.5996125rem;top:16.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #apbt9nwsEUZAsl4tiAI6XOOu3UrIybLL { width:4.9375rem;height:4.9375rem;top:20.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLSlPSuPzTW98Z8rNWCOhxETGZrLXZE { display:flex;width:2.75rem;height:2.75rem;top:21.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #sT4FJMi5SGFnfreDcryt0bRUoF0G1APU { width:18.75rem;height:1.29980625rem;top:26rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NZpmutH4RJi8l8GCEm03IGx53JIQ15IT { width:4.9375rem;height:4.9375rem;top:29.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSKsSWX4vOkCdNQMQt1wwlVqUHa8qDJv { display:flex;width:2.75rem;height:2.75rem;top:31rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #AQexpW8RT3iAuOVHthx5xBhKGyzf4P7M { width:18.75rem;height:2.5996125rem;top:35.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aEm7T5T6TaVZRtSvZg5kcMUZ0bsW3nhz { width:20rem;height:2.5996125rem;top:46.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TxMh4u9kpB6lO299mKFlurigZy9qkTKw { width:4.9375rem;height:4.9375rem;top:40.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vLW4UepOnHpAGi5QDk9MPEXulkdWPK { display:flex;width:2.75rem;height:2.75rem;top:41.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb { display:block; }#grN2Uyh3zo29qT1Tx1curFlNZxQ01DTb > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mi90fItZMIEJauuScDvFtLWkT4qMuPeq { width:20rem;height:11rem;top:2.5rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElbrHx7mTW5nXXIcPTbIDCAsaxB2ziTI { width:20rem;height:11rem;top:28.25rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UntqNXXJKWdVRkNSnMy46iMVteQlK5KM { width:16.25rem;height:2.75rem;top:5.8125rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FvZV5EvDWangDmXVTIPUszFqbMTNpDIr { width:16.25rem;height:1.4619125rem;top:9.3125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mhvpA227dL4UvWOm3p9B3L8xSPdwqTp8 { width:16.25rem;height:2.75rem;top:18.375rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NxW4G1enmJquUT9M42R2cMaBSimRkHCP { width:16.25rem;height:1.4619125rem;top:21.75rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IiGFbGMo705TWENQrNhONMdWo9VTKLLs { width:16.25rem;height:2.75rem;top:31.125rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HyczHuQstZJ6KIbgtQ1QyAsuUnrQbLvZ { width:16.25rem;height:1.4619125rem;top:34.5rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bIMS77akwShiTR87bFG5qTAsV2dXcNhI { width:20rem;height:11rem;top:15.25rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO { background-color:transparent;background-image:none;display:block; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container { background-color: transparent; background-image: none; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container > .video-iframe-container { display: none; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row > .video-iframe-container { display: none; }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .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); }#BRwM87z7TIJ9VUKfQxQG3HyrzJTrx2nO > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSGNS0Vpfge9xeRbn49xwiQnkx7yFhA3 { width:20rem;height:5.84765625rem;top:1.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdINs39yPVzohOwkzotHL0i6Xy1aIu3h { width:20rem;height:5.59765625rem;top:8.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWw4DKQRWM21MzmVyV7VDlXK370HD7u3 { width:20rem;height:21.875rem;top:15.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSo3dWD9SNhTnXIvPvwB5sk24KMxZhrs { width:20rem;height:20rem;top:38.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#ffffff;background-image:none;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:20rem;height:5.84765625rem;top:1.95703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { width:20rem;height:4.19824375rem;top:8.64453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:20rem;top:13.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #PIl1AAn12bu745i2c6ya0T6xb49fIeWe {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AkHQutzXpTsNgSFr4vXue5a7lPMzxogu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #hsnLLzsxqTucbgmG4o87y3MVgXTu7HSs {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rtW2wVBieao0ubSE7ExhXWknDhFLczJH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SXC8NsRnewnP0fZ3WN3WUlNgTfpuhagZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gft6oT1g8N0LORyp8pWS56IobDWFgIcH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ih1EIgPAZ2B1SvZ3s2FIzmXpec3fkrUt {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Ftz47wXWqFtqVQM4sNmpEe6I3q5wzRHL {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #I5kJrt8XicM8esT9UX3rdibperzZ4XJi {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #uua6e7fZNpFrW88QgUabFA74RKPPBoWW {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #PfV0C1p8u4uJRezt8oTXJTPqzH7qTPT2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gp5E1S8JsfIAo5irfnNMvlUsxQ7Ge3kd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #KVva9qFMl9l1G9zTLsogh5J1hD5cZK7a {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #MovzDeTvilALH2CCHZbR1slOPiKdITIb {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gXbJl0MBLXsLiXw5JZ27bbqXsLHlKoXU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #g9B64q8mrvtBBXAHRCahiPUAPAuhGbEs {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #y3iRa2ki6kHEKey0gkPDVTer8Vmkftfx {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #z9BZZofPgZeMGkLwltA3xRJVqzF3xrDI {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #VJaJhnD7AnTim8uEPvB91GhNRJWEa70T {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #vGEG1R8CgniTIbAw3fprlECIopW90keX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NvTEvD3Gr4OXSL98VIKTQuk23Rq7iZtQ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NLQVhxTv0IomrZ8qUeqXnbZhTl9UIDnW {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #pyP7TUQRp9xv1uBQgHGd80QpaAkZ8vyf {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zoPHrSnzq3wp8IKslitfgsAIANCnU0mD {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #K4Naardu0VWDhTwo60SfJhXnzWUwDCOu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wTRxXmtqtfyKWEVwZoX2N85OLRx3uALa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #vObr7cZ4CTGk3OxePkc36d2a2zGGIk68 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Aha485oI4QbzZ3hy1zq8vKZCJD2a09rw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #OmXyqzIwCNRnCkw2OU7NIoELEmZLsMS6 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #npZSHHPmNTEKDesE9eRgPAobn0gTGUuZ {  }
 }@media only screen and (max-width: 763px) { #NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN { display:block; }#NTICE1NM3sM7OUCi0rvEpDrDMuPrGkEN > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkIJP2ogfiiO9WhA6UGolrTH2E9AKtZN { width:18.875rem;height:1.0996125rem;top:3.5625rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gp4eT7saXgoyB5upfceoL5aAskUczif8 { display:flex;width:1.625rem;height:1.625rem;top:31.3125rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #n81TSwSfhDWuXoSbS6grWhUF7TZTbCEh { display:flex;width:1.62475625rem;height:1.62475625rem;top:31.3125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Qp1E4PzglT5bDT3gJf67UDdl5ZXPBxwT { display:flex;width:1.62475625rem;height:1.62475625rem;top:31.3125rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #dgMMzoHWsuIbfKAAeXL7Cx1kTJGxFxz8 { width:9.375rem;height:1.81213125rem;top:5.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIvF8Imt7oAdESbpuTntGg7eRw6TiWOg { width:11.499625rem;height:5.4980625rem;top:13.5rem;left:4.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gig7WM6ed8UoGSh7fqPKciQf6IXXz2Ag { width:18.75rem;height:4.39845rem;top:20.25rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPyGtLQ2NrJAezwO0QOFOoKUU0iPlDUm { width:15.9375rem;height:3.2988375rem;top:25.9375rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkIQLSNRFcQ9b83O8Rnp6ylcqcLccU9G { width:0.0625rem;height:6.25rem;top:39.5264984375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgDOKw30OqxMGVk1As5GNCuixaa7KGzu { width:14.6875rem;height:3.3125rem;top:8.9375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKMHTwV9gmKk4spmAkOgXctT9yKIbgtt { display:block; }
 }