.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:0,118,191;--color-primary-4:19,29,51;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:96,96,96;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:190,179,179;--color-tertiary-2:171,166,167;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { border-width: 0; border-radius: 0; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;position:relative;display:none; }#HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.25rem;left:61.1865234375rem;display:block; }
#wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.25rem;left:46.3740234375rem;display:block; }
#Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.25rem;left:53.2490234375rem;display:block; }
#pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.25rem;left:61.1865234375rem;display:block; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.25rem;left:27.9990234375rem;display:block; }
#PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.25rem;left:38.061279296875rem;display:block; }
#I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { position:relative;display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { background-color: transparent; background-image: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { border-width: 0; border-radius: 0; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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:var(--paragraphs-font-family);height:2.6875rem;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; }#Je61vXLhx0AM3SEQav3CeTG84LkVPfJ0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.375rem;left:69.1875rem;display:block; }
#HIrXNNAAinamLMJuKmD1AfGG0lKsb8dy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { position:relative;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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:var(--paragraphs-font-family);height:16rem;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; }#k28g644yd2EXJIil3mx8Szczz1RDrOq5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.84375rem;left:2.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { color:rgba(var(--color-tertiary-3),1);display:block;width:69.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.125rem;left:2.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { color:rgba(var(--color-tertiary-3),1);display:block;width:69.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:4.5390625rem;left:2.625rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xM9ekxt5qNL5kbnQGD0TuxNZT6NOUuFy { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.6865234375rem;left:2.5rem;display:block; }
#Mo9XkAz3tSPyL9ZOHyEmOaVl9rTBkppq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P92MMago9BAH1uMX0oXndp8T8OosHCZe { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.968505859375rem;left:18.71826171875rem;height:1.62475625rem;display:block; }
#ndmy9TvK5T5ZTEJqNHcWKR3KgcCpyeaE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#axsswmh8SwBJsV6yAHm4nDNyKJdu4rhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { position:relative;display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { background-color: transparent; background-image: none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container > .video-iframe-container { display: none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row > .video-iframe-container { display: none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .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); }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { border-width: 0; border-radius: 0; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .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; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .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:var(--paragraphs-font-family);height:14.9375rem;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; }#BNIZyBZEwBo4b12FED73SMVRfaOrJRUn { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:13.6875rem;top:4.99853515625rem;left:25rem;display:block; }
#TGkNT248hOD0ASHlI6ucRyGbKiRuZhfJ { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:7.3740234375rem;left:30.3125rem;display:block; }
#BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:13.6875rem;top:5rem;left:40rem;display:block; }
#pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:7.4990234375rem;left:45.3125rem;display:block; }
#T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:7.5rem;height:2.2753875rem;font-style:normal;display:block; }
#EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:13.6875rem;top:5rem;left:55rem;display:block; }
#HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:7.499755859375rem;left:60.25rem;display:block; }
#Oy9zcgbB57ETsgDTRUNlZmGrdVpPmr5X { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:11.1875rem;left:25rem;display:block; }
#ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:11.1865234375rem;left:40.062255859375rem;display:block; }
#pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:11.1875rem;left:54.9365234375rem;display:block; }
#PzDy157r1fL3bIhRNQahkupx0JX2ctrZ { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.9990234375rem;left:25rem;display:block; }
#Hw0gLuQr1WzqHNAeOum4D2gDZd4slEBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.9365234375rem;left:40rem;display:block; }
#mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.062255859375rem;left:55.186767578125rem;display:block; }
#ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.4992675rem;top:6.187744140625rem;left:6.25rem;display:block; }
#t08HHM5bT5GxR014zx14G524z5EExn9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.6552734375rem;left:7.5rem;height:1.21875rem;display:block; }
#DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.311rem;width:69.935rem;top:2.437744140625rem;left:2.5rem;display:block; }
#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { position:relative;display:block; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { background-color: transparent; background-image: none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container > .video-iframe-container { display: none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row > .video-iframe-container { display: none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .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); }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { border-width: 0; border-radius: 0; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .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; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .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:var(--paragraphs-font-family);height:11.875rem;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; }#Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:13.6875rem;top:2.5rem;left:25rem;display:block; }
#qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:13.6875rem;top:2.5rem;left:40rem;display:block; }
#rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.5625rem;height:3.73779375rem;display:block; }
#CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:13.6875rem;top:2.5rem;left:55rem;display:none; }
#fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:8.686767578125rem;left:25rem;display:block; }
#iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:8.686767578125rem;left:40rem;display:block; }
#uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.6875rem;top:8.6875rem;left:55rem;display:none; }
#tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.5rem;top:3.75rem;left:6.25rem;display:block; }
#AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.75rem;left:26.624755859375rem;display:block; }
#AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:5.25rem;left:30.3125rem;display:block; }
#k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:40rem;display:block; }
#efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:5rem;left:45.5625rem;display:block; }
#ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:55.3125rem;display:none; }
#g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ME74fBlRx5DwVVGgDE95DRikO7lT865M { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:5rem;left:60.375rem;display:none; }
#JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:7.5rem;height:1.21875rem;display:block; }
#OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:69.9375rem;top:0.37841796875rem;left:2.5rem;display:block; }
#QeKCerNynBw5woqwOddQyw1iXxxom4U1 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.921875rem;left:55rem;display:none; }
#rnGqWgTRRbpXmlunqZr3BHdTAT0ckJZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { position:relative;display:block; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { background-color: transparent; background-image: none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container > .video-iframe-container { display: none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row > .video-iframe-container { display: none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .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); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { border-width: 0; border-radius: 0; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .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; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .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:var(--paragraphs-font-family);height:1.3125rem;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; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { position:relative;display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { background-color: transparent; background-image: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { border-width: 0; border-radius: 0; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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:var(--paragraphs-font-family);height:5.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; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { position:relative;display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { background-color: transparent; background-image: none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container > .video-iframe-container { display: none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row > .video-iframe-container { display: none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .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); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { border-width: 0; border-radius: 0; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .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; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.9375rem;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; }#nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { color:rgba(var(--color-tertiary-3),1);display:block;width:45.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:3.25rem;display:block; }
#iaG0VbPZTpTyfTbacMLA677tUwaPArul { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#a6Lvdq05pn1CkR5buhm7zJpOy8dRUnkz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.6875rem;top:13rem;left:58.017002906691rem;overflow:hidden;display:block; }
#oDvuNDMAccVeZaigMJxTJ0Jefl3AeARX { color:rgba(var(--color-tertiary-3),1);display:block;width:71.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.5rem;height:4.87426875rem;display:block; }
#K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5615234375rem;left:3.75rem;height:6.499025rem;display:block; }
#Wp4vmUTdRmunIdSRRarAVJKuWdWZn0CM { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.75rem;left:2.5rem;display:block; }
#WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:5.5625rem;height:1.62475625rem;display:block; }
#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { position:relative;display:block; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { background-color: transparent; background-image: none; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container > .video-iframe-container { display: none; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row > .video-iframe-container { display: none; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .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); }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { border-width: 0; border-radius: 0; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .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; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .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:var(--paragraphs-font-family);height:1.3125rem;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; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { position:relative;display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { background-color: transparent; background-image: none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container > .video-iframe-container { display: none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row > .video-iframe-container { display: none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .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); }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { border-width: 0; border-radius: 0; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .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; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:63.125rem;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; }#bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { color:rgba(var(--color-tertiary-3),1);display:block;width:45.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:3.25rem;display:block; }
#VFmIsMmtXyxpS78pF46rNPuaJTrfBZUJ { color:rgba(var(--color-tertiary-3),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3759765625rem;left:2.5rem;height:3.25rem;display:block; }
#aLKV8VgTWd7fZEElkFr8iIRJO0GJwNqA { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:11.1259765625rem;left:36.875rem;display:block; }
#lV686TRJ1KULsgurud3vIDRIM7wdDLDg { color:rgba(var(--color-tertiary-3),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40rem;height:4.875rem;display:block; }
#s8M2ol9t5wQQFuNuKwPbyXFmMxvN0hB8 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5625rem;left:2.5rem;height:3.25rem;display:block; }
#zebx0y6D0TMN3Jd4EA7SCGAtUXVth3Mc { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:24.6875rem;left:36.875rem;display:block; }
#b6QTxXskezSuT3MSwxHFGLnZTrKKay9z { color:rgba(var(--color-tertiary-3),1);display:block;width:33.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40rem;height:6.499rem;display:block; }
#TVTTFmCM9K3lqff2vXC8o9RZtiIggysT { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.811rem;width:26.0608125rem;top:22.2509765625rem;left:3.75rem;overflow:hidden;display:block; }
#QDCb4l9kBK3tX5ZqvmZIcOO3yLAdnV9b { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:31.25rem;top:39.6875rem;left:40rem;overflow:hidden;display:block; }
#IpNEuTmNUBCuvoxA7kvC441hRxIGxJrv { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:31.25rem;top:47.1875rem;left:40rem;overflow:hidden;display:block; }
#E1iPZiedhEDTUki7SBGei0GEHMEDmdOx { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.8125rem;left:40rem;height:1.625rem;display:block; }
#dtQI3fMLK7l3qV9L8PDSFSuMB1va1bEh { color:rgba(var(--color-tertiary-3),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.3125rem;left:39.5625rem;height:1.625rem;display:block; }
#R0Ocvef47Q6mSXL6dJLlhgRyQpdNnLo3 { box-sizing:content-box;color:#e61616;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:35.9375rem;left:36.875rem;display:block; }
#fTEHzxxlTr3wkpxz5fskr7thuAtZVN3A { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:43.4375rem;left:36.875rem;display:block; }
#VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#fEC5Qu3CS6KwbumtsKA8wqFHSqOrtF4k { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:12.3759765625rem;left:3.75rem;display:block; }
#Jytl9CO896bMR60XDQs3tqEyfNfWARW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0Eq31hT2rCwgQSqyT8ZzyoKhozeM7zo { color:rgba(var(--color-tertiary-3),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:54.8125rem;left:2.5rem;height:4.87426875rem;display:block; }
#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { position:relative;display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { background-color: transparent; background-image: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { border-width: 0; border-radius: 0; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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:var(--paragraphs-font-family);height:1.1875rem;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; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { position:relative;display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { background-color: transparent; background-image: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container > .video-iframe-container { display: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row > .video-iframe-container { display: none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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); }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { border-width: 0; border-radius: 0; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .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; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.3125rem;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; }#mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { color:rgba(var(--color-tertiary-3),1);display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:2.5234375rem;height:3.25rem;display:block; }
#EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:4.998046875rem;left:2.6484375rem;display:block; }
#DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { color:rgba(var(--color-tertiary-3),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.36328125rem;left:2.5rem;height:2.76123125rem;display:block; }
#CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { color:rgba(var(--color-primary-3),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.5rem;height:2.59765rem;font-style:normal;display:block; }
#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { position:relative;display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { background-color: transparent; background-image: none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container > .video-iframe-container { display: none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row > .video-iframe-container { display: none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .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); }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { border-width: 0; border-radius: 0; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .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; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.248046875rem;left:2.5859375rem;height:2.03125rem;font-style:normal;display:block; }
#hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { color:rgba(var(--color-tertiary-3),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.9375rem;height:1.38125rem;font-style:normal;display:block; }
#xmt0r1hXQtbBaD828PU88LrGxuAImK0d { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:5rem;height:2.76123125rem;display:block; }
#WclGidUeoGlx1ix5qUVcgKiPGakx1dke { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:40rem;height:1.38125rem;font-style:normal;display:block; }
#a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { color:rgba(var(--color-tertiary-3),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:41.25rem;height:2.76123125rem;display:block; }
#BuwtWGGXNkze4s3DawJirEe2yQShuV4l { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:3.404296875rem;left:2.5859375rem;display:block; }
#K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:4.6875rem;left:2.8125rem;display:block; }
#pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:4.9375rem;left:38.75rem;display:block; }
#fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:11.25rem;left:39.5rem;display:block; }
#DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:1.25rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:11.25rem;left:41rem;display:block; }
#g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.5rem;left:3.6875rem;display:block; }
#c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.375rem;left:39.8125rem;display:block; }
#tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:1.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:11.25rem;left:4.625rem;display:block; }
#qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmcgIx2CKrngWETyvM5insJa7HMtf2kC { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:11.25rem;left:3.4375rem;display:block; }
#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { position:relative;display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { background-color: transparent; background-image: none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container > .video-iframe-container { display: none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row > .video-iframe-container { display: none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .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); }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { border-width: 0; border-radius: 0; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .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; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.125rem;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; }#PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.123046875rem;left:2.5234375rem;height:2.03125rem;font-style:normal;display:block; }
#sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8046875rem;left:5rem;height:1.3806125rem;font-style:normal;display:block; }
#ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.42578125rem;left:5.625rem;height:2.4375rem;display:block; }
#swbEd6If10T3R8RbI5NkHEvowiR0Og4P { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:27.5625rem;height:1.38125rem;font-style:normal;display:block; }
#zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { color:rgba(var(--color-tertiary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:28.8125rem;height:3.6547875rem;display:block; }
#alXT8DCJUROX7Al5rSItny5EsMlCZQLd { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:52.5625rem;height:1.38125rem;font-style:normal;display:block; }
#W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.78125rem;left:53.1875rem;height:6.09130625rem;display:block; }
#lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:3.3095703125rem;left:2.6484375rem;display:block; }
#fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:4.625rem;left:2.5rem;display:block; }
#cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:13.4375rem;left:5rem;display:block; }
#Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:1.25rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:13.5625rem;left:6.25rem;display:block; }
#isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:13.5625rem;left:27.5rem;display:block; }
#bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:1.25rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:13.5625rem;left:28.75rem;display:block; }
#cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:13.5625rem;left:52.5rem;display:block; }
#MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.25rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:13.5625rem;left:53.75rem;display:block; }
#dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:4.9375rem;left:26.25rem;display:block; }
#JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.9375rem;left:51.25rem;display:block; }
#sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.375rem;left:4.9375rem;display:block; }
#PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.25rem;left:27.5rem;display:block; }
#QBL3090hwapTd14bOxlgnq9hkdeBZgZG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.3125rem;left:52.5rem;display:block; }
#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { position:relative;display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { background-color: transparent; background-image: none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container > .video-iframe-container { display: none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row > .video-iframe-container { display: none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .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); }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { border-width: 0; border-radius: 0; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .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; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.3125rem;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; }#ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1181640625rem;left:5rem;height:1.38125rem;font-style:normal;display:block; }
#qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.25rem;height:3.6547875rem;display:block; }
#L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.5rem;height:1.38125rem;font-style:normal;display:block; }
#WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:28.75rem;height:3.8964875rem;display:block; }
#dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:1.3806125rem;font-style:normal;display:block; }
#ZWdhFK781bvT5n04rX11ROIlql645R3H { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.75rem;height:3.6547875rem;display:block; }
#Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:1.25rem;left:2.75rem;display:block; }
#iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:1.25rem;left:26.25rem;display:block; }
#VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:1.25rem;left:51.25rem;display:block; }
#t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:8.75rem;left:4.6875rem;display:block; }
#mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:1.25rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:8.75rem;left:6.25rem;display:block; }
#feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:8.75rem;left:27.125rem;display:block; }
#Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:1.25rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:8.75rem;left:28.75rem;display:block; }
#xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:8.75rem;left:52.125rem;display:block; }
#sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:1.25rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:8.75rem;left:53.75rem;display:block; }
#IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:3.9375rem;left:5rem;display:block; }
#xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:4.125rem;left:27.5rem;display:block; }
#Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:3.9375rem;left:52.5rem;display:block; }
#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { position:relative;display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { background-color: transparent; background-image: none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container > .video-iframe-container { display: none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row > .video-iframe-container { display: none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .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); }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { border-width: 0; border-radius: 0; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .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; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.625rem;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; }#MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.5234375rem;height:2.03125rem;font-style:normal;display:block; }
#RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:5.0234375rem;height:1.3806125rem;font-style:normal;display:block; }
#TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:6.25rem;height:3.8964875rem;display:block; }
#Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9931640625rem;left:27.5rem;height:1.38125rem;font-style:normal;display:block; }
#P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:28.75rem;height:4.142575rem;display:block; }
#kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.99267578125rem;left:52.5rem;height:1.3806125rem;font-style:normal;display:block; }
#pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.75rem;height:4.142575rem;display:block; }
#efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:3.375rem;left:2.5rem;display:block; }
#fw0vAr40TGerUBoRabnvXuuRnUK30sdH { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:4.5625rem;left:2.5rem;display:block; }
#RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:5.125rem;left:26.25rem;display:block; }
#Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:5.125rem;left:51.25rem;display:block; }
#OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:13.625rem;left:27.125rem;display:block; }
#D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:1.25rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:13.625rem;left:28.75rem;display:block; }
#RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:13.625rem;left:52.1875rem;display:block; }
#MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:1.25rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:13.625rem;left:53.75rem;display:block; }
#UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.625rem;left:4.8125rem;display:block; }
#SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.625rem;left:27.3125rem;display:block; }
#rTRExA3W40uiNpSShFmaZcs1mngvK6zt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:7.625rem;left:52.3125rem;display:block; }
#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { position:relative;display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { background-color: transparent; background-image: none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container > .video-iframe-container { display: none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row > .video-iframe-container { display: none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .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); }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { border-width: 0; border-radius: 0; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .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; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.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; }#m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:29.6875rem;display:block; }
#rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { position:relative;display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { background-color: transparent; background-image: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { border-width: 0; border-radius: 0; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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:var(--paragraphs-font-family);height:1.25rem;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; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { position:relative;display:block; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { background-color: transparent; background-image: none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container > .video-iframe-container { display: none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row > .video-iframe-container { display: none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .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); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { border-width: 0; border-radius: 0; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .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; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .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:var(--paragraphs-font-family);height:5.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; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:7.40625rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { color:rgba(var(--color-tertiary-3),1);display:block;width:65.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:10.186767578125rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { color:rgba(var(--color-tertiary-3),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:25.09375rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { background-color:transparent;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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.3125rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:25.296875rem;left:40.25rem;display:block; }
#mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbJmFsItgQrla8InTM1I0wIIVFQcfPqd { color:rgba(var(--color-tertiary-3),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:17.03125rem;left:5rem;height:1.59301875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDb8vT2ItGyliBg6XHyolrTzox9Ji5r0 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:19.936767578125rem;left:5rem;height:3.1860375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pzk9GgqtsHynzw4rp7iCbdyCbIaPQ7Ui { position:relative;display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #Pzk9GgqtsHynzw4rp7iCbdyCbIaPQ7Ui > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:12.625rem;height:2.5rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:6.5rem;height:2.5rem;top:1.25rem;left:32.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { width:6.9375rem;height:2.5rem;top:1.25rem;left:39.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { display:none; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:12.625rem;height:2.5rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:9.875rem;height:2.5rem;top:1.25rem;left:14.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { width:22.5rem;height:2.5rem;top:1.25rem;left:24.436279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je61vXLhx0AM3SEQav3CeTG84LkVPfJ0 { width:5.8125rem;height:1.375rem;top:0.375rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrXNNAAinamLMJuKmD1AfGG0lKsb8dy { display:block; }
 }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { top:0.8125rem;left:0rem;width:36.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { top:12.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { top:4.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM9ekxt5qNL5kbnQGD0TuxNZT6NOUuFy { width:15.1875rem;height:2.1875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9XkAz3tSPyL9ZOHyEmOaVl9rTBkppq { display:block; }
 }@media only screen and (max-width: 763px) { #P92MMago9BAH1uMX0oXndp8T8OosHCZe { top:8.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndmy9TvK5T5ZTEJqNHcWKR3KgcCpyeaE { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #axsswmh8SwBJsV6yAHm4nDNyKJdu4rhC { display:block; }
 }@media only screen and (max-width: 763px) { #XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNIZyBZEwBo4b12FED73SMVRfaOrJRUn { width:13.6875rem;height:6.375rem;top:4.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkNT248hOD0ASHlI6ucRyGbKiRuZhfJ { top:7.3125rem;left:20.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { width:13.6875rem;height:6.375rem;top:5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { top:7.4375rem;left:28.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { top:6.1875rem;left:0rem;width:14.5625rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { width:13.6875rem;height:6.375rem;top:5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { top:7.4375rem;left:36.40625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy9zcgbB57ETsgDTRUNlZmGrdVpPmr5X { width:13.6875rem;height:0.125rem;top:11.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { width:13.6875rem;height:0.125rem;top:11.125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { width:13.6875rem;height:0.125rem;top:11.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzDy157r1fL3bIhRNQahkupx0JX2ctrZ { width:13.6875rem;height:2.375rem;top:4.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0gLuQr1WzqHNAeOum4D2gDZd4slEBq { display:block; }
 }@media only screen and (max-width: 763px) { #NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { width:13.6875rem;height:2.4375rem;top:4.875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { width:12.5625rem;height:2.375rem;top:5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block; }
 }@media only screen and (max-width: 763px) { #cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { top:6.1875rem;left:2.84375rem;width:0.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08HHM5bT5GxR014zx14G524z5EExn9Q { top:8.625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { top:2.4375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { display:block; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { width:13.6875rem;height:6.375rem;top:2.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { width:13.6875rem;height:6.375rem;top:2.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { top:3.625rem;left:0rem;width:16.125rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { width:13.6875rem;height:6.375rem;top:2.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { width:13.6875rem;height:0.125rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { width:13.6875rem;height:0.125rem;top:8.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { width:13.6875rem;height:0.125rem;top:8.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { top:3.75rem;left:2.84375rem;width:0.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { width:10.5625rem;height:2.625rem;top:2.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block; }
 }@media only screen and (max-width: 763px) { #tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { top:5.25rem;left:20.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { width:13.625rem;height:2.625rem;top:2.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block; }
 }@media only screen and (max-width: 763px) { #ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { top:5rem;left:28.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { width:13.25rem;height:1.875rem;top:2.5rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block; }
 }@media only screen and (max-width: 763px) { #ME74fBlRx5DwVVGgDE95DRikO7lT865M { top:5rem;left:36.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { top:7.25rem;left:0rem;width:15.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { top:0.375rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeKCerNynBw5woqwOddQyw1iXxxom4U1 { width:13.25rem;height:1.875rem;top:3.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnGqWgTRRbpXmlunqZr3BHdTAT0ckJZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { display:block; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { top:1.125rem;left:0rem;width:45.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaG0VbPZTpTyfTbacMLA677tUwaPArul { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Lvdq05pn1CkR5buhm7zJpOy8dRUnkz { top:13rem;left:33.6875rem;width:13.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvuNDMAccVeZaigMJxTJ0Jefl3AeARX { top:6.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { top:15.5rem;left:0rem;width:42.0625rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4vmUTdRmunIdSRRarAVJKuWdWZn0CM { top:10.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { top:11.875rem;left:0rem;width:27.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { display:block; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { top:1.125rem;left:0rem;width:45.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFmIsMmtXyxpS78pF46rNPuaJTrfBZUJ { top:7.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKV8VgTWd7fZEElkFr8iIRJO0GJwNqA { top:11.125rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV686TRJ1KULsgurud3vIDRIM7wdDLDg { top:12.1875rem;left:17.875rem;width:29.875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8M2ol9t5wQQFuNuKwPbyXFmMxvN0hB8 { top:18.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebx0y6D0TMN3Jd4EA7SCGAtUXVth3Mc { top:24.6875rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6QTxXskezSuT3MSwxHFGLnZTrKKay9z { top:24.6875rem;left:13.9375rem;width:33.8125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTTFmCM9K3lqff2vXC8o9RZtiIggysT { top:22.25rem;left:0rem;width:26rem;height:23.755228805978rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCb4l9kBK3tX5ZqvmZIcOO3yLAdnV9b { top:39.6875rem;left:16.375rem;width:31.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNEuTmNUBCuvoxA7kvC441hRxIGxJrv { top:47.1875rem;left:16.375rem;width:31.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1iPZiedhEDTUki7SBGei0GEHMEDmdOx { top:36.8125rem;left:17.75rem;width:30rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQI3fMLK7l3qV9L8PDSFSuMB1va1bEh { top:44.3125rem;left:12.3125rem;width:35.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Ocvef47Q6mSXL6dJLlhgRyQpdNnLo3 { top:35.9375rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEHzxxlTr3wkpxz5fskr7thuAtZVN3A { top:43.4375rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEC5Qu3CS6KwbumtsKA8wqFHSqOrtF4k { width:14.9375rem;height:2.5rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jytl9CO896bMR60XDQs3tqEyfNfWARW2 { display:block; }
 }@media only screen and (max-width: 763px) { #S0Eq31hT2rCwgQSqyT8ZzyoKhozeM7zo { top:54.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { top:1.375rem;left:0rem;width:25.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { top:4.9375rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { top:6.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { top:9.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { top:1.1875rem;left:0rem;width:23.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { top:4.875rem;left:0rem;width:21.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt0r1hXQtbBaD828PU88LrGxuAImK0d { top:7.4375rem;left:0rem;width:28.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclGidUeoGlx1ix5qUVcgKiPGakx1dke { top:4.75rem;left:23.875rem;width:18.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { top:7.5rem;left:15.5rem;width:32.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwtWGGXNkze4s3DawJirEe2yQShuV4l { top:3.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { top:4.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { top:4.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { top:11.25rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { width:13.375rem;height:1.25rem;top:11.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block; }
 }@media only screen and (max-width: 763px) { #xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { top:7.5rem;left:0rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { top:7.375rem;left:23.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { width:13.0625rem;height:1.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block; }
 }@media only screen and (max-width: 763px) { #zmcgIx2CKrngWETyvM5insJa7HMtf2kC { top:11.25rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { top:1.0625rem;left:0rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { top:4.75rem;left:0.4375rem;width:14.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { top:7.375rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbEd6If10T3R8RbI5NkHEvowiR0Og4P { top:4.75rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { top:7.4375rem;left:11.6875rem;width:20.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXT8DCJUROX7Al5rSItny5EsMlCZQLd { top:4.75rem;left:31.75rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { top:6.75rem;left:27.1875rem;width:20.5625rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { top:3.25rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { top:4.625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { top:13.4375rem;left:0.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { width:13rem;height:1.25rem;top:13.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block; }
 }@media only screen and (max-width: 763px) { #zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { top:13.5625rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { width:12.9375rem;height:1.25rem;top:13.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block; }
 }@media only screen and (max-width: 763px) { #zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { top:13.5625rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { width:12.8125rem;height:1.25rem;top:13.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block; }
 }@media only screen and (max-width: 763px) { #qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { top:4.9375rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { top:4.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { top:7.375rem;left:0.375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { top:7.25rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBL3090hwapTd14bOxlgnq9hkdeBZgZG { top:7.3125rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { top:1.0625rem;left:0.4375rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { top:3.9375rem;left:0rem;width:17.8125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { top:1.25rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { top:3.9375rem;left:13rem;width:19.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { top:1.25rem;left:30.75rem;width:17rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdhFK781bvT5n04rX11ROIlql645R3H { top:3.9375rem;left:28.875rem;width:18.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { top:1.25rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { top:1.25rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { top:8.75rem;left:0.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { width:12.625rem;height:1.25rem;top:8.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block; }
 }@media only screen and (max-width: 763px) { #RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { top:8.75rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { width:13.5rem;height:1.25rem;top:8.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block; }
 }@media only screen and (max-width: 763px) { #aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { top:8.75rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { width:12.625rem;height:1.25rem;top:8.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block; }
 }@media only screen and (max-width: 763px) { #rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { top:3.9375rem;left:0.4375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { top:4.125rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { top:3.9375rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { top:1.3125rem;left:0rem;width:15.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { top:4.875rem;left:0.4609375rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { top:7.625rem;left:0rem;width:17.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { top:4.9375rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { top:7.625rem;left:11.8125rem;width:19.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { top:4.9375rem;left:30.4375rem;width:17.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { top:7.5625rem;left:29.5rem;width:18.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { top:3.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0vAr40TGerUBoRabnvXuuRnUK30sdH { top:4.5625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { top:5.125rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { top:5.125rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { top:13.625rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { width:13.3125rem;height:1.25rem;top:13.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block; }
 }@media only screen and (max-width: 763px) { #lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { top:13.625rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { width:13.5rem;height:1.25rem;top:13.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block; }
 }@media only screen and (max-width: 763px) { #N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { top:7.625rem;left:0.25rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { top:7.625rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRExA3W40uiNpSShFmaZcs1mngvK6zt { top:7.625rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADEtKi0o80aSFIDWi3dNg9239DE1Uag { display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:15.625rem;height:3.9375rem;top:1.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { display:block; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { top:2rem;left:10.125rem;width:28.25rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { top:7.375rem;left:0rem;width:27.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { top:10.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { top:25.0625rem;left:0rem;width:38.8125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.3125rem;height:1.3125rem;top:25.25rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #XbJmFsItgQrla8InTM1I0wIIVFQcfPqd { top:17rem;left:0rem;width:34.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDb8vT2ItGyliBg6XHyolrTzox9Ji5r0 { top:19.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzk9GgqtsHynzw4rp7iCbdyCbIaPQ7Ui { display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #Pzk9GgqtsHynzw4rp7iCbdyCbIaPQ7Ui > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { background-color: transparent; background-image: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:7.8125rem;height:1.25rem;top:7.625rem;left:11rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:10.3125rem;height:1.375rem;top:4.4375rem;left:8.5rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { width:19.25rem;height:2.25rem;top:5.5625rem;left:-0.4375rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { top:0.7236328125rem;left:15.71875rem;width:3.125rem;height:3.125rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:5.0625rem;height:1.25rem;top:6.25rem;left:14.9375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:3.75rem;height:1.5625rem;top:3.5625rem;left:15.59375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { width:3.75rem;height:1.5625rem;top:4.75rem;left:15.59375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Je61vXLhx0AM3SEQav3CeTG84LkVPfJ0 { width:5.8125rem;height:1.375rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrXNNAAinamLMJuKmD1AfGG0lKsb8dy { display:block; }
 }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { width:15.625rem;height:1.625rem;top:1.9375rem;left:0rem;font-size:1.25rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { width:20rem;height:4.87793125rem;top:16.25rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { width:20rem;height:4.87793125rem;top:4rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xM9ekxt5qNL5kbnQGD0TuxNZT6NOUuFy { width:15.7495rem;height:2.1875rem;top:8.876953125rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9XkAz3tSPyL9ZOHyEmOaVl9rTBkppq { display:block; }
 }@media only screen and (max-width: 763px) { #P92MMago9BAH1uMX0oXndp8T8OosHCZe { width:20rem;height:3.4130875rem;top:12rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ndmy9TvK5T5ZTEJqNHcWKR3KgcCpyeaE { top:0rem;left:14.125rem;width:5.875rem;height:1.25rem;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #axsswmh8SwBJsV6yAHm4nDNyKJdu4rhC { display:block; }
 }@media only screen and (max-width: 763px) { #XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { width:20rem;height:13.811029296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNIZyBZEwBo4b12FED73SMVRfaOrJRUn { width:14.0625rem;height:6.5rem;top:6.9404296875rem;left:2.93701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGkNT248hOD0ASHlI6ucRyGbKiRuZhfJ { width:3.125rem;height:3.125rem;top:9.583984375rem;left:7.686767578125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { width:13.6853125rem;height:6.3733125rem;top:15.8779296875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { width:3.125rem;height:3.125rem;top:18.34619140625rem;left:7.93701171875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { width:17rem;height:2.1933625rem;top:1.77734375rem;left:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { width:13.6853125rem;height:6.3733125rem;top:24.56298828125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { width:3.125rem;height:3.125rem;top:27.456298828125rem;left:8.275146484375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oy9zcgbB57ETsgDTRUNlZmGrdVpPmr5X { width:14.0625rem;height:0.124511875rem;top:13.499755859375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { width:13.6853125rem;height:0.124511875rem;top:22.408447265625rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { width:13.6853125rem;height:0.124511875rem;top:31.0634765625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzDy157r1fL3bIhRNQahkupx0JX2ctrZ { width:10.625rem;height:2.37426875rem;top:6.187744140625rem;left:2.5rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0gLuQr1WzqHNAeOum4D2gDZd4slEBq { display:block; }
 }@media only screen and (max-width: 763px) { #NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { width:14.75rem;height:2.375rem;top:8.687744140625rem;left:2.5rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { width:9.746125rem;height:2.37426875rem;top:11.25rem;left:2.5rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block; }
 }@media only screen and (max-width: 763px) { #cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { width:0.498046875rem;height:3.125rem;top:1.812744140625rem;left:1.251953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08HHM5bT5GxR014zx14G524z5EExn9Q { width:13.6865rem;height:1.21875rem;top:4.343505859375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { width:20rem;height:12.5625rem;top:1.248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { display:block; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { width:13.6853125rem;height:6.3733125rem;top:9.250244140625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { width:17.5625rem;height:4.55078125rem;top:1.125rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { width:14.0625rem;height:0.124511875rem;top:24.312744140625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { width:13.6853125rem;height:0.124511875rem;top:33.373779296875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { width:13.6853125rem;height:0.124511875rem;top:15.812255859375rem;left:3.1884765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { width:0.498046875rem;height:3.125rem;top:1.12548828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { width:10.5603125rem;height:2.6245125rem;top:7.1240234375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block; }
 }@media only screen and (max-width: 763px) { #tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { width:3.125rem;height:3.125rem;top:6.815185546875rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { width:12.3730625rem;height:2.68676875rem;top:10.31201171875rem;left:5.312255859375rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block; }
 }@media only screen and (max-width: 763px) { #ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { width:3.125rem;height:3.125rem;top:9.877685546875rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { width:13.2483125rem;height:2.1875rem;top:13.690185546875rem;left:5.1875rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block; }
 }@media only screen and (max-width: 763px) { #ME74fBlRx5DwVVGgDE95DRikO7lT865M { width:3.125rem;height:3.125rem;top:13.12744140625rem;left:1.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { width:15.1233125rem;height:1.21875rem;top:5.375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { width:20rem;height:14.3125rem;top:0.064697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeKCerNynBw5woqwOddQyw1iXxxom4U1 { width:13.25rem;height:1.875rem;top:15.376953125rem;left:5.1875rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rnGqWgTRRbpXmlunqZr3BHdTAT0ckJZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { display:block; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { width:16.25rem;height:2.5996125rem;top:0.2509765625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaG0VbPZTpTyfTbacMLA677tUwaPArul { width:8.125rem;height:0.625rem;top:4.1005890625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Lvdq05pn1CkR5buhm7zJpOy8dRUnkz { width:11.875rem;height:8.1875rem;top:26.126953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvuNDMAccVeZaigMJxTJ0Jefl3AeARX { width:20rem;height:7.3095625rem;top:6.314453125rem;left:-0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { width:18.625rem;height:8.5278375rem;top:17.376953125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4vmUTdRmunIdSRRarAVJKuWdWZn0CM { width:3.125rem;height:3.125rem;top:14.251953125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { width:17.125rem;height:2.592775rem;top:14.876953125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { display:block; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { width:20rem;height:4.55078125rem;top:0.248046875rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFmIsMmtXyxpS78pF46rNPuaJTrfBZUJ { width:17.8125rem;height:6.09130625rem;top:6.2880859375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKV8VgTWd7fZEElkFr8iIRJO0GJwNqA { width:2.125rem;height:2.125rem;top:15.751953125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV686TRJ1KULsgurud3vIDRIM7wdDLDg { width:17.5rem;height:3.4130875rem;top:15.716796875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8M2ol9t5wQQFuNuKwPbyXFmMxvN0hB8 { width:18.1875rem;height:4.87305rem;top:20.376953125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebx0y6D0TMN3Jd4EA7SCGAtUXVth3Mc { width:2.125rem;height:2.125rem;top:45.248046875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6QTxXskezSuT3MSwxHFGLnZTrKKay9z { width:17.4375rem;height:5.688475rem;top:45.376953125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTTFmCM9K3lqff2vXC8o9RZtiIggysT { width:19.875rem;height:18.159045096877rem;top:26.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCb4l9kBK3tX5ZqvmZIcOO3yLAdnV9b { width:19.875rem;height:1.78875rem;top:55.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNEuTmNUBCuvoxA7kvC441hRxIGxJrv { width:19.875rem;height:2.067rem;top:61.619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1iPZiedhEDTUki7SBGei0GEHMEDmdOx { width:16.875rem;height:1.13769375rem;top:53.173828125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQI3fMLK7l3qV9L8PDSFSuMB1va1bEh { width:17rem;height:2.2753875rem;top:59.185546875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Ocvef47Q6mSXL6dJLlhgRyQpdNnLo3 { width:3.125rem;height:3.125rem;top:52.123046875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEHzxxlTr3wkpxz5fskr7thuAtZVN3A { width:3.125rem;height:3.125rem;top:58.373046875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { width:8.125rem;height:0.625rem;top:4.9130859375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEC5Qu3CS6KwbumtsKA8wqFHSqOrtF4k { width:14.9375rem;height:2.5rem;top:12.810546875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jytl9CO896bMR60XDQs3tqEyfNfWARW2 { display:block; }
 }@media only screen and (max-width: 763px) { #S0Eq31hT2rCwgQSqyT8ZzyoKhozeM7zo { width:17.75rem;height:6.09130625rem;top:65.498046875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { width:20rem;height:2.5996125rem;top:0.1884765625rem;left:-0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { width:8.125rem;height:0.625rem;top:3.314208984375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { width:19.875rem;height:4.87305rem;top:4.939453125rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { width:20rem;height:5.688475rem;top:9.939453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { width:12.749rem;height:2.03125rem;top:1.1591796875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { width:17.5rem;height:1.21875rem;top:3.82666015625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt0r1hXQtbBaD828PU88LrGxuAImK0d { width:16.25rem;height:4.142575rem;top:6.25rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclGidUeoGlx1ix5qUVcgKiPGakx1dke { width:12.1875rem;height:1.3808625rem;top:15.05712890625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { width:16.3125rem;height:5.5234375rem;top:17.5rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwtWGGXNkze4s3DawJirEe2yQShuV4l { width:4.0625rem;height:0.3125rem;top:3.190673828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { width:1.875rem;height:1.875rem;top:3.5654296875rem;left:0.811767578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { width:1.25rem;height:1.25rem;top:15rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { width:1.25rem;height:1.25rem;top:23.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { width:13.6875rem;height:1.25rem;top:23.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block; }
 }@media only screen and (max-width: 763px) { #xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { width:0.185546875rem;height:3.125rem;top:6.25rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { width:0.185546875rem;height:3.125rem;top:17.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { width:13.625rem;height:1.25rem;top:13.12744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block; }
 }@media only screen and (max-width: 763px) { #zmcgIx2CKrngWETyvM5insJa7HMtf2kC { width:1.25rem;height:1.25rem;top:13.12744140625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { width:18.81225rem;height:2.03125rem;top:1.25244140625rem;left:1.187744140625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { width:14.125rem;height:1.3806125rem;top:4.996337890625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { width:17.5rem;height:4.142575rem;top:7.50244140625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbEd6If10T3R8RbI5NkHEvowiR0Og4P { width:11.4355625rem;height:1.3808625rem;top:14.9326171875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { width:16.124rem;height:5.5234375rem;top:17.501953125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXT8DCJUROX7Al5rSItny5EsMlCZQLd { width:11.4355625rem;height:1.3808625rem;top:26.1201171875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { width:17.4355625rem;height:8.2836875rem;top:27.966796875rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { width:4.0625rem;height:0.3125rem;top:3.43994140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { width:1.875rem;height:1.875rem;top:4.62744140625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { width:1.25rem;height:1.25rem;top:11.751953125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { width:12.125rem;height:1.25rem;top:11.876953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block; }
 }@media only screen and (max-width: 763px) { #zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { width:1.25rem;height:1.25rem;top:23.751953125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { width:12.5625rem;height:1.25rem;top:23.751953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block; }
 }@media only screen and (max-width: 763px) { #zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { width:1.25rem;height:1.25rem;top:37.501953125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { width:12.3125rem;height:1.5625rem;top:37.189453125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block; }
 }@media only screen and (max-width: 763px) { #qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { width:1.25rem;height:1.25rem;top:14.939453125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { width:1.25rem;height:1.25rem;top:26.251953125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { width:0.185546875rem;height:3.125rem;top:7.50244140625rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { width:0.185546875rem;height:3.125rem;top:17.626953125rem;left:1.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBL3090hwapTd14bOxlgnq9hkdeBZgZG { width:0.185546875rem;height:3.125rem;top:28.751953125rem;left:1.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { width:20rem;height:29.561767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { width:11.4355625rem;height:1.3808625rem;top:1.18505859375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { width:16.1865rem;height:5.5234375rem;top:3.6279296875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { width:11.4355625rem;height:1.3808625rem;top:12.3076171875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { width:16.3125rem;height:4.142575rem;top:13.689453125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { width:16.5rem;height:1.3806125rem;top:21.182861328125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdhFK781bvT5n04rX11ROIlql645R3H { width:17.6875rem;height:4.142575rem;top:23.690185546875rem;left:2.5634765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { width:1.25rem;height:1.25rem;top:1.1279296875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { width:1.25rem;height:1.25rem;top:12.439453125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { width:1.25rem;height:1.25rem;top:21.190185546875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { width:1.25rem;height:1.25rem;top:9.939453125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { width:12.3125rem;height:1.25rem;top:9.939453125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block; }
 }@media only screen and (max-width: 763px) { #RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { width:1.25rem;height:1.25rem;top:18.690185546875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { width:12.75rem;height:1.25rem;top:18.689453125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block; }
 }@media only screen and (max-width: 763px) { #aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { width:1.25rem;height:1.25rem;top:28.251953125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { width:12.25rem;height:1.25rem;top:28.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block; }
 }@media only screen and (max-width: 763px) { #rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { width:0.185546875rem;height:3.125rem;top:3.6904296875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { width:0.185546875rem;height:3.125rem;top:13.689453125rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { width:0.185546875rem;height:3.125rem;top:23.690185546875rem;left:1.8759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { width:20rem;height:32.686767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { width:13.5rem;height:2.03125rem;top:1.21875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { width:11.4355625rem;height:2.76171875rem;top:4.3095703125rem;left:2.6884765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { width:15.5625rem;height:4.142575rem;top:8.001953125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { width:11.4355625rem;height:1.3808625rem;top:13.12109375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { width:16.25rem;height:5.5234375rem;top:15.689453125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { width:16.6875rem;height:1.3808625rem;top:24.37109375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { width:16.62475rem;height:4.142575rem;top:26.876953125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { width:4.0625rem;height:0.3125rem;top:3.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0vAr40TGerUBoRabnvXuuRnUK30sdH { width:1.875rem;height:1.875rem;top:4.00244140625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { width:1.25rem;height:1.25rem;top:13.1123046875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { width:1.25rem;height:1.25rem;top:24.376953125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { width:1.25rem;height:1.25rem;top:21.876953125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { width:12.3125rem;height:1.25rem;top:22.001953125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block; }
 }@media only screen and (max-width: 763px) { #lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { width:1.25rem;height:1.25rem;top:31.4375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { width:13.6875rem;height:1.25rem;top:31.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block; }
 }@media only screen and (max-width: 763px) { #N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { width:0.185546875rem;height:3.125rem;top:7.814453125rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { width:0.185546875rem;height:3.125rem;top:16.001953125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRExA3W40uiNpSShFmaZcs1mngvK6zt { width:0.185546875rem;height:3.125rem;top:26.814453125rem;left:1.8134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADEtKi0o80aSFIDWi3dNg9239DE1Uag { display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:19rem;height:2.5rem;top:1.25rem;left:0.499267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { display:block; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { width:20rem;height:2.6245125rem;top:4.5283203125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { width:17.5rem;height:11.8103125rem;top:7.624267578125rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { width:20rem;height:2.6245125rem;top:31.402587890625rem;left:0rem;font-size:0.875rem;line-height:1.5;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:2.6875rem;height:1.1875rem;top:32.71484375rem;left:10.5615234375rem;font-family:arial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #XbJmFsItgQrla8InTM1I0wIIVFQcfPqd { width:20rem;height:2.6245125rem;top:20.152587890625rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MDb8vT2ItGyliBg6XHyolrTzox9Ji5r0 { width:17.375rem;height:6.56125rem;top:23.33984375rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pzk9GgqtsHynzw4rp7iCbdyCbIaPQ7Ui { position:relative;z-index:auto;display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #Pzk9GgqtsHynzw4rp7iCbdyCbIaPQ7Ui > .row .container { position:relative;display:block; } }