.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:222,221,229;--color-primary-1:145,140,167;--color-primary-2:35,25,79;--color-primary-3:18,13,40;--color-primary-4:5,4,12;--color-secondary-0:250,255,254;--color-secondary-1:238,255,252;--color-secondary-2:221,254,248;--color-secondary-3:77,92,122;--color-secondary-4:33,38,37;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Fraunces";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_f9779589342ef5465c7494730093b5d3ed120ad3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));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;z-index:auto;display:block; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container { background-color: transparent; background-image: none; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container > .video-iframe-container { display: none; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row > .video-iframe-container { display: none; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .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); }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container { border-width: 0; border-radius: 0; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26.3125rem;width:75rem;position:relative;display:block; }#FlwSExuVBiJzMxZCw9HngkeCwx47QV7w { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:26.1875rem;width:57.9375rem;top:0rem;left:7.9658203125rem;overflow:hidden;display:block; }
#lhAsJanMb2PVUtag6fh9lpLuUdpPxAbs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.37305rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.064453125rem;left:3.998046875rem;display:block; }
#PlqXqRTpipRNKSMuirs5ZNlfpV5VAT81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klgy5Kk73BQppa764c91TiM4mHy0gsNS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.249025rem;height:3.37305rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.1884765625rem;left:22.1826171875rem;display:block; }
#hmqloHvFJX2uRokHaSdI7TqsRCNGq9mM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7CGiXWASBVBvdTnaXEtr1btV0nsxWeX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1234375rem;height:3.37265625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.063280105591rem;left:40.649993896484rem;display:block; }
#FtJn92sgcz0NXmeySwTF97UBA0tvWGVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6mockKu53pfBTFzkzTRAdTvi6bFdArm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:6.2484375rem;height:3.37265625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.063280105591rem;left:61.000778198243rem;display:block; }
#RHbP9C1wUBL51APoWRB1UcK5d6U32eXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container { background-color: transparent; background-image: none; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container > .video-iframe-container { display: none; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row > .video-iframe-container { display: none; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .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); }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container { border-width: 0; border-radius: 0; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#oet6nCMuMUiSrTZRNoMENGTIfknLEk5B { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:20.310936927796rem;left:0rem;height:16.0206875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M4i8qfgQTZZOVGpxWDmf2KB0qCu6tv0p { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.6875rem;font-weight:400;z-index:15063;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:11.0636875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTsXHPe3MPz262MHcdzXIJzaFC7sG20l { box-sizing:content-box;height:30.3125rem;width:22.5625rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:6.87109375rem;left:52.2861328125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#JfS8CzGUbqubHqiaZAtI7ZNQc5i6wTWX { box-sizing:content-box;height:28.875rem;width:23.25rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:6.875rem;left:50.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:none; }
#GfUObHwpUcIPUvRtypCAt2mCB3ttgU3V { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.5625rem;left:69.625rem; }
#TIsTGWLwigsyKNEcglho9vr78Cq9PVve { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:28.4366875rem;width:18.9375rem;top:7.9675798416137rem;left:54.172264099121rem;overflow:hidden;display:block; }
#Spoqasi0BhSDHOhrJXG26pcUlp4QpT75 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.1875rem;left:51.6875rem; }
#zGUgp24bcfdI27ghpFNU3cGqqGwAgz2y { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6241875rem;height:4.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.669919013977rem;left:0rem;display:block; }
#AfcMXHd1qoPIX3yIMBrDe3BUb86sxIB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { background-color: transparent; background-image: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container > .video-iframe-container { display: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container { display: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .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); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { border-width: 0; border-radius: 0; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:53.1875rem;width:75rem;position:relative;display:block; }#dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.7609367370606rem;left:3.05859375rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgnkMRkUhMm3cloWF2DnTG7CFhRBJ86W { box-sizing:content-box;height:42.3125rem;width:34.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5624997615813rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#RGnrLwCcQ81vueO7TuR9R9kpEOEuJM2d { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:19.937125rem;width:13.187125rem;top:29.008592575789rem;left:57.404289245606rem;overflow:hidden;display:block; }
#SsOc75SEQvP5imXA36k4tp0a4GrInQNp { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:21rem;width:13.8116875rem;top:6.5613279044631rem;left:39.465232849121rem;overflow:hidden;display:block; }
#KF7lpQpA2sabwNqfyaoVSAInW8vFhhpo { box-sizing:content-box;height:0.0615234375rem;width:21.124rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.060545921326rem;left:3.05859375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rqgdoQJOAGnEZOB4IqxDTM0gTikzN4xF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.466404914856rem;left:24.180465698243rem; }
#XgLUOazvDHTy0N2FbxabQcmSahzgT0UF { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34.1875rem;left:43.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BrmrBBmszO64hHLvaUn4FaTyJ44aqPtu { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.376953125rem;left:3.0615234375rem;height:25.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W { position:relative;display:block; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W { background-color: transparent; background-image: none; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row .container > .video-iframe-container { display: none; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row > .video-iframe-container { display: none; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .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); }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W { border-width: 0; border-radius: 0; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:43.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rWHh6aiyhXJM4Z1dp8MfWcgssRT3BKQe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.0004875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ol2B8Euu6y9o7maANJeaFGXQxeLlA5FI { box-sizing:content-box;height:17.5625rem;width:24.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.62265586853rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#z7ty5hV4NyQvI0zv5DXKyFwmSPMOmzee { box-sizing:content-box;height:17.5625rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.62265586853rem;left:25.495311737061rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#qabC5DQD0H6HQthtWMBFqZvdsh2MBrB8 { box-sizing:content-box;height:17.625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.62265586853rem;left:50.517181396484rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#XukSpTTww1lmMl859sGicRV2ZTnQLL2q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.91796875rem;left:4.0751953125rem;height:3.56015625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AKyI8OP8FxOLw0gSFOJWNJvr5z0BEekc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6241875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.476951599121rem;left:0.91757583618162rem;height:8.9929375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EU3F4s5Kmxui8wtWqMRPRQzc2GSbCBpM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.91796875rem;left:29.2734375rem;height:3.56015625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sHq0JALGAsKgVrFCH8BQ9mEtvJBoUiPH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.476951599121rem;left:26.530075073243rem;height:8.9929375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgCW3nNfOhlKKNgzWyuK97ilXmScPLVz { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:15.919920921326rem;left:54.311714172363rem;height:3.56015625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fq2B9H7hSOOihztucWTJZIkDDJdzMmSR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.4765625rem;left:51.9375rem;height:8.9929375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6TBBcz6veNUF0A1QIIRcsQhT2ABMJTs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0609375rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.4990234375rem;left:31.1162109375rem;display:block; }
#RnFNz25fmzoe80ixPU6X44yVHWKfeI5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8SfpbE4zCTRuFNI60D0WTPgGELEgkzh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.92041015625rem;left:1.624755859375rem; }
#IV8SdrImoM8EhNOKUsJUDTvIWiTHJ8Qh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.184765815735rem;left:27.056247711182rem; }
#AqIWHXxJC8dFqNsSvewmHxBvOUxXrcvL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.184765815735rem;left:51.874214172363rem; }
#yb4n0THdSbvKLsKHSgz5TJ2FGAimQDFr { box-sizing:content-box;height:0.062109375rem;width:21.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.053123474121rem;left:0.9140625rem;display:block; }
#oFl0J1OyxUWug7qRrifTN7szVpwIUS9s { box-sizing:content-box;height:0.0625rem;width:20.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.0205078125rem;left:26.529296875rem;display:block; }
#LpCWqbhLp1zl4J0TscHS7WU2BMxzIkoi { box-sizing:content-box;height:0.0615234375rem;width:20.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.052734375rem;left:51.7490234375rem;display:block; }
#Uw3FLz0PMBS7TGEJnbq1R6TxdLET2NNz { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:1.87255859375rem;display:none; }
#SqIC9CbyGlyTUSmgkfozwcQxVznvmFxs { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:1.87255859375rem;display:none; }
#ta23mS1pAQXKkTKnw0cHvQlx1DKdyJ3Z { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:1.87255859375rem;display:none; }
#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container { background-color: transparent; background-image: none; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container > .video-iframe-container { display: none; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row > .video-iframe-container { display: none; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .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); }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container { border-width: 0; border-radius: 0; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:60.0625rem;width:75rem;position:relative;display:block; }#rvaiLZXeLCTVCBqBUwR9tat37c8Pe0fI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:3.0004875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZHrRVmQKW0Cuw5WVub0yEkdQzwuaUg3K { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.1875rem;left:0rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AvZ5TgXvnEzPr2GJFVP7ScMrQvmUyono { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:29.1875rem;left:16.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ax8m3qsTKHszvlIVoq5ehIfMLVt2VWxJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.125rem;left:28.4375rem; }
#sGk4M0ez8PMpsSrHADIg81h4D2XwVAX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.437125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.124225616455rem;left:29.854686737061rem;height:1.780075rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AlvFmwfGGPn6OBU1vDIdh8shEcgMxHzi { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.9326171875rem;left:28.4365234375rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gi7sSgLAfoanw11zr6RcTzFvOxLyZla6 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:18.25rem;left:28.4375rem;display:block; }
#RNhNIqE7gkKLhoyptT6iRLdJA8b0rKRX { box-sizing:content-box;height:16.3745rem;width:24.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.246337890625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#DSWKGlHGBCp6x8iSye65fA8TIkMAhNWh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.125rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGhxlzzBmJBoNpT64dDEdr44MzamQP3g { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.999217987061rem;left:1.83984375rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CwC9rhL8lJ44EbpoHPomi5dBFd9D7zDh { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:1.87255859375rem;display:block; }
#ELgO79PlIT0kXPQICgS4aB2fhMV7qVyH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.1875rem;left:1.875rem; }
#qkTb9N2AUVtelH7aE6CGvyBnp5AdIiss { box-sizing:content-box;height:16.5rem;width:24.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.1865234375rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#dh3f3zUZVFSGRUB4QWAk6Pq0FFc8CU7m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.125rem;left:30.3125rem;height:1.780075rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZH6cpdOhQb1a0pE9gavtqLcnkiTMdXeT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.999206542969rem;left:28.436717987061rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#teE9PtOadMOVTZqh4puDQTJ9BRU38PL8 { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:28.4375rem;display:block; }
#TaWgmTwxvTwAmI7FEexpwcZNqokGR7KV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.1875rem;left:28.4375rem; }
#cwxpq8VGQenLuP6U7OmBoAo0Uz6vP6mk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:14.5625rem;width:21.75rem;top:13.1875rem;left:53.125rem;overflow:hidden;display:block; }
#GzHEeo9R2UFZHyJl7KC9Nes6LVHH4IMq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:14.4375rem;width:21.875rem;top:31.25rem;left:53.125rem;overflow:hidden;display:block; }
#Ldt1Zpp0QNFtINxIvdRUioG4eMvHGnpi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4985625rem;height:5.37475625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:52.015380859375rem;left:28.4375rem;display:block; }
#Kv6btoiJBQxRUUMApsyTxUMF0MTTOPN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZtHSQgWSQmABtF5u4hCmay6FfL2yhuM { box-sizing:content-box;height:16.5rem;width:24.8741875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.298436641693rem;left:26.635543823243rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#nVB1dhrnZlT6uQDsns36No9TZ44zlLV9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.24921875rem;width:1.24921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.198045730591rem;left:27.810935974121rem; }
#QeU8rhTxevrJmppS4JSKuKBTAJKyP6uC { box-sizing:content-box;height:0.062109375rem;width:18.1241875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.24960899353rem;left:28.436717987061rem;display:block; }
#p741rt7SSNZhiRVZBcWTMOfItmUPdqpn { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:1.87255859375rem;display:none; }
#v7VcUZZqEVZkDqsy0tg2QrrHL3AMOfeA { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.015380859375rem;left:1.87255859375rem;display:none; }
#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 { position:relative;display:block; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 { background-color: transparent; background-image: none; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row .container > .video-iframe-container { display: none; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row > .video-iframe-container { display: none; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .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); }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 { border-width: 0; border-radius: 0; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .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; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:33.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; }#HEar1csbfiEOqZn46SKXrEQGElZxny3r { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:10.7451171875rem;left:22.7470703125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aDfp8R4l3k3aLQPPAAOLWbAlPQTtKtTC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.6240234375rem;left:22.7470703125rem;height:12.4605375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etv88UvMfJwRkQqHCMlnsnEkvnZJc2wi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.0625rem;width:15.25rem;top:5.53125rem;left:0rem;overflow:hidden;display:block; }
#WkksEfSDxbL9Qpb5w7V6ywsfQAaednnD { box-sizing:content-box;height:18.5rem;width:68.5rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:7.6240234375rem;left:6.4365234375rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { background-color: transparent; background-image: none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container > .video-iframe-container { display: none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row > .video-iframe-container { display: none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .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); }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { border-width: 0; border-radius: 0; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:31.75rem;width:75rem;overflow:visible;position:relative;display:block; }#KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.0625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GvvskTblXclgTxPq7OyXok9ofRHy37ec { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.5625rem;left:36.875rem; }
#J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.3125rem;left:60.34375rem; }
#rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.625rem;left:34.84375rem; }
#CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17rem;left:10.21875rem; }
#wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans ";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:24.1875rem;left:3.125rem;height:2.342575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans ";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.1875rem;left:28.125rem;height:2.342575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans ";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.1875rem;left:52.3125rem;height:4.68515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { background-color: transparent; background-image: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .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); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { border-width: 0; border-radius: 0; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:18.75rem;width:75rem;position:relative;display:block; }#xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { color:rgba(var(--color-tertiary-0),1);display:block;width:64.061875rem;position:absolute;font-family:"open sans ";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.4375rem;left:10.937107086182rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.94921875rem;left:34.625rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:5.75rem; height:5.75rem; }#ThEDG7ks1WknWzIJd5tCxaHfqVl1BFxh { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans ";font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:1.69921875rem;left:27.5rem;height:4.68515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hHz2pNsfdRAaypW2NqSRlFv4SN2OZ45c { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans ";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.1875rem;left:52.3125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc { display:block; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlwSExuVBiJzMxZCw9HngkeCwx47QV7w { top:0rem;left:0rem;width:47.75rem;height:21.582793959008rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAsJanMb2PVUtag6fh9lpLuUdpPxAbs { width:7.5rem;height:3.3125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlqXqRTpipRNKSMuirs5ZNlfpV5VAT81 { display:block; }
 }@media only screen and (max-width: 763px) { #klgy5Kk73BQppa764c91TiM4mHy0gsNS { width:6.1875rem;height:3.3125rem;top:18.1875rem;left:8.5576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqloHvFJX2uRokHaSdI7TqsRCNGq9mM { display:block; }
 }@media only screen and (max-width: 763px) { #C7CGiXWASBVBvdTnaXEtr1btV0nsxWeX { width:8.0625rem;height:3.3125rem;top:18.0625rem;left:27.024993896484rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtJn92sgcz0NXmeySwTF97UBA0tvWGVO { display:block; }
 }@media only screen and (max-width: 763px) { #f6mockKu53pfBTFzkzTRAdTvi6bFdArm { width:6.1875rem;height:3.3125rem;top:18.0625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbP9C1wUBL51APoWRB1UcK5d6U32eXx { display:block; }
 }@media only screen and (max-width: 763px) { #tW6CBT1FiQwCznWVgtIb5vZICBZKeApm { display:block; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oet6nCMuMUiSrTZRNoMENGTIfknLEk5B { top:20.25rem;left:0rem;width:47.75rem;height:16rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4i8qfgQTZZOVGpxWDmf2KB0qCu6tv0p { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsXHPe3MPz262MHcdzXIJzaFC7sG20l { top:6.8125rem;left:25.0625rem;width:22.5625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfS8CzGUbqubHqiaZAtI7ZNQc5i6wTWX { top:6.875rem;left:24.375rem;width:23.25rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUObHwpUcIPUvRtypCAt2mCB3ttgU3V { top:9.5625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIsTGWLwigsyKNEcglho9vr78Cq9PVve { top:7.9375rem;left:28.8125rem;width:18.9375rem;height:28.4366875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spoqasi0BhSDHOhrJXG26pcUlp4QpT75 { top:35.1875rem;left:38.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUgp24bcfdI27ghpFNU3cGqqGwAgz2y { width:22.5625rem;height:4.3125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfcMXHd1qoPIX3yIMBrDe3BUb86sxIB7 { display:block; }
 }@media only screen and (max-width: 763px) { #EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { top:8.75rem;left:0rem;width:25.875rem;height:9rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgnkMRkUhMm3cloWF2DnTG7CFhRBJ86W { top:6.5rem;left:0rem;width:34.9375rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGnrLwCcQ81vueO7TuR9R9kpEOEuJM2d { top:29rem;left:34.625rem;width:13.125rem;height:19.84320051755rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsOc75SEQvP5imXA36k4tp0a4GrInQNp { top:6.5rem;left:25.840232849121rem;width:13.75rem;height:20.906207152457rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7lpQpA2sabwNqfyaoVSAInW8vFhhpo { top:19rem;left:0rem;width:21.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rqgdoQJOAGnEZOB4IqxDTM0gTikzN4xF { top:18.4375rem;left:10.555465698243rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLUOazvDHTy0N2FbxabQcmSahzgT0UF { top:34.1875rem;left:29.65625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrmrBBmszO64hHLvaUn4FaTyJ44aqPtu { top:20.375rem;left:0rem;width:28.9375rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W { display:block; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWHh6aiyhXJM4Z1dp8MfWcgssRT3BKQe { top:5.625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol2B8Euu6y9o7maANJeaFGXQxeLlA5FI { top:14.5625rem;left:0rem;width:24.3125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ty5hV4NyQvI0zv5DXKyFwmSPMOmzee { top:14.5625rem;left:11.870311737061rem;width:24.0625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qabC5DQD0H6HQthtWMBFqZvdsh2MBrB8 { top:14.5625rem;left:23.25rem;width:24.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XukSpTTww1lmMl859sGicRV2ZTnQLL2q { top:15.875rem;left:0rem;width:19.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKyI8OP8FxOLw0gSFOJWNJvr5z0BEekc { top:21.4375rem;left:0rem;width:22.5625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU3F4s5Kmxui8wtWqMRPRQzc2GSbCBpM { top:15.875rem;left:15.6484375rem;width:19.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHq0JALGAsKgVrFCH8BQ9mEtvJBoUiPH { top:21.4375rem;left:12.904296875rem;width:21.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgCW3nNfOhlKKNgzWyuK97ilXmScPLVz { top:15.875rem;left:29.75rem;width:18rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq2B9H7hSOOihztucWTJZIkDDJdzMmSR { top:21.4375rem;left:26.375rem;width:21.375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6TBBcz6veNUF0A1QIIRcsQhT2ABMJTs { width:15rem;height:4.375rem;top:34.4375rem;left:17.4912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFNz25fmzoe80ixPU6X44yVHWKfeI5b { display:block; }
 }@media only screen and (max-width: 763px) { #e8SfpbE4zCTRuFNI60D0WTPgGELEgkzh { top:15.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV8SdrImoM8EhNOKUsJUDTvIWiTHJ8Qh { top:16.125rem;left:13.431247711182rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqIWHXxJC8dFqNsSvewmHxBvOUxXrcvL { top:16.125rem;left:38.249214172363rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb4n0THdSbvKLsKHSgz5TJ2FGAimQDFr { top:20rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFl0J1OyxUWug7qRrifTN7szVpwIUS9s { top:20rem;left:12.904296875rem;width:20.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpCWqbhLp1zl4J0TscHS7WU2BMxzIkoi { top:20rem;left:27.125rem;width:20.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3FLz0PMBS7TGEJnbq1R6TxdLET2NNz { top:37rem;left:0rem;width:18.125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SqIC9CbyGlyTUSmgkfozwcQxVznvmFxs { top:37rem;left:0rem;width:18.125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ta23mS1pAQXKkTKnw0cHvQlx1DKdyJ3Z { top:37rem;left:0rem;width:18.125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl { display:block; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvaiLZXeLCTVCBqBUwR9tat37c8Pe0fI { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHrRVmQKW0Cuw5WVub0yEkdQzwuaUg3K { top:13.1875rem;left:0rem;width:23.6875rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZ5TgXvnEzPr2GJFVP7ScMrQvmUyono { top:29.1875rem;left:2.5625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax8m3qsTKHszvlIVoq5ehIfMLVt2VWxJ { top:15.125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGk4M0ez8PMpsSrHADIg81h4D2XwVAX9 { top:15.0625rem;left:16.229686737061rem;width:18.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlvFmwfGGPn6OBU1vDIdh8shEcgMxHzi { top:18.875rem;left:14.8115234375rem;width:19.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi7sSgLAfoanw11zr6RcTzFvOxLyZla6 { top:18.25rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhNIqE7gkKLhoyptT6iRLdJA8b0rKRX { top:31.1875rem;left:0rem;width:24.6875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWKGlHGBCp6x8iSye65fA8TIkMAhNWh { top:33.0625rem;left:0rem;width:17.4375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhxlzzBmJBoNpT64dDEdr44MzamQP3g { top:37.9375rem;left:0rem;width:21rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwC9rhL8lJ44EbpoHPomi5dBFd9D7zDh { top:37rem;left:0rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ELgO79PlIT0kXPQICgS4aB2fhMV7qVyH { top:33.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTb9N2AUVtelH7aE6CGvyBnp5AdIiss { top:31.125rem;left:12.9375rem;width:24.875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3f3zUZVFSGRUB4QWAk6Pq0FFc8CU7m { top:33.125rem;left:16.6875rem;width:14.375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH6cpdOhQb1a0pE9gavtqLcnkiTMdXeT { top:37.9375rem;left:14.811717987061rem;width:20.3125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teE9PtOadMOVTZqh4puDQTJ9BRU38PL8 { top:37rem;left:14.8125rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TaWgmTwxvTwAmI7FEexpwcZNqokGR7KV { top:33.1875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwxpq8VGQenLuP6U7OmBoAo0Uz6vP6mk { top:13.1875rem;left:25.875rem;width:21.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHEeo9R2UFZHyJl7KC9Nes6LVHH4IMq { top:31.25rem;left:25.875rem;width:21.875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldt1Zpp0QNFtINxIvdRUioG4eMvHGnpi { width:18.4375rem;height:5.3125rem;top:52rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv6btoiJBQxRUUMApsyTxUMF0MTTOPN1 { display:block; }
 }@media only screen and (max-width: 763px) { #tZtHSQgWSQmABtF5u4hCmay6FfL2yhuM { top:13.25rem;left:13.010543823243rem;width:24.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVB1dhrnZlT6uQDsns36No9TZ44zlLV9 { top:15.1875rem;left:14.185935974121rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeU8rhTxevrJmppS4JSKuKBTAJKyP6uC { top:18.1875rem;left:14.811717987061rem;width:18.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #p741rt7SSNZhiRVZBcWTMOfItmUPdqpn { top:37rem;left:0rem;width:18.125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #v7VcUZZqEVZkDqsy0tg2QrrHL3AMOfeA { top:37rem;left:0rem;width:18.125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 { display:block; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEar1csbfiEOqZn46SKXrEQGElZxny3r { top:10.6875rem;left:9.1220703125rem;width:30.4375rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDfp8R4l3k3aLQPPAAOLWbAlPQTtKtTC { top:15.5625rem;left:0.1875rem;width:47.5625rem;height:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etv88UvMfJwRkQqHCMlnsnEkvnZJc2wi { top:5.5rem;left:0rem;width:15.25rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkksEfSDxbL9Qpb5w7V6ywsfQAaednnD { top:7.5625rem;left:0rem;width:47.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:block; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { top:6rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvvskTblXclgTxPq7OyXok9ofRHy37ec { top:11.5625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { top:12.1875rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { top:17.3125rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { top:16.625rem;left:21.21875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { top:17rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { top:24.1875rem;left:0rem;width:18.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { top:24.1875rem;left:14.5rem;width:18.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { top:24.1875rem;left:27.75rem;width:20rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { top:17.4375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { top:7.9375rem;left:21rem;width:5.75rem;height:5.75rem;display:block; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:5.75rem; height:5.75rem; } }@media only screen and (max-width: 763px) { #ThEDG7ks1WknWzIJd5tCxaHfqVl1BFxh { top:1.6875rem;left:13.875rem;width:20rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHz2pNsfdRAaypW2NqSRlFv4SN2OZ45c { top:2.625rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc { position:relative;z-index:auto;display:block; }#faSBnpivIstT6B2SDrRg71hrTF5kJ1Pc > .row .container { width:20rem;height:11.310937213898rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlwSExuVBiJzMxZCw9HngkeCwx47QV7w { width:20rem;height:8.5625rem;top:1.2783203125rem;left:0.0283203125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAsJanMb2PVUtag6fh9lpLuUdpPxAbs { width:4.873825rem;height:2.8125rem;top:8.248827934265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlqXqRTpipRNKSMuirs5ZNlfpV5VAT81 { display:block; }
 }@media only screen and (max-width: 763px) { #klgy5Kk73BQppa764c91TiM4mHy0gsNS { width:4.99921875rem;height:2.8125rem;top:8.248827934265rem;left:4.8726561665535rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqloHvFJX2uRokHaSdI7TqsRCNGq9mM { display:block; }
 }@media only screen and (max-width: 763px) { #C7CGiXWASBVBvdTnaXEtr1btV0nsxWeX { width:4.6875rem;height:3.31171875rem;top:7.9992184638975rem;left:9.8718746304513rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtJn92sgcz0NXmeySwTF97UBA0tvWGVO { display:block; }
 }@media only screen and (max-width: 763px) { #f6mockKu53pfBTFzkzTRAdTvi6bFdArm { width:4.43555rem;height:2.8125rem;top:8.248827934265rem;left:15.062108814716rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbP9C1wUBL51APoWRB1UcK5d6U32eXx { display:block; }
 }@media only screen and (max-width: 763px) { #tW6CBT1FiQwCznWVgtIb5vZICBZKeApm { display:block; }#tW6CBT1FiQwCznWVgtIb5vZICBZKeApm > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oet6nCMuMUiSrTZRNoMENGTIfknLEk5B { width:20rem;height:20.9835625rem;top:10.4980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4i8qfgQTZZOVGpxWDmf2KB0qCu6tv0p { width:20rem;height:8.0015625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTsXHPe3MPz262MHcdzXIJzaFC7sG20l { width:19.0625rem;height:25.5615rem;top:38.3105625rem;left:0.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JfS8CzGUbqubHqiaZAtI7ZNQc5i6wTWX { width:17rem;height:6rem;top:52.9831875rem;left:1.4375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #GfUObHwpUcIPUvRtypCAt2mCB3ttgU3V { display:flex;width:0.625rem;height:0.625rem;top:41.659764671326rem;left:19.312498867512rem;z-index:15008;opacity:0; }
 }@media only screen and (max-width: 763px) { #TIsTGWLwigsyKNEcglho9vr78Cq9PVve { width:15.8730625rem;height:23.8115rem;top:39.24609375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spoqasi0BhSDHOhrJXG26pcUlp4QpT75 { display:flex;width:1.25rem;height:1.25rem;top:61.044955078125rem;left:2.87548828125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #zGUgp24bcfdI27ghpFNU3cGqqGwAgz2y { width:19.937125rem;height:5.625rem;top:31.480076789856rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfcMXHd1qoPIX3yIMBrDe3BUb86sxIB7 { display:block; }
 }@media only screen and (max-width: 763px) { #EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { width:18.1241875rem;height:6.00116875rem;top:3.3831992149353rem;left:0.93632799386981rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgnkMRkUhMm3cloWF2DnTG7CFhRBJ86W { width:20rem;height:41.5625rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #RGnrLwCcQ81vueO7TuR9R9kpEOEuJM2d { width:16.125rem;height:24.4991875rem;top:71.997653961181rem;left:1.9359374642372rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SsOc75SEQvP5imXA36k4tp0a4GrInQNp { width:16.125rem;height:24.75rem;top:44.623826980591rem;left:1.9359374642372rem;overflow:hidden;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7lpQpA2sabwNqfyaoVSAInW8vFhhpo { width:14.75rem;height:0.062109375rem;top:11.661327362061rem;left:3.3117185235024rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqgdoQJOAGnEZOB4IqxDTM0gTikzN4xF { display:flex;width:1.24921875rem;height:1.24921875rem;top:11.06601524353rem;left:0.93398433923719rem; }
 }@media only screen and (max-width: 763px) { #XgLUOazvDHTy0N2FbxabQcmSahzgT0UF { width:9.375rem;height:9.375rem;top:50.561525rem;left:5.3125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BrmrBBmszO64hHLvaUn4FaTyJ44aqPtu { width:17.312125rem;height:26.25rem;top:14.058982849121rem;left:1.3429686427116rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W { display:block; }#BxOU7M9SUu76MW70wy4DXFKZGoQIyT1W > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWHh6aiyhXJM4Z1dp8MfWcgssRT3BKQe { width:20rem;height:4.00078125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol2B8Euu6y9o7maANJeaFGXQxeLlA5FI { width:19.875rem;height:17.4375rem;top:6.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ty5hV4NyQvI0zv5DXKyFwmSPMOmzee { width:19.875rem;height:15.375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qabC5DQD0H6HQthtWMBFqZvdsh2MBrB8 { width:19.875rem;height:14.6875rem;top:41.8662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XukSpTTww1lmMl859sGicRV2ZTnQLL2q { width:15.625rem;height:2.99765625rem;top:7.794191015625rem;left:4.07470703125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKyI8OP8FxOLw0gSFOJWNJvr5z0BEekc { width:17.5rem;height:7.875rem;top:12.540284765625rem;left:0.59326171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EU3F4s5Kmxui8wtWqMRPRQzc2GSbCBpM { width:15.625rem;height:2.99765625rem;top:25.58351328125rem;left:3.778076171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sHq0JALGAsKgVrFCH8BQ9mEtvJBoUiPH { width:17.5rem;height:9.1875rem;top:30.32960703125rem;left:1.036376953125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgCW3nNfOhlKKNgzWyuK97ilXmScPLVz { width:15.625rem;height:2.99765625rem;top:42.06155625rem;left:3.795166015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq2B9H7hSOOihztucWTJZIkDDJdzMmSR { width:17.499625rem;height:9.1875rem;top:46.492959976196rem;left:1.2492186427116rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6TBBcz6veNUF0A1QIIRcsQhT2ABMJTs { width:18.4375rem;height:5.3125rem;top:57.8642578125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFNz25fmzoe80ixPU6X44yVHWKfeI5b { display:block; }
 }@media only screen and (max-width: 763px) { #e8SfpbE4zCTRuFNI60D0WTPgGELEgkzh { display:flex;width:1.25rem;height:1.25rem;top:7.796632421875rem;left:1.624755859375rem; }
 }@media only screen and (max-width: 763px) { #IV8SdrImoM8EhNOKUsJUDTvIWiTHJ8Qh { display:flex;width:1.25rem;height:1.25rem;top:25.8496265625rem;left:1.561279296875rem; }
 }@media only screen and (max-width: 763px) { #AqIWHXxJC8dFqNsSvewmHxBvOUxXrcvL { display:flex;width:1.25rem;height:1.25rem;top:42.326448828125rem;left:1.357421875rem; }
 }@media only screen and (max-width: 763px) { #yb4n0THdSbvKLsKHSgz5TJ2FGAimQDFr { width:20rem;height:0.0625rem;top:64.365230487063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFl0J1OyxUWug7qRrifTN7szVpwIUS9s { width:20rem;height:0;top:63.115230487062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpCWqbhLp1zl4J0TscHS7WU2BMxzIkoi { width:20rem;height:0;top:61.865230487061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3FLz0PMBS7TGEJnbq1R6TxdLET2NNz { width:16.2491875rem;height:0.062109375rem;top:45.751169204712rem;left:2.3613279461861rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #SqIC9CbyGlyTUSmgkfozwcQxVznvmFxs { width:16.25rem;height:0.062255875rem;top:29.25274848938rem;left:2.5871093869209rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ta23mS1pAQXKkTKnw0cHvQlx1DKdyJ3Z { width:16.25rem;height:0.062255875rem;top:11.190233230591rem;left:1.9621093869209rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl { display:block; }#PI91fknzSFPnTgiOvIrm74BNC9b1Mzbl > .row .container { width:20rem;height:114.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvaiLZXeLCTVCBqBUwR9tat37c8Pe0fI { width:20rem;height:6.00116875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHrRVmQKW0Cuw5WVub0yEkdQzwuaUg3K { width:20rem;height:14.98829375rem;top:8.49805rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvZ5TgXvnEzPr2GJFVP7ScMrQvmUyono { width:5.3125rem;height:13.6865rem;top:55.115473828125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax8m3qsTKHszvlIVoq5ehIfMLVt2VWxJ { display:flex;width:1.25rem;height:1.25rem;top:26.564471875rem;left:1.802978515625rem; }
 }@media only screen and (max-width: 763px) { #sGk4M0ez8PMpsSrHADIg81h4D2XwVAX9 { width:14.375rem;height:1.498825rem;top:26.563251171875rem;left:3.218994140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlvFmwfGGPn6OBU1vDIdh8shEcgMxHzi { width:17.499625rem;height:9.1875rem;top:29.689453125rem;left:1.2492186427116rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gi7sSgLAfoanw11zr6RcTzFvOxLyZla6 { width:16.25rem;height:0.062255875rem;top:29.689471875rem;left:1.802978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhNIqE7gkKLhoyptT6iRLdJA8b0rKRX { width:19.875rem;height:17.6875rem;top:56.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWKGlHGBCp6x8iSye65fA8TIkMAhNWh { width:14.375rem;height:2.99765625rem;top:58.240234375rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhxlzzBmJBoNpT64dDEdr44MzamQP3g { width:17.499rem;height:10.5rem;top:63.0498046875rem;left:1.2490234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwC9rhL8lJ44EbpoHPomi5dBFd9D7zDh { width:16.25rem;height:0.0615234375rem;top:62.443359375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELgO79PlIT0kXPQICgS4aB2fhMV7qVyH { display:flex;width:1.25rem;height:1.25rem;top:58.240234375rem;left:1.802734375rem; }
 }@media only screen and (max-width: 763px) { #qkTb9N2AUVtelH7aE6CGvyBnp5AdIiss { width:19.875rem;height:15.625rem;top:76.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3f3zUZVFSGRUB4QWAk6Pq0FFc8CU7m { width:14.375rem;height:1.498825rem;top:77.613048046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH6cpdOhQb1a0pE9gavtqLcnkiTMdXeT { width:17.499625rem;height:10.5rem;top:81.898822784425rem;left:1.2492186427116rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teE9PtOadMOVTZqh4puDQTJ9BRU38PL8 { width:16.2491875rem;height:0.062109375rem;top:80.501953125rem;left:1.8738279938698rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWgmTwxvTwAmI7FEexpwcZNqokGR7KV { display:flex;width:1.25rem;height:1.25rem;top:77.67530390625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #cwxpq8VGQenLuP6U7OmBoAo0Uz6vP6mk { width:20rem;height:13.1875rem;top:41.8662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHEeo9R2UFZHyJl7KC9Nes6LVHH4IMq { width:20rem;height:13.1865rem;top:93.7353515625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ldt1Zpp0QNFtINxIvdRUioG4eMvHGnpi { width:18.4375rem;height:5.3125rem;top:108.546875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv6btoiJBQxRUUMApsyTxUMF0MTTOPN1 { display:block; }
 }@media only screen and (max-width: 763px) { #tZtHSQgWSQmABtF5u4hCmay6FfL2yhuM { width:19.875rem;height:15.3125rem;top:24.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVB1dhrnZlT6uQDsns36No9TZ44zlLV9 { display:flex;width:1.1875rem;height:1.1875rem;top:26.6377140625rem;left:1.175537109375rem; }
 }@media only screen and (max-width: 763px) { #QeU8rhTxevrJmppS4JSKuKBTAJKyP6uC { width:18.0625rem;height:0;top:29.689471875rem;left:1.8017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p741rt7SSNZhiRVZBcWTMOfItmUPdqpn { width:16.2491875rem;height:0.062109375rem;top:29.001560688019rem;left:1.8738279938698rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #v7VcUZZqEVZkDqsy0tg2QrrHL3AMOfeA { width:16.2491875rem;height:0.062109375rem;top:12.315233707428rem;left:2.2781248688698rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 { display:block; }#ICh1RwGFQvoH76TZPziBpmNm4KHRxJ74 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEar1csbfiEOqZn46SKXrEQGElZxny3r { width:20rem;height:4.00078125rem;top:33.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDfp8R4l3k3aLQPPAAOLWbAlPQTtKtTC { width:18.75rem;height:14.98824375rem;top:38.390625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etv88UvMfJwRkQqHCMlnsnEkvnZJc2wi { width:20rem;height:30.3125rem;top:0.75rem;left:0rem;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #WkksEfSDxbL9Qpb5w7V6ywsfQAaednnD { width:19.875rem;height:19.25rem;top:32.59375rem;left:0rem;z-index:14987;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:block; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { width:20rem;height:4.00078125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvvskTblXclgTxPq7OyXok9ofRHy37ec { display:flex;width:1.25rem;height:1.25rem;top:7.811525rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { width:20rem;height:0.062255875rem;top:6.499025rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { display:flex;width:3.2484375rem;height:3.2484375rem;top:21.058592319489rem;left:1.2492186427116rem; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { display:flex;width:3.2484375rem;height:3.2484375rem;top:15.062108844519rem;left:1.2492186427116rem; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { display:flex;width:3.2484375rem;height:3.2484375rem;top:9.8085927963256rem;left:1.2492186427116rem; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { width:11.8125rem;height:1.59375rem;top:10.683984279633rem;left:3.1839841008186rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { width:14.1875rem;height:1.59375rem;top:15.937498897314rem;left:5.1234374642372rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { width:15.6865rem;height:3.1875rem;top:21.181640625rem;left:4.3134765625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { width:19.9991875rem;height:1.3125rem;top:20.812488555908rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { display:flex;width:4.5rem;height:4.5rem;top:6.125rem;left:7.75rem;font-size:1.375rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; } }@media only screen and (max-width: 763px) { #ThEDG7ks1WknWzIJd5tCxaHfqVl1BFxh { width:15.4375rem;height:2.99765625rem;top:23.373046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hHz2pNsfdRAaypW2NqSRlFv4SN2OZ45c { width:15.6855625rem;height:1.59375rem;top:2.681640625rem;left:2.7509765625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }