.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open 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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#krX1uDVqnExOy08SfK1DsxeTF7czPoQl { background-color:transparent;background-image:none;border-top:0.0625rem solid #092139;border-left:0.0625rem solid #092139;border-right:0.0625rem solid #092139;border-bottom:0.0625rem solid #092139;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:#092139;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.305118rem;height:3.0555555rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625001192093rem;left:61.625434875488rem;display:block; }
#dCeSTKfzpZ6HlOq1ssTwVCNZbaJa9SCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cl6isAvmyexaVtXQdt3HMzMclMgDrCmx { 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.8125rem;width:10.9375rem;top:1.218533039093rem;left:0rem;overflow:hidden;display:block; }
#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092139;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; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container { background-color: transparent; background-image: none; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container > .video-iframe-container { display: none; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row > .video-iframe-container { display: none; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .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); }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container { border-width: 0; border-radius: 0; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#Tq39cVtKR0rERtx80tihov5AC4k31PFT { box-sizing:content-box;height:2.375rem;width:15.1875rem;position:absolute;display:block;z-index:15000;background-color:#ce0023;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:0rem;display:block; }
#olrDWAJWloG1uzBdsrQSwRgNhA67BCuP { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvRvZS0HN75CLrEI2O014mkucGkZxIKg { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:7.1494375rem;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; }
#SywCVGnyJR2QwkldNNPwnPelQN3i4UpQ { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:2.92480625rem;display:block; }
#qntGDUA9kRWBNukbe1ZsGR62AQCtNFOn { position:absolute;display:block;z-index:15004;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:26.3125rem;width:35.375rem;top:27.875rem;left:0rem;overflow:hidden;display:block; }
#v0PFTT0x8uRbqK9S6XVyeK6Z0qVnuRwl { box-sizing:content-box;height:2.374675rem;width:23.625rem;position:absolute;display:block;z-index:15001;background-color:#14334d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:0rem;border-top-right-radius:125rem;border-bottom-right-radius:125rem;border-bottom-left-radius:125rem;border-top-left-radius:125rem;display:block; }
#v5UVn80oO1vS4ynFwiXDeXTv6WMTwdKl { color:#ffffff;display:block;width:21.8120625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.375rem;left:0.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ccwiasXxbTQ4T5S0uJlgGn4X0k2yiIkv { box-sizing:content-box;height:46.4375rem;width:26.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.8125rem;left:48.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Tyn50KZ5RzozGa8LUdXdQPT3wHsHTIeG { color:#092139;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.287109375rem;left:51.09375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIgHzgof3hgNdD55K771zycvF5N2egxD { position:absolute;display:block;z-index:15020;height:40.625rem;width:26.5625rem;top:8.3125rem;left:48.4375rem;display:block; }
#KUkrVUlJkCE8y1Ca8Di5sGNvlAsT6TFm { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:2.92480625rem;display:none; }
#aAgnArWArmVRLEHNUV2n8C0ebDIy41de { position:absolute;display:block;z-index:15001;height:3.125rem;width:13.0625rem;top:59.693359375rem;left:31.00244140625rem;display:none; }
#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e5e9;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; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container { background-color: transparent; background-image: none; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container > .video-iframe-container { display: none; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row > .video-iframe-container { display: none; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .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); }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container { border-width: 0; border-radius: 0; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#PZ8EvwG5PgpurwSiTfCRZHU9mT1lmhPG { color:#092139;display:block;width:51.1246875rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0615234375rem;left:9.6245689392087rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ty8Zx6TvELMdRPkWsJeyHBBHEZNgO3Kp { position:absolute;display:block;z-index:15003;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:5.37489375rem;width:5rem;top:24.1875rem;left:19.5rem;overflow:hidden;display:block; }
#HEQyULeJoc5isWFKWDbFSSNVTKBUKuJr { color:#092139;display:block;width:10.8121875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:16.5625rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrToRT4Nme7XHdFdGEnUnT84prunqB5d { color:#092139;display:block;width:7.0621875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:18.4375rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSXU4fcyerydrTgDFlPvyXHRPRBBFQgP { color:#092139;display:block;width:4.43739375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:35.1875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAwAMcsCDGBOpM2xvZWfzp0Accb1aDMG { color:#092139;display:block;width:10.8121875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:32rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Psmin3Zg6OyIUe4180yW8PiROl1KzOMz { position:absolute;display:block;z-index:15000;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.62456875rem;width:6.624375rem;top:24.5rem;left:34.0625rem;display:block; }
#T7J0QqBibWxSeQHiClkcn0vX22ETHP7S { color:#092139;display:block;width:6.7496875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:65.0625rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybfgu8FUHmaCxbbJpnMFqpgZ1yFsZ2z6 { color:#092139;display:block;width:4.62456875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:50.5625rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4z7NPw0mhvXNxRTXXihx3098TmcRRxq { color:#092139;display:block;width:10.8121875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:47.5rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwZXtucOF1XC2IvhwuKdquldKTEzbmZh { color:#092139;display:block;width:10.8121875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:63rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cte8WQxkXwqgsu3OzQqEbVwaeUTFyBBd { position:absolute;display:block;z-index:15000;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.375rem;width:4.81228125rem;top:24.625rem;left:50.5rem;display:block; }
#MBDcPn92TFlebgIJA23nagvAkCF6GF1L { position:absolute;display:block;z-index:15000;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.74989375rem;width:5.06239375rem;top:24.0625rem;left:65.9375rem;display:block; }
#ueosiPHTDuQRTGvxiTMwB3p1rKaZEVod { color:#092139;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.9375rem;left:1.3125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgvbtMr83N83Eh7SlIIV5TeTwRKkTcy3 { color:#092139;display:block;width:10.8121875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:1.0625rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VM5UNGXll55WwVkuAiCzbWhqwsabB1JT { position:absolute;display:block;z-index:15000;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.1875rem;width:4.6875rem;top:24.5625rem;left:3.9375rem;display:block; }
#HsENMUyL0QWA8wl0OM03TrOCHAXRh1ND { position:absolute;display:block;z-index:15000;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:7.8125rem;width:23.8125rem;top:3.75rem;left:25.5615234375rem;display:block; }
#rmmVoHTMUmd6vTThc1R0gwswB9sBoJ3L { color:#092139;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.736001968384rem;left:9.5616340637206rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0023;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; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container { background-color: transparent; background-image: none; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container > .video-iframe-container { display: none; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row > .video-iframe-container { display: none; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .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); }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container { border-width: 0; border-radius: 0; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#t0GWZrwTlhyx9LaIwDeoT9NqmcTTCQt2 { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nWgBERN8hR429vsZNF2wqQpgykXUCFK1 { color:#ffffff;display:block;width:28.3745625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9303398132325rem;left:0rem;height:10.2363125rem;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; }
#iLKEC9ZpnuJJLoe5BvPBhAslbJu7Ldla { color:#ffffff;display:block;width:34.1873125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3908462524412rem;left:37.5rem;height:7.312rem;display:block; }
#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e5e9;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; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container { background-color: transparent; background-image: none; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container > .video-iframe-container { display: none; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row > .video-iframe-container { display: none; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .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); }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container { border-width: 0; border-radius: 0; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:75rem;position:relative;display:block; }#Cuabl8JEndAbvsOO9P4IBg9LnDFMTzPh { color:#092139;display:block;width:55.8121875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:8.0029335021975rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Eh0wobL99SZeqTMLtStKA1q20npJIVCC { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:block; }
#KF2oLK7yhBsSKDV2Utgt6fIRXTKT1bLU { color:#092139;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.902671813965rem;left:3.8780403137207rem;height:1.625rem;font-style:normal;display:block; }
#OXuFaq0dVxxTeRa70QCRCUOWcCEykSA0 { color:#092139;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.465061187744rem;left:3.8780403137207rem;height:4.38720625rem;display:block; }
#RcSBwT5tLGhgMqXpe65UTRf4O83In2mW { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:none; }
#JT474NkqKUdXNIoD5QssDScBbRQUXWrW { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:none; }
#K2TPbgTLqw4oMZEvKUulsPGzBd3Frttp { color:#092139;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:49.9375rem;height:4.38720625rem;display:block; }
#FL4IGTPb3kGJSbb06aRgrPurXgMkD3BC { color:#092139;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.875rem;left:49.9375rem;height:1.625rem;font-style:normal;display:block; }
#miRHJcBQE0Ug9oTM7hAfTbXwMMderHPS { color:#092139;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.375rem;left:3.875rem;height:4.38720625rem;display:block; }
#zAfTLoo1FZQBTK0VkEvKclQc9HCJe1ap { color:#092139;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.8125rem;left:3.875rem;height:1.625rem;font-style:normal;display:block; }
#wZX6zgK3OQ9GE0nfageN7JtJXHBNfGME { color:#092139;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:40.3125rem;left:49.9375rem;height:4.38720625rem;display:block; }
#KIHsRPAqFpHbQTi3wlmfy3RJXuGqz7gG { color:#092139;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.75rem;left:49.9375rem;height:1.625rem;font-style:normal;display:block; }
#TNW4CSiRe4I6lb1fk3Cdvb9BuZTIZlT6 { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:none; }
#NU9rrQRHUTQ8EGZ7W530Hygv0AAs9gWT { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:none; }
#mk9vdVuT3Pkll58SgFsT4ucVk9JTGWEL { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:none; }
#c9v4iANm2suyfpqkKnaTTmbwdaC7xexq { color:#092139;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:47.25rem;left:3.875rem;height:4.38720625rem;display:block; }
#btWa7VGfORme9XlMvkPcHnrtohcKS9nT { color:#092139;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.6875rem;left:3.875rem;height:1.625rem;font-style:normal;display:block; }
#gCPyS4I3szrJ4L0ptUORBWKifDneODzE { position:absolute;display:block;z-index:15005;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:38.4375rem;width:14.3125rem;top:12.992628097534rem;left:30.37760925293rem;overflow:hidden;display:none; }
#KtHageif5DPXU7kpoVOqLlHk5oRgFT4x { color:#092139;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:57.069770812988rem;left:26.908638000488rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#OfJXttsvJfJHsZPLGf78cEM2bsVfz9GD { position:absolute;display:block;z-index:15001;height:3.125rem;width:13.0625rem;top:59.693359375rem;left:31.00244140625rem;display:block; }
#nUxDwUILKglTTtXGNewK4kM13pLmNLTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092139;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; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container { background-color: transparent; background-image: none; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container > .video-iframe-container { display: none; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row > .video-iframe-container { display: none; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .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); }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container { border-width: 0; border-radius: 0; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#KdOSlB9xaoCx3q4MgOV5o8SNo5nKoOrp { color:#ce0023;display:block;width:4.62456875rem;position:absolute;font-family:"playfair display";font-size:6.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:35.1875rem;height:8.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LhJSVmECgxKJNWbB0UD8oFhTpTfaedJf { color:#ffffff;display:block;width:45.8121875rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:14.5625rem;height:10.3984375rem;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:italic;text-align:center;text-align-last:center;display:block; }
#nPybPRVVndJwLr9eTcfgHs5G0ynPs4GU { color:#ffffff;display:block;width:22.874875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.9375rem;left:26.0625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t { position:relative;display:block; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t { background-color: transparent; background-image: none; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .row .container > .video-iframe-container { display: none; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .row > .video-iframe-container { display: none; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .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); }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t { border-width: 0; border-radius: 0; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .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; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .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:55.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BvN5ovsGZID0TNgHc6uiJXFOEc4uSRWX { color:#092139;display:block;width:36.624875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:19.25rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Up8cLntxOXRaegwumcgna2G59lpyWB6V { box-sizing:content-box;height:5.375rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#092139;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:1.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BARb0Gqmkvervk3tfO0KJcrLvECreOm9 { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.3125rem;left:2.6875rem;height:1.625rem;font-style:normal;display:block; }
#JfsnpxaCTkTr77HtcRBNKorczwpRHGOH { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.1875rem;left:2.6875rem;height:1.462675rem;display:block; }
#pVTmGAyUMa4RJiWslnOiJ1liTSuJ4E2e { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.5rem;width:15.625rem;top:15.125rem;left:1.625rem;overflow:hidden;display:block; }
#r8UMElzExtcTTmFdOKEGqnlE0hqqyh8U { box-sizing:content-box;height:5.375rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#092139;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:20.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PbTppFoyLaJfNlnJFWspcApTqqakaxcJ { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.1875rem;left:21.4375rem;height:1.462675rem;display:block; }
#ssiC74p1DzIZnULURWztFvae2fG4Cz8g { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.3125rem;left:21.4375rem;height:1.625rem;font-style:normal;display:block; }
#TW8dsJqlhLnClNc3LDxRKaSTOGQNbTFi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.5rem;width:15.625rem;top:15.125rem;left:20.375rem;overflow:hidden;display:block; }
#qL5mWhDbtKFTNoZkiMAbpRN0z0Hwb3TJ { box-sizing:content-box;height:5.375rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#092139;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:39.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SZtTixhmg2wVWL5TOPoP1k20ZAHqB9Wq { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.1875rem;left:40.1875rem;height:1.462675rem;display:block; }
#hEQQFRr73A6a6FIx7ynTK6uwhKDRJ4bR { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.3125rem;left:40.1875rem;height:1.625rem;font-style:normal;display:block; }
#Tg7cWftQMLM8qizWrMmqGmazoZccmvn4 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.5rem;width:15.625rem;top:15.125rem;left:39.125rem;overflow:hidden;display:block; }
#TxI0dzs8HU2F40qgGAT3l7oq5SsZlRDd { box-sizing:content-box;height:5.375rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#092139;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.625rem;left:57.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ZxkTTl3Zg7v5MwUxTZQxMoqASFpWD8zL { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.3125rem;left:58.9375rem;height:1.625rem;font-style:normal;display:block; }
#Jb6ZZyIF2UriBPb9sqC00kvrIbMn2T1o { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.5rem;width:15.625rem;top:15.125rem;left:57.875rem;overflow:hidden;display:block; }
#pK4xctNZOr6ZcCrnW0t4Q9O8TyrcaVXV { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.1875rem;left:58.9375rem;height:1.462675rem;display:block; }
#tFsIpykkZobP6AMssxUu57wE01ZTw28q { color:#092139;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.625rem;left:27rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#sRG1TlQI5WQRsa9ndQ692t1JgqrNZQVt { position:absolute;display:block;z-index:15002;height:3.125rem;width:13.0625rem;top:46.25rem;left:31.03076171875rem;display:block; }
#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e5e9;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; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container { background-color: transparent; background-image: none; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container > .video-iframe-container { display: none; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row > .video-iframe-container { display: none; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .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); }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container { border-width: 0; border-radius: 0; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#zXpvvvURSm6yC3GXuT1vmbGdo10pA5Se { color:#ce0023;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:30.78125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6VrtMnW8RMkAdzNEm4f9MGvfUKu7ZS0 { color:#092139;display:block;width:35.8121875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.873905181885rem;left:19.593643188476rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XNIPWIgsAnridTrToDd9UacHSnEPVRDA { box-sizing:content-box;height:19.0625rem;width:20.625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.548938751221rem;left:2.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nTz63I57tdcRDy6yTLCRXW6EMIqXMEwv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1250rem;border-top-right-radius:1250rem;border-bottom-left-radius:1250rem;border-bottom-right-radius:1250rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:18.486656188965rem;left:8.6561431884762rem;overflow:hidden;display:block; }
#zPwxCWdueHA9UJc9nOqczZ2XMsDcuEWQ { color:#092139;display:block;width:14.5621875rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.812282562256rem;left:5.2186431884766rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKiJMeDrqqNCIg1fd64T06cV465p3uby { color:#092139;display:block;width:16.1246875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.436634063721rem;left:4.4373931884766rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#xbxRlwSR8UfZFyZGomQNESIVzH7xIern { color:#ce0023;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.746532440186rem;left:5.78125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nc3AOpX7cKdOo8RD4pEWxx7oAPdK8TbD { box-sizing:content-box;height:19.0625rem;width:20.625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:27.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Zo09bRQfiT8tkdDC31bTx4Qh6gevmZwt { color:#092139;display:block;width:14.5621875rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:30.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KChXJ5QsfPSU8lTmvfXBhEfwkAP1BTCP { color:#092139;display:block;width:17.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.436092376709rem;left:28.843322753906rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#DOXTFLtddgUMgPnvxXPyWoxVmNoOgvJ0 { color:#ce0023;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.75rem;left:30.8125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBXIqSNAL7wd1xsLA9w0T84fi8TGXe6G { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1250rem;border-top-right-radius:1250rem;border-bottom-left-radius:1250rem;border-bottom-right-radius:1250rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:18.5rem;left:33.625rem;overflow:hidden;display:block; }
#DVfV13R6DL6nw58PwTUWOi0xBCzTkuoX { box-sizing:content-box;height:19.0625rem;width:20.625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:52.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OT6IRimVlcqNa5x5pyPRp8QZPlW3D2Xz { color:#092139;display:block;width:17.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.4375rem;left:53.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#W9H58V0aaOiTOiOOBbFdK3ewav1LaCTe { color:#ce0023;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.75rem;left:55.8125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBtSx06ppMTf5N1d8Tyf7l5y1tz0NXfZ { color:#092139;display:block;width:14.5621875rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:55.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WP6Nx4LMD2XP0JRBOgezxxlm6x9LTVc4 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1250rem;border-top-right-radius:1250rem;border-bottom-left-radius:1250rem;border-bottom-right-radius:1250rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:18.5rem;left:58.625rem;overflow:hidden;display:block; }
#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp { 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; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container { background-color: transparent; background-image: none; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container > .video-iframe-container { display: none; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row > .video-iframe-container { display: none; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .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); }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container { border-width: 0; border-radius: 0; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container { font-size:0.875rem;font-family:"dm sans";height:47.375rem;width:75rem;position:relative;display:block; }#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .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 #092139;vertical-align:top; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .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; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:400;font-size:1.125rem;color:#092139;font-style:normal;height:auto; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .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:montserrat;color:#092139;line-height:1.4;overflow:hidden;height:auto; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .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_92aa57d93e9e541aa710d633499ce536938de6ac.svg");background-size:contain !important; }#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-trigger.adaptive-delivery-prevent-bg, #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-trigger.lazyload, #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-trigger.lazyloading { background-image: none; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv { box-sizing:content-box;height:auto;width:50.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15022;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.5625rem;padding-right:1.5625rem;padding-bottom:1.5625rem;padding-left:1.5625rem;top:16.221245765686rem;left:10.781253814698rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #SpmC4h1nWfkniDZrtd1IIEiI9NLGyR2h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #HKmTXMgiuTeBul6INuuXRrFpzPyrRr95 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #o8eq00P0VXguqtk3vRHgina8J1LqgzVE { display:block;position:relative; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #SlyOQUhqt31mKq9c2rOU1imczRIGIbGT {  }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #wWfpMJLaJGdbo930w5M9sEsbR2GVLW6X {  }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #kIgqu0rqttAunuyoWk5xtLyvdhz3DkyP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #TueoaKZgf23eVhgmJxZCZhqBlQLLFOz2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #OE4KWWPBrGmyo8eMnG8uieGxCrTDX6ZF { display:block;position:relative; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #D98dWV5OqFbSiTuOqWpwGZSg4SaHC05Q {  }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #pRdagaeC2ZMTXTtmSofNwER1ytLIy4tG { display:none; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #efo0DzZTZXp429AMh2FQX31OUNPEAo7Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #WWltQK9s0fedJBKDQTmz29wsq9U7R1pV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #RTWIQWDv24Re6E7xECRPThuXwkiEmyAV { display:block;position:relative; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #ssRsuufcBssEFpJNVMUC3BpUL2UctM6T {  }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #Ufz217CCG7d7x5UvKB4ye8GpdfosZbnK { display:none; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #xDZmvvsLEJcJSVTlGTAHV6WHolBod87n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #xHFHIePALukVDd0CzCr4tgzgsL30KyHq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #ZFz8VdRlDXnpqyA1OxKGCECDxToTAzS4 { display:block;position:relative; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #pGvzC4bZJVlzUs5GAztPzwqSKFyTpmwW {  }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #qg1GyqKCM0LfWfwVJEbwztPSC58u7hmm { display:none; }
#nHGfTEAahQBZV8VgDuoZIJoPdsgRaA6r { color:#ce0023;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.2491321563721rem;left:29.84375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfqXSiLt8tPw7gMvc832fHTJ4ZW2BhqH { color:#092139;display:block;width:35.8121875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.875rem;left:19.5625rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092139;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; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container { background-color: transparent; background-image: none; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container > .video-iframe-container { display: none; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row > .video-iframe-container { display: none; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .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); }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container { border-width: 0; border-radius: 0; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#CNQz5iaeSRQthlTmsO1LINJzmOvsRcgR { color:#ffffff;display:block;width:35.8121875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.25rem;left:19.593643188476rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LaRih5MIsSpxi2WbF4u2IMDXJ2dBLzLh { color:#ffffff;display:block;width:37.7495625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.631725311279rem;left:18.624137878418rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#KWsX2nEFawpGXJSB37IDKLxVgF2W8A4y { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17rem;left:38.0625rem;display:block; }
#mhev6OKE6reA3HpV0ISK7CmbVGe8GTDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIdf6apI0ttKduFbFOkxfGDDX1fai9Wk { position:absolute;display:block;z-index:15003;height:3.125rem;width:13.0625rem;top:17rem;left:23.78076171875rem;display:block; }
#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092139;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; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container { background-color: transparent; background-image: none; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container > .video-iframe-container { display: none; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row > .video-iframe-container { display: none; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .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); }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container { border-width: 0; border-radius: 0; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#ZiTqAaPh2QaQDB3qTCbgwJGWedOuJdNQ { color:#ffffff;display:block;width:23.187375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.4435729980469rem;left:25.905494689941rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#NrBFQJskANOd0nbqdBK0IpbL2LegOE8l { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:0rem;display:block; }
#pXSz41MhS9XDI27fDRyGRq8RmEXCeBW9 { color:#ffffff;display:block;width:51.1246875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.249671936035rem;left:11.937393188476rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ewpsbR3v5gEQTeIuiQ1RNtwlgiOKKkws { position:absolute;display:block;z-index:15012;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.375rem;width:9.375rem;top:1.4040756225586rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krX1uDVqnExOy08SfK1DsxeTF7czPoQl { width:13.25rem;height:3rem;top:1.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCeSTKfzpZ6HlOq1ssTwVCNZbaJa9SCv { display:block; }
 }@media only screen and (max-width: 763px) { #Cl6isAvmyexaVtXQdt3HMzMclMgDrCmx { top:1.1875rem;left:0rem;width:10.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 { display:block; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq39cVtKR0rERtx80tihov5AC4k31PFT { top:3.625rem;left:0rem;width:15.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrDWAJWloG1uzBdsrQSwRgNhA67BCuP { top:4.3125rem;left:0rem;width:13.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvRvZS0HN75CLrEI2O014mkucGkZxIKg { top:7.3125rem;left:0rem;width:43.625rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SywCVGnyJR2QwkldNNPwnPelQN3i4UpQ { top:16.3125rem;left:0rem;width:28.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qntGDUA9kRWBNukbe1ZsGR62AQCtNFOn { top:27.875rem;left:0rem;width:35.375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0PFTT0x8uRbqK9S6XVyeK6Z0qVnuRwl { top:20.6875rem;left:0rem;width:23.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5UVn80oO1vS4ynFwiXDeXTv6WMTwdKl { top:21.375rem;left:0rem;width:21.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccwiasXxbTQ4T5S0uJlgGn4X0k2yiIkv { top:3.8125rem;left:21.1875rem;width:26.5625rem;height:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyn50KZ5RzozGa8LUdXdQPT3wHsHTIeG { top:5.25rem;left:26.5rem;width:21.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIgHzgof3hgNdD55K771zycvF5N2egxD { top:8.3125rem;left:21.1875rem;width:26.5625rem;height:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUkrVUlJkCE8y1Ca8Di5sGNvlAsT6TFm { top:14.9375rem;left:0rem;width:17.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAgnArWArmVRLEHNUV2n8C0ebDIy41de { top:59.6875rem;left:10.8125rem;width:13.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX { display:block; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZ8EvwG5PgpurwSiTfCRZHU9mT1lmhPG { top:13rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty8Zx6TvELMdRPkWsJeyHBBHEZNgO3Kp { top:24.1875rem;left:11.9375rem;width:5rem;height:5.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQyULeJoc5isWFKWDbFSSNVTKBUKuJr { top:30.8125rem;left:1.1875rem;width:10.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrToRT4Nme7XHdFdGEnUnT84prunqB5d { top:35.9375rem;left:4.9375rem;width:7rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXU4fcyerydrTgDFlPvyXHRPRBBFQgP { top:35.9375rem;left:19.5rem;width:4.375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAwAMcsCDGBOpM2xvZWfzp0Accb1aDMG { top:30.8125rem;left:13.125rem;width:10.75rem;height:4.375rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Psmin3Zg6OyIUe4180yW8PiROl1KzOMz { width:6.5625rem;height:4.5810936084692rem;top:24.5rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7J0QqBibWxSeQHiClkcn0vX22ETHP7S { top:35.9375rem;left:41.0625rem;width:6.6875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybfgu8FUHmaCxbbJpnMFqpgZ1yFsZ2z6 { top:35.9375rem;left:31.25rem;width:4.5625rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4z7NPw0mhvXNxRTXXihx3098TmcRRxq { top:30.8125rem;left:25.0625rem;width:10.75rem;height:4.375rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwZXtucOF1XC2IvhwuKdquldKTEzbmZh { top:30.8125rem;left:37rem;width:10.75rem;height:4.375rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cte8WQxkXwqgsu3OzQqEbVwaeUTFyBBd { width:4.75rem;height:4.3190568478809rem;top:24.625rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBDcPn92TFlebgIJA23nagvAkCF6GF1L { width:5rem;height:4.6912985710828rem;top:24.0625rem;left:42.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueosiPHTDuQRTGvxiTMwB3p1rKaZEVod { top:35.9375rem;left:0rem;width:10.3125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgvbtMr83N83Eh7SlIIV5TeTwRKkTcy3 { top:30.8125rem;left:0rem;width:10.75rem;height:4.375rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM5UNGXll55WwVkuAiCzbWhqwsabB1JT { width:4.6875rem;height:4.1875rem;top:24.5625rem;left:0.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsENMUyL0QWA8wl0OM03TrOCHAXRh1ND { width:23.8125rem;height:7.8125rem;top:3.75rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmmVoHTMUmd6vTThc1R0gwswB9sBoJ3L { top:17.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag { display:block; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0GWZrwTlhyx9LaIwDeoT9NqmcTTCQt2 { top:5.25rem;left:0rem;width:13.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWgBERN8hR429vsZNF2wqQpgykXUCFK1 { top:6.875rem;left:0rem;width:28.3125rem;height:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKEC9ZpnuJJLoe5BvPBhAslbJu7Ldla { top:8.375rem;left:13.625rem;width:34.125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxmTS0LkCTBHmnwElG64SIW8DVSiceKn { display:block; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cuabl8JEndAbvsOO9P4IBg9LnDFMTzPh { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0wobL99SZeqTMLtStKA1q20npJIVCC { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF2oLK7yhBsSKDV2Utgt6fIRXTKT1bLU { top:16.875rem;left:0rem;width:21.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXuFaq0dVxxTeRa70QCRCUOWcCEykSA0 { top:19.4375rem;left:0rem;width:21.25rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcSBwT5tLGhgMqXpe65UTRf4O83In2mW { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT474NkqKUdXNIoD5QssDScBbRQUXWrW { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2TPbgTLqw4oMZEvKUulsPGzBd3Frttp { top:26.4375rem;left:26.5rem;width:21.25rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL4IGTPb3kGJSbb06aRgrPurXgMkD3BC { top:23.875rem;left:26.5rem;width:21.25rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #miRHJcBQE0Ug9oTM7hAfTbXwMMderHPS { top:33.375rem;left:0rem;width:21.25rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAfTLoo1FZQBTK0VkEvKclQc9HCJe1ap { top:30.8125rem;left:0rem;width:21.25rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZX6zgK3OQ9GE0nfageN7JtJXHBNfGME { top:40.3125rem;left:26.5rem;width:16.8125rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIHsRPAqFpHbQTi3wlmfy3RJXuGqz7gG { top:37.75rem;left:26.5rem;width:21.25rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNW4CSiRe4I6lb1fk3Cdvb9BuZTIZlT6 { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU9rrQRHUTQ8EGZ7W530Hygv0AAs9gWT { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mk9vdVuT3Pkll58SgFsT4ucVk9JTGWEL { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9v4iANm2suyfpqkKnaTTmbwdaC7xexq { top:47.25rem;left:0rem;width:19.875rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #btWa7VGfORme9XlMvkPcHnrtohcKS9nT { top:44.6875rem;left:0rem;width:21.25rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCPyS4I3szrJ4L0ptUORBWKifDneODzE { top:12.9375rem;left:9.5625rem;width:14.3125rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtHageif5DPXU7kpoVOqLlHk5oRgFT4x { top:57.0625rem;left:2.625rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfJXttsvJfJHsZPLGf78cEM2bsVfz9GD { top:59.6875rem;left:10.8125rem;width:13.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUxDwUILKglTTtXGNewK4kM13pLmNLTB { display:block; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdOSlB9xaoCx3q4MgOV5o8SNo5nKoOrp { top:3.9375rem;left:21.5625rem;width:4.5625rem;height:8.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhJSVmECgxKJNWbB0UD8oFhTpTfaedJf { top:9.625rem;left:0.9375rem;width:45.75rem;height:10.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPybPRVVndJwLr9eTcfgHs5G0ynPs4GU { top:21.9375rem;left:12.4375rem;width:22.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t { display:block; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvN5ovsGZID0TNgHc6uiJXFOEc4uSRWX { top:5.25rem;left:0rem;width:36.5625rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up8cLntxOXRaegwumcgna2G59lpyWB6V { top:34.625rem;left:0rem;width:15.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BARb0Gqmkvervk3tfO0KJcrLvECreOm9 { top:35.3125rem;left:0rem;width:13.4375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfsnpxaCTkTr77HtcRBNKorczwpRHGOH { top:37.1875rem;left:0rem;width:13.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVTmGAyUMa4RJiWslnOiJ1liTSuJ4E2e { top:15.125rem;left:0rem;width:15.625rem;height:19.4998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UMElzExtcTTmFdOKEGqnlE0hqqyh8U { top:34.625rem;left:8.25rem;width:15.625rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbTppFoyLaJfNlnJFWspcApTqqakaxcJ { top:37.1875rem;left:10.4375rem;width:13.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssiC74p1DzIZnULURWztFvae2fG4Cz8g { top:35.3125rem;left:10.4375rem;width:13.4375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW8dsJqlhLnClNc3LDxRKaSTOGQNbTFi { top:15.125rem;left:8.25rem;width:15.625rem;height:19.4998125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qL5mWhDbtKFTNoZkiMAbpRN0z0Hwb3TJ { top:34.625rem;left:20.1875rem;width:15.625rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZtTixhmg2wVWL5TOPoP1k20ZAHqB9Wq { top:37.1875rem;left:22.375rem;width:13.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEQQFRr73A6a6FIx7ynTK6uwhKDRJ4bR { top:35.3125rem;left:22.375rem;width:13.4375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg7cWftQMLM8qizWrMmqGmazoZccmvn4 { top:15.125rem;left:20.1875rem;width:15.625rem;height:19.4998125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxI0dzs8HU2F40qgGAT3l7oq5SsZlRDd { top:34.625rem;left:32.125rem;width:15.625rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxkTTl3Zg7v5MwUxTZQxMoqASFpWD8zL { top:35.3125rem;left:34.3125rem;width:13.4375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jb6ZZyIF2UriBPb9sqC00kvrIbMn2T1o { top:15.125rem;left:32.125rem;width:15.625rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pK4xctNZOr6ZcCrnW0t4Q9O8TyrcaVXV { top:37.1875rem;left:34.3125rem;width:13.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFsIpykkZobP6AMssxUu57wE01ZTw28q { top:43.625rem;left:2.625rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRG1TlQI5WQRsa9ndQ692t1JgqrNZQVt { top:46.25rem;left:10.8125rem;width:13.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB { display:block; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXpvvvURSm6yC3GXuT1vmbGdo10pA5Se { top:5.25rem;left:17.09375rem;width:13.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6VrtMnW8RMkAdzNEm4f9MGvfUKu7ZS0 { top:6.8125rem;left:0rem;width:35.75rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNIPWIgsAnridTrToDd9UacHSnEPVRDA { top:16.5rem;left:0rem;width:20.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTz63I57tdcRDy6yTLCRXW6EMIqXMEwv { top:18.4375rem;left:4.0936431884766rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPwxCWdueHA9UJc9nOqczZ2XMsDcuEWQ { top:27.75rem;left:0.65614318847656rem;width:14.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKiJMeDrqqNCIg1fd64T06cV465p3uby { top:31.375rem;left:0rem;width:16.0625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbxRlwSR8UfZFyZGomQNESIVzH7xIern { top:29.6875rem;left:1.21875rem;width:13.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc3AOpX7cKdOo8RD4pEWxx7oAPdK8TbD { top:16.5625rem;left:11.125rem;width:20.625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zo09bRQfiT8tkdDC31bTx4Qh6gevmZwt { top:27.8125rem;left:16.5rem;width:14.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KChXJ5QsfPSU8lTmvfXBhEfwkAP1BTCP { top:31.375rem;left:14.4375rem;width:17.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOXTFLtddgUMgPnvxXPyWoxVmNoOgvJ0 { top:29.75rem;left:17.125rem;width:13.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBXIqSNAL7wd1xsLA9w0T84fi8TGXe6G { top:18.5rem;left:19.9375rem;width:7.6875rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVfV13R6DL6nw58PwTUWOi0xBCzTkuoX { top:16.5625rem;left:27rem;width:20.625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OT6IRimVlcqNa5x5pyPRp8QZPlW3D2Xz { top:31.4375rem;left:30.0625rem;width:17.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9H58V0aaOiTOiOOBbFdK3ewav1LaCTe { top:29.75rem;left:33rem;width:13.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBtSx06ppMTf5N1d8Tyf7l5y1tz0NXfZ { top:27.8125rem;left:32.375rem;width:14.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP6Nx4LMD2XP0JRBOgezxxlm6x9LTVc4 { top:18.5rem;left:35.8125rem;width:7.6875rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp { display:block; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv { display:flex;height:auto;width:45.25rem;top:16.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #SpmC4h1nWfkniDZrtd1IIEiI9NLGyR2h {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #HKmTXMgiuTeBul6INuuXRrFpzPyrRr95 {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #o8eq00P0VXguqtk3vRHgina8J1LqgzVE {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #SlyOQUhqt31mKq9c2rOU1imczRIGIbGT {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #wWfpMJLaJGdbo930w5M9sEsbR2GVLW6X {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #kIgqu0rqttAunuyoWk5xtLyvdhz3DkyP {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #TueoaKZgf23eVhgmJxZCZhqBlQLLFOz2 {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #OE4KWWPBrGmyo8eMnG8uieGxCrTDX6ZF {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #D98dWV5OqFbSiTuOqWpwGZSg4SaHC05Q {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #pRdagaeC2ZMTXTtmSofNwER1ytLIy4tG {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #efo0DzZTZXp429AMh2FQX31OUNPEAo7Q {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #WWltQK9s0fedJBKDQTmz29wsq9U7R1pV {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #RTWIQWDv24Re6E7xECRPThuXwkiEmyAV {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #ssRsuufcBssEFpJNVMUC3BpUL2UctM6T {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #Ufz217CCG7d7x5UvKB4ye8GpdfosZbnK {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #xDZmvvsLEJcJSVTlGTAHV6WHolBod87n {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #xHFHIePALukVDd0CzCr4tgzgsL30KyHq {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #ZFz8VdRlDXnpqyA1OxKGCECDxToTAzS4 {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #pGvzC4bZJVlzUs5GAztPzwqSKFyTpmwW {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #qg1GyqKCM0LfWfwVJEbwztPSC58u7hmm {  }
 }@media only screen and (max-width: 763px) { #nHGfTEAahQBZV8VgDuoZIJoPdsgRaA6r { top:5.1875rem;left:16.21875rem;width:15.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfqXSiLt8tPw7gMvc832fHTJ4ZW2BhqH { top:6.875rem;left:5.9375rem;width:35.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci { display:block; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNQz5iaeSRQthlTmsO1LINJzmOvsRcgR { top:5.25rem;left:5.9375rem;width:35.75rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRih5MIsSpxi2WbF4u2IMDXJ2dBLzLh { top:13.625rem;left:4.999137878418rem;width:37.6875rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWsX2nEFawpGXJSB37IDKLxVgF2W8A4y { width:13.25rem;height:3.125rem;top:17rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhev6OKE6reA3HpV0ISK7CmbVGe8GTDb { display:block; }
 }@media only screen and (max-width: 763px) { #uIdf6apI0ttKduFbFOkxfGDDX1fai9Wk { top:17rem;left:10.15576171875rem;width:13.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G { display:block; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiTqAaPh2QaQDB3qTCbgwJGWedOuJdNQ { top:2.4375rem;left:12.280494689941rem;width:23.125rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrBFQJskANOd0nbqdBK0IpbL2LegOE8l { top:6.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXSz41MhS9XDI27fDRyGRq8RmEXCeBW9 { top:9.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewpsbR3v5gEQTeIuiQ1RNtwlgiOKKkws { top:1.375rem;left:0rem;width:9.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krX1uDVqnExOy08SfK1DsxeTF7czPoQl { width:13.375rem;height:3.125rem;top:5.625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCeSTKfzpZ6HlOq1ssTwVCNZbaJa9SCv { display:block; }
 }@media only screen and (max-width: 763px) { #Cl6isAvmyexaVtXQdt3HMzMclMgDrCmx { width:8.75rem;height:3rem;top:0.99989154934881rem;left:5.6250004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 { display:block; }#f6oD9gfNQu9akSXRRwCrI7b9EVEQ5rm6 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq39cVtKR0rERtx80tihov5AC4k31PFT { width:15.125rem;height:2.3125rem;top:1.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrDWAJWloG1uzBdsrQSwRgNhA67BCuP { width:13.4375rem;height:0.9746125rem;top:2.5625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvRvZS0HN75CLrEI2O014mkucGkZxIKg { width:20rem;height:6.82325rem;top:5.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SywCVGnyJR2QwkldNNPwnPelQN3i4UpQ { width:17.4375rem;height:3.8994125rem;top:13.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qntGDUA9kRWBNukbe1ZsGR62AQCtNFOn { width:20rem;height:14.9375rem;top:25.90869140625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v0PFTT0x8uRbqK9S6XVyeK6Z0qVnuRwl { width:20rem;height:2.3125rem;top:18.6875rem;left:0rem;background-color:#14334d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v5UVn80oO1vS4ynFwiXDeXTv6WMTwdKl { width:20rem;height:0.8125rem;top:19.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccwiasXxbTQ4T5S0uJlgGn4X0k2yiIkv { width:20rem;height:45.3125rem;top:39.186309814453rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tyn50KZ5RzozGa8LUdXdQPT3wHsHTIeG { width:16.7496875rem;height:1.7871125rem;top:40.671333312988rem;left:1.2213542461395rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIgHzgof3hgNdD55K771zycvF5N2egxD { width:20rem;height:40.625rem;top:8.3125rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #KUkrVUlJkCE8y1Ca8Di5sGNvlAsT6TFm { width:17.4375rem;height:3.89941875rem;top:13.5625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aAgnArWArmVRLEHNUV2n8C0ebDIy41de { width:13.0625rem;height:3.125rem;top:22.125rem;left:3.46875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX { display:block; }#SmN0JROpUh0FttDXDz2wGTXF1KVZLqHX > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZ8EvwG5PgpurwSiTfCRZHU9mT1lmhPG { width:13.4375rem;height:3.8984375rem;top:7.8108711242675rem;left:3.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty8Zx6TvELMdRPkWsJeyHBBHEZNgO3Kp { width:3.81239375rem;height:4.12489375rem;top:27.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEQyULeJoc5isWFKWDbFSSNVTKBUKuJr { width:6.6873125rem;height:2.5996125rem;top:32.75rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrToRT4Nme7XHdFdGEnUnT84prunqB5d { width:8.3745625rem;height:2.2744125rem;top:35.625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXU4fcyerydrTgDFlPvyXHRPRBBFQgP { width:7.874875rem;height:2.2744125rem;top:35.625rem;left:10.9375rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PAwAMcsCDGBOpM2xvZWfzp0Accb1aDMG { width:6.6873125rem;height:2.5996125rem;top:32.75rem;left:11.5625rem;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Psmin3Zg6OyIUe4180yW8PiROl1KzOMz { top:28.1875rem;left:12.3125rem;width:5.187175rem;height:3.624675rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T7J0QqBibWxSeQHiClkcn0vX22ETHP7S { width:8.187375rem;height:2.2744125rem;top:47.125rem;left:10.8125rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ybfgu8FUHmaCxbbJpnMFqpgZ1yFsZ2z6 { width:7.9373125rem;height:2.2744125rem;top:47.125rem;left:1.3125rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Q4z7NPw0mhvXNxRTXXihx3098TmcRRxq { width:6.6873125rem;height:2.5996125rem;top:44.25rem;left:2.0625rem;font-size:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rwZXtucOF1XC2IvhwuKdquldKTEzbmZh { width:6.6873125rem;height:2.5996125rem;top:44.25rem;left:11.6875rem;font-size:2rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Cte8WQxkXwqgsu3OzQqEbVwaeUTFyBBd { top:40.1875rem;left:3.375rem;width:3.75rem;height:3.37456875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MBDcPn92TFlebgIJA23nagvAkCF6GF1L { top:39.9375rem;left:12.9375rem;width:3.87478125rem;height:3.624675rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ueosiPHTDuQRTGvxiTMwB3p1rKaZEVod { width:15.1871875rem;height:2.2744125rem;top:23.9375rem;left:2.4375rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KgvbtMr83N83Eh7SlIIV5TeTwRKkTcy3 { width:6.6873125rem;height:2.5996125rem;top:21.0625rem;left:6.8125rem;font-size:2rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #VM5UNGXll55WwVkuAiCzbWhqwsabB1JT { top:16.9375rem;left:8rem;width:3.99956875rem;height:3.624675rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HsENMUyL0QWA8wl0OM03TrOCHAXRh1ND { top:2.6573333740234rem;left:3.2183160781861rem;width:13.5623125rem;height:4.31206875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rmmVoHTMUmd6vTThc1R0gwswB9sBoJ3L { width:20rem;height:2.2744125rem;top:12.521701812744rem;left:0rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag { display:block; }#Eird1fvPKKLHCh35Sq1We5KJ46VXI7ag > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0GWZrwTlhyx9LaIwDeoT9NqmcTTCQt2 { width:13.4375rem;height:0.9746125rem;top:3.25rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWgBERN8hR429vsZNF2wqQpgykXUCFK1 { width:16.5625rem;height:5.84765625rem;top:5.0625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLKEC9ZpnuJJLoe5BvPBhAslbJu7Ldla { width:20rem;height:9.098625rem;top:12.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxmTS0LkCTBHmnwElG64SIW8DVSiceKn { display:block; }#MxmTS0LkCTBHmnwElG64SIW8DVSiceKn > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cuabl8JEndAbvsOO9P4IBg9LnDFMTzPh { width:20rem;height:1.94986875rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0wobL99SZeqTMLtStKA1q20npJIVCC { width:2.375rem;height:6.5rem;top:10rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF2oLK7yhBsSKDV2Utgt6fIRXTKT1bLU { width:14.5rem;height:1.625rem;top:10.797526359558rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXuFaq0dVxxTeRa70QCRCUOWcCEykSA0 { width:14.5rem;height:5.19921875rem;top:13.17276875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcSBwT5tLGhgMqXpe65UTRf4O83In2mW { width:2.375rem;height:6.5rem;top:16.4375rem;left:17.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JT474NkqKUdXNIoD5QssDScBbRQUXWrW { width:2.374675rem;height:6.4995625rem;top:22.9375rem;left:17.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #K2TPbgTLqw4oMZEvKUulsPGzBd3Frttp { width:13.375rem;height:5.19921875rem;top:22.8125rem;left:0rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FL4IGTPb3kGJSbb06aRgrPurXgMkD3BC { width:14.5rem;height:1.625rem;top:20.4375rem;left:0rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #miRHJcBQE0Ug9oTM7hAfTbXwMMderHPS { width:13.375rem;height:5.19921875rem;top:32.4375rem;left:0rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zAfTLoo1FZQBTK0VkEvKclQc9HCJe1ap { width:14.5rem;height:1.625rem;top:30.0625rem;left:0rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wZX6zgK3OQ9GE0nfageN7JtJXHBNfGME { width:13.875rem;height:3.8994125rem;top:42.0625rem;left:0rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KIHsRPAqFpHbQTi3wlmfy3RJXuGqz7gG { width:16.75rem;height:1.625rem;top:39.6875rem;left:0rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TNW4CSiRe4I6lb1fk3Cdvb9BuZTIZlT6 { width:2.375rem;height:6.5rem;top:29.4375rem;left:17.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NU9rrQRHUTQ8EGZ7W530Hygv0AAs9gWT { width:2.375rem;height:6.5rem;top:35.875rem;left:17.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mk9vdVuT3Pkll58SgFsT4ucVk9JTGWEL { width:2.374675rem;height:6.4995625rem;top:42.375rem;left:17.625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #c9v4iANm2suyfpqkKnaTTmbwdaC7xexq { width:14.125rem;height:3.8994125rem;top:50.375rem;left:0rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #btWa7VGfORme9XlMvkPcHnrtohcKS9nT { width:16.75rem;height:1.625rem;top:48rem;left:0rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gCPyS4I3szrJ4L0ptUORBWKifDneODzE { width:2.374675rem;height:6.499rem;top:48.875rem;left:17.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KtHageif5DPXU7kpoVOqLlHk5oRgFT4x { width:20rem;height:1.29980625rem;top:57.434374938965rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfJXttsvJfJHsZPLGf78cEM2bsVfz9GD { width:13.0625rem;height:3.125rem;top:59.98291015625rem;left:3.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nUxDwUILKglTTtXGNewK4kM13pLmNLTB { display:block; }#nUxDwUILKglTTtXGNewK4kM13pLmNLTB > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdOSlB9xaoCx3q4MgOV5o8SNo5nKoOrp { width:4.562175rem;height:6.8250625rem;top:2rem;left:7.6875rem;font-size:5.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhJSVmECgxKJNWbB0UD8oFhTpTfaedJf { width:20rem;height:13.6445rem;top:6.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPybPRVVndJwLr9eTcfgHs5G0ynPs4GU { width:20rem;height:0.8125rem;top:22.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t { display:block; }#I7GOiA1WMdPUUD7DKX7ch5pXGGNCOA1t > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvN5ovsGZID0TNgHc6uiJXFOEc4uSRWX { width:20rem;height:3.8984375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up8cLntxOXRaegwumcgna2G59lpyWB6V { width:9.375rem;height:6.375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BARb0Gqmkvervk3tfO0KJcrLvECreOm9 { width:7.3125rem;height:1.462675rem;top:23.0625rem;left:1.0625rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JfsnpxaCTkTr77HtcRBNKorczwpRHGOH { width:6.25rem;height:2.5996125rem;top:25rem;left:1.0625rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pVTmGAyUMa4RJiWslnOiJ1liTSuJ4E2e { width:9.375rem;height:11.6875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UMElzExtcTTmFdOKEGqnlE0hqqyh8U { width:9.375rem;height:6.375rem;top:22.375rem;left:10.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PbTppFoyLaJfNlnJFWspcApTqqakaxcJ { width:3.75rem;height:2.5996125rem;top:25rem;left:11.6875rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ssiC74p1DzIZnULURWztFvae2fG4Cz8g { width:7.3125rem;height:1.462675rem;top:23.0625rem;left:11.6875rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TW8dsJqlhLnClNc3LDxRKaSTOGQNbTFi { width:9.25rem;height:11.6875rem;top:10.6875rem;left:10.625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qL5mWhDbtKFTNoZkiMAbpRN0z0Hwb3TJ { width:9.375rem;height:6.375rem;top:41.6875rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SZtTixhmg2wVWL5TOPoP1k20ZAHqB9Wq { width:3.75rem;height:2.5996125rem;top:44.3125rem;left:1.0625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #hEQQFRr73A6a6FIx7ynTK6uwhKDRJ4bR { width:7.3125rem;height:1.462675rem;top:42.375rem;left:1.0625rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Tg7cWftQMLM8qizWrMmqGmazoZccmvn4 { width:9.25rem;height:11.6875rem;top:30rem;left:0rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TxI0dzs8HU2F40qgGAT3l7oq5SsZlRDd { width:9.375rem;height:6.375rem;top:41.8125rem;left:10.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ZxkTTl3Zg7v5MwUxTZQxMoqASFpWD8zL { width:7.3125rem;height:1.462675rem;top:42.5rem;left:11.6875rem;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6ZZyIF2UriBPb9sqC00kvrIbMn2T1o { width:9.25rem;height:11.6875rem;top:30.125rem;left:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pK4xctNZOr6ZcCrnW0t4Q9O8TyrcaVXV { width:3.75rem;height:2.5996125rem;top:44.4375rem;left:11.6875rem;font-size:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #tFsIpykkZobP6AMssxUu57wE01ZTw28q { width:20rem;height:1.29980625rem;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRG1TlQI5WQRsa9ndQ692t1JgqrNZQVt { width:13.0625rem;height:3.125rem;top:53.4375rem;left:3.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB { display:block; }#aIXdM4GU9OySNJK5ezCqWekJsdvhWmOB > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXpvvvURSm6yC3GXuT1vmbGdo10pA5Se { width:13.4375rem;height:0.9746125rem;top:4.375rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6VrtMnW8RMkAdzNEm4f9MGvfUKu7ZS0 { width:20rem;height:3.8984375rem;top:5.9995651245117rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNIPWIgsAnridTrToDd9UacHSnEPVRDA { width:20rem;height:19.0625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTz63I57tdcRDy6yTLCRXW6EMIqXMEwv { width:7.6875rem;height:7.6875rem;top:14.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPwxCWdueHA9UJc9nOqczZ2XMsDcuEWQ { width:14.4998125rem;height:1.625rem;top:23.4375rem;left:3rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xKiJMeDrqqNCIg1fd64T06cV465p3uby { width:16.0623125rem;height:2.2744125rem;top:27.0625rem;left:2.25rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xbxRlwSR8UfZFyZGomQNESIVzH7xIern { width:13.4375rem;height:0.9746125rem;top:25.375rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nc3AOpX7cKdOo8RD4pEWxx7oAPdK8TbD { width:20rem;height:19.0625rem;top:32.4375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Zo09bRQfiT8tkdDC31bTx4Qh6gevmZwt { width:14.4998125rem;height:1.625rem;top:43.75rem;left:3rem;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KChXJ5QsfPSU8lTmvfXBhEfwkAP1BTCP { width:17.6248125rem;height:2.2744125rem;top:47.375rem;left:1.1870660781861rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DOXTFLtddgUMgPnvxXPyWoxVmNoOgvJ0 { width:13.4375rem;height:0.9746125rem;top:45.6875rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iBXIqSNAL7wd1xsLA9w0T84fi8TGXe6G { width:7.625rem;height:7.625rem;top:34.375rem;left:6.4375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DVfV13R6DL6nw58PwTUWOi0xBCzTkuoX { width:20rem;height:19.0625rem;top:52.75rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #OT6IRimVlcqNa5x5pyPRp8QZPlW3D2Xz { width:17.6248125rem;height:2.2744125rem;top:67.6875rem;left:1.1875rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #W9H58V0aaOiTOiOOBbFdK3ewav1LaCTe { width:13.4375rem;height:0.9746125rem;top:66rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ZBtSx06ppMTf5N1d8Tyf7l5y1tz0NXfZ { width:14.4998125rem;height:1.625rem;top:64.0625rem;left:3rem;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #WP6Nx4LMD2XP0JRBOgezxxlm6x9LTVc4 { width:7.5625rem;height:7.5625rem;top:54.6875rem;left:6.4375rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp { display:block; }#yfp3KsmsW4Ves3aqgoQUHxz2kGV8KUhp > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1rem; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv .accordion-desc-text { font-size:0.875rem;height:auto; }
#qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv { display:flex;height:auto;width:20rem;top:12.435980796814rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #SpmC4h1nWfkniDZrtd1IIEiI9NLGyR2h {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #HKmTXMgiuTeBul6INuuXRrFpzPyrRr95 {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #o8eq00P0VXguqtk3vRHgina8J1LqgzVE {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #SlyOQUhqt31mKq9c2rOU1imczRIGIbGT {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #wWfpMJLaJGdbo930w5M9sEsbR2GVLW6X {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #kIgqu0rqttAunuyoWk5xtLyvdhz3DkyP {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #TueoaKZgf23eVhgmJxZCZhqBlQLLFOz2 {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #OE4KWWPBrGmyo8eMnG8uieGxCrTDX6ZF {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #D98dWV5OqFbSiTuOqWpwGZSg4SaHC05Q {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #pRdagaeC2ZMTXTtmSofNwER1ytLIy4tG {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #efo0DzZTZXp429AMh2FQX31OUNPEAo7Q {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #WWltQK9s0fedJBKDQTmz29wsq9U7R1pV {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #RTWIQWDv24Re6E7xECRPThuXwkiEmyAV {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #ssRsuufcBssEFpJNVMUC3BpUL2UctM6T {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #Ufz217CCG7d7x5UvKB4ye8GpdfosZbnK {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #xDZmvvsLEJcJSVTlGTAHV6WHolBod87n {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #xHFHIePALukVDd0CzCr4tgzgsL30KyHq {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #ZFz8VdRlDXnpqyA1OxKGCECDxToTAzS4 {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #pGvzC4bZJVlzUs5GAztPzwqSKFyTpmwW {  }
 }@media only screen and (max-width: 763px) { #qZpzIOKWzLPLb6XdrzvHpzBMGDME7eQv #qg1GyqKCM0LfWfwVJEbwztPSC58u7hmm {  }
 }@media only screen and (max-width: 763px) { #nHGfTEAahQBZV8VgDuoZIJoPdsgRaA6r { width:15.3125rem;height:0.9746125rem;top:4.375rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfqXSiLt8tPw7gMvc832fHTJ4ZW2BhqH { width:20rem;height:3.8984375rem;top:6.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci { display:block; }#nfvK1ptKuTICtPgvDEI2Vgxf3tfGxHci > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNQz5iaeSRQthlTmsO1LINJzmOvsRcgR { width:20rem;height:3.8984375rem;top:5.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaRih5MIsSpxi2WbF4u2IMDXJ2dBLzLh { width:17.0621875rem;height:2.5996125rem;top:10.5625rem;left:1.4375rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KWsX2nEFawpGXJSB37IDKLxVgF2W8A4y { width:13.25rem;height:3.125rem;top:19.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhev6OKE6reA3HpV0ISK7CmbVGe8GTDb { display:block; }
 }@media only screen and (max-width: 763px) { #uIdf6apI0ttKduFbFOkxfGDDX1fai9Wk { width:13.0625rem;height:3.125rem;top:15rem;left:3.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G { display:block; }#ypsk8cS8ESmTSXeLNyGyGyLSxAg3RE5G > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiTqAaPh2QaQDB3qTCbgwJGWedOuJdNQ { width:20rem;height:1.13720625rem;top:6.6875rem;left:0rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NrBFQJskANOd0nbqdBK0IpbL2LegOE8l { width:20rem;height:0.0625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXSz41MhS9XDI27fDRyGRq8RmEXCeBW9 { width:20rem;height:1.94921875rem;top:11.25rem;left:0rem;font-size:0.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ewpsbR3v5gEQTeIuiQ1RNtwlgiOKKkws { width:8.75rem;height:3.125rem;top:1.9211103618145rem;left:5.6250004768372rem;display:block; }
 }