.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:254,223,224;--color-primary-1:251,148,151;--color-primary-2:247,40,46;--color-primary-3:124,20,23;--color-primary-4:37,6,7;--color-secondary-0:218,238,249;--color-secondary-1:133,199,236;--color-secondary-2:10,142,217;--color-secondary-3:5,71,109;--color-secondary-4:2,21,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0135;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; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container { background-color: transparent; background-image: none; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container > .video-iframe-container { display: none; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row > .video-iframe-container { display: none; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .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); }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container { border-width: 0; border-radius: 0; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#NrkRVBXNl92MQTtix5CkWBJE9B6EWABu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { font-size:0.875rem;font-family:"open sans";height:32.0625rem;width:75rem;position:relative;display:block; }#DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { color:#000000;display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:3.57486875rem;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;text-align:left;text-align-last:left;display:block; }
#fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { color:#c565a2;display:block;width:60.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLnVfoG7GXD8bAWoScTzu1q93f19yRei { color:#000000;display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { background-color:#c565a2;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:3.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.5625rem;left:0rem;display:block; }
#CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEfPWRizmPFR2wnsF7fsMoHnINTaQIhA { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15031;background-color:#c565a2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:0rem;display:block; }
#MVno1Khmc7uTOIE1twurtI0Sa8TEdaWc { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.75rem;top:25.9375rem;left:0rem;overflow:hidden;display:block; }
#sTIwVXhHD5uyLTv3GhQZxPTKCmZA3JOa { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.8125rem;height:2.59895625rem;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;text-align:left;text-align-last:left;display:block; }
#wzCQDl6c2rlVlUotKFsAOeRrQ1LgpMR8 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:36.8125rem;top:3.875rem;left:38.1875rem;overflow:hidden;display:block; }
#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container { background-color: transparent; background-image: none; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container > .video-iframe-container { display: none; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row > .video-iframe-container { display: none; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .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); }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container { border-width: 0; border-radius: 0; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#Jr2FyEIr4270aVBq3dMmq2k27C2IQwhc { box-sizing:content-box;height:31.875rem;width:30.25rem;position:absolute;display:block;z-index:15000;background-color:#0a0135;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:41.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#r5rWNALJkwfOPUPxr34M3oNkNOlznSDB { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.2747375rem;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;text-align:left;text-align-last:left;display:block; }
#zCQIioVCPPeHA5fFyKZ4aIt9xcPhpsNE { box-sizing:content-box;height:0.25rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:#c565a2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:0rem;display:block; }
#GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:24.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78c543fd-ba92-4e62-9569-8a76af7120e6/Frame106.png); }
#reBVTLPByk40WhegLiyRxUSm91Ne2qNM { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6875rem;left:42.625rem;height:1.94986875rem;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;text-align:left;text-align-last:left;display:block; }
#IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:42.625rem;height:13.25rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78c543fd-ba92-4e62-9569-8a76af7120e6/Frame106.png); }
#IrWW66e0qtlLWsQCszcsTQeFWhniWLxJ { box-sizing:content-box;height:0.125rem;width:25.625rem;position:absolute;display:block;z-index:15033;background-color:#c565a2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.875rem;left:43.4375rem;display:block; }
#dlo0vpKSaqBdmbea52hpv7ABO9ctmZwr { color:#c565a2;display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.6875rem;left:47.125rem;height:4.875rem;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;text-align:center;text-align-last:center;overflow:hidden;display:block; }
#OnhAyksrPGmkGQC04VDdTnT9lZizRr2o { background-color:#c565a2;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:3.9375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:34.1875rem;left:2.4375rem;display:block; }
#vbRgI1AStuDq5wp9ipUMxRDlpBSeDD1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QeUynwilWP2PFe00Otm42n7yDqIcVcIV { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2rem;top:35.375rem;left:29.03125rem;overflow:hidden;display:block; }
#LryywqB1UkuJukzXnToWlxPTyiGfSF66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c565a2, #a74683);background-image: -moz-linear-gradient(180deg, #c565a2, #a74683);background-image: -ms-linear-gradient(180deg, #c565a2, #a74683);background-image: -o-linear-gradient(180deg, #c565a2, #a74683);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c565a2', endColorstr='#a74683' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c565a2', endColorstr='#a74683' );";background-image: linear-gradient(180deg, #c565a2, #a74683);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container { background-color: transparent; background-image: none; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container > .video-iframe-container { display: none; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row > .video-iframe-container { display: none; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .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); }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container { border-width: 0; border-radius: 0; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#N7uqGg5RdIVzMDQb8SakeTyxKnf72FNa { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:23.875rem;top:1.84375rem;left:0rem;overflow:hidden;display:block; }
#SsNUtn1LGRA6a0DBhXpoRq7KyyGpXyea { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:28.5625rem;height:2.92480625rem;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;text-align:left;text-align-last:left;display:block; }
#nIQa2EuJ4VkLFHLHxDkPnfGwp882efqO { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:28.5625rem;height:2.2747375rem;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;text-align:left;text-align-last:left;display:block; }
#hl6nqFmi29AACsW3zcqIVEHgE2BxLnNd { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.625rem;left:28.5625rem;height:6.5rem;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;text-align:left;text-align-last:left;display:block; }
#CKaFdMtc0uzvnVbZ6oMWgL7gsKcdLMSF { background-color:#0a0135;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:3.9375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:18.0625rem;left:28.5625rem;display:block; }
#ILA0WcsPX6CHXwW0vq8rvFTOfICcgg7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tux1tfBaOXSMkVm56siOy1QFi5mVAsss { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2rem;top:19.25rem;left:54.6875rem;overflow:hidden;display:block; }
#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb { position:relative;display:block; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb { background-color: transparent; background-image: none; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row .container > .video-iframe-container { display: none; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row > .video-iframe-container { display: none; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .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); }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb { border-width: 0; border-radius: 0; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .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; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uZUTtRqrhn4lLpSfRVeM04553TyrZ64N { box-sizing:content-box;height:36.5rem;width:36.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.0625rem 0.5625rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0000000894069rem;left:0.34375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ybbAs2leP2rHsuluMl3w1h2cCLtMxeaW { box-sizing:content-box;height:36.5625rem;width:36.8125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.0625rem 0.5625rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0000000894069rem;left:37.843752384186rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NnTq5Q3Nt3TRdiKf73iWnNrwTsHwuhMJ { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:2.1875rem;height:2.11198125rem;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;text-align:left;text-align-last:left;display:block; }
#xg7xFih02mlRkW5lldqvCxmbqrRV6SK9 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0000003278256rem;left:38.562502384186rem;height:53.625rem;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;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#tLTENUtfQM7UEOJ0CETwJTOnDzhI86cu { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.1875rem;height:30.875rem;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;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#HIRMuo9CMeHeanZF9D1Xr6AybSWXPSNo { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:38.562502384186rem;height:2.11198125rem;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;text-align:left;text-align-last:left;display:block; }
#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { position:relative;display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { background-color: transparent; background-image: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { border-width: 0; border-radius: 0; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5625rem;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; }#bIeGSeOhO33BKERavcRLVJSumNQuT1uO { position:absolute;z-index:15028;top:2.25rem;left:1.53125rem;width:34.4375rem;height:42.0625rem;display:block; }
#uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6rem;left:39.0625rem;height:3.25rem;display:block; }
#ot4fWaOhqgsSvIDnasNxQKAgFAoiEDwq { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.25rem;left:39.0625rem;overflow:hidden;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0135;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; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.34375rem;left:7.5rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB { display:block; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NrkRVBXNl92MQTtix5CkWBJE9B6EWABu { width:12.625rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:#ffffff;background-image:none;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { width:46.1855625rem;height:2.76171875rem;top:5.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { width:25.375rem;height:1.7871125rem;top:2.1494140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLnVfoG7GXD8bAWoScTzu1q93f19yRei { width:25.5625rem;height:4.62890625rem;top:9.9697265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { width:27rem;height:3.4375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block; }
 }@media only screen and (max-width: 1199px) { #OEfPWRizmPFR2wnsF7fsMoHnINTaQIhA { width:25.375rem;height:0.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVno1Khmc7uTOIE1twurtI0Sa8TEdaWc { width:2.75rem;height:2rem;top:21.1630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTIwVXhHD5uyLTv3GhQZxPTKCmZA3JOa { width:10.5625rem;height:2.5996125rem;top:21.0263671875rem;left:3.6904296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzCQDl6c2rlVlUotKFsAOeRrQ1LgpMR8 { width:22.25rem;height:11.875rem;top:2.1494140625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 { display:block; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container { width:47.75rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jr2FyEIr4270aVBq3dMmq2k27C2IQwhc { width:23.625rem;height:31.875rem;top:1.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5rWNALJkwfOPUPxr34M3oNkNOlznSDB { width:46.1855625rem;height:2.2744125rem;top:3.55078125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCQIioVCPPeHA5fFyKZ4aIt9xcPhpsNE { width:17.5rem;height:0.25rem;top:5.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth { width:22.9375rem;height:23.2470625rem;top:7.2900390625rem;left:0.46875rem;font-size:1rem;display:block; }#GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78c543fd-ba92-4e62-9569-8a76af7120e6/Frame106.png); }
 }@media only screen and (max-width: 1199px) { #reBVTLPByk40WhegLiyRxUSm91Ne2qNM { width:22rem;height:2.2744125rem;top:3.55078125rem;left:24.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu { width:22.375rem;height:10.973625rem;top:7.2900390625rem;left:24.625rem;font-size:1rem;display:block; }#IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78c543fd-ba92-4e62-9569-8a76af7120e6/Frame106.png); }
 }@media only screen and (max-width: 1199px) { #IrWW66e0qtlLWsQCszcsTQeFWhniWLxJ { width:22.5rem;height:0.125rem;top:20.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlo0vpKSaqBdmbea52hpv7ABO9ctmZwr { width:21.875rem;height:5.361325rem;top:23.3125rem;left:25.064453125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnhAyksrPGmkGQC04VDdTnT9lZizRr2o { width:20.625rem;height:3.4375rem;top:32rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbRgI1AStuDq5wp9ipUMxRDlpBSeDD1s { display:block; }
 }@media only screen and (max-width: 1199px) { #QeUynwilWP2PFe00Otm42n7yDqIcVcIV { width:2rem;height:1.5625rem;top:32.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LryywqB1UkuJukzXnToWlxPTyiGfSF66 { display:block; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container { width:47.75rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N7uqGg5RdIVzMDQb8SakeTyxKnf72FNa { width:13.875rem;height:11.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SsNUtn1LGRA6a0DBhXpoRq7KyyGpXyea { width:30.875rem;height:2.2744125rem;top:2rem;left:15.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIQa2EuJ4VkLFHLHxDkPnfGwp882efqO { width:32.5625rem;height:1.7871125rem;top:4.1875rem;left:15.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hl6nqFmi29AACsW3zcqIVEHgE2BxLnNd { width:30.9375rem;height:6.499rem;top:6.8125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKaFdMtc0uzvnVbZ6oMWgL7gsKcdLMSF { width:23.375rem;height:3.4375rem;top:14.6875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILA0WcsPX6CHXwW0vq8rvFTOfICcgg7g { display:block; }
 }@media only screen and (max-width: 1199px) { #tux1tfBaOXSMkVm56siOy1QFi5mVAsss { width:2rem;height:1.5625rem;top:15.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb { display:block; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uZUTtRqrhn4lLpSfRVeM04553TyrZ64N { width:23.125rem;height:22.875rem;top:2.03125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybbAs2leP2rHsuluMl3w1h2cCLtMxeaW { width:23.125rem;height:22.875rem;top:2.03125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnTq5Q3Nt3TRdiKf73iWnNrwTsHwuhMJ { width:21.4375rem;height:1.8681625rem;top:3.0625rem;left:25.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xg7xFih02mlRkW5lldqvCxmbqrRV6SK9 { width:21.8125rem;height:16.7480625rem;top:5.87109375rem;left:24.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLTENUtfQM7UEOJ0CETwJTOnDzhI86cu { width:21.8125rem;height:16.7480625rem;top:5.87109375rem;left:24.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIRMuo9CMeHeanZF9D1Xr6AybSWXPSNo { width:21.4375rem;height:1.8681625rem;top:3.0625rem;left:25.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:47.75rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:22.5rem;height:47.75rem;top:1.125rem;left:0.6259765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:22.4375rem;height:2.923825rem;top:4.248046875rem;left:25.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ot4fWaOhqgsSvIDnasNxQKAgFAoiEDwq { width:2.5rem;height:2.5rem;top:1.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:2.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB { display:block; }#zg13u2iHHpp6iZIMvM8Fe0H3tmr6aBEB > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrkRVBXNl92MQTtix5CkWBJE9B6EWABu { width:12.625rem;height:2.75rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { width:18.75rem;height:5.0371125rem;top:6.9375rem;left:0.625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { width:14.9375rem;height:3.25rem;top:1.5625rem;left:2.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLnVfoG7GXD8bAWoScTzu1q93f19yRei { width:20rem;height:8.125rem;top:12.7216796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { width:18.996125rem;height:3.4375rem;top:22.6591875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block; }
 }@media only screen and (max-width: 763px) { #OEfPWRizmPFR2wnsF7fsMoHnINTaQIhA { width:18.75rem;height:0.125rem;top:5.5341796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVno1Khmc7uTOIE1twurtI0Sa8TEdaWc { width:2.75rem;height:2rem;top:28rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTIwVXhHD5uyLTv3GhQZxPTKCmZA3JOa { width:11.3125rem;height:2.5996125rem;top:28rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzCQDl6c2rlVlUotKFsAOeRrQ1LgpMR8 { width:20rem;height:10.674157303371rem;top:36.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 { display:block; }#MuiKagJ0tB6xs44NIu6gfm8SPouvLbu8 > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr2FyEIr4270aVBq3dMmq2k27C2IQwhc { width:20rem;height:42rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rWNALJkwfOPUPxr34M3oNkNOlznSDB { width:18.75rem;height:2.2744125rem;top:1.0625rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zCQIioVCPPeHA5fFyKZ4aIt9xcPhpsNE { width:17.5rem;height:0.25rem;top:3.8984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth { width:20rem;height:44.375rem;top:5.4609375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#GxQuc0RyQZlKAGJZkRUbrisQk8DBaSth li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78c543fd-ba92-4e62-9569-8a76af7120e6/Frame106.png); }
 }@media only screen and (max-width: 763px) { #reBVTLPByk40WhegLiyRxUSm91Ne2qNM { width:18.75rem;height:2.2744125rem;top:58.83203125rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu { width:20rem;height:18.125rem;top:62.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#IQuARH0wa5uEnsV1SvhqVMsLkiaG6Jiu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/78c543fd-ba92-4e62-9569-8a76af7120e6/Frame106.png); }
 }@media only screen and (max-width: 763px) { #IrWW66e0qtlLWsQCszcsTQeFWhniWLxJ { width:18.75rem;height:0.125rem;top:83.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlo0vpKSaqBdmbea52hpv7ABO9ctmZwr { width:18.25rem;height:11.3720625rem;top:85.6875rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnhAyksrPGmkGQC04VDdTnT9lZizRr2o { width:19rem;height:3.9375rem;top:51.265625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbRgI1AStuDq5wp9ipUMxRDlpBSeDD1s { display:block; }
 }@media only screen and (max-width: 763px) { #QeUynwilWP2PFe00Otm42n7yDqIcVcIV { width:2rem;height:1.5625rem;top:59.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LryywqB1UkuJukzXnToWlxPTyiGfSF66 { display:block; }#LryywqB1UkuJukzXnToWlxPTyiGfSF66 > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7uqGg5RdIVzMDQb8SakeTyxKnf72FNa { width:20rem;height:16.756756756757rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsNUtn1LGRA6a0DBhXpoRq7KyyGpXyea { width:20rem;height:4.548825rem;top:19.255875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIQa2EuJ4VkLFHLHxDkPnfGwp882efqO { width:20rem;height:1.94921875rem;top:23.802734375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hl6nqFmi29AACsW3zcqIVEHgE2BxLnNd { width:20rem;height:14.625rem;top:27.0390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKaFdMtc0uzvnVbZ6oMWgL7gsKcdLMSF { width:19rem;height:3.9375rem;top:43.318359375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILA0WcsPX6CHXwW0vq8rvFTOfICcgg7g { display:block; }
 }@media only screen and (max-width: 763px) { #tux1tfBaOXSMkVm56siOy1QFi5mVAsss { width:2rem;height:1.5625rem;top:69.1308875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb { display:block; }#tyDx9o3TEcI7qu8UcJDV0P8sTlkR3qfb > .row .container { width:20rem;height:109.17448125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZUTtRqrhn4lLpSfRVeM04553TyrZ64N { width:20rem;height:35.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybbAs2leP2rHsuluMl3w1h2cCLtMxeaW { width:20rem;height:33.875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTq5Q3Nt3TRdiKf73iWnNrwTsHwuhMJ { width:18.75rem;height:2.2744125rem;top:39.5625rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xg7xFih02mlRkW5lldqvCxmbqrRV6SK9 { width:20rem;height:28.125rem;top:42.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLTENUtfQM7UEOJ0CETwJTOnDzhI86cu { width:20rem;height:0;top:77.04948125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HIRMuo9CMeHeanZF9D1Xr6AybSWXPSNo { width:20rem;height:0;top:73.6875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:19.1875rem;height:47.5625rem;top:8rem;left:0.4072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:18.75rem;height:2.5996125rem;top:3.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ot4fWaOhqgsSvIDnasNxQKAgFAoiEDwq { width:2.5rem;height:2.5rem;top:0.55859375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7.21875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }