.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:234,236,240;--color-primary-1:191,199,209;--color-primary-2:148,161,178;--color-primary-3:71,114,245;--color-primary-4:30,32,36;--color-secondary-0:219,245,239;--color-secondary-1:134,222,202;--color-secondary-2:12,188,149;--color-secondary-3:6,94,75;--color-secondary-4:2,28,22;--color-tertiary-0:255,255,255;--color-tertiary-1:176,177,181;--color-tertiary-2:124,125,131;--color-tertiary-3:91,93,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"Fira Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container { background-color: transparent; background-image: none; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container > .video-iframe-container { display: none; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row > .video-iframe-container { display: none; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .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); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container { border-width: 0; border-radius: 0; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#OvkgxJvPek1hFBldE26iIZkx1V9kKabI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.625rem;top:1.8125rem;left:60.66667175293rem;overflow:hidden;display:block; }
#D4uPd6icVKM7iHw24TMw2EDitNV3cKRZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.5rem;top:1.03125rem;left:2.3125rem;overflow:hidden;display:block; }
#I30ewW56TaitRK9pCzaT2NDCSmOxUmBo { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6875rem;width:11.375rem;top:1.71875rem;left:46.3125rem;overflow:hidden;display:block; }
#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c806516d-ecb8-4148-98a9-43ca2b215c46/ACOT_Banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I.adaptive-delivery-prevent-bg, #lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I.lazyload, #lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I.lazyloading { background-image: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container { background-color: transparent; background-image: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container > .video-iframe-container { display: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row > .video-iframe-container { display: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .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); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container { border-width: 0; border-radius: 0; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#sgARSslwFqDVGvHDsoJIRmDI6EH1Z54t { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5);top:7.0625rem;left:18.375rem;height:7.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJe8FW3e32TLxdKkQgWLtvCt28naf53I { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5);top:15.75rem;left:13.6875rem;height:3.67448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJLTTnrRTq5he16HtuZZPc3SFPeFZQay { z-index:15008;top:23.000011444092rem;left:29.625rem;background-color:#fffdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mp20BxLHOIHOeSbuCEDRv7mspv3gB5Jx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2144;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container { background-color: transparent; background-image: none; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container > .video-iframe-container { display: none; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row > .video-iframe-container { display: none; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .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); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container { border-width: 0; border-radius: 0; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#OcE828DXA16Xtq2e9PSZuqgrMEG7uoua { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:6.25rem;height:1.70573125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyBREcJi4ueKtsCFEvT1UWGLhyeyUdG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.8125rem;left:6.25rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLGIuiNiDRplsbqhlwMkCoWbXi3clXpl { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:43.4375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A36Wh3ac1Fs6oCUT3f69nr9623s39M4f { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:43.4375rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1GzaGt4qMaMJDyKhfe78x0CSxu6eiTM { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:6.25rem;display:block; }
#E5JOT4vntS4bLIaulT30uUitKM15eAhw { box-sizing:content-box;height:0.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:43.4375rem;display:block; }
#nudg3caBoclzXDymPDbnQcRlKBt8s7hu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container { background-color: transparent; background-image: none; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container > .video-iframe-container { display: none; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row > .video-iframe-container { display: none; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .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); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container { border-width: 0; border-radius: 0; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#amBL1bi5NftOgVXe7DVJM8obRIHXflb9 { color:#0f2144;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.3125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e92001;vertical-align:top; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.125rem;color:#0f2144;height:auto; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";color:#6d6e71;height:auto;line-height:1.4;overflow:hidden; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-trigger.adaptive-delivery-prevent-bg, #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-trigger.lazyload, #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-trigger.lazyloading { background-image: none; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer { box-sizing:content-box;height:auto;width:62.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15020;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.375rem;left:5.96875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #WLzBSyKZimwCgx3ZczKkm8ZZItFUApTS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #p9Pw9N5kLmxZVU9qAmnLwxG4k1pqFZAI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #CbTqzHoo3swI8gabGStg142oJFcGkrbv { display:block;position:relative; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #TytNmXSoNbRkAOZcU21uWQND2LCbOq5I {  }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Hp4VciGp34r0UcN8d7EcvCSJsINRisR0 {  }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #DAdpGNHRTqCbMXcTwLlNVIKQM7D1m8lr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #NNT9EyvJrfGPiOEL2qDyp2O094x80L00 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Pu5oBauGdWhbpt24ZEKTTyJ1lswzLMLI { display:block;position:relative; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Gen0HtLqKoGpEGtPM4c1Vu9oGQAi1L3D {  }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #ei39T9fAZws5wu2PBL52l89XMzqMR75F { display:none; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #MJWP99NF47FFapxeJTKXcLNgn3PRRxml { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #rvUo9V0kL9TbznrtFrqgq7zIBssEWZ26 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #O02v3AH5bhvsNdXAfAmqteXPBlTzcczN { display:block;position:relative; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #ZV3TC98DTJZQL3N8RwinNulsfyxSW2Xd {  }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #OiRyaX6PfFs9fUcoVSF8kFnuZWsQQWG2 { display:none; }
#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container { background-color: transparent; background-image: none; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container > .video-iframe-container { display: none; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row > .video-iframe-container { display: none; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .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); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container { border-width: 0; border-radius: 0; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#wOKbQ6Hn7NWqTGDWNeTT3TN7q0lXSOfP { color:#0f2144;display:block;width:18.75rem;position:absolute;font-family:"crimson text";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6875rem;left:9.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szt5g3zZwUPkEG2v4NTlxzeuiz6cKbTW { color:#0f2144;display:block;width:18.75rem;position:absolute;font-family:"crimson text";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:9.375rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OuMci0TildziueVaWcDEDRRu606iDNTA { color:#0f2144;display:block;width:18.75rem;position:absolute;font-family:"crimson text";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6875rem;left:28.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXdJI33RzqHpopFhczBUfCQswLF2ZOsG { color:#0f2144;display:block;width:18.75rem;position:absolute;font-family:"crimson text";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:28.125rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#adlnVkH6hsXHhFyI3sDkfKZ2IiT91o5s { color:#0f2144;display:block;width:18.75rem;position:absolute;font-family:"crimson text";font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:46.875rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JJtyEXzGHFQsPWZHy1Kc64TZBTk0dTVi { color:#0f2144;display:block;width:18.75rem;position:absolute;font-family:"crimson text";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:46.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container { background-color: transparent; background-image: none; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container > .video-iframe-container { display: none; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row > .video-iframe-container { display: none; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .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); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container { border-width: 0; border-radius: 0; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#QrskfEPeC5BSXWwEmCRTXHFDyVx0FFwi { color:#0f2144;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.3125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFy7XimZwb206ferZBcAEgcFTCI8txhi { color:#0f2144;display:block;width:41.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.109375rem;left:6.3125rem;height:4.38671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pZnq0UHixTVhtByHAdRABqxGcCo0fQvL { position:absolute;display:block;z-index:15001;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:19.3125rem;left:6.3125rem;display:block; }
#VgA13x7JgCkyR6HLVsPy8s0MCxNUiZkS { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:17.3125rem;left:7.25rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvB9H2KeT2t5ReGaupAJFy4nFrGmVNRZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7.4375rem;top:20.5rem;left:9.4375rem;overflow:hidden;display:block; }
#FnS3mTt9ql53X08v6t7REQ33KCbdxK4u { z-index:15002;top:31.5625rem;left:8.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oNvKbqrK11tqEfczK9OaAREVpSnUeTss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZUKtSbQgyZEeF1d4thllXa4GTfktKM6B { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:17.3125rem;left:23.625rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wo6KGHPT49004cZ3dX6JtGpda9fy6HQx { position:absolute;display:block;z-index:15005;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:19.3125rem;left:22.6875rem;display:block; }
#CqZGROFNoSc4ISIm4bCtttLdWqTmTi5L { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.875rem;top:20.5rem;left:25.8125rem;overflow:hidden;display:block; }
#TyUuCgAqNNe2AfiU1IWbwAXsRGONaoDD { position:absolute;display:block;z-index:15009;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:19.3125rem;left:39.0625rem;display:block; }
#atZvu9ulScaVumWdFhRdoB1NeBvsGgcO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.625rem;top:20.510416984558rem;left:42.604167938233rem;overflow:hidden;display:block; }
#k2Uf9rQTQnTIxCbs5Xnl93RlcvkJ5WB0 { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:17.3125rem;left:40rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEabqgl94HWOFWlEDKLuHtTGTTHELrt4 { position:absolute;display:block;z-index:15013;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:19.3125rem;left:55.125rem;display:block; }
#WiDnxI2ohyspThnr66w3oNQIeoMpPTJe { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:7.4375rem;top:21.041666984558rem;left:58.26042175293rem;overflow:hidden;display:block; }
#JxhyW3XJDXyxT7KWuSHyZ8WJ47KlR31A { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:17.3125rem;left:56.0625rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQcwQFZfTSpLG8Gi689FmW4vqC9Itiug { position:absolute;display:block;z-index:15000;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:38.1875rem;left:6.3125rem;display:block; }
#rlI7OAnmDPyuleK1qhMAZJ0pSFJ4IZCI { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:36.1875rem;left:7.25rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPH3SIBhxWIzkKqBpDMuwo7pkkWgvnva { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.1875rem;top:39.447916984558rem;left:10.072917938233rem;overflow:hidden;display:block; }
#bTxhh0JD4ZnttKtkt377Iu4U9Gmg1NTa { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:36.1875rem;left:23.625rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzQHIwWOWncZ06o1m92VdN8Uzb3HvSdF { position:absolute;display:block;z-index:15017;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:38.1875rem;left:22.6875rem;display:block; }
#C3aqO63XirP0SmWeOxQTqX4x0cJf4P2h { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.625rem;top:39.447916984558rem;left:26.21875rem;overflow:hidden;display:block; }
#TcdFl2yrhgGZHO8fv8QLfh0RfP8KVStJ { position:absolute;display:block;z-index:15021;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:38.1875rem;left:39.0625rem;display:block; }
#tylUxvJwiIBZ2AbwrycCV7Mbw3Dt5mqS { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:36.1875rem;left:40rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAanWxCFmlTEbMt5nqSehBqnCpgGaVVm { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.625rem;top:40.666667938233rem;left:40.604167938233rem;overflow:hidden;display:block; }
#SzfTIkBWtSP19LkKOkILBgMITiMhGm1F { z-index:15043;top:31.625rem;left:24.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.916666625rem;height:1.916666625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ynRM5Lz8ExciRxefzx96UrbxZtqGGXHr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOZHvIV5VmKzgcU26bQGsW9A1e98v6dM { z-index:15044;top:31.625rem;left:40.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.833354125rem;height:1.833335375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kc5u8nXX9mFKUZ9plTbpK8B9TaxCKk6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTcm0mg5NWmwA17H4fBMBg4y0GcG0HUX { z-index:15045;top:31.625rem;left:57rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.749979125rem;height:1.749997875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sDMSK8i1MVXyPwv4eQJHxwToQ4OLtfJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLK3foPpcNeiDWfz6mf8cWrgG0VzJ2CD { z-index:15003;top:50.5rem;left:8.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.833354125rem;height:1.833335375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hI7AqfMQ2yCh8FbHFOKCHxAs8oXvxmdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMv3QehoQB19anJyDG8OUWdKqdun720U { z-index:15046;top:50.5625rem;left:24.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.749979125rem;height:1.749997875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p1lCKaMXXVKuF9gD1N4aql9Slx3yhTLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tt45aEkk8T3rz0ys8UswlTy8obpIJxDJ { z-index:15047;top:50.5625rem;left:41.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.666041625rem;height:1.666016625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NNDKpfRKBTl4JWTtQ5Pd7ZZ8OtfZN8dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nb2zBUd5sr9kDzLJtbgTbcSkNW4waZZd { z-index:15009;top:9.1093864440919rem;left:55.01042175293rem;background-color:#0f2144;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B73B65JMEvpoDzugOmV2ERhG0mPc7wXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bw281pudyhwxZktphNp46yB1G5wr3JRq { color:#0f2144;display:block;width:11.8125rem;position:absolute;font-family:"crimson text";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:36.1875rem;left:56.125rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKyQDQpywR18kDhZIIgZgg1pq668XwIF { position:absolute;display:block;z-index:15025;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.125rem;width:13.625rem;top:38.1875rem;left:55.1875rem;display:block; }
#AucdzpV3hhxP9EVH5ObMCeDPsqbDnBea { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:10.8125rem;top:39.916667938233rem;left:56.57292175293rem;overflow:hidden;display:block; }
#wEDucJ3D2lEXuON1y5dfLUHFnWgfwVDP { z-index:15051;top:50.5625rem;left:57.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.666041625rem;height:1.666016625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dXzXdMHxbSqg0blVS39tGM0MuTh6vHGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2uKQlCzr90hdiXfzxALFM61ilHAhrmh { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15050;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.541667938233rem;left:6.25rem;display:block; }
#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container { background-color: transparent; background-image: none; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container > .video-iframe-container { display: none; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row > .video-iframe-container { display: none; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .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); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container { border-width: 0; border-radius: 0; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#IZwcmrCdFl0EtawV4tFBSwAEFzqFdx2r { color:#0f2144;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSe9o3IkPfwUuxDiMxWGL69Uy3ZyyGcI { color:#0f2144;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:6.25rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rUn6r24eIxED0eNd67Cu7r5Gb2V3ZSLn { z-index:15013;top:4.25rem;left:54.875rem;background-color:#0f2144;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r9Jz97n877IUsfSZiRcMDlvvKpipUCcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9TtapB3kyVEyf11HEiVWzHC3gkDZk1d { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15052;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:none; }
#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI { position:relative;display:block; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI { background-color: transparent; background-image: none; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row .container > .video-iframe-container { display: none; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row > .video-iframe-container { display: none; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .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); }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI { border-width: 0; border-radius: 0; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .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; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;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; }#V12vprK5L8xLsT395yuRgTLEstoKHs8l { color:#6d6e71;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:9.3541679382325rem;height:2.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0vm2QN04gw7a7UHgMQvbkHyxwfxKaV2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.5175895690918rem;left:6.5rem; }
#DcqVKKTIMek0PEHnTP6KzxrdnmBprwyK { z-index:15014;top:0rem;left:55.10417175293rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6d6e71;border-left:0.0625rem solid #6d6e71;border-right:0.0625rem solid #6d6e71;border-bottom:0.0625rem solid #6d6e71;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d6e71;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.770854125rem;height:2.416666625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VCy3TXuTzr1lcZ2XNELhJ8nG3dUAKvxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bk5hXw88gTG01KTTXkTTGGwezJx02fPM { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15052;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:block; }
#ncaJnuLTR4uQC99JI7h13724wycNJheR { position:relative;display:none; }#ncaJnuLTR4uQC99JI7h13724wycNJheR { border-width: 0; border-radius: 0; }#ncaJnuLTR4uQC99JI7h13724wycNJheR > .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; }#ncaJnuLTR4uQC99JI7h13724wycNJheR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.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:none; }#oH1l75lGewpOuGT54JAsQTMixKn74hVT { color:#0f2144;display:block;width:15.8125rem;position:absolute;font-family:"crimson text";font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.8125rem;height:3.0872375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oNARhTrGqlOlCxga2H2SJZBfRc2uH8Q1 { color:#0f2144;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:1.8125rem;left:36.6875rem;height:1.29948125rem;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; }
#C27g4HkDzTzViidBSxqaxJV96gWcJsR6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:1.8125rem;left:33.895835876465rem; }
#K2UglAexfD8ciqXRFAI3u21zixsTmASH { color:#0f2144;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:3.5rem;left:36.6875rem;height:2.59895625rem;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; }
#qd4v9ccuxFM9BXd4kk0INm4acsATrIK8 { z-index:15032;top:7.895835876465rem;left:8.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.625rem rgba(15,33,68,0.2) ;box-sizing:border-box;color:#0f2144;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;overflow:hidden;position:absolute;width:13.583354125rem;height:2.208335375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F0wGhGm5xKmQrmd8TuqbcA0BVM3Bs7I5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QT8RWc5yPssi3heuvDdxW7Xq7kt9HS8u { color:#0f2144;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:1.8125rem;left:56.125rem;height:1.21875rem;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; }
#DTKCenvA6LrZZG8eiyOEs1C7NXw7R6gz { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:1.8125rem;left:53.208335876465rem; }
#fAFswnOtz6eybneOXFtdBNmU53NrVdBZ { color:#0f2144;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:3.5rem;left:56.125rem;height:2.5989625rem;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; }
#pK9TG7mTSTk10wK8NhuT9uIa2UNht6CO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:1.8125rem;left:9rem; }
#vo0MiTlB4mLs4AaLNnSSormKZoiOeKNg { position:absolute;display:block;z-index:15001;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.0625rem solid #0f2144;border-left:0.0625rem solid #0f2144;border-right:0.0625rem solid #0f2144;border-bottom:0.0625rem solid #0f2144;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9rem;width:62.75rem;top:0rem;left:6.0826835632324rem;display:block; }
#drsBcvVk3mZnlxDgGzdufd95fitQaonH { box-sizing:content-box;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:#a7b9c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:29.373046875rem;display:block; }
#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container { background-color: transparent; background-image: none; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container > .video-iframe-container { display: none; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row > .video-iframe-container { display: none; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .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); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container { border-width: 0; border-radius: 0; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#WqkAqDS1XBplm463RwObopyFqd2mJ8ot { color:#0f2144;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlZ8u5fTtcNIqcymycuL0Bp9xTkEczpW { color:#0f2144;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:6.25rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qF41mVHoT7bnI0UDKE3Jdpk6zI1rQEbe { z-index:15013;top:4.25rem;left:54.875rem;background-color:#0f2144;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vx4tJLioBP3IDnt0Irw7yrBFbHDvCLXa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIJUfEzqDNTa6igq1Oe3kQGFg6arc6pM { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15052;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:none; }
#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z { position:relative;display:block; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z { background-color: transparent; background-image: none; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row .container > .video-iframe-container { display: none; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row > .video-iframe-container { display: none; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .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); }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z { border-width: 0; border-radius: 0; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .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; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;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; }#UH77ZoJZ7vmREeyDUDu9S1TSVOf4sv6b { color:#6d6e71;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:9.3541679382325rem;height:2.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rr2R1iPTEPh9AUX2y9U3sB9GJsP4oxJR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.5175895690918rem;left:6.5rem; }
#xZdJIBve5cQD7eZd2JrgXiRPWo8hkK9H { z-index:15014;top:0rem;left:55.10417175293rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #6d6e71;border-left:0.0625rem solid #6d6e71;border-right:0.0625rem solid #6d6e71;border-bottom:0.0625rem solid #6d6e71;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d6e71;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.770854125rem;height:2.416666625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N1ulPCrHmqUxO14ACEt6bpBNeM591e7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#or9TJDvmJNAF0f7TwLPoWXuvJQfoVkef { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15052;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:block; }
#sine81TVN8s7RGf76fy3wThSQcXMS3I5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container { background-color: transparent; background-image: none; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container > .video-iframe-container { display: none; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row > .video-iframe-container { display: none; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .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); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container { border-width: 0; border-radius: 0; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#aX5xadUpVBR1O7Jfq7rk4zyKTbO2vW7s { color:#0f2144;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0MfQaXSXa9fgEAMfxnVJOFvZSk6XnOH { color:#0f2144;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:6.25rem;height:4.38671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmQKacurq2EgTTBKKVtbBKs1WWBeKmqw { z-index:15013;top:4.25rem;left:54.875rem;background-color:#0f2144;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q0FWQKt5iSx8N4IlXEBAepsIn5eqUsng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiFriMcBZLbtLi0JCkLGJbF50NKidXa3 { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15052;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:none; }
#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A { position:relative;display:block; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A { background-color: transparent; background-image: none; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row .container > .video-iframe-container { display: none; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row > .video-iframe-container { display: none; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .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); }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A { border-width: 0; border-radius: 0; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .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; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;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; }#vP1FK7eTEf8KZ9TDO2Gevlpyb7fLXaM9 { color:#6d6e71;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:9.3541679382325rem;height:2.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLrprhgQ1D3u8e6GBSvD0Ogqa9wKD3tU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.5175895690918rem;left:6.5rem; }
#Ni5wVtswvOdRHXGlXZG54ru3b0g9ApCr { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15054;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:block; }
#mBANL7abynfiAKVp6set0UHNKSOVcHm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container { background-color: transparent; background-image: none; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container > .video-iframe-container { display: none; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row > .video-iframe-container { display: none; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .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); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container { border-width: 0; border-radius: 0; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#MEKydMpUwNgTRRHHs71SOZZTTb1IzzWU { color:#0f2144;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVUM4ZwZQNpm9eVOavUT5XlXHk4rTTDw { color:#0f2144;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:6.25rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCs7hrOGknQzKDOpC9xsDR90mk6eLb07 { z-index:15013;top:4.25rem;left:54.875rem;background-color:#0f2144;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#htrG11vmaekPe4nklylR206N0VTRuSUk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nV3kPTUvnrTFG3lvuS9E78CZNhvTTc39 { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15052;background-color:#0f2144;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:6.25rem;display:none; }
#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF { position:relative;display:block; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF { background-color: transparent; background-image: none; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row .container > .video-iframe-container { display: none; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row > .video-iframe-container { display: none; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .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); }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF { border-width: 0; border-radius: 0; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .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; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;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; }#mEmM3tCgESJJosm7vRzzRDQTEizNNFMt { color:#6d6e71;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:9.3541679382325rem;height:2.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H9qQSchm5H5uBIbEkzTFi3PKTz79m9Do { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.5175895690918rem;left:6.5rem; }
#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f2144;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container { background-color: transparent; background-image: none; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container > .video-iframe-container { display: none; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row > .video-iframe-container { display: none; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .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); }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container { border-width: 0; border-radius: 0; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#Ad9tgtx9EpdiBZyM4wz7bQtHBiF5L0Dp { box-sizing:content-box;color:#ffffff;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:15017;top:2.0625rem;left:6.1875rem;display:block; }
#OHsxiyAFRXdyZUZTur1TgxlBOKLGWcgg { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.5rem;left:8.8125rem;height:0.9622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nhm73FroxmJk20M2pzex9oq16y3VbvVT { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.625rem;left:8.8125rem;height:0.9622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aV7GCNSAISkyOsRSoXSUKP6HtT4kCm0z { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IIWcGX7Na9fvVnKhoBa6uVEtIOTEsbu2 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.431640625rem;left:56.54167175293rem;height:1.13736875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AQh41gyOUzW4uECUbsmRk2Vw9eHpCQ2s { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:1.75rem;left:66.3125rem;display:block; }
#lNNgf1gTDelWlNWGrb6qbJnL1aODn8c7 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15045;opacity:1;top:2rem;left:64.1875rem; }
#lNNgf1gTDelWlNWGrb6qbJnL1aODn8c7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#tv2tThkHxscqpxkAP3s2tmMSteGx5VLB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:4.25rem;left:6.375rem; }
#V5erEz3s50ioTkTgZVSs06JIm1gbAGAC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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:6.5625rem;top:8.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#dU8pUx6KI6TEMsA1v19aq8HtkkRGX3HK { box-sizing:content-box;height:0.0625rem;width:62.5rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.25rem;left:6.25rem;display:block; }
#IGir5HXg8EDXsELmsZmTSZmTZuzgBaGM { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:2.6875rem;left:62.38542175293rem; }
#biPdExV1ytO4vCBrOznvRLlRqn3rB5ZD { color:rgba(233,32,1,0.75);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:4.6243476867676rem;left:56.47917175293rem;height:0.9622375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J > .row .container { border-width: 0; border-radius: 0; }#ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#eEHZIVlUdKzc0SLn0KDyCBkhMcg7SKkL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.34375rem;overflow:hidden;display:block; }
#VsrKhk5xHVCiyEVTGJbUASMc5o1700C0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.16796875rem;left:40.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtRh672tFGS77JtCSHiNhEnUD2PP5XZ8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.125rem;top:1.5625rem;left:55.78125rem;overflow:hidden;display:block; }
#ZlsApKPfOksIKkBtfUbzXoGJmFsdqT6V { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.75rem;top:1.90625rem;left:64rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:none; }#IRCcylKhs58FFTb3WhnQueXzTHaAws1z { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5);top:9rem;left:17.59375rem;height:7.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiRv14iVVTRs60ULq2CTr1bMfiW8BcXh { z-index:15007;top:29.0625rem;left:39.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:15.75rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zf0xJDTJIfvmZAHDex5go3ygVKt09JQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kho10L4HI5aHWgUdaMROI7askcDWOwTA { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5);top:17.6875rem;left:13.65625rem;height:8.3105625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#h2LDTfBCczs1b12GRyBgdW6lPzNxdW9n { z-index:15008;top:29.0625rem;left:20rem;background-color:#fffdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#474747;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:15.75rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WnxIXFDaM6Zqh59D1i8ByKzGpuSxVwbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c > .row .container { border-width: 0; border-radius: 0; }#P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:none; }#dWZk9gz99ldmbweKbTl5ayqOaAy36xPa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.875rem;left:26.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H24NGXJkRff9I0O8MOin9eOoTDGaEwnB { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.0625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knJWaQlqDDXrDTXPISeJD7AwnrDsdREt { position:absolute;display:block;z-index:15009;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.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.1875rem;width:52.1875rem;top:2.8125rem;left:11.3125rem;display:block; }
#dGBBm8BrvsqDfD1WMkzLIAPLwQ9Rh8Ji { z-index:15009;top:10.1875rem;left:29.625rem;background-color:#fffdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#474747;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:15.75rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BJWpvw72AnXsNw7WCbrLTWSXT4zNT9kV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ > .row .container { border-width: 0; border-radius: 0; }#wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;position:relative;display:none; }#iMaNWHwSuLpGW7CEGgHfDWVHD0qdey8B { color:rgba(var(--color-primary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:5.0400390625rem;left:26.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qlv2CTqbyox2pxpbKTRH1i1F4mtMORll { position:absolute;display:block;z-index:14997;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:2.4375rem;display:block; }
#UvBBnNSTHvBPN6fGGnyZWOODCZFHJbQ2 { z-index:14998;top:30.9375rem;left:4.9375rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qRegfbCGviD11v0s1SuO4cpd0OmnZbxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLyPz5UwaEc6UuH9v3ToFyOOMHfnM0gn { color:#474747;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:22.875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#lTazqVixfzGZLySR99WLkr0qTNdx1XaV { color:#474747;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:18.21875rem;left:4.6875rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOwMysG6hEPRQofnfHko5Sl1H6ffLeKJ { position:absolute;display:block;z-index:15005;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:20.4375rem;display:block; }
#FJ7cwRnnThIbLNJEp7lboxSbrERirPsK { color:#474747;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:18.21875rem;left:24.0625rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gk0UAvwFy1TXdPOQM7oCV6Ppnq9N9775 { position:absolute;display:block;z-index:14999;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:38.3125rem;display:block; }
#zeSqbTqrTb1JURKChTAzu02LZhNmCnH9 { color:#474747;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:18.21875rem;left:41.5rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGmPJ5Hni3lM7T5TA2PET7Fdgf5ZLmSo { z-index:15010;top:11.375rem;left:31.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fffdfd;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:10.875rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cqAwxDRAkRoT4sqpoHucIANvdgTse93Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbpJybIClHRmA88AAJFq0B8kcms3bUzH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7.5rem;top:20.03125rem;left:7.1875rem;overflow:hidden;display:block; }
#Q6lJVxsMeQhIeBVSJzoCfiMbwynOph4N { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.625rem;top:20.03125rem;left:25.375rem;overflow:hidden;display:block; }
#rTzayCSbxVdPCV3Twd1NZufuJ50wLqrX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.125rem;top:20.03125rem;left:43.5rem;overflow:hidden;display:block; }
#SZFVLtHvnK02NThrNBrWWhKXlTbo6lV3 { z-index:15017;top:30.9375rem;left:23.0625rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c9iTT662dtqmiKgS02WaOFaJfs7dTse8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qywFaTK1MxRJQhiyMJxJo7n2BFrvlPmF { color:rgba(var(--color-primary-3),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:61.875rem;left:15.4375rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dHB0d7m82Lpp8D3TTiBveBfz2B3PFnR2 { color:#474747;display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:61.8125rem;left:28.1875rem;height:1.54361875rem;text-align:left;text-align-last:left;display:block; }
#Kz9wPzt42w8ZURUy57DH64ArwTGADzhO { position:absolute;display:block;z-index:15000;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.0625rem solid #474747;border-left:0.0625rem solid #474747;border-right:0.0625rem solid #474747;border-bottom:0.0625rem solid #474747;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.5rem;width:51.9375rem;top:58.25rem;left:11.6875rem;display:block; }
#BQEUEMIerWaDCPo5KfqJ5nBJ5ONmeNeN { position:absolute;display:block;z-index:15014;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:29.5625rem;display:block; }
#Ea279msoxhXA9KT2rTxyoz70f2dXPD48 { position:absolute;display:block;z-index:15008;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:47.4375rem;display:block; }
#AcPLezlCME0GM0unoSoX9EKdGTZ4qKK3 { position:absolute;display:block;z-index:14996;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:11.6875rem;display:block; }
#f37mDX9kGir8uAbzL9pIIFB50oseOCKU { color:#474747;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:38.4375rem;left:33.4375rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kf4eTV4RB4AfTdf5WewA3Mr48rKXKOIy { color:#474747;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:38.4375rem;left:50.9375rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtAF9FQk332u0FVBfh1dBlMTOH7WUeTx { color:#474747;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:38.4375rem;left:14.3125rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1K9yVvmeI4uN8qPfQM8sVKJkw2SJDoE { z-index:15018;top:30.9375rem;left:40.8125rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tQsaN3STzC0VOrgHv7lhl0UzaKlCM0Ii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MspaIzvDbtQbApuZTfKgNqh4sVa6nW6i { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.375rem;top:40.25rem;left:16.5rem;overflow:hidden;display:block; }
#TEiNC6VltyLlQZuUEWvtkaP9H9tTex38 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.75rem;top:40.25rem;left:34.4375rem;overflow:hidden;display:block; }
#Sork6g1Pw6C3RK7V21ioTDl9dd14aAhA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.25rem;top:40.25rem;left:50.4375rem;overflow:hidden;display:block; }
#ED7mPTRGNtGI02OCchJ2IlohPMaJg8N1 { z-index:14999;top:51.0625rem;left:14.125rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qnqceooPnRqH7c2UzmGRwy7wTGTvw0RV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZICsWDP5MIKVD3n3rIKpkJWflFcPJXxr { 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:15018;top:61.4375rem;left:25.75rem;display:block; }
#i2F5iHbpnS5D8HsHrhBt4eVEXzpFFknJ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.374875rem;width:2.374875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:61.25rem;left:47.0625rem;display:block; }
#kn391mze8POiENNgp8T6VJ15vb1ZM00g { color:#474747;display:block;width:10.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:61.6875rem;left:49.6875rem;height:1.54361875rem;text-align:left;text-align-last:left;display:block; }
#nXpXpiUMUaWwCdRqiofb9hw8IzB43IDy { box-sizing:content-box;color:rgba(var(--color-tertiary-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:1.375rem;left:57.5rem;display:none; }
#J73Hu4Vx4mKmKXomVvXpKCPsPgMchUdU { z-index:15031;top:51.0625rem;left:32.125rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F12yQgm734LPqD8ocONLbCanN7v9xeb0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbTGQKxDidTVgJTMO3liKpwgeocMgkf4 { position:absolute;display:block;z-index:15032;background-color:#474747;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:61.25rem;left:24.6875rem;display:block; }
#ATKdA56ii2mr2S9UVCxeVWgZNeyUcexQ { z-index:15032;top:51.125rem;left:49.9375rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:1.999025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sB63n1Igd36lw0lykVf1AhNK57853TtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXEGrE8t7ahS1FKedzWvOTEk1W73mTXp { position:absolute;display:block;z-index:15003;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:56.1875rem;display:block; }
#f1fMM0DLfq8rmba4e305y2Sc96zRQlfi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:8.25rem;top:20.0625rem;left:60.25rem;overflow:hidden;display:block; }
#J1k6hJ7ApVDayJ5GOuyoyLD6DXP9OHJm { z-index:15022;top:30.9375rem;left:58.6875rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q0AWdWEwDo2vUW2nTuvwi4d7wUhNvw7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQ8gHq21npTUUJDFt2BL8Kb3VXCAat21 { color:#474747;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18.25rem;left:59.375rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOh3UVeinEqT3ETfzUwIbt8v2TtQeezo { position:absolute;display:block;z-index:15033;background-color:#474747;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:61.375rem;left:46.25rem;display:block; }
#rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR > .row .container { border-width: 0; border-radius: 0; }#rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;position:relative;display:none; }#bS9S2xi4rxDx1GCagxm1azVit8P4GZcS { color:rgba(var(--color-primary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:5.0400390625rem;left:26.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3BJmVvitQxBIhi0QtqMl8eKvUVwxoHM { position:absolute;display:block;z-index:14997;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:2.4375rem;display:block; }
#xU7lWE4VD4yvaHAAebtOnQwcC3cRNT2h { z-index:14998;top:30.9375rem;left:4.9375rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZpybBc8Th4U58mJ50P2JmQJ38eVdBP8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0NCRL7d1QQsL8TL2GAHXeMcNEhzQAXg { color:#474747;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:22.875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#dgXECAIu6pf7PJuZZMGnbzdCU54WpH04 { color:#474747;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:18.21875rem;left:4.6875rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gm47SNdS61RIRPzla7QSCrmx9oszbwm2 { position:absolute;display:block;z-index:15005;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:38.3125rem;display:block; }
#T4OCn2NIQkMaTlHkzUhPOK2DhrmhDUT0 { color:#474747;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:18.21875rem;left:41.9375rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n62do3TtldbNceZG2764sTeHAUFX66WS { position:absolute;display:block;z-index:14999;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:56.1875rem;display:block; }
#hfwbRkxlDHMr8TKEy706RTFq5innaK8D { color:#474747;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:18.21875rem;left:59.375rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KASCaUwSxOFsviDw2zqgupvphGd6TTop { z-index:15010;top:11.375rem;left:31.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fffdfd;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:10.875rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UGKx8b7X4z1amOSg2fApAf3pm70TGJyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EwXmgTVbP6JKg518JurAwgqNAWeuc9E6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7.5rem;top:20.03125rem;left:7.1875rem;overflow:hidden;display:block; }
#zaadyi0QDAZLyhieSiBTHqC7FSCaeDRp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.625rem;top:20.03125rem;left:43.25rem;overflow:hidden;display:block; }
#FscZw13VROSc0WEZ6bx730rALeOIu9Te { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.125rem;top:20.03125rem;left:60.25rem;overflow:hidden;display:block; }
#PTLcJBmpJTVSlQJ6d1KSPBBFCTsdBVb7 { z-index:15017;top:30.9375rem;left:40.9375rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ur1DaOK2s2FfKqV2PiDokqPnqJntuT6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3uwUIM6B9iOTdlSJKB5iKmAreGg5QI4 { color:rgba(var(--color-primary-3),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:61.875rem;left:12.25rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tPRaPMT3xxbWEsMuxP5UPSRfeLokJ2Ra { color:#474747;display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:61.8125rem;left:27.625rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#o5T1hOTEqWussmJC4RcCeK7BplL8zZSe { position:absolute;display:block;z-index:15000;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.0625rem solid #474747;border-left:0.0625rem solid #474747;border-right:0.0625rem solid #474747;border-bottom:0.0625rem solid #474747;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.5rem;width:69.875rem;top:58.3125rem;left:2.5rem;display:block; }
#wIpINE6e5vKGAosRFEuDnoyQ72ITeWVS { position:absolute;display:block;z-index:15014;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:38.3125rem;display:block; }
#vTOTGivTJ2kiRMZGf6BeooaGqBJXTV4r { position:absolute;display:block;z-index:15008;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:56.1875rem;display:block; }
#C1EiXwild0NsDDa70Zv2iuhqTM4Hxioz { position:absolute;display:block;z-index:14996;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:20.4375rem;display:block; }
#FbpRbb4KGtVpBVAHyMMK4Bz3HiNNmVEG { color:#474747;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:38.4375rem;left:42.1875rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkmdpbQPB9Fz5bfo3CBePtMmegzk9sli { color:#474747;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:38.4375rem;left:59.6875rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KucNhPuRWkwB7V7t4TVeHPfJwkBfcbTS { color:#474747;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:38.4375rem;left:23.0625rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMH8dXgrf8RiX7WgRSN5Om4lPhnCJSAB { z-index:15018;top:30.9375rem;left:58.6875rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rQrdnSKAPKLgVExChcq5WFrvkznrzt7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ik1yyTNPdUByusruA3WayCqAgHnNGCeU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.375rem;top:40.25rem;left:25.25rem;overflow:hidden;display:block; }
#HT9WPNJOn1Ly7DJErJUEFbkipIVqf0Wm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.75rem;top:40.25rem;left:43.1875rem;overflow:hidden;display:block; }
#KoPI9ZfBT39d4KVzrVW9svxGhss5tPDf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.25rem;top:40.25rem;left:58.75rem;overflow:hidden;display:block; }
#dPinTGoX5i5fu9ybmlwQ3AWD6ZMFud1B { z-index:14999;top:51.0615234375rem;left:22.875rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CmPidneokWBrdEg6GPZCd9okWKdCQWis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CbDhNtJ3e3VmoMsMwsEgtZ9tfNOMnJCb { 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:15018;top:61.4375rem;left:25.1875rem;display:block; }
#gMFf0xXA4G6CWLZB7kCkTmwCHkXU6irf { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.374875rem;width:2.374875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:61.25rem;left:49.125rem;display:block; }
#k2JAZ9MIVk5bJ7gCQI54LRN8VgqAZyOw { color:#474747;display:block;width:10.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:61.6875rem;left:51.75rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#SBD4AT8yP6DZO4cGzNHEIW7kNw2LaTrp { box-sizing:content-box;color:rgba(var(--color-tertiary-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:1.375rem;left:57.5rem;display:none; }
#qI8Mmb83LITok1c4NkqJJVw0FMOC4OmB { z-index:15031;top:51.0625rem;left:40.875rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P97KBTurN8T77H6sPy0ZyT4KE7TQyBwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZe6iCflNFOJTiDp5LcP7gQECLdBRrGB { position:absolute;display:block;z-index:15032;background-color:#474747;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:61.1875rem;left:22.8125rem;display:block; }
#AO3RR1O4LZtLt7LRrorS6rFEm3l41IeX { z-index:15032;top:51.1240234375rem;left:58.6875rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:1.999025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aSP7m4I4pSge2FQrB7ptG0Q961xLJ4Rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T410iS7QP2wKyonNDoCBlNTOsPOchZDO { position:absolute;display:block;z-index:15001;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:16.875rem;left:20.4375rem;display:block; }
#imbLPHEouhAHnaAJQEAVr2qu7NGJTkGi { z-index:15002;top:30.9375rem;left:22.9375rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.5);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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s1ZSxGfNRVFocJCVfB9tMgGGzvLXaIPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7RNiBg8mqdFCGqKKOo8tRuqNrKNP8JU { color:#474747;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:18.25rem;left:22.6875rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU9dpVwO59nvTGvm794KgN57X6TvTe0f { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:6.625rem;top:20.0625rem;left:25.1875rem;overflow:hidden;display:block; }
#Lsv9HU9UGcABL1TIkvyFeiOV3q4ITQ5C { position:absolute;display:block;z-index:15003;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.1875rem;width:15.9375rem;top:37rem;left:2.4375rem;display:block; }
#k6GzAn5zOXTgCFkaNxmBbZznuVglO3tC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:8.25rem;top:40.1875rem;left:6.5rem;overflow:hidden;display:block; }
#Pu0Gz6O6z03y3RVCA0xivyAQCvIKxnIH { z-index:15022;top:51.0625rem;left:4.9375rem;background-color:#474747;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rwo3ZI9hnI5L0AMhAJBHUEiHfTADK6WR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkGr3iepC6IuRU9sVW7TJuDqoV2hsrNU { color:#474747;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:38.375rem;left:5.625rem;height:1.3056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DImGB2dH8i9xcfAJFLaaOnCHwnn3GUDL { position:absolute;display:block;z-index:15033;background-color:#474747;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.0625rem;top:61.3125rem;left:46.9375rem;display:block; }
#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row .container { border-width: 0; border-radius: 0; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:none; }#lrpHBKd1NJ4pTxPwKrzIrIEANJk1mwVi { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11rem;left:9.25rem;height:11.2109375rem;text-align:justify;text-align-last:initial;display:block; }
#ryI36rsgQfTk4iAw82KScmt5sqSzI5CT { position:absolute;display:block;z-index:15001;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.125rem;width:40.625rem;top:26.1875rem;left:9.25rem;display:block; }
#HUJMysHQeuHlGI7fExhTG34LuUUTXM4l { z-index:15008;top:25.0625rem;left:52.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#474747;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:13.6875rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#m6yBQGsmr5agvIV6f0FooRvkh3Q6gANh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa > .row .container { border-width: 0; border-radius: 0; }#ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:none; }#FuFNkSsEEmvgSeL8c9vFTyPiMJQhOLDz { color:#474747;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.125rem;left:11.25rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HEf7G6ixEQzSXeHApCNMWlxZgPdHktT9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #474747;border-left:0.0625rem solid #474747;border-right:0.0625rem solid #474747;border-bottom:0.0625rem solid #474747;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.75rem;width:62.25rem;top:4.1875rem;left:6.3125rem;display:block; }
#HbSZs4btVwI59TkaBTKCucEBrIFllnGI { z-index:15009;top:15.6875rem;left:11.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BNkeun0sm6bmtmDqRDF4l5OQB08CN7DW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3VqAXzboUAwt5WzA1XEFzKS7SpFerGZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.75rem;width:36rem;top:4.21875rem;left:32.65625rem;overflow:hidden;display:block; }
#CCd17eJkp4zBHzJmUViQ82uqJm5tNz3T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13rem;width:16.875rem;top:4.21875rem;left:32.65625rem;overflow:hidden;display:none; }
#m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz > .row .container { border-width: 0; border-radius: 0; }#m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#kVx5ZP3SEswOXnrXOrC755HPU7STDiQ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:4.125rem;left:2.25rem;height:2.09895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsKo4WIbyyITGXiG7cyPaTb7qWxLklsm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ybFQVN8RiZ4vMC4HeMNqXV2UZTtQ782d { box-sizing:content-box;color:rgba(var(--color-tertiary-0),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:15041;top:5.125rem;left:71.125rem;display:block; }
#ESoPSBevgguBgvDWWbbLnkNbPXAGlD30 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.5rem;left:69.0625rem; }
#ESoPSBevgguBgvDWWbbLnkNbPXAGlD30 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#EohXTN8XycxD4SR0OClZIAThDzVuRZdZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:56rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBiw4Wqf6SHlpAewco920vcf4OLhaTsI { box-sizing:content-box;color:rgba(var(--color-tertiary-0),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:15039;top:5.0625rem;left:66.4375rem;display:block; }
#s64DKIdUSfeQNCMdX3Ca4u43ntQ3qBsM { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15045;opacity:1;top:5.4375rem;left:64.375rem; }
#s64DKIdUSfeQNCMdX3Ca4u43ntQ3qBsM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#ELSs89aaT29TTGsztTTwrJBmSnmZ1umP { box-sizing:content-box;color:rgba(var(--color-tertiary-0),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:15037;top:5.125rem;left:61.8125rem;display:block; }
#HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 > .row .container { border-width: 0; border-radius: 0; }#HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:none; }#v55fZUFutBLi0DBMxnQa7QbK04y3gb31 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#qnvKfQTKbsq2t9mRp1iIGT4gxCANdRrO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.6875rem;top:1.28125rem;left:2.34375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD { display:block; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvkgxJvPek1hFBldE26iIZkx1V9kKabI { top:1.8125rem;left:36.125rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4uPd6icVKM7iHw24TMw2EDitNV3cKRZ { top:1rem;left:0rem;width:8.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30ewW56TaitRK9pCzaT2NDCSmOxUmBo { top:1.6875rem;left:32.6875rem;width:11.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I { display:block; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgARSslwFqDVGvHDsoJIRmDI6EH1Z54t { top:7.0625rem;left:4.75rem;width:38.25rem;height:7.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJe8FW3e32TLxdKkQgWLtvCt28naf53I { top:15.75rem;left:0.0625rem;width:47.6875rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJLTTnrRTq5he16HtuZZPc3SFPeFZQay { top:23rem;left:16rem;width:15.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp20BxLHOIHOeSbuCEDRv7mspv3gB5Jx { display:block; }
 }@media only screen and (max-width: 763px) { #o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 { display:block; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcE828DXA16Xtq2e9PSZuqgrMEG7uoua { top:6.0625rem;left:0rem;width:24.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBREcJi4ueKtsCFEvT1UWGLhyeyUdG3 { top:8.8125rem;left:0rem;width:26rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLGIuiNiDRplsbqhlwMkCoWbXi3clXpl { top:6rem;left:25.9375rem;width:21.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A36Wh3ac1Fs6oCUT3f69nr9623s39M4f { top:8.8125rem;left:22.375rem;width:25.375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1GzaGt4qMaMJDyKhfe78x0CSxu6eiTM { top:5.125rem;left:0rem;width:3.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5JOT4vntS4bLIaulT30uUitKM15eAhw { top:5.125rem;left:29.8125rem;width:3.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudg3caBoclzXDymPDbnQcRlKBt8s7hu { display:block; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amBL1bi5NftOgVXe7DVJM8obRIHXflb9 { top:5.125rem;left:0rem;width:21.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer { display:flex;height:auto;width:45.25rem;top:12.5rem;left:0rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #WLzBSyKZimwCgx3ZczKkm8ZZItFUApTS {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #p9Pw9N5kLmxZVU9qAmnLwxG4k1pqFZAI {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #CbTqzHoo3swI8gabGStg142oJFcGkrbv {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #TytNmXSoNbRkAOZcU21uWQND2LCbOq5I {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Hp4VciGp34r0UcN8d7EcvCSJsINRisR0 {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #DAdpGNHRTqCbMXcTwLlNVIKQM7D1m8lr {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #NNT9EyvJrfGPiOEL2qDyp2O094x80L00 {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Pu5oBauGdWhbpt24ZEKTTyJ1lswzLMLI {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Gen0HtLqKoGpEGtPM4c1Vu9oGQAi1L3D {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #ei39T9fAZws5wu2PBL52l89XMzqMR75F {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #MJWP99NF47FFapxeJTKXcLNgn3PRRxml {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #rvUo9V0kL9TbznrtFrqgq7zIBssEWZ26 {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #O02v3AH5bhvsNdXAfAmqteXPBlTzcczN {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #ZV3TC98DTJZQL3N8RwinNulsfyxSW2Xd {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #OiRyaX6PfFs9fUcoVSF8kFnuZWsQQWG2 {  }
 }@media only screen and (max-width: 763px) { #n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb { display:block; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOKbQ6Hn7NWqTGDWNeTT3TN7q0lXSOfP { top:3.6875rem;left:0rem;width:18.75rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szt5g3zZwUPkEG2v4NTlxzeuiz6cKbTW { top:7.75rem;left:0rem;width:18.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuMci0TildziueVaWcDEDRRu606iDNTA { top:3.6875rem;left:14.5rem;width:18.75rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXdJI33RzqHpopFhczBUfCQswLF2ZOsG { top:7.75rem;left:14.5rem;width:18.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adlnVkH6hsXHhFyI3sDkfKZ2IiT91o5s { top:7.75rem;left:29rem;width:18.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJtyEXzGHFQsPWZHy1Kc64TZBTk0dTVi { top:3.6875rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF { display:block; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrskfEPeC5BSXWwEmCRTXHFDyVx0FFwi { top:5.125rem;left:0rem;width:21.8125rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFy7XimZwb206ferZBcAEgcFTCI8txhi { top:9.0625rem;left:0rem;width:41.9375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZnq0UHixTVhtByHAdRABqxGcCo0fQvL { top:19.3125rem;left:0rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgA13x7JgCkyR6HLVsPy8s0MCxNUiZkS { top:17.3125rem;left:0rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvB9H2KeT2t5ReGaupAJFy4nFrGmVNRZ { top:20.5rem;left:0rem;width:7.4375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnS3mTt9ql53X08v6t7REQ33KCbdxK4u { top:31.5625rem;left:0rem;width:9.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNvKbqrK11tqEfczK9OaAREVpSnUeTss { display:block; }
 }@media only screen and (max-width: 763px) { #ZUKtSbQgyZEeF1d4thllXa4GTfktKM6B { top:17.3125rem;left:10rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo6KGHPT49004cZ3dX6JtGpda9fy6HQx { top:19.3125rem;left:9.0625rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqZGROFNoSc4ISIm4bCtttLdWqTmTi5L { top:20.5rem;left:12.1875rem;width:6.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUuCgAqNNe2AfiU1IWbwAXsRGONaoDD { top:19.3125rem;left:25.4375rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atZvu9ulScaVumWdFhRdoB1NeBvsGgcO { top:20.5rem;left:28.979167938233rem;width:6.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Uf9rQTQnTIxCbs5Xnl93RlcvkJ5WB0 { top:17.3125rem;left:26.375rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEabqgl94HWOFWlEDKLuHtTGTTHELrt4 { top:19.3125rem;left:34rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiDnxI2ohyspThnr66w3oNQIeoMpPTJe { top:21rem;left:40.3125rem;width:7.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxhyW3XJDXyxT7KWuSHyZ8WJ47KlR31A { top:17.3125rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQcwQFZfTSpLG8Gi689FmW4vqC9Itiug { top:38.1875rem;left:0rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlI7OAnmDPyuleK1qhMAZJ0pSFJ4IZCI { top:36.1875rem;left:0rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPH3SIBhxWIzkKqBpDMuwo7pkkWgvnva { top:39.4375rem;left:0rem;width:6.1875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxhh0JD4ZnttKtkt377Iu4U9Gmg1NTa { top:36.1875rem;left:10rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQHIwWOWncZ06o1m92VdN8Uzb3HvSdF { top:38.1875rem;left:9.0625rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3aqO63XirP0SmWeOxQTqX4x0cJf4P2h { top:39.4375rem;left:12.59375rem;width:6.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcdFl2yrhgGZHO8fv8QLfh0RfP8KVStJ { top:38.1875rem;left:25.4375rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tylUxvJwiIBZ2AbwrycCV7Mbw3Dt5mqS { top:36.1875rem;left:26.375rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAanWxCFmlTEbMt5nqSehBqnCpgGaVVm { top:40.625rem;left:26.979167938233rem;width:10.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzfTIkBWtSP19LkKOkILBgMITiMhGm1F { top:31.625rem;left:10.9375rem;width:9.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynRM5Lz8ExciRxefzx96UrbxZtqGGXHr { display:block; }
 }@media only screen and (max-width: 763px) { #nOZHvIV5VmKzgcU26bQGsW9A1e98v6dM { top:31.625rem;left:27.3125rem;width:9.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5u8nXX9mFKUZ9plTbpK8B9TaxCKk6S { display:block; }
 }@media only screen and (max-width: 763px) { #eTcm0mg5NWmwA17H4fBMBg4y0GcG0HUX { top:31.625rem;left:38.0625rem;width:9.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDMSK8i1MVXyPwv4eQJHxwToQ4OLtfJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #qLK3foPpcNeiDWfz6mf8cWrgG0VzJ2CD { top:50.5rem;left:0rem;width:9.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7AqfMQ2yCh8FbHFOKCHxAs8oXvxmdD { display:block; }
 }@media only screen and (max-width: 763px) { #RMv3QehoQB19anJyDG8OUWdKqdun720U { top:50.5625rem;left:11rem;width:9.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1lCKaMXXVKuF9gD1N4aql9Slx3yhTLq { display:block; }
 }@media only screen and (max-width: 763px) { #tt45aEkk8T3rz0ys8UswlTy8obpIJxDJ { top:50.5625rem;left:27.4375rem;width:9.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNDKpfRKBTl4JWTtQ5Pd7ZZ8OtfZN8dm { display:block; }
 }@media only screen and (max-width: 763px) { #nb2zBUd5sr9kDzLJtbgTbcSkNW4waZZd { top:9.0625rem;left:33.8125rem;width:13.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73B65JMEvpoDzugOmV2ERhG0mPc7wXq { display:block; }
 }@media only screen and (max-width: 763px) { #Bw281pudyhwxZktphNp46yB1G5wr3JRq { top:36.1875rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKyQDQpywR18kDhZIIgZgg1pq668XwIF { top:38.1875rem;left:34rem;width:13.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AucdzpV3hhxP9EVH5ObMCeDPsqbDnBea { top:39.875rem;left:36.9375rem;width:10.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDucJ3D2lEXuON1y5dfLUHFnWgfwVDP { top:50.5625rem;left:38.1875rem;width:9.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXzXdMHxbSqg0blVS39tGM0MuTh6vHGO { display:block; }
 }@media only screen and (max-width: 763px) { #l2uKQlCzr90hdiXfzxALFM61ilHAhrmh { top:55.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve { display:block; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZwcmrCdFl0EtawV4tFBSwAEFzqFdx2r { top:0rem;left:0rem;width:21.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSe9o3IkPfwUuxDiMxWGL69Uy3ZyyGcI { top:4rem;left:0rem;width:42.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUn6r24eIxED0eNd67Cu7r5Gb2V3ZSLn { top:4.25rem;left:33.8125rem;width:13.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Jz97n877IUsfSZiRcMDlvvKpipUCcs { display:block; }
 }@media only screen and (max-width: 763px) { #J9TtapB3kyVEyf11HEiVWzHC3gkDZk1d { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI { display:block; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V12vprK5L8xLsT395yuRgTLEstoKHs8l { top:0rem;left:0rem;width:40.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vm2QN04gw7a7UHgMQvbkHyxwfxKaV2 { top:0.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcqVKKTIMek0PEHnTP6KzxrdnmBprwyK { top:0rem;left:34rem;width:13.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCy3TXuTzr1lcZ2XNELhJ8nG3dUAKvxV { display:block; }
 }@media only screen and (max-width: 763px) { #Bk5hXw88gTG01KTTXkTTGGwezJx02fPM { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncaJnuLTR4uQC99JI7h13724wycNJheR { display:block; }#ncaJnuLTR4uQC99JI7h13724wycNJheR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH1l75lGewpOuGT54JAsQTMixKn74hVT { top:1.8125rem;left:0rem;width:15.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNARhTrGqlOlCxga2H2SJZBfRc2uH8Q1 { top:1.8125rem;left:23.0625rem;width:4rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C27g4HkDzTzViidBSxqaxJV96gWcJsR6 { top:1.8125rem;left:20.270835876465rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2UglAexfD8ciqXRFAI3u21zixsTmASH { top:3.5rem;left:23.0625rem;width:13.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4v9ccuxFM9BXd4kk0INm4acsATrIK8 { top:7.875rem;left:0rem;width:13.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0wGhGm5xKmQrmd8TuqbcA0BVM3Bs7I5 { display:block; }
 }@media only screen and (max-width: 763px) { #QT8RWc5yPssi3heuvDdxW7Xq7kt9HS8u { top:1.8125rem;left:40.625rem;width:7.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTKCenvA6LrZZG8eiyOEs1C7NXw7R6gz { top:1.8125rem;left:39.583335876465rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFswnOtz6eybneOXFtdBNmU53NrVdBZ { top:3.5rem;left:36.375rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9TG7mTSTk10wK8NhuT9uIa2UNht6CO { top:1.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0MiTlB4mLs4AaLNnSSormKZoiOeKNg { top:0rem;left:0rem;width:47.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #drsBcvVk3mZnlxDgGzdufd95fitQaonH { top:1.8125rem;left:15.748046875rem;width:0.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma { display:block; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqkAqDS1XBplm463RwObopyFqd2mJ8ot { top:0rem;left:0rem;width:21.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZ8u5fTtcNIqcymycuL0Bp9xTkEczpW { top:4rem;left:0rem;width:42.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF41mVHoT7bnI0UDKE3Jdpk6zI1rQEbe { top:4.25rem;left:33.8125rem;width:13.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4tJLioBP3IDnt0Irw7yrBFbHDvCLXa { display:block; }
 }@media only screen and (max-width: 763px) { #NIJUfEzqDNTa6igq1Oe3kQGFg6arc6pM { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z { display:block; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UH77ZoJZ7vmREeyDUDu9S1TSVOf4sv6b { top:0rem;left:0rem;width:40.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr2R1iPTEPh9AUX2y9U3sB9GJsP4oxJR { top:0.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZdJIBve5cQD7eZd2JrgXiRPWo8hkK9H { top:0rem;left:34rem;width:13.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ulPCrHmqUxO14ACEt6bpBNeM591e7F { display:block; }
 }@media only screen and (max-width: 763px) { #or9TJDvmJNAF0f7TwLPoWXuvJQfoVkef { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sine81TVN8s7RGf76fy3wThSQcXMS3I5 { display:block; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX5xadUpVBR1O7Jfq7rk4zyKTbO2vW7s { top:0rem;left:0rem;width:21.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MfQaXSXa9fgEAMfxnVJOFvZSk6XnOH { top:4rem;left:0rem;width:41.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmQKacurq2EgTTBKKVtbBKs1WWBeKmqw { top:4.25rem;left:33.8125rem;width:13.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0FWQKt5iSx8N4IlXEBAepsIn5eqUsng { display:block; }
 }@media only screen and (max-width: 763px) { #TiFriMcBZLbtLi0JCkLGJbF50NKidXa3 { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A { display:block; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vP1FK7eTEf8KZ9TDO2Gevlpyb7fLXaM9 { top:0rem;left:0rem;width:40.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrprhgQ1D3u8e6GBSvD0Ogqa9wKD3tU { top:0.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni5wVtswvOdRHXGlXZG54ru3b0g9ApCr { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBANL7abynfiAKVp6set0UHNKSOVcHm1 { display:block; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEKydMpUwNgTRRHHs71SOZZTTb1IzzWU { top:0rem;left:0rem;width:21.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVUM4ZwZQNpm9eVOavUT5XlXHk4rTTDw { top:4rem;left:0rem;width:42.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCs7hrOGknQzKDOpC9xsDR90mk6eLb07 { top:4.25rem;left:33.8125rem;width:13.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrG11vmaekPe4nklylR206N0VTRuSUk { display:block; }
 }@media only screen and (max-width: 763px) { #nV3kPTUvnrTFG3lvuS9E78CZNhvTTc39 { top:5.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF { display:block; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEmM3tCgESJJosm7vRzzRDQTEizNNFMt { top:0rem;left:0rem;width:40.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9qQSchm5H5uBIbEkzTFi3PKTz79m9Do { top:0.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn { display:block; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad9tgtx9EpdiBZyM4wz7bQtHBiF5L0Dp { top:2.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHsxiyAFRXdyZUZTur1TgxlBOKLGWcgg { top:2.5rem;left:0rem;width:21.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhm73FroxmJk20M2pzex9oq16y3VbvVT { top:4.625rem;left:0rem;width:12.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV7GCNSAISkyOsRSoXSUKP6HtT4kCm0z { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #IIWcGX7Na9fvVnKhoBa6uVEtIOTEsbu2 { top:2.375rem;left:42.625rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQh41gyOUzW4uECUbsmRk2Vw9eHpCQ2s { top:1.75rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNgf1gTDelWlNWGrb6qbJnL1aODn8c7 { top:2rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#lNNgf1gTDelWlNWGrb6qbJnL1aODn8c7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tv2tThkHxscqpxkAP3s2tmMSteGx5VLB { top:4.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5erEz3s50ioTkTgZVSs06JIm1gbAGAC { top:8.8125rem;left:0rem;width:6.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU8pUx6KI6TEMsA1v19aq8HtkkRGX3HK { top:7.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGir5HXg8EDXsELmsZmTSZmTZuzgBaGM { top:2.6875rem;left:47.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPdExV1ytO4vCBrOznvRLlRqn3rB5ZD { top:4.5625rem;left:35.4375rem;width:12.3125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J { display:block; }#ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEHZIVlUdKzc0SLn0KDyCBkhMcg7SKkL { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsrKhk5xHVCiyEVTGJbUASMc5o1700C0 { top:2.125rem;left:27.125rem;width:12.75rem;height:1.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRh672tFGS77JtCSHiNhEnUD2PP5XZ8 { top:1.5625rem;left:41.625rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlsApKPfOksIKkBtfUbzXoGJmFsdqT6V { top:1.875rem;left:39rem;width:8.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRCcylKhs58FFTb3WhnQueXzTHaAws1z { top:9rem;left:3.96875rem;width:39.8125rem;height:7.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiRv14iVVTRs60ULq2CTr1bMfiW8BcXh { top:29.0625rem;left:25.6875rem;width:15.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0xJDTJIfvmZAHDex5go3ygVKt09JQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Kho10L4HI5aHWgUdaMROI7askcDWOwTA { top:17.6875rem;left:0.03125rem;width:47.6875rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2LDTfBCczs1b12GRyBgdW6lPzNxdW9n { top:29.0625rem;left:6.375rem;width:15.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnxIXFDaM6Zqh59D1i8ByKzGpuSxVwbT { display:block; }
 }@media only screen and (max-width: 763px) { #P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c { display:block; }#P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWZk9gz99ldmbweKbTl5ayqOaAy36xPa { top:4.875rem;left:12.6875rem;width:22.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H24NGXJkRff9I0O8MOin9eOoTDGaEwnB { top:7.375rem;left:3.4375rem;width:40.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knJWaQlqDDXrDTXPISeJD7AwnrDsdREt { top:2.8125rem;left:0rem;width:47.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBBm8BrvsqDfD1WMkzLIAPLwQ9Rh8Ji { top:10.1875rem;left:16rem;width:15.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWpvw72AnXsNw7WCbrLTWSXT4zNT9kV { display:block; }
 }@media only screen and (max-width: 763px) { #wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ { display:block; }#wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMaNWHwSuLpGW7CEGgHfDWVHD0qdey8B { top:5rem;left:12.75rem;width:21.875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlv2CTqbyox2pxpbKTRH1i1F4mtMORll { top:16.875rem;left:0rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBBnNSTHvBPN6fGGnyZWOODCZFHJbQ2 { top:30.9375rem;left:0rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRegfbCGviD11v0s1SuO4cpd0OmnZbxX { display:block; }
 }@media only screen and (max-width: 763px) { #dLyPz5UwaEc6UuH9v3ToFyOOMHfnM0gn { top:8.375rem;left:9.25rem;width:29.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTazqVixfzGZLySR99WLkr0qTNdx1XaV { top:18.1875rem;left:0rem;width:11.8125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwMysG6hEPRQofnfHko5Sl1H6ffLeKJ { top:16.875rem;left:6.8125rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ7cwRnnThIbLNJEp7lboxSbrERirPsK { top:18.1875rem;left:10.4375rem;width:9.1875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk0UAvwFy1TXdPOQM7oCV6Ppnq9N9775 { top:16.875rem;left:24.6875rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSqbTqrTb1JURKChTAzu02LZhNmCnH9 { top:18.1875rem;left:27.875rem;width:9.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGmPJ5Hni3lM7T5TA2PET7Fdgf5ZLmSo { top:11.375rem;left:17.625rem;width:10.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqAwxDRAkRoT4sqpoHucIANvdgTse93Z { display:block; }
 }@media only screen and (max-width: 763px) { #fbpJybIClHRmA88AAJFq0B8kcms3bUzH { top:20rem;left:0rem;width:7.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lJVxsMeQhIeBVSJzoCfiMbwynOph4N { top:20rem;left:11.75rem;width:6.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzayCSbxVdPCV3Twd1NZufuJ50wLqrX { top:20rem;left:29.875rem;width:6.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZFVLtHvnK02NThrNBrWWhKXlTbo6lV3 { top:30.9375rem;left:9.4375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9iTT662dtqmiKgS02WaOFaJfs7dTse8 { display:block; }
 }@media only screen and (max-width: 763px) { #qywFaTK1MxRJQhiyMJxJo7n2BFrvlPmF { top:61.875rem;left:1.8125rem;width:8.125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHB0d7m82Lpp8D3TTiBveBfz2B3PFnR2 { top:61.8125rem;left:14.5625rem;width:18.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz9wPzt42w8ZURUy57DH64ArwTGADzhO { top:58.25rem;left:0rem;width:47.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQEUEMIerWaDCPo5KfqJ5nBJ5ONmeNeN { top:37rem;left:15.9375rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea279msoxhXA9KT2rTxyoz70f2dXPD48 { top:37rem;left:31.4375rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcPLezlCME0GM0unoSoX9EKdGTZ4qKK3 { top:37rem;left:0rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f37mDX9kGir8uAbzL9pIIFB50oseOCKU { top:38.4375rem;left:19.8125rem;width:9.1875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf4eTV4RB4AfTdf5WewA3Mr48rKXKOIy { top:38.4375rem;left:37.3125rem;width:9.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtAF9FQk332u0FVBfh1dBlMTOH7WUeTx { top:38.4375rem;left:0.6875rem;width:11.8125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1K9yVvmeI4uN8qPfQM8sVKJkw2SJDoE { top:30.9375rem;left:27.1875rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQsaN3STzC0VOrgHv7lhl0UzaKlCM0Ii { display:block; }
 }@media only screen and (max-width: 763px) { #MspaIzvDbtQbApuZTfKgNqh4sVa6nW6i { top:40.25rem;left:2.875rem;width:6.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiNC6VltyLlQZuUEWvtkaP9H9tTex38 { top:40.25rem;left:20.8125rem;width:6.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sork6g1Pw6C3RK7V21ioTDl9dd14aAhA { top:40.25rem;left:36.8125rem;width:10.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7mPTRGNtGI02OCchJ2IlohPMaJg8N1 { top:51.0625rem;left:0.5rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnqceooPnRqH7c2UzmGRwy7wTGTvw0RV { display:block; }
 }@media only screen and (max-width: 763px) { #ZICsWDP5MIKVD3n3rIKpkJWflFcPJXxr { top:61.4375rem;left:12.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2F5iHbpnS5D8HsHrhBt4eVEXzpFFknJ { top:61.25rem;left:33.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn391mze8POiENNgp8T6VJ15vb1ZM00g { top:61.6875rem;left:36.0625rem;width:10.6875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXpXpiUMUaWwCdRqiofb9hw8IzB43IDy { top:1.3125rem;left:43.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J73Hu4Vx4mKmKXomVvXpKCPsPgMchUdU { top:51.0625rem;left:18.5rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F12yQgm734LPqD8ocONLbCanN7v9xeb0 { display:block; }
 }@media only screen and (max-width: 763px) { #vbTGQKxDidTVgJTMO3liKpwgeocMgkf4 { top:61.25rem;left:11.0625rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKdA56ii2mr2S9UVCxeVWgZNeyUcexQ { top:51.125rem;left:36.3125rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB63n1Igd36lw0lykVf1AhNK57853TtG { display:block; }
 }@media only screen and (max-width: 763px) { #HXEGrE8t7ahS1FKedzWvOTEk1W73mTXp { top:16.875rem;left:31.4375rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fMM0DLfq8rmba4e305y2Sc96zRQlfi { top:20.0625rem;left:39.5rem;width:8.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1k6hJ7ApVDayJ5GOuyoyLD6DXP9OHJm { top:30.9375rem;left:36.5rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0AWdWEwDo2vUW2nTuvwi4d7wUhNvw7a { display:block; }
 }@media only screen and (max-width: 763px) { #PQ8gHq21npTUUJDFt2BL8Kb3VXCAat21 { top:18.25rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOh3UVeinEqT3ETfzUwIbt8v2TtQeezo { top:61.375rem;left:32.625rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR { display:block; }#rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS9S2xi4rxDx1GCagxm1azVit8P4GZcS { top:5rem;left:12.75rem;width:21.875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3BJmVvitQxBIhi0QtqMl8eKvUVwxoHM { top:16.875rem;left:0rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU7lWE4VD4yvaHAAebtOnQwcC3cRNT2h { top:30.9375rem;left:0rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybBc8Th4U58mJ50P2JmQJ38eVdBP8G { display:block; }
 }@media only screen and (max-width: 763px) { #b0NCRL7d1QQsL8TL2GAHXeMcNEhzQAXg { top:8.375rem;left:9.25rem;width:29.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXECAIu6pf7PJuZZMGnbzdCU54WpH04 { top:18.1875rem;left:0rem;width:11.8125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm47SNdS61RIRPzla7QSCrmx9oszbwm2 { top:16.875rem;left:24.6875rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OCn2NIQkMaTlHkzUhPOK2DhrmhDUT0 { top:18.1875rem;left:28.3125rem;width:9.1875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n62do3TtldbNceZG2764sTeHAUFX66WS { top:16.875rem;left:31.4375rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfwbRkxlDHMr8TKEy706RTFq5innaK8D { top:18.1875rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASCaUwSxOFsviDw2zqgupvphGd6TTop { top:11.375rem;left:17.625rem;width:10.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGKx8b7X4z1amOSg2fApAf3pm70TGJyW { display:block; }
 }@media only screen and (max-width: 763px) { #EwXmgTVbP6JKg518JurAwgqNAWeuc9E6 { top:20rem;left:0rem;width:7.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaadyi0QDAZLyhieSiBTHqC7FSCaeDRp { top:20rem;left:29.625rem;width:6.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscZw13VROSc0WEZ6bx730rALeOIu9Te { top:20rem;left:39.5rem;width:6.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLcJBmpJTVSlQJ6d1KSPBBFCTsdBVb7 { top:30.9375rem;left:27.3125rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1DaOK2s2FfKqV2PiDokqPnqJntuT6f { display:block; }
 }@media only screen and (max-width: 763px) { #H3uwUIM6B9iOTdlSJKB5iKmAreGg5QI4 { top:61.875rem;left:0rem;width:8.125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRaPMT3xxbWEsMuxP5UPSRfeLokJ2Ra { top:61.8125rem;left:14rem;width:18.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5T1hOTEqWussmJC4RcCeK7BplL8zZSe { top:58.3125rem;left:0rem;width:47.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIpINE6e5vKGAosRFEuDnoyQ72ITeWVS { top:37rem;left:24.6875rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOTGivTJ2kiRMZGf6BeooaGqBJXTV4r { top:37rem;left:31.4375rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1EiXwild0NsDDa70Zv2iuhqTM4Hxioz { top:37rem;left:6.8125rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpRbb4KGtVpBVAHyMMK4Bz3HiNNmVEG { top:38.4375rem;left:28.5625rem;width:9.1875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkmdpbQPB9Fz5bfo3CBePtMmegzk9sli { top:38.4375rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KucNhPuRWkwB7V7t4TVeHPfJwkBfcbTS { top:38.4375rem;left:9.4375rem;width:11.8125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMH8dXgrf8RiX7WgRSN5Om4lPhnCJSAB { top:30.9375rem;left:36.5rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQrdnSKAPKLgVExChcq5WFrvkznrzt7Z { display:block; }
 }@media only screen and (max-width: 763px) { #Ik1yyTNPdUByusruA3WayCqAgHnNGCeU { top:40.25rem;left:11.625rem;width:6.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9WPNJOn1Ly7DJErJUEFbkipIVqf0Wm { top:40.25rem;left:29.5625rem;width:6.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPI9ZfBT39d4KVzrVW9svxGhss5tPDf { top:40.25rem;left:36.5rem;width:10.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPinTGoX5i5fu9ybmlwQ3AWD6ZMFud1B { top:51rem;left:9.25rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmPidneokWBrdEg6GPZCd9okWKdCQWis { display:block; }
 }@media only screen and (max-width: 763px) { #CbDhNtJ3e3VmoMsMwsEgtZ9tfNOMnJCb { top:61.4375rem;left:11.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFf0xXA4G6CWLZB7kCkTmwCHkXU6irf { top:61.25rem;left:35.5rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2JAZ9MIVk5bJ7gCQI54LRN8VgqAZyOw { top:61.6875rem;left:37.0625rem;width:10.6875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBD4AT8yP6DZO4cGzNHEIW7kNw2LaTrp { top:1.3125rem;left:43.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qI8Mmb83LITok1c4NkqJJVw0FMOC4OmB { top:51.0625rem;left:27.25rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97KBTurN8T77H6sPy0ZyT4KE7TQyBwW { display:block; }
 }@media only screen and (max-width: 763px) { #aZe6iCflNFOJTiDp5LcP7gQECLdBRrGB { top:61.1875rem;left:9.1875rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO3RR1O4LZtLt7LRrorS6rFEm3l41IeX { top:51.0625rem;left:36.5rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSP7m4I4pSge2FQrB7ptG0Q961xLJ4Rt { display:block; }
 }@media only screen and (max-width: 763px) { #T410iS7QP2wKyonNDoCBlNTOsPOchZDO { top:16.875rem;left:6.8125rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbLPHEouhAHnaAJQEAVr2qu7NGJTkGi { top:30.9375rem;left:9.3125rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZSxGfNRVFocJCVfB9tMgGGzvLXaIPI { display:block; }
 }@media only screen and (max-width: 763px) { #l7RNiBg8mqdFCGqKKOo8tRuqNrKNP8JU { top:18.25rem;left:9.0625rem;width:11.8125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU9dpVwO59nvTGvm794KgN57X6TvTe0f { top:20.0625rem;left:11.5625rem;width:6.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsv9HU9UGcABL1TIkvyFeiOV3q4ITQ5C { top:37rem;left:0rem;width:15.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6GzAn5zOXTgCFkaNxmBbZznuVglO3tC { top:40.1875rem;left:0rem;width:8.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu0Gz6O6z03y3RVCA0xivyAQCvIKxnIH { top:51.0625rem;left:0rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwo3ZI9hnI5L0AMhAJBHUEiHfTADK6WR { display:block; }
 }@media only screen and (max-width: 763px) { #OkGr3iepC6IuRU9sVW7TJuDqoV2hsrNU { top:38.375rem;left:0rem;width:9.875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImGB2dH8i9xcfAJFLaaOnCHwnn3GUDL { top:61.3125rem;left:33.3125rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 { display:block; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrpHBKd1NJ4pTxPwKrzIrIEANJk1mwVi { top:11rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryI36rsgQfTk4iAw82KScmt5sqSzI5CT { top:26.1875rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJMysHQeuHlGI7fExhTG34LuUUTXM4l { top:25.0625rem;left:34.0625rem;width:13.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6yBQGsmr5agvIV6f0FooRvkh3Q6gANh { display:block; }
 }@media only screen and (max-width: 763px) { #ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa { display:block; }#ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuFNkSsEEmvgSeL8c9vFTyPiMJQhOLDz { top:7.125rem;left:0rem;width:17.1875rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEf7G6ixEQzSXeHApCNMWlxZgPdHktT9 { top:4.1875rem;left:0rem;width:47.625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbSZs4btVwI59TkaBTKCucEBrIFllnGI { top:15.6875rem;left:0rem;width:15.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNkeun0sm6bmtmDqRDF4l5OQB08CN7DW { display:block; }
 }@media only screen and (max-width: 763px) { #T3VqAXzboUAwt5WzA1XEFzKS7SpFerGZ { top:4.1875rem;left:11.75rem;width:36rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCd17eJkp4zBHzJmUViQ82uqJm5tNz3T { top:4.1875rem;left:11.75rem;width:16.875rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz { display:block; }#m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVx5ZP3SEswOXnrXOrC755HPU7STDiQ0 { top:4.125rem;left:0rem;width:16.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKo4WIbyyITGXiG7cyPaTb7qWxLklsm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ybFQVN8RiZ4vMC4HeMNqXV2UZTtQ782d { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoPSBevgguBgvDWWbbLnkNbPXAGlD30 { top:5.5rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#ESoPSBevgguBgvDWWbbLnkNbPXAGlD30 > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #EohXTN8XycxD4SR0OClZIAThDzVuRZdZ { top:3.625rem;left:30.5rem;width:17.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBiw4Wqf6SHlpAewco920vcf4OLhaTsI { top:5.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64DKIdUSfeQNCMdX3Ca4u43ntQ3qBsM { top:5.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#s64DKIdUSfeQNCMdX3Ca4u43ntQ3qBsM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ELSs89aaT29TTGsztTTwrJBmSnmZ1umP { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 { display:block; }#HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v55fZUFutBLi0DBMxnQa7QbK04y3gb31 { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnvKfQTKbsq2t9mRp1iIGT4gxCANdRrO { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container { background-color: transparent; background-image: none; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container > .video-iframe-container { display: none; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row > .video-iframe-container { display: none; }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .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); }#tWK3a4VdFdN7n4e4dJ2P0P9kRTxX8WuD > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvkgxJvPek1hFBldE26iIZkx1V9kKabI { width:12.5625rem;height:2.6875rem;top:0.9375rem;left:3.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4uPd6icVKM7iHw24TMw2EDitNV3cKRZ { width:8.5rem;height:4.0625rem;top:0.93751144409181rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30ewW56TaitRK9pCzaT2NDCSmOxUmBo { width:11.375rem;height:2.6875rem;top:10.1875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a18bc4b-cfd8-4767-87e5-b71f74dc65ab/ACOT_Banner_Celu.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I.adaptive-delivery-prevent-bg, #lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I.lazyload, #lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I.lazyloading { background-image: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container { background-color: transparent; background-image: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container > .video-iframe-container { display: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row > .video-iframe-container { display: none; }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .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); }#lJGVArVruhbnKMwE39Q2vsTqFLcFsk4I > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgARSslwFqDVGvHDsoJIRmDI6EH1Z54t { width:16.5625rem;height:5.7734375rem;top:5.375rem;left:1.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJe8FW3e32TLxdKkQgWLtvCt28naf53I { width:17.6875rem;height:5.3984375rem;top:11.9375rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FJLTTnrRTq5he16HtuZZPc3SFPeFZQay { top:19.812500953674rem;left:3.9375001192093rem;width:12.125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp20BxLHOIHOeSbuCEDRv7mspv3gB5Jx { display:block; }
 }@media only screen and (max-width: 763px) { #o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 { background-color:#0f2144;background-image:none;display:block; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container { background-color: transparent; background-image: none; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container > .video-iframe-container { display: none; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row > .video-iframe-container { display: none; }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .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); }#o9x5uci0cBFcH4CoqD64AprTtp8Xckm6 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcE828DXA16Xtq2e9PSZuqgrMEG7uoua { width:13rem;height:2.47395625rem;top:4.375rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UyBREcJi4ueKtsCFEvT1UWGLhyeyUdG3 { width:17.1875rem;height:7.19925rem;top:7.5625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZLGIuiNiDRplsbqhlwMkCoWbXi3clXpl { width:9.5rem;height:2.47395625rem;top:18.5rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A36Wh3ac1Fs6oCUT3f69nr9623s39M4f { width:17.1875rem;height:5.99935rem;top:21.6875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h1GzaGt4qMaMJDyKhfe78x0CSxu6eiTM { width:3.4375rem;height:0.0625rem;top:3.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5JOT4vntS4bLIaulT30uUitKM15eAhw { width:3.4375rem;height:0.0625rem;top:17.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudg3caBoclzXDymPDbnQcRlKBt8s7hu { background-color:#ffffff;background-image:none;display:block; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container { background-color: transparent; background-image: none; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container > .video-iframe-container { display: none; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row > .video-iframe-container { display: none; }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .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); }#nudg3caBoclzXDymPDbnQcRlKBt8s7hu > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amBL1bi5NftOgVXe7DVJM8obRIHXflb9 { width:20rem;height:1.92480625rem;top:4rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer { display:flex;height:auto;width:17.1875rem;top:7.9375rem;left:1.40625rem; }
#u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #WLzBSyKZimwCgx3ZczKkm8ZZItFUApTS {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #p9Pw9N5kLmxZVU9qAmnLwxG4k1pqFZAI {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #CbTqzHoo3swI8gabGStg142oJFcGkrbv {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #TytNmXSoNbRkAOZcU21uWQND2LCbOq5I {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Hp4VciGp34r0UcN8d7EcvCSJsINRisR0 {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #DAdpGNHRTqCbMXcTwLlNVIKQM7D1m8lr {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #NNT9EyvJrfGPiOEL2qDyp2O094x80L00 {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Pu5oBauGdWhbpt24ZEKTTyJ1lswzLMLI {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #Gen0HtLqKoGpEGtPM4c1Vu9oGQAi1L3D {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #ei39T9fAZws5wu2PBL52l89XMzqMR75F {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #MJWP99NF47FFapxeJTKXcLNgn3PRRxml {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #rvUo9V0kL9TbznrtFrqgq7zIBssEWZ26 {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #O02v3AH5bhvsNdXAfAmqteXPBlTzcczN {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #ZV3TC98DTJZQL3N8RwinNulsfyxSW2Xd {  }
 }@media only screen and (max-width: 763px) { #u7JSzVdZpG4NJQb8VhhJsxZIiJ0Hpwer #OiRyaX6PfFs9fUcoVSF8kFnuZWsQQWG2 {  }
 }@media only screen and (max-width: 763px) { #n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb { background-color:#f2f2f2;background-image:none;display:block; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container { background-color: transparent; background-image: none; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container > .video-iframe-container { display: none; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row > .video-iframe-container { display: none; }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .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); }#n2lkGNTIKNXv7Gpkf9S6TdHBxU0LEgFb > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOKbQ6Hn7NWqTGDWNeTT3TN7q0lXSOfP { width:15.1875rem;height:2.75rem;top:4.0000009536743rem;left:2.4062501192093rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #szt5g3zZwUPkEG2v4NTlxzeuiz6cKbTW { width:18.75rem;height:2.19986875rem;top:6.7500009536744rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #OuMci0TildziueVaWcDEDRRu606iDNTA { width:18.75rem;height:2.75rem;top:11.511069059372rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #xXdJI33RzqHpopFhczBUfCQswLF2ZOsG { width:18.75rem;height:2.19986875rem;top:14.261068344116rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #adlnVkH6hsXHhFyI3sDkfKZ2IiT91o5s { width:18.75rem;height:2.19986875rem;top:21.772787094116rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #JJtyEXzGHFQsPWZHy1Kc64TZBTk0dTVi { width:18.75rem;height:2.75rem;top:19.022787094116rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF { background-color:#ffffff;background-image:none;display:block; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container { background-color: transparent; background-image: none; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container > .video-iframe-container { display: none; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row > .video-iframe-container { display: none; }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .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); }#c0qRrx3c2fAirNEPrmqBo8ZsehhTRxvF > .row .container { width:20rem;height:168.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrskfEPeC5BSXWwEmCRTXHFDyVx0FFwi { width:20rem;height:1.92448125rem;top:4rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #ZFy7XimZwb206ferZBcAEgcFTCI8txhi { width:17.1875rem;height:7.19925rem;top:6.6737937927244rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #pZnq0UHixTVhtByHAdRABqxGcCo0fQvL { width:13.625rem;height:13.125rem;top:22.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgA13x7JgCkyR6HLVsPy8s0MCxNUiZkS { width:11.8125rem;height:1.23730625rem;top:20.875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvB9H2KeT2t5ReGaupAJFy4nFrGmVNRZ { width:7.4375rem;height:9.9375rem;top:23.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnS3mTt9ql53X08v6t7REQ33KCbdxK4u { top:34.9375rem;left:5.0625rem;width:9.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNvKbqrK11tqEfczK9OaAREVpSnUeTss { display:block; }
 }@media only screen and (max-width: 763px) { #ZUKtSbQgyZEeF1d4thllXa4GTfktKM6B { width:11.8125rem;height:1.23730625rem;top:39.125rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo6KGHPT49004cZ3dX6JtGpda9fy6HQx { width:13.625rem;height:13.125rem;top:41rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqZGROFNoSc4ISIm4bCtttLdWqTmTi5L { width:6.875rem;height:10.0625rem;top:42.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUuCgAqNNe2AfiU1IWbwAXsRGONaoDD { width:13.625rem;height:13.125rem;top:59.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atZvu9ulScaVumWdFhRdoB1NeBvsGgcO { width:6.625rem;height:10.0625rem;top:60.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Uf9rQTQnTIxCbs5Xnl93RlcvkJ5WB0 { width:11.8125rem;height:1.23730625rem;top:57.5625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEabqgl94HWOFWlEDKLuHtTGTTHELrt4 { width:13.625rem;height:13.125rem;top:77.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiDnxI2ohyspThnr66w3oNQIeoMpPTJe { width:7.4375rem;height:9rem;top:79.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxhyW3XJDXyxT7KWuSHyZ8WJ47KlR31A { width:11.8125rem;height:1.23730625rem;top:75.875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQcwQFZfTSpLG8Gi689FmW4vqC9Itiug { width:13.625rem;height:13.125rem;top:96.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlI7OAnmDPyuleK1qhMAZJ0pSFJ4IZCI { width:11.8125rem;height:1.23730625rem;top:94.1875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPH3SIBhxWIzkKqBpDMuwo7pkkWgvnva { width:6.1875rem;height:10.0625rem;top:97.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxhh0JD4ZnttKtkt377Iu4U9Gmg1NTa { width:11.8125rem;height:1.23698125rem;top:112.6875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQHIwWOWncZ06o1m92VdN8Uzb3HvSdF { width:13.625rem;height:13.125rem;top:114.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3aqO63XirP0SmWeOxQTqX4x0cJf4P2h { width:6.625rem;height:10.0625rem;top:115.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcdFl2yrhgGZHO8fv8QLfh0RfP8KVStJ { width:13.625rem;height:13.125rem;top:133.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tylUxvJwiIBZ2AbwrycCV7Mbw3Dt5mqS { width:11.8125rem;height:1.23698125rem;top:131.1875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAanWxCFmlTEbMt5nqSehBqnCpgGaVVm { width:10.625rem;height:7.625rem;top:135.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzfTIkBWtSP19LkKOkILBgMITiMhGm1F { top:53.3125rem;left:5.0625rem;width:9.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynRM5Lz8ExciRxefzx96UrbxZtqGGXHr { display:block; }
 }@media only screen and (max-width: 763px) { #nOZHvIV5VmKzgcU26bQGsW9A1e98v6dM { top:71.75rem;left:5.0625rem;width:9.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5u8nXX9mFKUZ9plTbpK8B9TaxCKk6S { display:block; }
 }@media only screen and (max-width: 763px) { #eTcm0mg5NWmwA17H4fBMBg4y0GcG0HUX { top:90.125rem;left:5.0625rem;width:9.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDMSK8i1MVXyPwv4eQJHxwToQ4OLtfJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #qLK3foPpcNeiDWfz6mf8cWrgG0VzJ2CD { top:108.4375rem;left:5.0625rem;width:9.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7AqfMQ2yCh8FbHFOKCHxAs8oXvxmdD { display:block; }
 }@media only screen and (max-width: 763px) { #RMv3QehoQB19anJyDG8OUWdKqdun720U { top:127.0625rem;left:5.125rem;width:9.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1lCKaMXXVKuF9gD1N4aql9Slx3yhTLq { display:block; }
 }@media only screen and (max-width: 763px) { #tt45aEkk8T3rz0ys8UswlTy8obpIJxDJ { top:145.5rem;left:5.1875rem;width:9.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNDKpfRKBTl4JWTtQ5Pd7ZZ8OtfZN8dm { display:block; }
 }@media only screen and (max-width: 763px) { #nb2zBUd5sr9kDzLJtbgTbcSkNW4waZZd { top:15.500000953674rem;left:3.0312501192093rem;width:13.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73B65JMEvpoDzugOmV2ERhG0mPc7wXq { display:block; }
 }@media only screen and (max-width: 763px) { #Bw281pudyhwxZktphNp46yB1G5wr3JRq { width:11.8125rem;height:1.23698125rem;top:149.5625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKyQDQpywR18kDhZIIgZgg1pq668XwIF { width:13.625rem;height:13.125rem;top:151.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AucdzpV3hhxP9EVH5ObMCeDPsqbDnBea { width:10.25rem;height:9.25rem;top:153.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDucJ3D2lEXuON1y5dfLUHFnWgfwVDP { top:163.9375rem;left:5.1875rem;width:9.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXzXdMHxbSqg0blVS39tGM0MuTh6vHGO { display:block; }
 }@media only screen and (max-width: 763px) { #l2uKQlCzr90hdiXfzxALFM61ilHAhrmh { width:20rem;height:0.0625rem;top:168rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve { background-color:#ffffff;background-image:none;display:block; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container { background-color: transparent; background-image: none; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container > .video-iframe-container { display: none; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row > .video-iframe-container { display: none; }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .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); }#zxaHrZvWft7GC1T6JmZBPnFL8LkIIrve > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZwcmrCdFl0EtawV4tFBSwAEFzqFdx2r { width:20rem;height:2.19986875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #TSe9o3IkPfwUuxDiMxWGL69Uy3ZyyGcI { width:17.1875rem;height:5.49805rem;top:7rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #rUn6r24eIxED0eNd67Cu7r5Gb2V3ZSLn { top:14.185546875rem;left:3.0312501192093rem;width:13.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Jz97n877IUsfSZiRcMDlvvKpipUCcs { display:block; }
 }@media only screen and (max-width: 763px) { #J9TtapB3kyVEyf11HEiVWzHC3gkDZk1d { width:20rem;height:0.0625rem;top:0.41666793823242rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI { display:block; }#BsDDTGk7JxZ51oGxEm8Tt3bzOzxgCWhI > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V12vprK5L8xLsT395yuRgTLEstoKHs8l { width:16.3125rem;height:4.5rem;top:2.125rem;left:1.8437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#6d6e71;display:block; }
 }@media only screen and (max-width: 763px) { #T0vm2QN04gw7a7UHgMQvbkHyxwfxKaV2 { display:flex;width:1.4375rem;height:1.4375rem;top:0rem;left:9.2812505960463rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #DcqVKKTIMek0PEHnTP6KzxrdnmBprwyK { top:8.125rem;left:3.0625001192093rem;width:13.791666625rem;height:2.416666625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCy3TXuTzr1lcZ2XNELhJ8nG3dUAKvxV { display:block; }
 }@media only screen and (max-width: 763px) { #Bk5hXw88gTG01KTTXkTTGGwezJx02fPM { width:20rem;height:0.0625rem;top:13.041667938233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncaJnuLTR4uQC99JI7h13724wycNJheR { display:none; }#ncaJnuLTR4uQC99JI7h13724wycNJheR > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oH1l75lGewpOuGT54JAsQTMixKn74hVT { width:15.8125rem;height:3.0872375rem;top:5.5rem;left:2.0937501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNARhTrGqlOlCxga2H2SJZBfRc2uH8Q1 { width:4rem;height:1.29948125rem;top:13.298829078674rem;left:8.0000005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C27g4HkDzTzViidBSxqaxJV96gWcJsR6 { display:flex;width:2rem;height:2rem;top:10.486328125rem;left:8.9062505960463rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #K2UglAexfD8ciqXRFAI3u21zixsTmASH { width:13.25rem;height:2.59895625rem;top:14.598307609558rem;left:3.3750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qd4v9ccuxFM9BXd4kk0INm4acsATrIK8 { top:28.450520515442rem;left:3.2187501192093rem;width:13.479166625rem;height:2.104166625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0wGhGm5xKmQrmd8TuqbcA0BVM3Bs7I5 { display:block; }
 }@media only screen and (max-width: 763px) { #QT8RWc5yPssi3heuvDdxW7Xq7kt9HS8u { width:7.125rem;height:1.21875rem;top:21.945963859558rem;left:6.4375001192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTKCenvA6LrZZG8eiyOEs1C7NXw7R6gz { display:flex;width:2rem;height:2rem;top:19.133463859558rem;left:9.0000005960463rem; }
 }@media only screen and (max-width: 763px) { #fAFswnOtz6eybneOXFtdBNmU53NrVdBZ { width:11.375rem;height:2.5989625rem;top:23.164713859558rem;left:4.3125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pK9TG7mTSTk10wK8NhuT9uIa2UNht6CO { display:flex;width:2rem;height:2rem;top:2.6875rem;left:9.0000005960463rem;font-size:1.375rem;opacity:1; }
 }@media only screen and (max-width: 763px) { #vo0MiTlB4mLs4AaLNnSSormKZoiOeKNg { width:17.1875rem;height:29.5rem;top:0rem;left:1.3639322519302rem;display:block; }
 }@media only screen and (max-width: 763px) { #drsBcvVk3mZnlxDgGzdufd95fitQaonH { width:0.0625rem;height:4.0625rem;top:32.324859619141rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma { background-color:#ffffff;background-image:none;display:block; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container { background-color: transparent; background-image: none; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container > .video-iframe-container { display: none; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row > .video-iframe-container { display: none; }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .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); }#bhU7xw2B0GSAqbIwsvToDC4Dmv1Xozma > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqkAqDS1XBplm463RwObopyFqd2mJ8ot { width:20rem;height:2.19986875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #vlZ8u5fTtcNIqcymycuL0Bp9xTkEczpW { width:17.1875rem;height:3.298825rem;top:7rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qF41mVHoT7bnI0UDKE3Jdpk6zI1rQEbe { top:12.047527313233rem;left:3.0312501192093rem;width:13.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4tJLioBP3IDnt0Irw7yrBFbHDvCLXa { display:block; }
 }@media only screen and (max-width: 763px) { #NIJUfEzqDNTa6igq1Oe3kQGFg6arc6pM { width:20rem;height:0.0625rem;top:0.375rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z { display:block; }#zvJ9hEfZZLaei5cbFeW4Qn1UmUB33a5Z > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UH77ZoJZ7vmREeyDUDu9S1TSVOf4sv6b { width:16.3125rem;height:4.5rem;top:2.125rem;left:1.8437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#6d6e71;display:block; }
 }@media only screen and (max-width: 763px) { #rr2R1iPTEPh9AUX2y9U3sB9GJsP4oxJR { display:flex;width:1.4375rem;height:1.4375rem;top:0rem;left:9.2812505960463rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #xZdJIBve5cQD7eZd2JrgXiRPWo8hkK9H { top:8.125rem;left:3.0625001192093rem;width:13.791666625rem;height:2.416666625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ulPCrHmqUxO14ACEt6bpBNeM591e7F { display:block; }
 }@media only screen and (max-width: 763px) { #or9TJDvmJNAF0f7TwLPoWXuvJQfoVkef { width:20rem;height:0.0625rem;top:13.041662216186rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sine81TVN8s7RGf76fy3wThSQcXMS3I5 { background-color:#ffffff;background-image:none;display:block; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container { background-color: transparent; background-image: none; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container > .video-iframe-container { display: none; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row > .video-iframe-container { display: none; }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .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); }#sine81TVN8s7RGf76fy3wThSQcXMS3I5 > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX5xadUpVBR1O7Jfq7rk4zyKTbO2vW7s { width:20rem;height:2.19986875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #T0MfQaXSXa9fgEAMfxnVJOFvZSk6XnOH { width:17.1875rem;height:6.597625rem;top:7rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RmQKacurq2EgTTBKKVtbBKs1WWBeKmqw { top:15.346355438233rem;left:3.0312501192093rem;width:13.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0FWQKt5iSx8N4IlXEBAepsIn5eqUsng { display:block; }
 }@media only screen and (max-width: 763px) { #TiFriMcBZLbtLi0JCkLGJbF50NKidXa3 { width:20rem;height:0.0625rem;top:0.41666793823242rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A { display:block; }#HDUTzL4Mh2GygLQZFWXu3Fu9hkSJOh8A > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vP1FK7eTEf8KZ9TDO2Gevlpyb7fLXaM9 { width:16.3125rem;height:4.5rem;top:2.125rem;left:1.8437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#6d6e71;display:block; }
 }@media only screen and (max-width: 763px) { #oLrprhgQ1D3u8e6GBSvD0Ogqa9wKD3tU { display:flex;width:1.4375rem;height:1.4375rem;top:0rem;left:9.2812505960463rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Ni5wVtswvOdRHXGlXZG54ru3b0g9ApCr { width:20rem;height:0.0625rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBANL7abynfiAKVp6set0UHNKSOVcHm1 { background-color:#ffffff;background-image:none;display:block; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container { background-color: transparent; background-image: none; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container > .video-iframe-container { display: none; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row > .video-iframe-container { display: none; }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .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); }#mBANL7abynfiAKVp6set0UHNKSOVcHm1 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEKydMpUwNgTRRHHs71SOZZTTb1IzzWU { width:20rem;height:2.19986875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;display:block; }
 }@media only screen and (max-width: 763px) { #LVUM4ZwZQNpm9eVOavUT5XlXHk4rTTDw { width:17.1875rem;height:3.298825rem;top:7rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#0f2144;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SCs7hrOGknQzKDOpC9xsDR90mk6eLb07 { top:12.047527313233rem;left:3.0312501192093rem;width:13.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrG11vmaekPe4nklylR206N0VTRuSUk { display:block; }
 }@media only screen and (max-width: 763px) { #nV3kPTUvnrTFG3lvuS9E78CZNhvTTc39 { width:20rem;height:0.0625rem;top:0.375rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF { display:block; }#HOCK9b0GnncZqP4s7Z9UG7NS42wZcUVF > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEmM3tCgESJJosm7vRzzRDQTEizNNFMt { width:16.3125rem;height:4.5rem;top:2.125rem;left:1.8437501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#6d6e71;display:block; }
 }@media only screen and (max-width: 763px) { #H9qQSchm5H5uBIbEkzTFi3PKTz79m9Do { display:flex;width:1.4375rem;height:1.4375rem;top:0rem;left:9.2812505960463rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn { display:block; }#rdi0wvQMWAONVqPqbdTlF1fp7AAfqTqn > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad9tgtx9EpdiBZyM4wz7bQtHBiF5L0Dp { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHsxiyAFRXdyZUZTur1TgxlBOKLGWcgg { width:16.0625rem;height:0.9622375rem;top:3.8125rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nhm73FroxmJk20M2pzex9oq16y3VbvVT { width:12.75rem;height:0.9622375rem;top:8.625rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aV7GCNSAISkyOsRSoXSUKP6HtT4kCm0z { top:10.8125rem;left:2.125rem;width:15.625rem;height:0.0625rem;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IIWcGX7Na9fvVnKhoBa6uVEtIOTEsbu2 { width:16.5rem;height:1.13736875rem;top:12.125rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQh41gyOUzW4uECUbsmRk2Vw9eHpCQ2s { width:1.875rem;height:1.875rem;top:14.000000953674rem;left:9.8125005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNgf1gTDelWlNWGrb6qbJnL1aODn8c7 { display:flex;width:1.4375rem;height:1.4375rem;top:14.187500953674rem;left:7.5625005960462rem;font-size:1rem; }
#lNNgf1gTDelWlNWGrb6qbJnL1aODn8c7 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #tv2tThkHxscqpxkAP3s2tmMSteGx5VLB { display:flex;width:1.5625rem;height:1.5625rem;top:6.0625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #V5erEz3s50ioTkTgZVSs06JIm1gbAGAC { width:6.5625rem;height:3.125rem;top:20.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU8pUx6KI6TEMsA1v19aq8HtkkRGX3HK { width:15.625rem;height:0.0625rem;top:18.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGir5HXg8EDXsELmsZmTSZmTZuzgBaGM { display:flex;width:0.625rem;height:0.625rem;top:14.625000953674rem;left:12.66666662693rem; }
 }@media only screen and (max-width: 763px) { #biPdExV1ytO4vCBrOznvRLlRqn3rB5ZD { width:12.3125rem;height:0.9622375rem;top:16.437500953674rem;left:3.8437501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#ocdvLR2RTUJ4e8ne1OZXs6zHHRULPX4J > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEHZIVlUdKzc0SLn0KDyCBkhMcg7SKkL { width:12.5625rem;height:2.6875rem;top:0.9375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsrKhk5xHVCiyEVTGJbUASMc5o1700C0 { width:9.625rem;height:0;top:4.212890625rem;left:2.375rem;font-size:0.5rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #AtRh672tFGS77JtCSHiNhEnUD2PP5XZ8 { width:6.125rem;height:3rem;top:4.875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlsApKPfOksIKkBtfUbzXoGJmFsdqT6V { width:8.75rem;height:2.3125rem;top:9.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d814e15d-b572-4f04-950f-aaf33210bfe2/ATLSBARILOCHE2018INSTRUCTORES.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IRCcylKhs58FFTb3WhnQueXzTHaAws1z { width:13.6875rem;height:5.7734375rem;top:2.9375rem;left:3.15625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiRv14iVVTRs60ULq2CTr1bMfiW8BcXh { top:25.5rem;left:3.9375rem;width:12.125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0xJDTJIfvmZAHDex5go3ygVKt09JQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Kho10L4HI5aHWgUdaMROI7askcDWOwTA { width:17.6875rem;height:10.4948125rem;top:9.75rem;left:1.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h2LDTfBCczs1b12GRyBgdW6lPzNxdW9n { top:22.125rem;left:3.9375rem;width:12.125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnxIXFDaM6Zqh59D1i8ByKzGpuSxVwbT { display:block; }
 }@media only screen and (max-width: 763px) { #P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c { background-color:#0cbc95;background-image:none;display:none; }#P57m9nAX4T7c6y1F38JdpxxIQLPe5T4c > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dWZk9gz99ldmbweKbTl5ayqOaAy36xPa { width:16.375rem;height:2.03125rem;top:4.25rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H24NGXJkRff9I0O8MOin9eOoTDGaEwnB { width:15.1875rem;height:2.3359375rem;top:6.9375rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #knJWaQlqDDXrDTXPISeJD7AwnrDsdREt { width:18.375rem;height:13rem;top:2.03125rem;left:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dGBBm8BrvsqDfD1WMkzLIAPLwQ9Rh8Ji { top:10.40625rem;left:3.9375rem;width:12.125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWpvw72AnXsNw7WCbrLTWSXT4zNT9kV { display:block; }
 }@media only screen and (max-width: 763px) { #wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ { display:none; }#wz6vnd8DPgIes6ckksTRThyFC1qT6XGZ > .row .container { width:20rem;height:162.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iMaNWHwSuLpGW7CEGgHfDWVHD0qdey8B { width:14.375rem;height:1.9375rem;top:3.0625rem;left:2.8125rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Qlv2CTqbyox2pxpbKTRH1i1F4mtMORll { width:15.9375rem;height:17.1875rem;top:13.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBBnNSTHvBPN6fGGnyZWOODCZFHJbQ2 { top:27.9375rem;left:4.34375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRegfbCGviD11v0s1SuO4cpd0OmnZbxX { display:block; }
 }@media only screen and (max-width: 763px) { #dLyPz5UwaEc6UuH9v3ToFyOOMHfnM0gn { width:12.8125rem;height:2.75rem;top:5.625rem;left:3.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#474747;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lTazqVixfzGZLySR99WLkr0qTNdx1XaV { width:12.375rem;height:1.23730625rem;top:15.21875rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwMysG6hEPRQofnfHko5Sl1H6ffLeKJ { width:15.9375rem;height:17.1875rem;top:32.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ7cwRnnThIbLNJEp7lboxSbrERirPsK { width:9.3125rem;height:1.23730625rem;top:34.03125rem;left:5.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk0UAvwFy1TXdPOQM7oCV6Ppnq9N9775 { width:15.9375rem;height:17.1875rem;top:51.5rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zeSqbTqrTb1JURKChTAzu02LZhNmCnH9 { width:9.375rem;height:1.23730625rem;top:52.84375rem;left:5.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGmPJ5Hni3lM7T5TA2PET7Fdgf5ZLmSo { top:9.4375rem;left:4.5625rem;width:10.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqAwxDRAkRoT4sqpoHucIANvdgTse93Z { display:block; }
 }@media only screen and (max-width: 763px) { #fbpJybIClHRmA88AAJFq0B8kcms3bUzH { width:7.375rem;height:9.875rem;top:17.03125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lJVxsMeQhIeBVSJzoCfiMbwynOph4N { width:6.5625rem;height:9.9375rem;top:35.84375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzayCSbxVdPCV3Twd1NZufuJ50wLqrX { width:6rem;height:9.9375rem;top:54.65625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZFVLtHvnK02NThrNBrWWhKXlTbo6lV3 { top:46.75rem;left:4.4375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9iTT662dtqmiKgS02WaOFaJfs7dTse8 { display:block; }
 }@media only screen and (max-width: 763px) { #qywFaTK1MxRJQhiyMJxJo7n2BFrvlPmF { width:8.625rem;height:1.1875rem;top:147.4375rem;left:5.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dHB0d7m82Lpp8D3TTiBveBfz2B3PFnR2 { width:15.7480625rem;height:1.03125rem;top:151.8583984375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#474747;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kz9wPzt42w8ZURUy57DH64ArwTGADzhO { width:16rem;height:13rem;top:145.8115234375rem;left:1.9912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQEUEMIerWaDCPo5KfqJ5nBJ5ONmeNeN { width:15.9375rem;height:17.1875rem;top:107.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea279msoxhXA9KT2rTxyoz70f2dXPD48 { width:15.9375rem;height:17.1875rem;top:126.75rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AcPLezlCME0GM0unoSoX9EKdGTZ4qKK3 { width:15.9375rem;height:17.1875rem;top:89.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f37mDX9kGir8uAbzL9pIIFB50oseOCKU { width:9.1875rem;height:1.23730625rem;top:109.375rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf4eTV4RB4AfTdf5WewA3Mr48rKXKOIy { width:9.875rem;height:1.23730625rem;top:128.1875rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtAF9FQk332u0FVBfh1dBlMTOH7WUeTx { width:11.8125rem;height:1.23730625rem;top:90.5625rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1K9yVvmeI4uN8qPfQM8sVKJkw2SJDoE { top:65.5625rem;left:4.34375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQsaN3STzC0VOrgHv7lhl0UzaKlCM0Ii { display:block; }
 }@media only screen and (max-width: 763px) { #MspaIzvDbtQbApuZTfKgNqh4sVa6nW6i { width:6.375rem;height:10.0625rem;top:92.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiNC6VltyLlQZuUEWvtkaP9H9tTex38 { width:6.75rem;height:10.0625rem;top:111.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sork6g1Pw6C3RK7V21ioTDl9dd14aAhA { width:10.25rem;height:7.625rem;top:130rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7mPTRGNtGI02OCchJ2IlohPMaJg8N1 { top:103.7646484375rem;left:4.375rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnqceooPnRqH7c2UzmGRwy7wTGTvw0RV { display:block; }
 }@media only screen and (max-width: 763px) { #ZICsWDP5MIKVD3n3rIKpkJWflFcPJXxr { width:1.875rem;height:1.875rem;top:149.625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2F5iHbpnS5D8HsHrhBt4eVEXzpFFknJ { width:2.3125rem;height:2.3125rem;top:153.4677734375rem;left:8.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn391mze8POiENNgp8T6VJ15vb1ZM00g { width:10.6865rem;height:1.03125rem;top:156.0771484375rem;left:4.6552734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#474747;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nXpXpiUMUaWwCdRqiofb9hw8IzB43IDy { width:3.125rem;height:3.125rem;top:132.8125rem;left:12.625rem;font-size:2.1875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #J73Hu4Vx4mKmKXomVvXpKCPsPgMchUdU { top:122.1865234375rem;left:4.375rem;width:11.25rem;height:1.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #F12yQgm734LPqD8ocONLbCanN7v9xeb0 { display:block; }
 }@media only screen and (max-width: 763px) { #vbTGQKxDidTVgJTMO3liKpwgeocMgkf4 { width:0.0625rem;height:5rem;top:138.9365234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATKdA56ii2mr2S9UVCxeVWgZNeyUcexQ { top:140.6240234375rem;left:4.375rem;width:11.25rem;height:1.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #sB63n1Igd36lw0lykVf1AhNK57853TtG { display:block; }
 }@media only screen and (max-width: 763px) { #HXEGrE8t7ahS1FKedzWvOTEk1W73mTXp { width:15.9375rem;height:17.1875rem;top:70.3125rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #f1fMM0DLfq8rmba4e305y2Sc96zRQlfi { width:8.25rem;height:10.0625rem;top:73.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1k6hJ7ApVDayJ5GOuyoyLD6DXP9OHJm { top:84.375rem;left:4.3125rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0AWdWEwDo2vUW2nTuvwi4d7wUhNvw7a { display:block; }
 }@media only screen and (max-width: 763px) { #PQ8gHq21npTUUJDFt2BL8Kb3VXCAat21 { width:9.875rem;height:1.3059875rem;top:71.6875rem;left:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOh3UVeinEqT3ETfzUwIbt8v2TtQeezo { width:0.0625rem;height:2.5rem;top:61.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR { display:none; }#rogCoRVlp6RUwJDRlmvcgdQ7NKJfKFRR > .row .container { width:20rem;height:181.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bS9S2xi4rxDx1GCagxm1azVit8P4GZcS { width:14.375rem;height:1.9375rem;top:3.0625rem;left:2.8125rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V3BJmVvitQxBIhi0QtqMl8eKvUVwxoHM { width:15.9375rem;height:17.1875rem;top:13.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU7lWE4VD4yvaHAAebtOnQwcC3cRNT2h { top:27.9375rem;left:4.34375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybBc8Th4U58mJ50P2JmQJ38eVdBP8G { display:block; }
 }@media only screen and (max-width: 763px) { #b0NCRL7d1QQsL8TL2GAHXeMcNEhzQAXg { width:12.8125rem;height:2.75rem;top:5.625rem;left:3.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#474747;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dgXECAIu6pf7PJuZZMGnbzdCU54WpH04 { width:12.375rem;height:1.23730625rem;top:15.21875rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm47SNdS61RIRPzla7QSCrmx9oszbwm2 { width:15.9375rem;height:17.1875rem;top:51.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OCn2NIQkMaTlHkzUhPOK2DhrmhDUT0 { width:9.3125rem;height:1.23730625rem;top:52.96875rem;left:5.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n62do3TtldbNceZG2764sTeHAUFX66WS { width:15.9375rem;height:17.1875rem;top:70.4375rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hfwbRkxlDHMr8TKEy706RTFq5innaK8D { width:9.375rem;height:1.23730625rem;top:71.78125rem;left:5.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASCaUwSxOFsviDw2zqgupvphGd6TTop { top:9.4375rem;left:4.5625rem;width:10.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGKx8b7X4z1amOSg2fApAf3pm70TGJyW { display:block; }
 }@media only screen and (max-width: 763px) { #EwXmgTVbP6JKg518JurAwgqNAWeuc9E6 { width:7.375rem;height:9.875rem;top:17.03125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaadyi0QDAZLyhieSiBTHqC7FSCaeDRp { width:6.5625rem;height:9.9375rem;top:54.78125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscZw13VROSc0WEZ6bx730rALeOIu9Te { width:6rem;height:9.9375rem;top:73.59375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLcJBmpJTVSlQJ6d1KSPBBFCTsdBVb7 { top:65.6875rem;left:4.4375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1DaOK2s2FfKqV2PiDokqPnqJntuT6f { display:block; }
 }@media only screen and (max-width: 763px) { #H3uwUIM6B9iOTdlSJKB5iKmAreGg5QI4 { width:8.625rem;height:1.1875rem;top:166.375rem;left:5.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tPRaPMT3xxbWEsMuxP5UPSRfeLokJ2Ra { width:15.7480625rem;height:1.03125rem;top:170.7958984375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#474747;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o5T1hOTEqWussmJC4RcCeK7BplL8zZSe { width:16rem;height:13rem;top:164.7490234375rem;left:1.9912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIpINE6e5vKGAosRFEuDnoyQ72ITeWVS { width:15.9375rem;height:17.1875rem;top:126.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOTGivTJ2kiRMZGf6BeooaGqBJXTV4r { width:15.9375rem;height:17.1875rem;top:145.6875rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #C1EiXwild0NsDDa70Zv2iuhqTM4Hxioz { width:15.9375rem;height:17.1875rem;top:108.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpRbb4KGtVpBVAHyMMK4Bz3HiNNmVEG { width:9.1875rem;height:1.23730625rem;top:128.3125rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkmdpbQPB9Fz5bfo3CBePtMmegzk9sli { width:9.875rem;height:1.23730625rem;top:147.125rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KucNhPuRWkwB7V7t4TVeHPfJwkBfcbTS { width:11.8125rem;height:1.23730625rem;top:109.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMH8dXgrf8RiX7WgRSN5Om4lPhnCJSAB { top:84.5rem;left:4.34375rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQrdnSKAPKLgVExChcq5WFrvkznrzt7Z { display:block; }
 }@media only screen and (max-width: 763px) { #Ik1yyTNPdUByusruA3WayCqAgHnNGCeU { width:6.375rem;height:10.0625rem;top:111.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9WPNJOn1Ly7DJErJUEFbkipIVqf0Wm { width:6.75rem;height:10.0625rem;top:130.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPI9ZfBT39d4KVzrVW9svxGhss5tPDf { width:10.25rem;height:7.625rem;top:148.9375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPinTGoX5i5fu9ybmlwQ3AWD6ZMFud1B { top:122.7021484375rem;left:4.375rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmPidneokWBrdEg6GPZCd9okWKdCQWis { display:block; }
 }@media only screen and (max-width: 763px) { #CbDhNtJ3e3VmoMsMwsEgtZ9tfNOMnJCb { width:1.875rem;height:1.875rem;top:168.5625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFf0xXA4G6CWLZB7kCkTmwCHkXU6irf { width:2.3125rem;height:2.3125rem;top:172.4052734375rem;left:8.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2JAZ9MIVk5bJ7gCQI54LRN8VgqAZyOw { width:10.6865rem;height:1.03125rem;top:175.0146484375rem;left:4.6552734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#474747;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SBD4AT8yP6DZO4cGzNHEIW7kNw2LaTrp { width:3.125rem;height:3.125rem;top:132.8125rem;left:12.625rem;font-size:2.1875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #qI8Mmb83LITok1c4NkqJJVw0FMOC4OmB { top:141.1240234375rem;left:4.375rem;width:11.25rem;height:1.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #P97KBTurN8T77H6sPy0ZyT4KE7TQyBwW { display:block; }
 }@media only screen and (max-width: 763px) { #aZe6iCflNFOJTiDp5LcP7gQECLdBRrGB { width:0.0625rem;height:5rem;top:138.9365234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AO3RR1O4LZtLt7LRrorS6rFEm3l41IeX { top:159.5615234375rem;left:4.375rem;width:11.25rem;height:1.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #aSP7m4I4pSge2FQrB7ptG0Q961xLJ4Rt { display:block; }
 }@media only screen and (max-width: 763px) { #T410iS7QP2wKyonNDoCBlNTOsPOchZDO { width:15.9375rem;height:17.1875rem;top:32.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbLPHEouhAHnaAJQEAVr2qu7NGJTkGi { top:46.8125rem;left:4.3125rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZSxGfNRVFocJCVfB9tMgGGzvLXaIPI { display:block; }
 }@media only screen and (max-width: 763px) { #l7RNiBg8mqdFCGqKKOo8tRuqNrKNP8JU { width:11.8125rem;height:1.23730625rem;top:34.125rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU9dpVwO59nvTGvm794KgN57X6TvTe0f { width:6.625rem;height:10.0625rem;top:35.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsv9HU9UGcABL1TIkvyFeiOV3q4ITQ5C { width:15.9375rem;height:17.1875rem;top:89.25rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #k6GzAn5zOXTgCFkaNxmBbZznuVglO3tC { width:8.25rem;height:10.0625rem;top:92.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu0Gz6O6z03y3RVCA0xivyAQCvIKxnIH { top:103.3125rem;left:4.3125rem;width:11.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwo3ZI9hnI5L0AMhAJBHUEiHfTADK6WR { display:block; }
 }@media only screen and (max-width: 763px) { #OkGr3iepC6IuRU9sVW7TJuDqoV2hsrNU { width:9.875rem;height:1.3056625rem;top:90.625rem;left:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImGB2dH8i9xcfAJFLaaOnCHwnn3GUDL { width:0.0625rem;height:2.5rem;top:61.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 { background-color:#0cbc95;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row .container { border-width: 0; border-radius: 0; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQg2SI88P7pWseqQyhPbzJ0iMIcPTXT0 > .row .container { width:20rem;height:29.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lrpHBKd1NJ4pTxPwKrzIrIEANJk1mwVi { width:15.25rem;height:18rem;top:3.1875rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ryI36rsgQfTk4iAw82KScmt5sqSzI5CT { width:12.5rem;height:0.125rem;top:21.875rem;left:3.75rem;background-color:#1341ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HUJMysHQeuHlGI7fExhTG34LuUUTXM4l { top:23.8125rem;left:2.34375rem;width:15.3125rem;height:2.375rem;font-size:1rem;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #m6yBQGsmr5agvIV6f0FooRvkh3Q6gANh { display:block; }
 }@media only screen and (max-width: 763px) { #ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa { background-color:#ffffff;background-image:none;display:none; }#ZbTd3Qn8G89sdTriPWdf4xI067bwaPRa > .row .container { width:20rem;height:33rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FuFNkSsEEmvgSeL8c9vFTyPiMJQhOLDz { width:14.0625rem;height:6.09375rem;top:4.9375rem;left:2.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #HEf7G6ixEQzSXeHApCNMWlxZgPdHktT9 { width:16.875rem;height:27rem;top:2.875rem;left:1.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HbSZs4btVwI59TkaBTKCucEBrIFllnGI { top:12.15625rem;left:3.9375rem;width:12.125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNkeun0sm6bmtmDqRDF4l5OQB08CN7DW { display:block; }
 }@media only screen and (max-width: 763px) { #T3VqAXzboUAwt5WzA1XEFzKS7SpFerGZ { width:18.375rem;height:8.5rem;top:16.5625rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #CCd17eJkp4zBHzJmUViQ82uqJm5tNz3T { width:16.9375rem;height:12.9375rem;top:17.0625rem;left:1.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz { display:none; }#m5PnJXxtKGaTidR8ybmE9y7pGmgsXAFz > .row .container { width:20rem;height:14.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kVx5ZP3SEswOXnrXOrC755HPU7STDiQ0 { width:16.0625rem;height:1.94921875rem;top:3rem;left:2rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsKo4WIbyyITGXiG7cyPaTb7qWxLklsm { top:6.6875rem;left:3.75rem;width:12.5rem;height:0.0625rem;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ybFQVN8RiZ4vMC4HeMNqXV2UZTtQ782d { width:2rem;height:2rem;top:10rem;left:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoPSBevgguBgvDWWbbLnkNbPXAGlD30 { display:flex;width:1.375rem;height:1.375rem;top:10.375rem;left:12.6875rem;font-size:0.9375rem; }
#ESoPSBevgguBgvDWWbbLnkNbPXAGlD30 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #EohXTN8XycxD4SR0OClZIAThDzVuRZdZ { width:15.8125rem;height:1.0559875rem;top:8.3125rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #HBiw4Wqf6SHlpAewco920vcf4OLhaTsI { width:1.875rem;height:1.875rem;top:10.0625rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s64DKIdUSfeQNCMdX3Ca4u43ntQ3qBsM { display:flex;width:1.4375rem;height:1.4375rem;top:10.3125rem;left:5.875rem;font-size:1rem; }
#s64DKIdUSfeQNCMdX3Ca4u43ntQ3qBsM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #ELSs89aaT29TTGsztTTwrJBmSnmZ1umP { width:1.875rem;height:1.875rem;top:10.0625rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 { display:none; }#HqyQRoUUXfSG8wvmxzVSBcnr4ogLsso7 > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v55fZUFutBLi0DBMxnQa7QbK04y3gb31 { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnvKfQTKbsq2t9mRp1iIGT4gxCANdRrO { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }