.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:251,227,225;--color-primary-1:241,161,154;--color-primary-2:227,66,53;--color-primary-3:114,33,27;--color-primary-4:34,10,8;--color-secondary-0:252,243,220;--color-secondary-1:246,216,139;--color-secondary-2:237,177,23;--color-secondary-3:119,89,12;--color-secondary-4:36,27,3;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,233;--color-tertiary-2:192,192,192;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2710b132-0125-4341-aca4-6b815a92f14a/imgi_10_WhatsAppImage20221027at41509PM768x576.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:roboto;font-size:3.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.9375rem;height:19.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"druk trial";font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.625rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { background-color:transparent;background-image: -webkit-linear-gradient(139deg, #f6a709, #ea700d);background-image: -moz-linear-gradient(139deg, #f6a709, #ea700d);background-image: -ms-linear-gradient(139deg, #f6a709, #ea700d);background-image: -o-linear-gradient(139deg, #f6a709, #ea700d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );";background-image: linear-gradient(139deg, #f6a709, #ea700d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.4375rem;left:1.9375rem;display:block; }
#gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdzGNpRZMDF1HHr9feVqpJOWsJgzI3BA { color:rgba(var(--color-tertiary-0),0.67);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.625rem;left:1.9375rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPR8yGkJTn2xiDhNZK8peL0BpfMycheQ { color:rgba(var(--color-tertiary-0),0.67);display:block;width:29.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.9375rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WsaDJVDrm8cEaTnNA0E42G1PTKQZZy6m { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.875rem;width:26.875rem;top:7.875rem;left:48.125rem;overflow:hidden;display:block; }
#NmcDMzypDfJcsDTtO9UliaCpnKugt2i1 { color:rgba(255,255,255,0.67);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:36.125rem;left:48.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q78hW4Zf3qN5S4U8m1UyFKBE0PV7DCJo { color:rgba(255,255,255,0.67);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.4375rem;left:48.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T54nLbIumFeqcTGFlRnWuPuWdnarVIzZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.7548828125rem;left:49.1875rem; }
#kfGNm4VD6BTfSoBxMlonbydvW6a81O5x { color:rgba(255,255,255,0.67);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.4375rem;left:48.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { 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; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { background-color: transparent; background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .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); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { border-width: 0; border-radius: 0; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#DsToqk8yWhmvMDDBnRwNds7qbRHD0Tfh { color:#0a0a0a;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.0625rem;left:2.5625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ0FJCXM3s5GU9JLnl9yGWUD5Nb9vBie { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:monumentextendend;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:20.5rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wHsrrkCRgp0s0hnZXn63AbT58CcKxvKH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#qlpcoNLkNz4hCk5863yf20E8C5fqiR14 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#KqwsZVGre6SPSh1DOrK5HEIki0RBlVFK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#xbhh8AeF9cyQX1DfD43nHWCHEPTcL2dP { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:2.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#apSuuITmaA9orilahiH4k8L4WkNJReEc { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6a709, #ea700d);background-image: -moz-linear-gradient(180deg, #f6a709, #ea700d);background-image: -ms-linear-gradient(180deg, #f6a709, #ea700d);background-image: -o-linear-gradient(180deg, #f6a709, #ea700d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );";background-image: linear-gradient(180deg, #f6a709, #ea700d);background-size:auto !important;top:12.75rem;left:8.8125rem;display:block; }
#iZlN6cvIoVVHJEB0MDCD4ue7FyG5KiAf { background-color:#a551ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.0625rem;left:1.9375rem;display:none; }
#y26BL0hx3oTtGfVy65DrT3cUSBTimTlf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDsT8S3RHMa7suW5d5KhFtV8cfeq0oi5 { color:rgba(10,10,10,0.43);display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:2.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yd9JXZGm2JVJWXzpVnTVRtU4wExGcun7 { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:20.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kNMsiXLzO31AW85RCyV5W8mBzhqB1abl { color:rgba(10,10,10,0.43);display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.625rem;left:20.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SW7yHd1JcTTge9cce3unqqRqRKIDcIvZ { color:#0a0a0a;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:21.3125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oE9AmmAPth52PtEh3tWyTe0LPzxwWxvW { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6a709, #ea700d);background-image: -moz-linear-gradient(180deg, #f6a709, #ea700d);background-image: -ms-linear-gradient(180deg, #f6a709, #ea700d);background-image: -o-linear-gradient(180deg, #f6a709, #ea700d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );";background-image: linear-gradient(180deg, #f6a709, #ea700d);background-size:auto !important;top:12.75rem;left:27.5625rem;display:block; }
#X54XnGGQwwJVSWLeLkAen4FPBrrHzik7 { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:39.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Lch5WrTc815RXTOdtxK5xPH6TRt7pcSO { color:rgba(10,10,10,0.43);display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:39.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5r1KJeSnaoMBNX1pIBDgEkNbKQqFcum { color:#0a0a0a;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.0625rem;left:40.0625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuyLnPTdGPJKg1nodhsUz1UoocE8AzTJ { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6a709, #ea700d);background-image: -moz-linear-gradient(180deg, #f6a709, #ea700d);background-image: -ms-linear-gradient(180deg, #f6a709, #ea700d);background-image: -o-linear-gradient(180deg, #f6a709, #ea700d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );";background-image: linear-gradient(180deg, #f6a709, #ea700d);background-size:auto !important;top:12.75rem;left:46.3125rem;display:block; }
#PeLy5D74VBNd7XB2WV0GfAqbf9t4ehkT { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:58.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PUuyDqEoxgPUGVxkhmezV9HAcVq83lwK { color:rgba(10,10,10,0.43);display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.625rem;left:58.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6QLkbXmDC7oZGMs36e15e2Li6z3JhRe { color:#0a0a0a;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:58.8125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJrX8GO99ZaXklsFELe8CNkvWaIgeT3R { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6a709, #ea700d);background-image: -moz-linear-gradient(180deg, #f6a709, #ea700d);background-image: -ms-linear-gradient(180deg, #f6a709, #ea700d);background-image: -o-linear-gradient(180deg, #f6a709, #ea700d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );";background-image: linear-gradient(180deg, #f6a709, #ea700d);background-size:auto !important;top:12.75rem;left:65.0625rem;display:block; }
#B6fI03TGHTr1BrhrlDffJKVZwHp1gkfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:13.125rem;left:9.125rem; }
#Eg7BRwFQDgr9IiH4Bhnv9xiQHLs8RJLb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.125rem;left:46.6875rem; }
#W8BEL6fXipii6Er3bLcBcmHBm9kDQeiP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.125rem;left:27.875rem; }
#U8B3tlvlpSsgOAFGyx4aP3fFnQ2iAmQx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.125rem;left:65.375rem; }
#iWkLZ4JTIqPLADPH0lyRnunoHFSomeGN { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.125rem;left:1.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#Kl8obC6kZVzxFMEIolHKnfBW6xKQSetH { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.125rem;left:1.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#vs4L4uy9qgiqXTfPZQBRB2FPTiNugCAi { box-sizing:content-box;height:12.5rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.125rem;left:1.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#gt6bCTQ7i5dCTsH4yTMps34f2uI3fhvf { color:rgba(var(--color-tertiary-3),1);display:block;width:52.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzTZfffAr0bEg20QL5OVCDEqvwdWBBQo { color:#0a0a0a;display:block;width:52.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv { 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; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { background-color: transparent; background-image: none; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container > .video-iframe-container { display: none; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row > .video-iframe-container { display: none; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .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); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { border-width: 0; border-radius: 0; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#eiSezQ8LsAQkdVwgsDMJ9z38UNCdFai9 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.75rem;position:absolute;font-family:"neue montreal";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Izf9ZmTL3IaFWNp3fokmVsxTfyZzoel7 { color:#0a0a0a;display:block;width:31.6875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvaNTdZffzRvLy9SC5iGn71w3m0ozmKA { color:rgba(var(--color-tertiary-3),1);display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T { 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; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container { background-color: transparent; background-image: none; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container > .video-iframe-container { display: none; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row > .video-iframe-container { display: none; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .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); }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container { border-width: 0; border-radius: 0; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#x4gECu7NLemBl0i6lkDnuIh0OFPKCawT { box-sizing:content-box;height:17.5rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:14.4375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#QnVvU3QvUc3LLIW52ma9HB5q1DvoT8WR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:21.25rem;top:5rem;left:15.375rem;overflow:hidden;display:block; }
#n1tLgTpBXG0Cuo2VTEg4Zqm2OhxTMuKp { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:38.1875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#CgFSpwJEPsCFyq5LxW8GBeLnNpqEu6rx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:5.0625rem;left:38.8125rem;overflow:hidden;display:block; }
#bUgdKESzfiAoeFFndULPLKgbJUA1AEo7 { background-color:transparent;background-image: -webkit-linear-gradient(139deg, #f6a709, #ea700d);background-image: -moz-linear-gradient(139deg, #f6a709, #ea700d);background-image: -ms-linear-gradient(139deg, #f6a709, #ea700d);background-image: -o-linear-gradient(139deg, #f6a709, #ea700d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a709', endColorstr='#ea700d' );";background-image: linear-gradient(139deg, #f6a709, #ea700d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.21875rem;left:0.5625rem;display:block; }
#rsW6A3w1okvCQyJJkZPQclpBLi4ZqAWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHzdoT2ITUVsrcIHnLJWEK6TcTpw8aOo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:5.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#d6Q24ba5TterGJJgRsAirxcbsBNA47lA { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#FleWNDsqEOZum0V1TuUAoMBbyzLcdshD { box-sizing:content-box;height:17.5rem;width:23rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:52rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#hbp0kRRl57x9ZDDG3nZTwzePidsDkUuq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:21.25rem;top:5.03125rem;left:52.875rem;overflow:hidden;display:block; }
#X57SC06IAZo1alkaM3w42fvq8MATHZg3 { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:15.375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#KytfET9k7MgJk63r8SSGzQihE6VHfT7V { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:16rem;overflow:hidden;display:block; }
#zx6PZPg0EFcKtIWAsIQbNykG2PNNVBv0 { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:30.0625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#MZTeJaXQmiTaKeIJm8XBhKfGSmgTH457 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:30.6875rem;overflow:hidden;display:block; }
#rcDrvURa4s9u8UR1aXznZP7nMTvpWvTT { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#pG2tcULA7vzTG5BTUItxeyTkUBxMMS4K { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:0.625rem;overflow:hidden;display:block; }
#KTeAxsFuzfT14ToDM6bT76Uqs1ivfIS9 { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:45.9375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#MbO651CW9wt9F7u769ex3oDwI9Go2m4n { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:46.5625rem;overflow:hidden;display:block; }
#PLl7NA9ScvivbDQ3VsmBHFaI0WJWLIsa { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:61.875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#Rc7yxBVhyJw3Tv768A38NmU9cZmBGiei { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:62.5rem;overflow:hidden;display:block; }
#vDTzylhCbMvqpoJ1dvFr3GCXZXeDkFO6 { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#Geh16CNgvLwGJR3k9yur8coVTVfD8FzP { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:0.625rem;overflow:hidden;display:none; }
#Tk4nOt8BHyOD2iSdl7TTCWBvVm4weMDz { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#T7kpONTRGwAxL4f8AgMTw9ukCl6Fpa7T { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:15.9375rem;width:11.9375rem;top:23.6875rem;left:62.5rem;overflow:hidden;display:none; }
#IkRRLqH6mvl13gcGeM9TqMTil7kTrGCQ { box-sizing:content-box;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 { position:relative;display:block; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 { background-color: transparent; background-image: none; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .row .container > .video-iframe-container { display: none; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .row > .video-iframe-container { display: none; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .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); }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 { border-width: 0; border-radius: 0; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .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; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .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:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RsUTdLUals52rTQ52diJAWvUyyrqgvu6 { box-sizing:content-box;height:18.625rem;width:15.375rem;position:absolute;display:block;z-index:15002;background-color:#f5f5f5;background-image:none;top:11.59375rem;left:2.09375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#KzP7OwC0bHxgJXxKlG3QEqRrfLIuTKuP { color:#0a0a0a;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3505859375rem;left:3.375rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVKXcPuXTE0HdreUdZToCBEX08vSCqb1 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5380859375rem;left:3.375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KxAaUV77lxtFKTbUTEZuyXWZJRWt8oi9 { box-sizing:content-box;height:18.625rem;width:15.375rem;position:absolute;display:block;z-index:15006;background-color:#f5f5f5;background-image:none;top:11.625rem;left:20.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#vunfCrfcJNg74nLsWU08hG9oiVTQ2TtF { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.5625rem;left:21.75rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqlU8EoQ1hoMXiMTX8P1OGDL5r8rmDdb { color:#0a0a0a;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.75rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SpiaHyQIsK8pVNackbE7s0kusAqhvXh2 { box-sizing:content-box;height:18.625rem;width:15.375rem;position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;top:11.625rem;left:39.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#qWRzFe0RU6p1NlwRNGd9uqzDW0BsrqX3 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.5625rem;left:40.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHcxmrZ6rz0rh46JA5QaqW42b5sJK5eW { color:#0a0a0a;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.375rem;left:40.5rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPvclXncIFSSUyTh5CeQSXgWEEH19JMs { box-sizing:content-box;height:18.625rem;width:15.375rem;position:absolute;display:block;z-index:15014;background-color:#f5f5f5;background-image:none;top:11.625rem;left:57.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#y0fI7WEuIuaxJq2UnBTeRd6RJ8DBMmoT { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:22.5625rem;left:59.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFOt46lLRrgPiL43nt2c2bTQp2HkebbK { color:#0a0a0a;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:59.25rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vP9gOqsHyC7bdOKpLl7TAMmOnXOVFwda { color:rgba(var(--color-tertiary-3),1);display:block;width:52.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIUxnUwFztcktSGr4ahxV25uAbEi3qlc { color:#0a0a0a;display:block;width:52.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSu0yL9bMiBVNz4Uo99pKC20fJD2UzzX { color:#0a0a0a;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.12158203125rem;left:3.25rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5IPGBJWryQiWzXEXaEtzANAFRyTIJME { color:#0a0a0a;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.12158203125rem;left:21.75rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cHf5M6BpmmbXPmIfkm7dgdrZBQ6Lwm61 { color:#0a0a0a;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.12158203125rem;left:40.5rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNxvrtWdnsccb65TlTFemUoiRZ5is9AQ { color:#0a0a0a;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.12158203125rem;left:59.25rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb5630d2-ee6a-4c55-9509-23002f0912db/imgi_4_67b9c544cd22bd7472291c54_optimized_1402.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK.adaptive-delivery-prevent-bg, #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK.lazyload, #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK.lazyloading { background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { border-width: 0; border-radius: 0; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#HIeIcRV8uEJSiuUEVybvnLoekdFLppXP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:12.125rem;left:18.125rem;display:block; }
#P8PAZxdduep0tIC4rzGF47QTJrw1ITfr { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:21.4375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kI2K9pD9HhgKCltXXS9TL4Zxtq88FtFH { color:rgba(var(--color-tertiary-0),0.67);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:22.75rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { 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; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { background-color: transparent; background-image: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container > .video-iframe-container { display: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container { display: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .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); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { border-width: 0; border-radius: 0; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:18.5rem;height:1.4624rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.25rem;top:1.625rem;left:15.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:34.25rem;height:19.8125rem;top:9.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:20rem;height:8.25rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:15.4375rem;height:4.0625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #tdzGNpRZMDF1HHr9feVqpJOWsJgzI3BA { width:29.5rem;height:3.0625rem;top:30.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPR8yGkJTn2xiDhNZK8peL0BpfMycheQ { width:29.75rem;height:2.25rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsaDJVDrm8cEaTnNA0E42G1PTKQZZy6m { top:7.875rem;left:20.875rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmcDMzypDfJcsDTtO9UliaCpnKugt2i1 { width:26.5625rem;height:0.9375rem;top:36.125rem;left:21.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q78hW4Zf3qN5S4U8m1UyFKBE0PV7DCJo { width:26.5625rem;height:0.9375rem;top:37.4375rem;left:21.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54nLbIumFeqcTGFlRnWuPuWdnarVIzZ { top:32.75rem;left:35.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfGNm4VD6BTfSoBxMlonbydvW6a81O5x { width:8.375rem;height:2.875rem;top:49.375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsToqk8yWhmvMDDBnRwNds7qbRHD0Tfh { width:14.1875rem;height:2.875rem;top:16.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0FJCXM3s5GU9JLnl9yGWUD5Nb9vBie { width:15.3125rem;height:2.875rem;top:8rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHsrrkCRgp0s0hnZXn63AbT58CcKxvKH { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlpcoNLkNz4hCk5863yf20E8C5fqiR14 { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqwsZVGre6SPSh1DOrK5HEIki0RBlVFK { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbhh8AeF9cyQX1DfD43nHWCHEPTcL2dP { top:11.1875rem;left:0rem;width:15rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apSuuITmaA9orilahiH4k8L4WkNJReEc { top:12.75rem;left:5.40625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZlN6cvIoVVHJEB0MDCD4ue7FyG5KiAf { width:15.4375rem;height:4.0625rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y26BL0hx3oTtGfVy65DrT3cUSBTimTlf { display:block; }
 }@media only screen and (max-width: 763px) { #HDsT8S3RHMa7suW5d5KhFtV8cfeq0oi5 { width:15rem;height:1.375rem;top:19.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9JXZGm2JVJWXzpVnTVRtU4wExGcun7 { top:11.1875rem;left:8.875rem;width:15rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNMsiXLzO31AW85RCyV5W8mBzhqB1abl { width:15rem;height:1.375rem;top:19.625rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW7yHd1JcTTge9cce3unqqRqRKIDcIvZ { width:14.1875rem;height:2.875rem;top:16.0625rem;left:9.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9AmmAPth52PtEh3tWyTe0LPzxwWxvW { top:12.75rem;left:17.34375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54XnGGQwwJVSWLeLkAen4FPBrrHzik7 { top:11.1875rem;left:20.8125rem;width:15rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lch5WrTc815RXTOdtxK5xPH6TRt7pcSO { width:15rem;height:1.375rem;top:19.625rem;left:20.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5r1KJeSnaoMBNX1pIBDgEkNbKQqFcum { width:14.1875rem;height:2.875rem;top:16.0625rem;left:21.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyLnPTdGPJKg1nodhsUz1UoocE8AzTJ { top:12.75rem;left:29.28125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLy5D74VBNd7XB2WV0GfAqbf9t4ehkT { top:11.1875rem;left:32.75rem;width:15rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuyDqEoxgPUGVxkhmezV9HAcVq83lwK { width:15rem;height:1.375rem;top:19.625rem;left:32.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6QLkbXmDC7oZGMs36e15e2Li6z3JhRe { width:14.1875rem;height:2.875rem;top:16.0625rem;left:33.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJrX8GO99ZaXklsFELe8CNkvWaIgeT3R { top:12.75rem;left:41.21875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fI03TGHTr1BrhrlDffJKVZwHp1gkfm { top:13.125rem;left:5.71875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg7BRwFQDgr9IiH4Bhnv9xiQHLs8RJLb { top:13.125rem;left:29.65625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8BEL6fXipii6Er3bLcBcmHBm9kDQeiP { top:13.125rem;left:17.65625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8B3tlvlpSsgOAFGyx4aP3fFnQ2iAmQx { top:13.125rem;left:41.53125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWkLZ4JTIqPLADPH0lyRnunoHFSomeGN { top:3.125rem;left:0rem;width:15rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kl8obC6kZVzxFMEIolHKnfBW6xKQSetH { top:3.125rem;left:0rem;width:15rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vs4L4uy9qgiqXTfPZQBRB2FPTiNugCAi { top:3.125rem;left:0rem;width:15rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gt6bCTQ7i5dCTsH4yTMps34f2uI3fhvf { width:47.75rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTZfffAr0bEg20QL5OVCDEqvwdWBBQo { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv { display:block; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiSezQ8LsAQkdVwgsDMJ9z38UNCdFai9 { width:41.75rem;height:1.375rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9ZmTL3IaFWNp3fokmVsxTfyZzoel7 { width:31.6875rem;height:3.25rem;top:6.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaNTdZffzRvLy9SC5iGn71w3m0ozmKA { width:28.875rem;height:3.25rem;top:10.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T { display:block; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4gECu7NLemBl0i6lkDnuIh0OFPKCawT { top:4.25rem;left:0rem;width:23rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnVvU3QvUc3LLIW52ma9HB5q1DvoT8WR { top:5rem;left:0rem;width:21.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1tLgTpBXG0Cuo2VTEg4Zqm2OhxTMuKp { top:4.25rem;left:18.625rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgFSpwJEPsCFyq5LxW8GBeLnNpqEu6rx { top:5.0625rem;left:19.8125rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUgdKESzfiAoeFFndULPLKgbJUA1AEo7 { width:15.4375rem;height:4.0625rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsW6A3w1okvCQyJJkZPQclpBLi4ZqAWu { display:block; }
 }@media only screen and (max-width: 763px) { #mHzdoT2ITUVsrcIHnLJWEK6TcTpw8aOo { top:5.0625rem;left:0rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Q24ba5TterGJJgRsAirxcbsBNA47lA { top:4.25rem;left:0rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FleWNDsqEOZum0V1TuUAoMBbyzLcdshD { top:4.25rem;left:24.625rem;width:23rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbp0kRRl57x9ZDDG3nZTwzePidsDkUuq { top:5rem;left:26.375rem;width:21.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X57SC06IAZo1alkaM3w42fvq8MATHZg3 { top:22.875rem;left:2.75rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KytfET9k7MgJk63r8SSGzQihE6VHfT7V { top:23.6875rem;left:3.9375rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx6PZPg0EFcKtIWAsIQbNykG2PNNVBv0 { top:22.875rem;left:16.375rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTeJaXQmiTaKeIJm8XBhKfGSmgTH457 { top:23.6875rem;left:17rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcDrvURa4s9u8UR1aXznZP7nMTvpWvTT { top:22.875rem;left:0rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2tcULA7vzTG5BTUItxeyTkUBxMMS4K { top:23.6875rem;left:0rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTeAxsFuzfT14ToDM6bT76Uqs1ivfIS9 { top:22.875rem;left:18.625rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbO651CW9wt9F7u769ex3oDwI9Go2m4n { top:23.6875rem;left:19.8125rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLl7NA9ScvivbDQ3VsmBHFaI0WJWLIsa { top:22.875rem;left:34.5rem;width:13.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc7yxBVhyJw3Tv768A38NmU9cZmBGiei { top:23.6875rem;left:35.6875rem;width:11.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTzylhCbMvqpoJ1dvFr3GCXZXeDkFO6 { top:22.875rem;left:0rem;width:13.125rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Geh16CNgvLwGJR3k9yur8coVTVfD8FzP { top:23.6875rem;left:0rem;width:11.9375rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk4nOt8BHyOD2iSdl7TTCWBvVm4weMDz { top:22.875rem;left:0rem;width:13.125rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7kpONTRGwAxL4f8AgMTw9ukCl6Fpa7T { top:23.6875rem;left:35.6875rem;width:11.9375rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkRRLqH6mvl13gcGeM9TqMTil7kTrGCQ { top:22.875rem;left:0rem;width:13.125rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 { display:block; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsUTdLUals52rTQ52diJAWvUyyrqgvu6 { top:11.5625rem;left:0rem;width:15.375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzP7OwC0bHxgJXxKlG3QEqRrfLIuTKuP { width:11.625rem;height:2.875rem;top:17.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVKXcPuXTE0HdreUdZToCBEX08vSCqb1 { width:12.8125rem;height:3.625rem;top:22.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxAaUV77lxtFKTbUTEZuyXWZJRWt8oi9 { top:11.625rem;left:8.5rem;width:15.375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunfCrfcJNg74nLsWU08hG9oiVTQ2TtF { width:12.8125rem;height:3.625rem;top:22.5625rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqlU8EoQ1hoMXiMTX8P1OGDL5r8rmDdb { width:13.5625rem;height:4.375rem;top:17.375rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiaHyQIsK8pVNackbE7s0kusAqhvXh2 { top:11.625rem;left:20.4375rem;width:15.375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWRzFe0RU6p1NlwRNGd9uqzDW0BsrqX3 { width:12.8125rem;height:2.4375rem;top:22.5625rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHcxmrZ6rz0rh46JA5QaqW42b5sJK5eW { width:13.0625rem;height:2.875rem;top:17.375rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvclXncIFSSUyTh5CeQSXgWEEH19JMs { top:11.625rem;left:32.375rem;width:15.375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0fI7WEuIuaxJq2UnBTeRd6RJ8DBMmoT { width:12.8125rem;height:2.4375rem;top:22.5625rem;left:34.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFOt46lLRrgPiL43nt2c2bTQp2HkebbK { width:13.0625rem;height:2.875rem;top:17.375rem;left:34.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP9gOqsHyC7bdOKpLl7TAMmOnXOVFwda { width:47.75rem;height:3.25rem;top:5.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIUxnUwFztcktSGr4ahxV25uAbEi3qlc { width:47.75rem;height:3.25rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSu0yL9bMiBVNz4Uo99pKC20fJD2UzzX { width:11.625rem;height:2.1875rem;top:14.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5IPGBJWryQiWzXEXaEtzANAFRyTIJME { width:11.625rem;height:2.1875rem;top:14.0625rem;left:11.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHf5M6BpmmbXPmIfkm7dgdrZBQ6Lwm61 { width:11.625rem;height:2.1875rem;top:14.0625rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxvrtWdnsccb65TlTFemUoiRZ5is9AQ { width:11.625rem;height:2.1875rem;top:14.0625rem;left:35.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIeIcRV8uEJSiuUEVybvnLoekdFLppXP { top:12.125rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8PAZxdduep0tIC4rzGF47QTJrw1ITfr { width:32.125rem;height:2.5rem;top:3.125rem;left:7.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI2K9pD9HhgKCltXXS9TL4Zxtq88FtFH { width:29.5rem;height:3.0625rem;top:6.375rem;left:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { top:1.625rem;left:1.625rem;width:2.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b217316-37af-4b84-8403-65ee9ca24dde/1e29d2ceb84f42b3a8e88993473d9028.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:20rem;height:10.07425rem;top:5.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;font-weight:400;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:18.3125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:16.5rem;height:3.4375rem;top:23.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #tdzGNpRZMDF1HHr9feVqpJOWsJgzI3BA { width:18rem;height:3.16845625rem;top:18.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:300;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #TPR8yGkJTn2xiDhNZK8peL0BpfMycheQ { width:20rem;height:1.3808625rem;top:3.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #WsaDJVDrm8cEaTnNA0E42G1PTKQZZy6m { width:10.625rem;height:10.625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmcDMzypDfJcsDTtO9UliaCpnKugt2i1 { width:8.4375rem;height:2.6806625rem;top:33.75rem;left:11.5625rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:300;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Q78hW4Zf3qN5S4U8m1UyFKBE0PV7DCJo { width:8.375rem;height:0;top:43.43896484375rem;left:11.625rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:300;font-style:normal;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #T54nLbIumFeqcTGFlRnWuPuWdnarVIzZ { display:flex;width:3.125rem;height:3.125rem;top:29.5rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #kfGNm4VD6BTfSoBxMlonbydvW6a81O5x { width:8.375rem;height:2.68066875rem;top:37.5rem;left:11.625rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:300;font-style:normal;font-family:inter;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { background-color:#f5f5f5;background-image:none;display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { background-color: transparent; background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .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); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsToqk8yWhmvMDDBnRwNds7qbRHD0Tfh { width:15.3125rem;height:2.84375rem;top:11.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.1875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0FJCXM3s5GU9JLnl9yGWUD5Nb9vBie { width:15.3125rem;height:0;top:15.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;font-family:monumentextendend;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #wHsrrkCRgp0s0hnZXn63AbT58CcKxvKH { display:flex;width:2.0625rem;height:2.0625rem;top:20.25rem;left:9rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #qlpcoNLkNz4hCk5863yf20E8C5fqiR14 { display:flex;width:2.0625rem;height:2.0625rem;top:11.0625rem;left:8.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #KqwsZVGre6SPSh1DOrK5HEIki0RBlVFK { display:flex;width:2.0625rem;height:2.0625rem;top:3rem;left:8.96875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #xbhh8AeF9cyQX1DfD43nHWCHEPTcL2dP { width:15rem;height:9.5625rem;top:7.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apSuuITmaA9orilahiH4k8L4WkNJReEc { width:1.6875rem;height:1.6875rem;top:8.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZlN6cvIoVVHJEB0MDCD4ue7FyG5KiAf { width:16.5rem;height:3.4375rem;top:52.25rem;left:1.75rem;font-size:1.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #y26BL0hx3oTtGfVy65DrT3cUSBTimTlf { display:block; }
 }@media only screen and (max-width: 763px) { #HDsT8S3RHMa7suW5d5KhFtV8cfeq0oi5 { width:15rem;height:1.3808625rem;top:14.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #yd9JXZGm2JVJWXzpVnTVRtU4wExGcun7 { width:15rem;height:12.5rem;top:68.1308625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNMsiXLzO31AW85RCyV5W8mBzhqB1abl { width:15rem;height:1.3808625rem;top:25.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #SW7yHd1JcTTge9cce3unqqRqRKIDcIvZ { width:14.1875rem;height:2.84375rem;top:21.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:2.1875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #oE9AmmAPth52PtEh3tWyTe0LPzxwWxvW { width:1.6875rem;height:1.6875rem;top:19.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54XnGGQwwJVSWLeLkAen4FPBrrHzik7 { width:15rem;height:12.5rem;top:35.1875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lch5WrTc815RXTOdtxK5xPH6TRt7pcSO { width:15rem;height:1.3808625rem;top:35.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #J5r1KJeSnaoMBNX1pIBDgEkNbKQqFcum { width:14.1875rem;height:2.84375rem;top:32.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:2.1875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyLnPTdGPJKg1nodhsUz1UoocE8AzTJ { width:1.6875rem;height:1.6875rem;top:30.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLy5D74VBNd7XB2WV0GfAqbf9t4ehkT { width:15rem;height:12.5rem;top:95.6308625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUuyDqEoxgPUGVxkhmezV9HAcVq83lwK { width:15rem;height:1.3808625rem;top:46.875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #L6QLkbXmDC7oZGMs36e15e2Li6z3JhRe { width:14.1875rem;height:2.84375rem;top:44.0625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:2.1875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #iJrX8GO99ZaXklsFELe8CNkvWaIgeT3R { width:1.6875rem;height:1.6875rem;top:41.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fI03TGHTr1BrhrlDffJKVZwHp1gkfm { display:flex;width:1rem;height:1rem;top:9.0625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #Eg7BRwFQDgr9IiH4Bhnv9xiQHLs8RJLb { display:flex;width:1rem;height:1rem;top:30.625rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #W8BEL6fXipii6Er3bLcBcmHBm9kDQeiP { display:flex;width:1rem;height:1rem;top:19.6875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #U8B3tlvlpSsgOAFGyx4aP3fFnQ2iAmQx { display:flex;width:1rem;height:1rem;top:41.8125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #iWkLZ4JTIqPLADPH0lyRnunoHFSomeGN { width:15rem;height:9.5625rem;top:18.375rem;left:2.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8obC6kZVzxFMEIolHKnfBW6xKQSetH { width:15rem;height:9.5625rem;top:29.0625rem;left:2.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vs4L4uy9qgiqXTfPZQBRB2FPTiNugCAi { width:15rem;height:9.5625rem;top:40.5625rem;left:2.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gt6bCTQ7i5dCTsH4yTMps34f2uI3fhvf { width:15.75rem;height:2.03125rem;top:3.96875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:inter;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #gzTZfffAr0bEg20QL5OVCDEqvwdWBBQo { width:16.25rem;height:2.03125rem;top:2rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:inter;color:#0a0a0a;display:block; }
 }@media only screen and (max-width: 763px) { #tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv { display:block; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiSezQ8LsAQkdVwgsDMJ9z38UNCdFai9 { width:17.4375rem;height:2.2744125rem;top:8.2373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Izf9ZmTL3IaFWNp3fokmVsxTfyZzoel7 { width:20rem;height:2.03125rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:roboto;color:#0a0a0a;display:block; }
 }@media only screen and (max-width: 763px) { #pvaNTdZffzRvLy9SC5iGn71w3m0ozmKA { width:20rem;height:2.03125rem;top:5.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:roboto;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T { display:block; }#vEQs7MAX5HDGQoFL1nPU4XCAvMvpiR0T > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4gECu7NLemBl0i6lkDnuIh0OFPKCawT { width:20rem;height:14.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnVvU3QvUc3LLIW52ma9HB5q1DvoT8WR { width:18.1875rem;height:13.625rem;top:1.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1tLgTpBXG0Cuo2VTEg4Zqm2OhxTMuKp { width:12.5625rem;height:15.9375rem;top:16.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgFSpwJEPsCFyq5LxW8GBeLnNpqEu6rx { width:10.875rem;height:14.5625rem;top:17rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUgdKESzfiAoeFFndULPLKgbJUA1AEo7 { width:15.4375rem;height:4.0625rem;top:46.9375rem;left:2.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsW6A3w1okvCQyJJkZPQclpBLi4ZqAWu { display:block; }
 }@media only screen and (max-width: 763px) { #mHzdoT2ITUVsrcIHnLJWEK6TcTpw8aOo { width:11.9375rem;height:15.9375rem;top:70.4375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6Q24ba5TterGJJgRsAirxcbsBNA47lA { width:13.125rem;height:17.5rem;top:69.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FleWNDsqEOZum0V1TuUAoMBbyzLcdshD { width:20rem;height:17.5rem;top:163.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbp0kRRl57x9ZDDG3nZTwzePidsDkUuq { width:20rem;height:15rem;top:164.15625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X57SC06IAZo1alkaM3w42fvq8MATHZg3 { width:13.125rem;height:17.5rem;top:107.125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KytfET9k7MgJk63r8SSGzQihE6VHfT7V { width:11.9375rem;height:15.9375rem;top:107.9375rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zx6PZPg0EFcKtIWAsIQbNykG2PNNVBv0 { width:13.125rem;height:17.5rem;top:125.875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZTeJaXQmiTaKeIJm8XBhKfGSmgTH457 { width:8.9375rem;height:12.625rem;top:31.21875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcDrvURa4s9u8UR1aXznZP7nMTvpWvTT { width:9.75rem;height:13.4375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2tcULA7vzTG5BTUItxeyTkUBxMMS4K { width:8.9375rem;height:12.625rem;top:16.90625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTeAxsFuzfT14ToDM6bT76Uqs1ivfIS9 { width:13.125rem;height:17.5rem;top:144.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbO651CW9wt9F7u769ex3oDwI9Go2m4n { width:11.9375rem;height:15.9375rem;top:145.4375rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLl7NA9ScvivbDQ3VsmBHFaI0WJWLIsa { width:13.125rem;height:17.5rem;top:45.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rc7yxBVhyJw3Tv768A38NmU9cZmBGiei { width:8.9375rem;height:12.625rem;top:31.21875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDTzylhCbMvqpoJ1dvFr3GCXZXeDkFO6 { width:9.75rem;height:13.4375rem;top:16.5rem;left:10.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Geh16CNgvLwGJR3k9yur8coVTVfD8FzP { width:8.9375rem;height:12.625rem;top:16.90625rem;left:10.6875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4nOt8BHyOD2iSdl7TTCWBvVm4weMDz { width:9.75rem;height:13.4375rem;top:30.8125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T7kpONTRGwAxL4f8AgMTw9ukCl6Fpa7T { width:8.9375rem;height:12.625rem;top:31.25rem;left:10.6875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #IkRRLqH6mvl13gcGeM9TqMTil7kTrGCQ { width:9.75rem;height:13.4375rem;top:30.8125rem;left:10.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 { display:block; }#Svs7ibkSZNChLeK53q2OHAEaCNuqOWE4 > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsUTdLUals52rTQ52diJAWvUyyrqgvu6 { width:15.375rem;height:19.3125rem;top:11.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzP7OwC0bHxgJXxKlG3QEqRrfLIuTKuP { width:12.3125rem;height:2.9248rem;top:17rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #IVKXcPuXTE0HdreUdZToCBEX08vSCqb1 { width:12.8125rem;height:3.41161875rem;top:22.1875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #KxAaUV77lxtFKTbUTEZuyXWZJRWt8oi9 { width:15.375rem;height:18.625rem;top:32.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunfCrfcJNg74nLsWU08hG9oiVTQ2TtF { width:12.8125rem;height:3.41161875rem;top:43.125rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #qqlU8EoQ1hoMXiMTX8P1OGDL5r8rmDdb { width:13.5625rem;height:4.38720625rem;top:37.9375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #SpiaHyQIsK8pVNackbE7s0kusAqhvXh2 { width:15.375rem;height:18.625rem;top:52rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWRzFe0RU6p1NlwRNGd9uqzDW0BsrqX3 { width:12.8125rem;height:2.2744125rem;top:62.9375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #AHcxmrZ6rz0rh46JA5QaqW42b5sJK5eW { width:13.0625rem;height:2.9248rem;top:57.75rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #lPvclXncIFSSUyTh5CeQSXgWEEH19JMs { width:15.375rem;height:18.625rem;top:72rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0fI7WEuIuaxJq2UnBTeRd6RJ8DBMmoT { width:12.8125rem;height:2.2744125rem;top:82.9375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #wFOt46lLRrgPiL43nt2c2bTQp2HkebbK { width:13.0625rem;height:2.9248rem;top:77.75rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #vP9gOqsHyC7bdOKpLl7TAMmOnXOVFwda { width:20rem;height:2.03125rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:roboto;color:#686868;display:block; }
 }@media only screen and (max-width: 763px) { #RIUxnUwFztcktSGr4ahxV25uAbEi3qlc { width:20rem;height:2.03125rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:roboto;color:#0a0a0a;display:block; }
 }@media only screen and (max-width: 763px) { #xSu0yL9bMiBVNz4Uo99pKC20fJD2UzzX { width:11.625rem;height:2.1933625rem;top:13.375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #o5IPGBJWryQiWzXEXaEtzANAFRyTIJME { width:11.625rem;height:2.1933625rem;top:34.693359375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #cHf5M6BpmmbXPmIfkm7dgdrZBQ6Lwm61 { width:11.625rem;height:2.1933625rem;top:54.07421875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #SNxvrtWdnsccb65TlTFemUoiRZ5is9AQ { width:11.625rem;height:2.1933625rem;top:74.080078125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fcd09c70-7a8c-446a-82ac-bb26672ceead/ShannaLPMobile.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK.adaptive-delivery-prevent-bg, #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK.lazyload, #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK.lazyloading { background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIeIcRV8uEJSiuUEVybvnLoekdFLppXP { width:20rem;height:21.75rem;top:10.89941875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8PAZxdduep0tIC4rzGF47QTJrw1ITfr { width:20rem;height:5.0371125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;font-weight:300;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #kI2K9pD9HhgKCltXXS9TL4Zxtq88FtFH { width:20rem;height:2.11230625rem;top:7.5371125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:300;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { width:16rem;height:2.11230625rem;top:4.625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { width:2.25rem;height:1.375rem;top:2.3125rem;left:8.875rem;display:block; }
 }