.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,242,224;--color-primary-1:244,212,153;--color-primary-2:233,168,51;--color-primary-3:117,84,26;--color-primary-4:35,25,8;--color-secondary-0:222,241,250;--color-secondary-1:144,208,240;--color-secondary-2:33,160,224;--color-secondary-3:17,80,112;--color-secondary-4:5,24,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }body { background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#302e54;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; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container { background-color: transparent; background-image: none; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container > .video-iframe-container { display: none; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row > .video-iframe-container { display: none; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .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); }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container { border-width: 0; border-radius: 0; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#psZfliqNtEizNKkbTNvhHzIKTTGsqqTp { color:#ffffff;display:block;width:46.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.568359375rem;left:14.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f166cf2d-6afd-4501-8088-78a89453877e/top4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.adaptive-delivery-prevent-bg, #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.lazyload, #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.lazyloading { background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { background-color: transparent; background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .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); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { border-width: 0; border-radius: 0; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { color:#312e55;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.03125rem;height:5.8496125rem;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; }
#EgHIDWT7Ci7sclvPa5pHsohHw6GQ0kU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MQ75u2pVS6wnpsIBzqiJ5ALkWFngE3Ly { background-color:#b65571;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.875rem;left:10.34375rem;display:block; }
#stfbyMVPSyCfw7yRRkSUTpPKy1FufTMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVt9ZJi5f2dblT5il4hLRT1dVH5iMTzX { position:absolute;display:block;z-index:15009;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.6875rem;width:16.875rem;top:1.875rem;left:0.03125rem;overflow:hidden;display:block; }
#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 { position:relative;display:block; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 { background-color: transparent; background-image: none; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .row .container > .video-iframe-container { display: none; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .row > .video-iframe-container { display: none; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .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); }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 { border-width: 0; border-radius: 0; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .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; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .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:22.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#am9E3pFpAw39WBFOwdvIoQdeu75VCOlq { box-sizing:content-box;height:9.5rem;width:23.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0.53125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#nZ3D5SCO11Tu4HFEoBti5bIOEA51vWbV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:23.9375rem;top:0.8125rem;left:0.53125rem;overflow:hidden;display:block; }
#wLCHX6hmBKq976W8yTLwW8dH2KQP68kt { color:#3c3c3c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:2.46875rem;height:1.94921875rem;font-style:normal;display:block; }
#hBZ3gTy4lkgRhOEFgt81d53MkJVHmMbS { color:#3c3c3c;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:2.46875rem;height:3.8994125rem;display:block; }
#RucBtzPDGoXfOVTofbXPUXkpzCWoAe5s { box-sizing:content-box;height:9.5rem;width:23.9375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:25.5625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#IkAnrkzEN6gMxPFqT1aUcWzra3uvSTuW { color:#3c3c3c;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15rem;left:27.5rem;height:3.8994125rem;display:block; }
#kMWTDJP08gffZOOWviOo9cP7fCyZDvyZ { color:#3c3c3c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:27.5rem;height:1.94921875rem;font-style:normal;display:block; }
#OdTmywTSuLCx0SROMA3znh33lklZz7OA { 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:9.9375rem;width:23.9375rem;top:0.875rem;left:25.5625rem;overflow:hidden;display:block; }
#Q8gxTvKoBr8EmN8F5g5qfiRTXbpLhTwJ { box-sizing:content-box;height:9.5rem;width:23.9375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:50.5625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#LkKIH99WfIRBiwhiswXCvT3mk1tZLrS4 { color:#3c3c3c;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15rem;left:52.5rem;height:2.5996125rem;display:block; }
#BOP7PZTttl0KPnDTSwloOvH788T1hsyK { color:#3c3c3c;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.125rem;left:52.5rem;height:1.94921875rem;font-style:normal;display:block; }
#nsI4VxKnAfXmhZBKIMCl5CI48yDykx9z { position:absolute;display:block;z-index:15009;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:9.9375rem;width:23.875rem;top:0.875rem;left:50.5625rem;overflow:hidden;display:block; }
#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM { position:relative;display:block; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM { background-color: transparent; background-image: none; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .row .container > .video-iframe-container { display: none; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .row > .video-iframe-container { display: none; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .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); }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM { border-width: 0; border-radius: 0; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .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; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .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:4.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbJoLrB2xNL6mSGq0V26TNr5iAVWpP3D { color:#454545;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:15.8125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#LMDPNqDngbeL1CEaP0uIcl8n55cCbCnC { color:#454545;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hen1DT8uehccB6RHSdTcODfyE7hcZett { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #312e55, #0a0824);background-image: -moz-linear-gradient(180deg, #312e55, #0a0824);background-image: -ms-linear-gradient(180deg, #312e55, #0a0824);background-image: -o-linear-gradient(180deg, #312e55, #0a0824);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e55', endColorstr='#0a0824' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e55', endColorstr='#0a0824' );";background-image: linear-gradient(180deg, #312e55, #0a0824);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container { background-color: transparent; background-image: none; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container > .video-iframe-container { display: none; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row > .video-iframe-container { display: none; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .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); }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container { border-width: 0; border-radius: 0; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#kTnJUr37AQT3IrmPqTghUlW6Pq5t9X6P { 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:33.9375rem;width:31.8125rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#MxTlqPNgWS4uxc1EZDS4DQhkDgxTTktK { color:#60bca5;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:32.4375rem;height:2.5996125rem;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; }
#tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:32.4375rem;height:26.125rem;display:block; }#tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 li:before{  }
#Inm6yJBpHk09F0DECAtViscRsbtTVB9U { background-color:#b65571;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.3125rem;left:32.4375rem;display:block; }
#hdKr20dStCgGEwPS1bH2OGq27bS5rHPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y { position:relative;display:block; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y { background-color: transparent; background-image: none; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .row .container > .video-iframe-container { display: none; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .row > .video-iframe-container { display: none; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .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); }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y { border-width: 0; border-radius: 0; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .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; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .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:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ { border-top:0.0625rem solid #60bca5;border-left:0;border-right:0;border-bottom:0.0625rem solid #60bca5;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container { background-color: transparent; background-image: none; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container > .video-iframe-container { display: none; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row > .video-iframe-container { display: none; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .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); }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container { border-width: 0; border-radius: 0; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#sa16NtKAt0HoCy7qM1FOIyU8vZSq5N2c { box-sizing:content-box;height:7rem;width:11.6875rem;position:absolute;display:block;z-index:15000;background-color:#60bca5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:3.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ewZb16qxuVQvPQDVBGyqZyMKHASSt6NV { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.15625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XGfS7gpIuE1uLhVGDqLLxy4VpQJeWKbr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.6875rem;left:27rem;overflow:hidden;display:block; }
#iTnsnQ6wasFGAVKI3tb5b87OeXJ8Oso0 { color:#454545;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:22.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#xRCXK7ATwwglipI3Wr76zN0ePmOVkMvZ { color:#454545;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.17578125rem;left:39rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#HeMLQ46w5iTF0AMMBcgJ08HZlcKJ6Ksw { 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:2.25rem;width:2.25rem;top:2.6875rem;left:45.75rem;overflow:hidden;display:block; }
#Ipq8WWtwa1IIX9kiK0ivHp7AeZldvnht { color:#454545;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:57.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#xGwI08OJOsb07vWv2EvIxLqazTTcLazw { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:2.6875rem;left:64.5rem;overflow:hidden;display:block; }
#CkTLU0B9UCIy67V8mkoya4HkNHdKhit8 { box-sizing:content-box;height:0.0625rem;width:2.75rem;position:absolute;display:block;z-index:15008;background-color:#60bca5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.15625rem;left:36.3125rem;display:block; }
#XN2bRIJTaVAy02s5KTMK4nNdVT3nk2MH { box-sizing:content-box;height:0.0625rem;width:2.75rem;position:absolute;display:block;z-index:15009;background-color:#60bca5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.15625rem;left:54.9375rem;display:block; }
#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez { 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; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container { background-color: transparent; background-image: none; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container > .video-iframe-container { display: none; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row > .video-iframe-container { display: none; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .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); }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container { border-width: 0; border-radius: 0; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#KR0DgoMHvOQV1f7W3ZNzNVzLdBxT6p6N { color:#454545;display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:17.78125rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz { position:relative;display:block; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz { background-color: transparent; background-image: none; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .row .container > .video-iframe-container { display: none; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .row > .video-iframe-container { display: none; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .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); }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz { border-width: 0; border-radius: 0; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .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; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .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:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTytgUPxaUURTcQSANFWxF16MsMsQ13W { box-sizing:content-box;height:19.5rem;width:15.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.21875rem;left:20.5rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#H00soTZpOeixHAfPH1MVKypsNJEhp9b4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:15.1875rem;top:1.21875rem;left:5.375rem;overflow:hidden;display:block; }
#u7LAIqeRTsedbHTm2saLT7GvP03BPEfQ { color:#60bca5;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21.90625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KbT9ZZ8mWZT1ONixXFrhAUbK6kg0XDaG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:21.90625rem;height:3.8994125rem;font-style:normal;display:block; }
#E9AomlW88JNNIWaKusx9eWhZ6ngDoupN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.9375rem;height:7.1328125rem;font-style:normal;display:block; }#E9AomlW88JNNIWaKusx9eWhZ6ngDoupN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E9AomlW88JNNIWaKusx9eWhZ6ngDoupN li:before{  }
#vDHlOzPMkykTzApUixFHJ5a8R5VI2yZF { position:absolute;display:block;z-index:15006;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:19.5rem;width:15.1875rem;top:1.25rem;left:39.375rem;overflow:hidden;display:block; }
#LTHqwPaxOB5V0lMTpzx0O2bJKllxh3NI { box-sizing:content-box;height:19.5rem;width:15.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:54.5rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Dn0hg2DDmpV2dGgJ8nvT0pI2qqgBQbdm { color:#60bca5;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:55.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McuragHcuNOhPJV2DaKpS3DGPvnyTf4R { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:55.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4609375rem;left:55.9375rem;height:;font-style:normal;display:block; }#CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE li:before{  }
#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX { position:relative;display:block; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX { background-color: transparent; background-image: none; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .row .container > .video-iframe-container { display: none; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .row > .video-iframe-container { display: none; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .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); }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX { border-width: 0; border-radius: 0; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .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; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .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:19.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pRTtqh54oqsvLCoToT5a1agzJFNer8Ey { box-sizing:content-box;height:17rem;width:15.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.21875rem;left:20.5rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#uJO9sSAGTBFeLw8iMccFMQNCg2BSoc6Q { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:15.1875rem;top:1.21875rem;left:5.375rem;overflow:hidden;display:block; }
#pBigFxqnEZczbsZsTD5xfDxakBEkhhvX { color:#60bca5;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21.90625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrOEIZx3cP3pgTxmsvJWaH5ngHLWqgUG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:21.90625rem;height:3.8994125rem;font-style:normal;display:block; }
#t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.9375rem;height:;font-style:normal;display:block; }#t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ li:before{  }
#cgFLDAOIrPDlzgJm07buxZx5uP7QBSSQ { position:absolute;display:block;z-index:15006;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:17rem;width:15.1875rem;top:1.25rem;left:39.375rem;overflow:hidden;display:block; }
#UciHdl6cBzzaFf9NxlHSEC2huEg1oXbu { box-sizing:content-box;height:17rem;width:15.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:54.5rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#c9n3UKSFSyxCw7lscrl3Ib1IIAxCIOfS { color:#60bca5;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:55.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ORb4TVoMSb8UasDKFCv60Oz90AwUwlUB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:55.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0859375rem;left:55.9375rem;height:;font-style:normal;display:block; }#D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a li:before{  }
#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 { position:relative;display:block; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 { background-color: transparent; background-image: none; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .row .container > .video-iframe-container { display: none; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .row > .video-iframe-container { display: none; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .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); }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 { border-width: 0; border-radius: 0; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .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; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .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:19.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zWTJESZyNtxGdmPNWhTNxnlV1TODgVw8 { box-sizing:content-box;height:17rem;width:15.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 1.125rem rgba(96,188,165,0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.21875rem;left:20.5rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#fn0dbNiFP6BKCDGt9g9WTC7tvXw9OCgU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:15.1875rem;top:1.21875rem;left:5.375rem;overflow:hidden;display:block; }
#NmMxpaGqzMQqX0SemcXa5PokcGQM2Br5 { color:#60bca5;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21.90625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZLtcqcOKT5cfMId85USQ7EB5B0VScKM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:21.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:21.9375rem;height:;font-style:normal;display:block; }#tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG li:before{  }
#aVw5u02f2P0pfXQyVnqNQcTMdhBuQ57s { color:#454545;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.88671875rem;left:39.96875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#VeaNl4qmIKFmo3JZTJdCIqz3bLMm2OO7 { color:#454545;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.236328125rem;left:39.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihWaXwsr7tDPIp9lZGxknt9lBa6XWTCD { background-color:#b65571;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.8623046875rem;left:47.40625rem;display:block; }
#kfr5bOgXD2im76vd10EiegpmwGw7cd6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #312e55, #0a0824);background-image: -moz-linear-gradient(180deg, #312e55, #0a0824);background-image: -ms-linear-gradient(180deg, #312e55, #0a0824);background-image: -o-linear-gradient(180deg, #312e55, #0a0824);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e55', endColorstr='#0a0824' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e55', endColorstr='#0a0824' );";background-image: linear-gradient(180deg, #312e55, #0a0824);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container { background-color: transparent; background-image: none; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container > .video-iframe-container { display: none; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row > .video-iframe-container { display: none; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .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); }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container { border-width: 0; border-radius: 0; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#xxndDTMG2BihDOJhDCCsNnzg2fThyRCa { 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:39.6875rem;width:30.5625rem;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#knC8zIXc2BZTN1slVSO7kSKJTCu0zzUI { color:#60bca5;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:32.4375rem;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;display:block; }
#xcUSq81LctOfC1kpifnmtnDTNQyWlh3m { color:#60bca5;display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:32.4375rem;height:27.375rem;display:block; }#xcUSq81LctOfC1kpifnmtnDTNQyWlh3m li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xcUSq81LctOfC1kpifnmtnDTNQyWlh3m li:before{  }
#PrJNVuL7JLWZfQpthu7Pes0w67Z3RHeh { background-color:#b65571;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.5625rem;left:32.4375rem;display:block; }
#DrJtubUyHalnOOf5lfCHQFIamM5Of0pL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T21s1sCXupAvLZrLkHMKX1cCzHzpst7y { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43rem;left:32.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SMelxiBC90wXAThtAyZUkfdSrzNRl62s { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.625rem;left:32.4375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz { position:relative;display:block; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz { background-color: transparent; background-image: none; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .row .container > .video-iframe-container { display: none; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .row > .video-iframe-container { display: none; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .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); }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz { border-width: 0; border-radius: 0; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .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; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .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:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tfkc7HTyoeRSUNif2uld3obX0zqK50HM { color:#454545;display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:17.78125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bav1OPFXD66C2LX2k3laLSOuoSlkWG0D { color:#3c3c3c;display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:9.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 { position:relative;display:block; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 { background-color: transparent; background-image: none; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .row .container > .video-iframe-container { display: none; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .row > .video-iframe-container { display: none; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .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); }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 { border-width: 0; border-radius: 0; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .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; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .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:20.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O5PmaBXHkM8n4ZpCppJD31BQnnO1LuqA { 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:14rem;width:14rem;top:1.6875rem;left:5.5rem;overflow:hidden;display:block; }
#nTKaHBDTK71p2ZPmyRaXTMnXPbVPMAck { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6875rem;left:1.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#JmsL45DAK1zVfoqzi8Kas15CpoB18olh { 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:1.25rem;width:1.25rem;top:16.787109375rem;left:23.21875rem;overflow:hidden;display:block; }
#LZZSWArzTcnS4KTbVUqkk1Sf77HDTlZF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:26.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KEh73iEFdWov9Ov52NaT3PcMLoHsMUJv { 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:14rem;width:14rem;top:1.6875rem;left:30.5rem;overflow:hidden;display:block; }
#eHFywfNxsfJXCsfbOiKq3B6V7o5KPoQt { position:absolute;display:block;z-index:15007;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:1.25rem;width:1.25rem;top:16.8125rem;left:47.125rem;overflow:hidden;display:block; }
#WRi9HdKZCC8h7e23AzJUuhVfI21N48CP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:51.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WZ8q8qooDc6ucTN4xf84RwSnw8ZnLdOn { 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:14rem;width:14rem;top:1.6875rem;left:55.5rem;overflow:hidden;display:block; }
#FTalKJT4r1NdINrWX5ebUhb7F1zhN3Tl { position:absolute;display:block;z-index:15011;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:1.25rem;width:1.25rem;top:16.662109375rem;left:72.6875rem;overflow:hidden;display:block; }
#ZnD4OyNeuQSXXetwwCb6cgWRytNFsNlZ { position:absolute;display:block;z-index:15017;height:6.25rem;width:6.25rem;top:4.8994140625rem;left:67.125rem;display:block; }
#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N { position:relative;display:block; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N { background-color: transparent; background-image: none; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .row .container > .video-iframe-container { display: none; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .row > .video-iframe-container { display: none; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .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); }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N { border-width: 0; border-radius: 0; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .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; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .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:20.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X6Rke4dW5s2n3w2rQ3FynawEMcR7Td2Q { 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:14rem;width:14rem;top:1.6875rem;left:5.5rem;overflow:hidden;display:block; }
#V5kIzm3g7aE8mX2mliWByTfaQJyCVrNW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6875rem;left:1.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Fau7lrsiuCpXbJhF7VylkImfwKtFxeyw { 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:1.25rem;width:1.25rem;top:16.787109375rem;left:23.21875rem;overflow:hidden;display:block; }
#HzbhPSukTySz2qd4zKfxFt2TLnTUCap9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:26.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#X69aQ7GruG6mPDGHKJcmMonbam4Bfg0b { 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:14rem;width:14rem;top:1.6875rem;left:30.5rem;overflow:hidden;display:block; }
#tZiEmO0DspPTv0FGD4AomLBciFiXZBCV { position:absolute;display:block;z-index:15007;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:1.25rem;width:1.25rem;top:16.8125rem;left:47.125rem;overflow:hidden;display:block; }
#X7cTkGTs28ci0bHZRbX2gW6iFr4F1ywH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:51.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ZO4H5p1f7uSybvPTOvJQkDJw7Kg5pTqH { 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:14rem;width:14rem;top:1.6875rem;left:55.5rem;overflow:hidden;display:block; }
#gugAERseSiuZyEyqldJoIe0I63vfPnDA { position:absolute;display:block;z-index:15011;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:1.25rem;width:1.25rem;top:16.662109375rem;left:72.6875rem;overflow:hidden;display:block; }
#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #312e55, #0a0824);background-image: -moz-linear-gradient(180deg, #312e55, #0a0824);background-image: -ms-linear-gradient(180deg, #312e55, #0a0824);background-image: -o-linear-gradient(180deg, #312e55, #0a0824);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e55', endColorstr='#0a0824' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#312e55', endColorstr='#0a0824' );";background-image: linear-gradient(180deg, #312e55, #0a0824);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container { background-color: transparent; background-image: none; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container > .video-iframe-container { display: none; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row > .video-iframe-container { display: none; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .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); }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container { border-width: 0; border-radius: 0; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#mLydwyDqtmv9xtnoK2K8KT1Az8ob4Cwy { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:12.8125rem;height:3.0859375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gnSFIJUSm35TSMgdaATLnzOfMaw5h7mX { color:#ffffff;display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0.5rem;height:4.548825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c7dfCS4LkVr59EOO6Hv16tBFTRbs4tOW { background-color:#b65571;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.25rem;left:27.1875rem;display:block; }
#nwVxT6tBrisf4iOGxvJW6C00XQlcsnml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container { background-color: transparent; background-image: none; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container > .video-iframe-container { display: none; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row > .video-iframe-container { display: none; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .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); }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container { border-width: 0; border-radius: 0; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#uuOWmCdvONrNhg1OFTcx6DFrligeUctZ { color:#454545;display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:17.78125rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUbIPTTN5mTOXzcTiJIS1nxudJMebpeA { color:#3c3c3c;display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:9.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container { background-color: transparent; background-image: none; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container > .video-iframe-container { display: none; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row > .video-iframe-container { display: none; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .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); }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container { border-width: 0; border-radius: 0; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#LTfOgD8tdbrDUaMawR8RKubp1XSPyUST { 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:8.5rem;width:8.5rem;top:2.9375rem;left:8.25rem;overflow:hidden;display:block; }
#bZAThi5eempAuNA7kWzKWLvMzvSJDyQi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#UVhAkmmtfX02UCJLDFKTX89TfEQ7oDy9 { 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:1.25rem;width:1.25rem;top:12.849609375rem;left:22.09375rem;overflow:hidden;display:block; }
#UKmlqeMBdVafIe3O4Wf3edgGRyCm7kO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:26.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#b7a937Gxx652WRTkhIdo9oiPOCBL69BL { 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:8.5rem;width:8.5rem;top:2.9375rem;left:33.25rem;overflow:hidden;display:block; }
#xTornvOZtcSaVtimZ8gDRdTeurTTy8Z7 { position:absolute;display:block;z-index:15007;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:1.25rem;width:1.25rem;top:12.5625rem;left:45.75rem;overflow:hidden;display:block; }
#sJM9fI2tEE5RK8WXqSPyNL9AUqD2rQEE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:51.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Dd1Ost2ML4itPT1MrNbF2qASnW7aFLWL { 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:8.5rem;width:8.5rem;top:2.9375rem;left:58.25rem;overflow:hidden;display:block; }
#i9TNGlLDe0G7K3uLSPc8iNXFMv4VwUpi { position:absolute;display:block;z-index:15011;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:1.25rem;width:1.25rem;top:12.4375rem;left:72.375rem;overflow:hidden;display:block; }
#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container { background-color: transparent; background-image: none; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container > .video-iframe-container { display: none; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row > .video-iframe-container { display: none; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .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); }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container { border-width: 0; border-radius: 0; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#bVoIO0P9GKowIsrqlN3EJ69KD1HcZf1X { color:#454545;display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:17.78125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgq4eGudP8lNM2R5aT3JTfIItXv6PUp1 { position:absolute;display:block;z-index:15010;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.6875rem;width:16.875rem;top:5.875rem;left:29.0625rem;overflow:hidden;display:block; }
#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { background-color: transparent; background-image: none; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container > .video-iframe-container { display: none; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row > .video-iframe-container { display: none; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .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); }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { border-width: 0; border-radius: 0; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX { display:block; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #psZfliqNtEizNKkbTNvhHzIKTTGsqqTp { width:46.75rem;height:1.29980625rem;top:1.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac79e9be-d15d-41a7-a1d1-1b7c8dc14490/Group9484.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.adaptive-delivery-prevent-bg, #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.lazyload, #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0.lazyloading { background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { background-color: transparent; background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,239,239,0.88); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,239,239,0.88); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .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); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { width:34.625rem;height:5.8496125rem;top:8rem;left:6.5625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EgHIDWT7Ci7sclvPa5pHsohHw6GQ0kU2 { width:46.75rem;height:2.5996125rem;top:15.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MQ75u2pVS6wnpsIBzqiJ5ALkWFngE3Ly { width:17.5rem;height:3.4375rem;top:20.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stfbyMVPSyCfw7yRRkSUTpPKy1FufTMu { display:block; }
 }@media only screen and (max-width: 1199px) { #TVt9ZJi5f2dblT5il4hLRT1dVH5iMTzX { width:16.875rem;height:3.6875rem;top:2.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 { display:block; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .row .container { width:47.75rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #am9E3pFpAw39WBFOwdvIoQdeu75VCOlq { width:23.9375rem;height:9.5rem;top:11.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZ3D5SCO11Tu4HFEoBti5bIOEA51vWbV { width:23.9375rem;height:9.9375rem;top:1.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLCHX6hmBKq976W8yTLwW8dH2KQP68kt { width:12.5rem;height:1.94921875rem;top:12.9375rem;left:14.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBZ3gTy4lkgRhOEFgt81d53MkJVHmMbS { width:16.9375rem;height:3.8994125rem;top:15.8125rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RucBtzPDGoXfOVTofbXPUXkpzCWoAe5s { width:23.9375rem;height:9.5rem;top:32.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkAnrkzEN6gMxPFqT1aUcWzra3uvSTuW { width:19.875rem;height:3.8994125rem;top:37.0625rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMWTDJP08gffZOOWviOo9cP7fCyZDvyZ { width:12.5rem;height:1.94921875rem;top:34.1875rem;left:14.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OdTmywTSuLCx0SROMA3znh33lklZz7OA { width:23.9375rem;height:9.9375rem;top:22.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8gxTvKoBr8EmN8F5g5qfiRTXbpLhTwJ { width:23.9375rem;height:9.5rem;top:54.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkKIH99WfIRBiwhiswXCvT3mk1tZLrS4 { width:19.875rem;height:3.8994125rem;top:58.3125rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOP7PZTttl0KPnDTSwloOvH788T1hsyK { width:12.5rem;height:1.94921875rem;top:55.4375rem;left:14.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsI4VxKnAfXmhZBKIMCl5CI48yDykx9z { width:23.875rem;height:9.9375rem;top:44.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM { display:block; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BbJoLrB2xNL6mSGq0V26TNr5iAVWpP3D { width:43.375rem;height:0.9746125rem;top:1.0625rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMDPNqDngbeL1CEaP0uIcl8n55cCbCnC { width:43.375rem;height:1.29980625rem;top:2.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hen1DT8uehccB6RHSdTcODfyE7hcZett { display:block; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container { width:47.75rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kTnJUr37AQT3IrmPqTghUlW6Pq5t9X6P { width:31.8125rem;height:33.9375rem;top:36.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxTlqPNgWS4uxc1EZDS4DQhkDgxTTktK { width:38.125rem;height:2.5996125rem;top:2.3125rem;left:9.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 { width:42.4375rem;height:26.125rem;top:6.875rem;left:5.3125rem;font-size:1.25rem;display:block; }#tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 li:before{  }
 }@media only screen and (max-width: 1199px) { #Inm6yJBpHk09F0DECAtViscRsbtTVB9U { width:17.5rem;height:3.4375rem;top:71.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdKr20dStCgGEwPS1bH2OGq27bS5rHPr { display:block; }
 }@media only screen and (max-width: 1199px) { #vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y { display:block; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ { display:block; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sa16NtKAt0HoCy7qM1FOIyU8vZSq5N2c { width:11.6875rem;height:7rem;top:2.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewZb16qxuVQvPQDVBGyqZyMKHASSt6NV { width:10.4375rem;height:1.625rem;top:4.875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGfS7gpIuE1uLhVGDqLLxy4VpQJeWKbr { width:2.25rem;height:2.25rem;top:2.6875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTnsnQ6wasFGAVKI3tb5b87OeXJ8Oso0 { width:11.625rem;height:3.8994125rem;top:5.875rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRCXK7ATwwglipI3Wr76zN0ePmOVkMvZ { width:10.9375rem;height:6.499rem;top:5.8759765625rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HeMLQ46w5iTF0AMMBcgJ08HZlcKJ6Ksw { width:2.25rem;height:2.25rem;top:2.6875rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ipq8WWtwa1IIX9kiK0ivHp7AeZldvnht { width:10.9375rem;height:6.499rem;top:6.5rem;left:36.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGwI08OJOsb07vWv2EvIxLqazTTcLazw { width:2.25rem;height:2.25rem;top:2.6875rem;left:40.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkTLU0B9UCIy67V8mkoya4HkNHdKhit8 { width:2.75rem;height:0.0625rem;top:6.125rem;left:21.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XN2bRIJTaVAy02s5KTMK4nNdVT3nk2MH { width:2.75rem;height:0.0625rem;top:6.125rem;left:33.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M1I5fdtgTKI51LEpsGPuFqf1GhLCClez { display:block; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KR0DgoMHvOQV1f7W3ZNzNVzLdBxT6p6N { width:39.4375rem;height:2.2744125rem;top:1.6875rem;left:4.15625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz { display:block; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .row .container { width:47.75rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTytgUPxaUURTcQSANFWxF16MsMsQ13W { width:15.1875rem;height:19.5rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H00soTZpOeixHAfPH1MVKypsNJEhp9b4 { width:15.1875rem;height:19.5rem;top:1.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7LAIqeRTsedbHTm2saLT7GvP03BPEfQ { width:2.4375rem;height:4.875rem;top:2.375rem;left:25.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbT9ZZ8mWZT1ONixXFrhAUbK6kg0XDaG { width:12.5rem;height:3.8994125rem;top:7.875rem;left:25.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9AomlW88JNNIWaKusx9eWhZ6ngDoupN { width:13.125rem;height:7.1328125rem;top:12.3125rem;left:25.5625rem;font-size:0.875rem;display:block; }#E9AomlW88JNNIWaKusx9eWhZ6ngDoupN li:before{  }
 }@media only screen and (max-width: 1199px) { #vDHlOzPMkykTzApUixFHJ5a8R5VI2yZF { width:15.1875rem;height:19.5rem;top:22.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTHqwPaxOB5V0lMTpzx0O2bJKllxh3NI { width:15.1875rem;height:19.5rem;top:22.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dn0hg2DDmpV2dGgJ8nvT0pI2qqgBQbdm { width:2.4375rem;height:4.875rem;top:23.5rem;left:25.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McuragHcuNOhPJV2DaKpS3DGPvnyTf4R { width:12.5rem;height:2.5996125rem;top:29rem;left:25.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE { width:13.125rem;height:4.859375rem;top:33.4375rem;left:25.5625rem;font-size:0.875rem;display:block; }#CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE li:before{  }
 }@media only screen and (max-width: 1199px) { #zM5G6Li7yTh3TvzRby3diErrtTcxDSuX { display:block; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .row .container { width:47.75rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pRTtqh54oqsvLCoToT5a1agzJFNer8Ey { width:15.1875rem;height:17rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJO9sSAGTBFeLw8iMccFMQNCg2BSoc6Q { width:15.1875rem;height:17rem;top:1.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBigFxqnEZczbsZsTD5xfDxakBEkhhvX { width:2.4375rem;height:4.875rem;top:2.375rem;left:25.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrOEIZx3cP3pgTxmsvJWaH5ngHLWqgUG { width:12.5rem;height:3.8994125rem;top:7.875rem;left:25.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ { width:13.125rem;height:4.859375rem;top:12.3125rem;left:25.5625rem;font-size:0.875rem;display:block; }#t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ li:before{  }
 }@media only screen and (max-width: 1199px) { #cgFLDAOIrPDlzgJm07buxZx5uP7QBSSQ { width:15.1875rem;height:17rem;top:19.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UciHdl6cBzzaFf9NxlHSEC2huEg1oXbu { width:15.1875rem;height:17rem;top:19.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9n3UKSFSyxCw7lscrl3Ib1IIAxCIOfS { width:2.4375rem;height:4.875rem;top:21rem;left:25.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORb4TVoMSb8UasDKFCv60Oz90AwUwlUB { width:12.5rem;height:3.8994125rem;top:26.5rem;left:25.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a { width:13.125rem;height:4.859375rem;top:30.9375rem;left:25.5625rem;font-size:0.875rem;display:block; }#D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a li:before{  }
 }@media only screen and (max-width: 1199px) { #zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 { display:block; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zWTJESZyNtxGdmPNWhTNxnlV1TODgVw8 { width:15.1875rem;height:17rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fn0dbNiFP6BKCDGt9g9WTC7tvXw9OCgU { width:15.1875rem;height:17rem;top:1.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmMxpaGqzMQqX0SemcXa5PokcGQM2Br5 { width:2.4375rem;height:4.875rem;top:2.375rem;left:25.21875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZLtcqcOKT5cfMId85USQ7EB5B0VScKM { width:12.5rem;height:1.29980625rem;top:7.875rem;left:25.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG { width:13.125rem;height:4.859375rem;top:12.3125rem;left:25.5625rem;font-size:0.875rem;display:block; }#tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG li:before{  }
 }@media only screen and (max-width: 1199px) { #aVw5u02f2P0pfXQyVnqNQcTMdhBuQ57s { width:32.5625rem;height:0.9746125rem;top:21.5rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VeaNl4qmIKFmo3JZTJdCIqz3bLMm2OO7 { width:32.5625rem;height:1.29980625rem;top:22.8125rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihWaXwsr7tDPIp9lZGxknt9lBa6XWTCD { width:17.5rem;height:3.4375rem;top:25.75rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfr5bOgXD2im76vd10EiegpmwGw7cd6s { display:block; }
 }@media only screen and (max-width: 1199px) { #UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M { display:block; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container { width:47.75rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xxndDTMG2BihDOJhDCCsNnzg2fThyRCa { width:24.1875rem;height:31.4375rem;top:44.125rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #knC8zIXc2BZTN1slVSO7kSKJTCu0zzUI { width:38.125rem;height:2.5996125rem;top:2.4375rem;left:2.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcUSq81LctOfC1kpifnmtnDTNQyWlh3m { width:42.4375rem;height:27.375rem;top:6.875rem;left:2.65625rem;font-size:1.25rem;display:block; }#xcUSq81LctOfC1kpifnmtnDTNQyWlh3m li:before{  }
 }@media only screen and (max-width: 1199px) { #PrJNVuL7JLWZfQpthu7Pes0w67Z3RHeh { width:17.5rem;height:3.4375rem;top:40.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrJtubUyHalnOOf5lfCHQFIamM5Of0pL { display:block; }
 }@media only screen and (max-width: 1199px) { #T21s1sCXupAvLZrLkHMKX1cCzHzpst7y { width:32.5625rem;height:1.29980625rem;top:36.75rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMelxiBC90wXAThtAyZUkfdSrzNRl62s { width:32.5625rem;height:0.9746125rem;top:35.3369140625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz { display:block; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tfkc7HTyoeRSUNif2uld3obX0zqK50HM { width:39.4375rem;height:4.548825rem;top:1.4375rem;left:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bav1OPFXD66C2LX2k3laLSOuoSlkWG0D { width:47.75rem;height:3.8994125rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 { display:block; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .row .container { width:47.75rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O5PmaBXHkM8n4ZpCppJD31BQnnO1LuqA { width:14rem;height:14rem;top:1.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTKaHBDTK71p2ZPmyRaXTMnXPbVPMAck { width:21.5625rem;height:2.5996125rem;top:15.0625rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmsL45DAK1zVfoqzi8Kas15CpoB18olh { width:1.25rem;height:1.25rem;top:16.099609375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZZSWArzTcnS4KTbVUqkk1Sf77HDTlZF { width:21.5625rem;height:2.5996125rem;top:32.0625rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KEh73iEFdWov9Ov52NaT3PcMLoHsMUJv { width:14rem;height:14rem;top:18.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHFywfNxsfJXCsfbOiKq3B6V7o5KPoQt { width:1.25rem;height:1.25rem;top:33.2998046875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WRi9HdKZCC8h7e23AzJUuhVfI21N48CP { width:21.5625rem;height:2.5996125rem;top:51.4375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZ8q8qooDc6ucTN4xf84RwSnw8ZnLdOn { width:14rem;height:14rem;top:37.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTalKJT4r1NdINrWX5ebUhb7F1zhN3Tl { width:1.25rem;height:1.25rem;top:52.1123046875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnD4OyNeuQSXXetwwCb6cgWRytNFsNlZ { width:6.25rem;height:6.25rem;top:4.38671875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N { display:block; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .row .container { width:47.75rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X6Rke4dW5s2n3w2rQ3FynawEMcR7Td2Q { width:14rem;height:14rem;top:1.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5kIzm3g7aE8mX2mliWByTfaQJyCVrNW { width:21.5625rem;height:2.5996125rem;top:15.0625rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fau7lrsiuCpXbJhF7VylkImfwKtFxeyw { width:1.25rem;height:1.25rem;top:16.099609375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzbhPSukTySz2qd4zKfxFt2TLnTUCap9 { width:21.5625rem;height:2.5996125rem;top:32.0625rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X69aQ7GruG6mPDGHKJcmMonbam4Bfg0b { width:14rem;height:14rem;top:18.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZiEmO0DspPTv0FGD4AomLBciFiXZBCV { width:1.25rem;height:1.25rem;top:33.2998046875rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7cTkGTs28ci0bHZRbX2gW6iFr4F1ywH { width:21.5625rem;height:2.5996125rem;top:51.4375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZO4H5p1f7uSybvPTOvJQkDJw7Kg5pTqH { width:14rem;height:14rem;top:37.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gugAERseSiuZyEyqldJoIe0I63vfPnDA { width:1.25rem;height:1.25rem;top:52.1123046875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC { display:block; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mLydwyDqtmv9xtnoK2K8KT1Az8ob4Cwy { width:47.75rem;height:3.25rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnSFIJUSm35TSMgdaATLnzOfMaw5h7mX { width:47.75rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7dfCS4LkVr59EOO6Hv16tBFTRbs4tOW { width:17.5rem;height:3.4375rem;top:11.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwVxT6tBrisf4iOGxvJW6C00XQlcsnml { display:block; }
 }@media only screen and (max-width: 1199px) { #WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz { display:block; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uuOWmCdvONrNhg1OFTcx6DFrligeUctZ { width:39.4375rem;height:2.2744125rem;top:1.4375rem;left:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUbIPTTN5mTOXzcTiJIS1nxudJMebpeA { width:47.75rem;height:3.89941875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF { display:block; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LTfOgD8tdbrDUaMawR8RKubp1XSPyUST { width:8.5rem;height:8.5rem;top:1.1875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZAThi5eempAuNA7kWzKWLvMzvSJDyQi { width:21.5625rem;height:2.5996125rem;top:9.6875rem;left:13.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVhAkmmtfX02UCJLDFKTX89TfEQ7oDy9 { width:1.25rem;height:1.25rem;top:10.599609375rem;left:33.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKmlqeMBdVafIe3O4Wf3edgGRyCm7kO1 { width:21.5625rem;height:2.5996125rem;top:23.5625rem;left:13.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7a937Gxx652WRTkhIdo9oiPOCBL69BL { width:8.5rem;height:8.5rem;top:15.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTornvOZtcSaVtimZ8gDRdTeurTTy8Z7 { width:1.25rem;height:1.25rem;top:24.2373046875rem;left:33.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJM9fI2tEE5RK8WXqSPyNL9AUqD2rQEE { width:21.5625rem;height:2.5996125rem;top:37.8125rem;left:13.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dd1Ost2ML4itPT1MrNbF2qASnW7aFLWL { width:8.5rem;height:8.5rem;top:28.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9TNGlLDe0G7K3uLSPc8iNXFMv4VwUpi { width:1.25rem;height:1.25rem;top:38.6748046875rem;left:33.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Paluc79iSVsldbbqLzRbvUeec5NrBMw6 { display:block; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bVoIO0P9GKowIsrqlN3EJ69KD1HcZf1X { width:39.4375rem;height:2.2744125rem;top:1.4375rem;left:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgq4eGudP8lNM2R5aT3JTfIItXv6PUp1 { width:16.875rem;height:3.6875rem;top:5.875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 { display:block; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX { display:block; }#a4SvJTq9lrffrJIGa0KbZEDQvdy9tJoX > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psZfliqNtEizNKkbTNvhHzIKTTGsqqTp { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { width:20rem;height:5.19921875rem;top:6.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgHIDWT7Ci7sclvPa5pHsohHw6GQ0kU2 { width:20rem;height:6.499rem;top:12.63671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQ75u2pVS6wnpsIBzqiJ5ALkWFngE3Ly { width:17.5rem;height:3.4375rem;top:20.38478125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stfbyMVPSyCfw7yRRkSUTpPKy1FufTMu { display:block; }
 }@media only screen and (max-width: 763px) { #TVt9ZJi5f2dblT5il4hLRT1dVH5iMTzX { width:16.875rem;height:3.6875rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 { display:block; }#eloWSfKkd5gZyV5CKzL3DVUUy0ZZfEt3 > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #am9E3pFpAw39WBFOwdvIoQdeu75VCOlq { width:20rem;height:9.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3D5SCO11Tu4HFEoBti5bIOEA51vWbV { width:20rem;height:8.3028720626632rem;top:0.6962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLCHX6hmBKq976W8yTLwW8dH2KQP68kt { width:12.5rem;height:1.94921875rem;top:10.375rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBZ3gTy4lkgRhOEFgt81d53MkJVHmMbS { width:16.9375rem;height:3.8994125rem;top:13.25rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RucBtzPDGoXfOVTofbXPUXkpzCWoAe5s { width:20rem;height:9.5rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAnrkzEN6gMxPFqT1aUcWzra3uvSTuW { width:18rem;height:3.8994125rem;top:34.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWTDJP08gffZOOWviOo9cP7fCyZDvyZ { width:12.5rem;height:1.94921875rem;top:31.1875rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTmywTSuLCx0SROMA3znh33lklZz7OA { width:20rem;height:8.3028720626632rem;top:21.5087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8gxTvKoBr8EmN8F5g5qfiRTXbpLhTwJ { width:20rem;height:9.5rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkKIH99WfIRBiwhiswXCvT3mk1tZLrS4 { width:17.4375rem;height:3.8994125rem;top:53.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOP7PZTttl0KPnDTSwloOvH788T1hsyK { width:12.5rem;height:1.94921875rem;top:50.75rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsI4VxKnAfXmhZBKIMCl5CI48yDykx9z { width:20rem;height:8.3246073298429rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM { display:block; }#gPUxnx3TaWp2U4OgvWN4JcC5FQhrLRlM > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbJoLrB2xNL6mSGq0V26TNr5iAVWpP3D { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMDPNqDngbeL1CEaP0uIcl8n55cCbCnC { width:20rem;height:1.29980625rem;top:4.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hen1DT8uehccB6RHSdTcODfyE7hcZett { display:block; }#Hen1DT8uehccB6RHSdTcODfyE7hcZett > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTnJUr37AQT3IrmPqTghUlW6Pq5t9X6P { width:19.9375rem;height:21.3125rem;top:54.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTlqPNgWS4uxc1EZDS4DQhkDgxTTktK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 { width:20rem;height:45.625rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }#tLflu66mo6S1AQEOzZ4KtU9MBVzbVyn1 li:before{  }
 }@media only screen and (max-width: 763px) { #Inm6yJBpHk09F0DECAtViscRsbtTVB9U { width:19rem;height:4rem;top:77.13671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKr20dStCgGEwPS1bH2OGq27bS5rHPr { display:block; }
 }@media only screen and (max-width: 763px) { #vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y { display:block; }#vNW6Z1CnzH727IHz3Ri5XCVddONVPe8y > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ { display:block; }#BdzHTTL1zG2pylFTqpKkb7noyw8BX0lQ > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sa16NtKAt0HoCy7qM1FOIyU8vZSq5N2c { width:11.6875rem;height:7rem;top:1.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewZb16qxuVQvPQDVBGyqZyMKHASSt6NV { width:10.4375rem;height:1.625rem;top:3.9375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGfS7gpIuE1uLhVGDqLLxy4VpQJeWKbr { width:2.25rem;height:2.25rem;top:9.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTnsnQ6wasFGAVKI3tb5b87OeXJ8Oso0 { width:11.625rem;height:3.8994125rem;top:13rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRCXK7ATwwglipI3Wr76zN0ePmOVkMvZ { width:15.75rem;height:5.19921875rem;top:21.6484375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMLQ46w5iTF0AMMBcgJ08HZlcKJ6Ksw { width:2.25rem;height:2.25rem;top:18.1484375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipq8WWtwa1IIX9kiK0ivHp7AeZldvnht { width:15.75rem;height:3.8994125rem;top:31.59765625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGwI08OJOsb07vWv2EvIxLqazTTcLazw { width:2.25rem;height:2.25rem;top:28.09765625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTLU0B9UCIy67V8mkoya4HkNHdKhit8 { width:2.75rem;height:0.0625rem;top:6.125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN2bRIJTaVAy02s5KTMK4nNdVT3nk2MH { width:2.75rem;height:0.0625rem;top:6.125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1I5fdtgTKI51LEpsGPuFqf1GhLCClez { display:block; }#M1I5fdtgTKI51LEpsGPuFqf1GhLCClez > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR0DgoMHvOQV1f7W3ZNzNVzLdBxT6p6N { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz { display:block; }#AkeFtDJylV3R5SMu9ca6Jc0XrlCXWISz > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTytgUPxaUURTcQSANFWxF16MsMsQ13W { width:15.1875rem;height:19.5rem;top:20.75rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H00soTZpOeixHAfPH1MVKypsNJEhp9b4 { width:15.1875rem;height:19.5rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LAIqeRTsedbHTm2saLT7GvP03BPEfQ { width:2.4375rem;height:4.0625rem;top:21.875rem;left:3.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbT9ZZ8mWZT1ONixXFrhAUbK6kg0XDaG { width:12.5rem;height:3.8994125rem;top:25.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AomlW88JNNIWaKusx9eWhZ6ngDoupN { width:13.125rem;height:7.1328125rem;top:30.625rem;left:3.4375rem;font-size:0.875rem;display:block; }#E9AomlW88JNNIWaKusx9eWhZ6ngDoupN li:before{  }
 }@media only screen and (max-width: 763px) { #vDHlOzPMkykTzApUixFHJ5a8R5VI2yZF { width:15.1875rem;height:19.5rem;top:41.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTHqwPaxOB5V0lMTpzx0O2bJKllxh3NI { width:15.1875rem;height:19.5rem;top:61rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn0hg2DDmpV2dGgJ8nvT0pI2qqgBQbdm { width:2.4375rem;height:4.0625rem;top:62.125rem;left:3.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McuragHcuNOhPJV2DaKpS3DGPvnyTf4R { width:12.5rem;height:2.5996125rem;top:67.625rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE { width:13.125rem;height:4.859375rem;top:72.0625rem;left:4.0625rem;font-size:0.875rem;display:block; }#CqTZsEPxcZ4reZbmQruyPXHOaM1yfMEE li:before{  }
 }@media only screen and (max-width: 763px) { #zM5G6Li7yTh3TvzRby3diErrtTcxDSuX { display:block; }#zM5G6Li7yTh3TvzRby3diErrtTcxDSuX > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRTtqh54oqsvLCoToT5a1agzJFNer8Ey { width:15.1875rem;height:19.5rem;top:18.25rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJO9sSAGTBFeLw8iMccFMQNCg2BSoc6Q { width:15.1875rem;height:17rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBigFxqnEZczbsZsTD5xfDxakBEkhhvX { width:2.4375rem;height:4.0625rem;top:19.375rem;left:3.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrOEIZx3cP3pgTxmsvJWaH5ngHLWqgUG { width:12.5rem;height:3.8994125rem;top:23.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ { width:13.125rem;height:4.859375rem;top:28.125rem;left:3.4375rem;font-size:0.875rem;display:block; }#t24dS47xOQlQfUF9OMHFzwkab0pIh3PJ li:before{  }
 }@media only screen and (max-width: 763px) { #cgFLDAOIrPDlzgJm07buxZx5uP7QBSSQ { width:15.1875rem;height:17rem;top:41.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UciHdl6cBzzaFf9NxlHSEC2huEg1oXbu { width:15.1875rem;height:19.5rem;top:58.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9n3UKSFSyxCw7lscrl3Ib1IIAxCIOfS { width:2.4375rem;height:4.0625rem;top:59.625rem;left:3.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORb4TVoMSb8UasDKFCv60Oz90AwUwlUB { width:12.5rem;height:3.8994125rem;top:65.125rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a { width:13.125rem;height:4.859375rem;top:69.5625rem;left:4.0625rem;font-size:0.875rem;display:block; }#D0RbKvElwKV5GFUXaN5rdxANJkCT4W7a li:before{  }
 }@media only screen and (max-width: 763px) { #zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 { display:block; }#zxgGusJ3ueFOD03l4JFCKdvIOLTr15x8 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWTJESZyNtxGdmPNWhTNxnlV1TODgVw8 { width:15.1875rem;height:19.5rem;top:18.25rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn0dbNiFP6BKCDGt9g9WTC7tvXw9OCgU { width:15.1875rem;height:17rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmMxpaGqzMQqX0SemcXa5PokcGQM2Br5 { width:2.4375rem;height:4.0625rem;top:19.375rem;left:3.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZLtcqcOKT5cfMId85USQ7EB5B0VScKM { width:12.5rem;height:1.29980625rem;top:23.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG { width:13.125rem;height:4.859375rem;top:28.125rem;left:3.4375rem;font-size:0.875rem;display:block; }#tiluFZ8Frp5mkizlqGwvJ3U4A4lBNdxG li:before{  }
 }@media only screen and (max-width: 763px) { #aVw5u02f2P0pfXQyVnqNQcTMdhBuQ57s { width:20rem;height:1.94921875rem;top:39rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeaNl4qmIKFmo3JZTJdCIqz3bLMm2OO7 { width:20rem;height:1.29980625rem;top:42.19921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWaXwsr7tDPIp9lZGxknt9lBa6XWTCD { width:17.6875rem;height:4rem;top:44.749025rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfr5bOgXD2im76vd10EiegpmwGw7cd6s { display:block; }
 }@media only screen and (max-width: 763px) { #UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M { display:block; }#UaS79kPJBEGayK9RIMPqyfp3kQLVbg8M > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxndDTMG2BihDOJhDCCsNnzg2fThyRCa { width:16.375rem;height:21.3125rem;top:68.44824375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knC8zIXc2BZTN1slVSO7kSKJTCu0zzUI { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcUSq81LctOfC1kpifnmtnDTNQyWlh3m { width:20rem;height:46.875rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }#xcUSq81LctOfC1kpifnmtnDTNQyWlh3m li:before{  }
 }@media only screen and (max-width: 763px) { #PrJNVuL7JLWZfQpthu7Pes0w67Z3RHeh { width:19rem;height:4rem;top:63.19824375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJtubUyHalnOOf5lfCHQFIamM5Of0pL { display:block; }
 }@media only screen and (max-width: 763px) { #T21s1sCXupAvLZrLkHMKX1cCzHzpst7y { width:20rem;height:1.29980625rem;top:60.6484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMelxiBC90wXAThtAyZUkfdSrzNRl62s { width:20rem;height:1.94921875rem;top:57.44921875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz { display:block; }#ZuKqFadKShZr5BXQ9k3iALQlVbtpOJNz > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfkc7HTyoeRSUNif2uld3obX0zqK50HM { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bav1OPFXD66C2LX2k3laLSOuoSlkWG0D { width:20rem;height:7.7988125rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 { display:block; }#wJsUa23dRz9M4sT4g2fsPtRyldzEh5u4 > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5PmaBXHkM8n4ZpCppJD31BQnnO1LuqA { width:14rem;height:14rem;top:0.8984375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKaHBDTK71p2ZPmyRaXTMnXPbVPMAck { width:20rem;height:3.89941875rem;top:14.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmsL45DAK1zVfoqzi8Kas15CpoB18olh { width:1.25rem;height:1.25rem;top:18.796875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZSWArzTcnS4KTbVUqkk1Sf77HDTlZF { width:20rem;height:2.5996125rem;top:35.078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEh73iEFdWov9Ov52NaT3PcMLoHsMUJv { width:14rem;height:14rem;top:21.078125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHFywfNxsfJXCsfbOiKq3B6V7o5KPoQt { width:1.25rem;height:1.25rem;top:39.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRi9HdKZCC8h7e23AzJUuhVfI21N48CP { width:20rem;height:2.5996125rem;top:55.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZ8q8qooDc6ucTN4xf84RwSnw8ZnLdOn { width:14rem;height:14rem;top:41.6123046875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTalKJT4r1NdINrWX5ebUhb7F1zhN3Tl { width:1.25rem;height:1.25rem;top:58.974609375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnD4OyNeuQSXXetwwCb6cgWRytNFsNlZ { width:6.25rem;height:6.25rem;top:48.588542938233rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N { display:block; }#wfruK8FLfGQuTZOfHOIk7wouB0Jmnf8N > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6Rke4dW5s2n3w2rQ3FynawEMcR7Td2Q { width:14rem;height:14rem;top:0.8984375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kIzm3g7aE8mX2mliWByTfaQJyCVrNW { width:20rem;height:2.5996125rem;top:14.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fau7lrsiuCpXbJhF7VylkImfwKtFxeyw { width:1.25rem;height:1.25rem;top:18.796875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzbhPSukTySz2qd4zKfxFt2TLnTUCap9 { width:20rem;height:2.5996125rem;top:35.078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X69aQ7GruG6mPDGHKJcmMonbam4Bfg0b { width:14rem;height:14rem;top:21.078125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiEmO0DspPTv0FGD4AomLBciFiXZBCV { width:1.25rem;height:1.25rem;top:39.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7cTkGTs28ci0bHZRbX2gW6iFr4F1ywH { width:20rem;height:2.5996125rem;top:55.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZO4H5p1f7uSybvPTOvJQkDJw7Kg5pTqH { width:14rem;height:14rem;top:41.6123046875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugAERseSiuZyEyqldJoIe0I63vfPnDA { width:1.25rem;height:1.25rem;top:58.974609375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC { display:block; }#VObFvZBEu6FNCvWLNRDBGbynx8rEpvSC > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLydwyDqtmv9xtnoK2K8KT1Az8ob4Cwy { width:20rem;height:5.19921875rem;top:14.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnSFIJUSm35TSMgdaATLnzOfMaw5h7mX { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7dfCS4LkVr59EOO6Hv16tBFTRbs4tOW { width:19rem;height:4rem;top:21.13671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVxT6tBrisf4iOGxvJW6C00XQlcsnml { display:block; }
 }@media only screen and (max-width: 763px) { #WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz { display:block; }#WxgyaAH2vAg4zmpBLXaVb3CZvMNR0Edz > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuOWmCdvONrNhg1OFTcx6DFrligeUctZ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUbIPTTN5mTOXzcTiJIS1nxudJMebpeA { width:20rem;height:6.499025rem;top:4.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF { display:block; }#fzTPKkqPqP71S6kZF80dBl6FoiIZh3HF > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTfOgD8tdbrDUaMawR8RKubp1XSPyUST { width:8.5rem;height:8.5rem;top:0.9609375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZAThi5eempAuNA7kWzKWLvMzvSJDyQi { width:20rem;height:2.5996125rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVhAkmmtfX02UCJLDFKTX89TfEQ7oDy9 { width:1.25rem;height:1.25rem;top:14.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKmlqeMBdVafIe3O4Wf3edgGRyCm7kO1 { width:20rem;height:2.5996125rem;top:25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7a937Gxx652WRTkhIdo9oiPOCBL69BL { width:8.5rem;height:8.5rem;top:16.515625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTornvOZtcSaVtimZ8gDRdTeurTTy8Z7 { width:1.25rem;height:1.25rem;top:29rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJM9fI2tEE5RK8WXqSPyNL9AUqD2rQEE { width:20rem;height:2.5996125rem;top:41.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dd1Ost2ML4itPT1MrNbF2qASnW7aFLWL { width:8.5rem;height:8.5rem;top:32.3623046875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9TNGlLDe0G7K3uLSPc8iNXFMv4VwUpi { width:1.25rem;height:1.25rem;top:44.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paluc79iSVsldbbqLzRbvUeec5NrBMw6 { display:block; }#Paluc79iSVsldbbqLzRbvUeec5NrBMw6 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVoIO0P9GKowIsrqlN3EJ69KD1HcZf1X { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgq4eGudP8lNM2R5aT3JTfIItXv6PUp1 { width:16.875rem;height:3.6875rem;top:7.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 { display:block; }#hmOhntyv2N4mKwutA6hdURVPMqMkAbT7 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }