.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:239,232,225;--color-primary-1:243,210,171;--color-primary-2:174,140,103;--color-primary-3:104,84,62;--color-primary-4:35,28,21;--color-secondary-0:224,228,241;--color-secondary-1:148,165,191;--color-secondary-2:77,105,149;--color-secondary-3:32,68,123;--color-secondary-4:15,21,30;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:248,248,248;--color-tertiary-3:149,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL > .row > .video-iframe-container { display: none; }#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL > .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); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cec45ae5-90a1-47af-b18d-e97f96a4f84b/magnific_3dmedicalillustrations_2925004665198aa6230bc24405db531facd61cba16f.jpg");background-position:top left !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; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6.adaptive-delivery-prevent-bg, #ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6.lazyload, #ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6.lazyloading { background-image: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container { background-color: transparent; background-image: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container > .video-iframe-container { display: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row > .video-iframe-container { display: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .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); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container { border-width: 0; border-radius: 0; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;overflow:visible;position:relative;display:block; }#uHxEdTXNQdkLzdgGa6VXsLDrZRQxSnQE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:23.125rem;width:18.625rem;top:13.75rem;left:39.1875rem;display:block; }
#HgqKuS7ehqTDbEbQRaSrB2BJovA8T2RG { color:#263238;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.1875rem;left:39.125rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rCMGOe7EMVHe93OWUpFTWbZeovmxzJLK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:3.5625rem;left:39.03125rem;height:10.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeAsLl4hkQ8MUuOKlEVerc8pubwdz0Qe { position:absolute;display:block;z-index:15010;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:3.5625rem;width:8.0625rem;top:0rem;left:43.84375rem;overflow:hidden;display:block; }
#wNv4ll9HUw6ZBBeUcHeXbU6xp8c8qnS9 { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:41.53125rem;display:block; }
#lh36ZmP6iGFIWaBTp1Th58FBtFo3mBaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTg1oTp0BhqeTdlZk3Q6MkVsTfXPTT1u { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:8rem;top:37rem;left:0rem;display:none; }
#GdzRrbxLkN8UFwnIEEck9TqrtAIBIJ00 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.125rem;left:0rem;display:none; }
#Ry1RQTmPn9iw3z4iPlhvP2a10QTQWoH4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#guD9tzQyUImWWCI3FtZdrqro2lUEG1g3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:46.0625rem;left:0rem;display:none; }
#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 { position:relative;display:none; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 { border-width: 0; border-radius: 0; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .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; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M1NVw5aUVTRXT42X4Z2mMfKosKPv7bi7 { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:41.53125rem;display:none; }
#T8moLRtTGwi5C82srnr3acigHuS2uRcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihPf13emvCnm5EBy5mez5uJinAZWdWAz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Tfh7GmdJWp5xz1P48pNGLsNTMhoAChGf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qKOgC4OVn9kuuTKrfgCsbVX6JmCTsJB3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { background-color: transparent; background-image: none; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container > .video-iframe-container { display: none; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row > .video-iframe-container { display: none; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .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); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { border-width: 0; border-radius: 0; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { font-size:0.875rem;font-family:arial;height:88.125rem;width:60rem;position:relative;display:block; }#VW9neouqEyX4hAEmcP5KCzB27R6RFnwu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;width:0.0625rem;top:29.5625rem;left:29.96875rem;display:block; }
#MMIqG6bJGBR2nEUyNnOwsqhxiaL9U2Zw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:60rem;top:29.5625rem;left:0rem;display:block; }
#OMxdX39lKcKAcIRaItO9z00K8BHTlsJT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.15625rem;left:5.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKNTetIQyLWbQdFENFAElDBMXOlMZ3BO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:60rem;top:48.3125rem;left:0rem;display:block; }
#BdL7lgOa2xzCgG5ikkcIZIXd9DQE8H0n { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:18.125rem;width:0.0625rem;top:45.1875rem;left:29.96875rem;display:block; }
#xmATROIEBLhUsXlonu3tRyrvTmp6CPH4 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;width:0.0625rem;top:14rem;left:29.96875rem;display:block; }
#CD5DVoSqAG9Z4hfks27qPndHKgsgCZOa { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:60rem;top:66.125rem;left:0rem;display:block; }
#tMtfMZPuPg8Tr9iyUXRlmcKUaDdund8P { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:18.125rem;width:0.0625rem;top:63.3125rem;left:29.96875rem;display:block; }
#MwV4N0bcA8iqO68ImmpdKQQ2COz4qDE4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;width:0.0625rem;top:72.4375rem;left:29.96875rem;display:block; }
#yKbUmTUhQ9KmfK0TTT2fkfEB57dhtHVP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15038;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:14.625rem;left:12.65625rem;overflow:hidden;display:block; }
#JnQv3DqnvmMMS6mdui1k8Pl5gszFGrR1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:31.4375rem;left:42.875rem;overflow:hidden;display:block; }
#zUIb5cbq9Ekwc7ixDfSnOJIq5ymgcH1c { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:31.625rem;left:12.125rem;overflow:hidden;display:block; }
#NHVC0lyxMDSn6RcrUqHQ1zkNG26US0PI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:15.625rem;width:0.0625rem;top:80.75rem;left:29.96875rem;display:block; }
#ARPqlcCBJJMyH9ZNUSKHL0cFsDMBd7FI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:60rem;top:88.0625rem;left:0rem;display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-form-header {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right;line-height:1.7; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-text {padding-top: 0; padding-bottom: 0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right;line-height:1.7; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.6875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-select {padding-top: 0; padding-bottom: 0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:16.4375rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.5; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]:-moz-placeholder { color:#b2aaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:right;text-align-last:right; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]::-moz-placeholder { color:#b2aaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:right;text-align-last:right; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]:-ms-input-placeholder { color:#b2aaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:right;text-align-last:right; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]::-webkit-input-placeholder { color:#b2aaaa;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:right;text-align-last:right; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.25rem;overflow:hidden;font-style:normal;float:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-container:first-of-type{padding-top:0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-container:last-of-type{padding-bottom:0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.75rem;left:39.0625rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.4375rem;display:block;vertical-align:top; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT {display:block;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.75rem;left:39.0625rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #y6NJ5WM0X9OdGrTCdqLOcQmb9fpfWMKF { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #LQsNs0gtSzTyoXHUNLmUQld6Nm010vrZ { position:relative;display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #gSEmm4eWkBZTm1uHVLKR4bxxObA2IoB1 { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #JSGEm0IQxUeu45ZwkzxT1ot0uH9L2bZp { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #HO7yKATvww8oWDJF4R0yx3SzRNTtSAKF { position:relative;display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #CmRcblDLUkobyaqAQbbtm6rRFwbW07JX { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #CGHUTNiIm5xL56QzhWJQsu3CpA8E1qbH { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #qNyoU9lB7wr3uP0eobM8CeSOMJ58uMqu { position:relative;display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #J9Rs6tzT7R53uzZ69X5JDVT4mhxKgUP6 { position:relative; }
#mq4vNDzFkHyG9GMHG3dnwVQCWCEWTTbm { position:relative;display:block; }
#FXDgSJuzxEKO8iIsVs39whmaQhn7cFPu { position:relative;display:block; }
#x2zwk60M9THzeiiAHG4vaMp8r1qvTnOT { position:relative;display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #MlOnWITHrdKMVdD7JWyHkxitQ6s2t1f3 { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #sB7l2ZFdLu1AR0VELrbXV3Ncgvoxrzd4 { position:relative;display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #l2iT6pvqyRb6sZvPGALsd9T1dU2VprlV { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #Ln7Rud8B5wXIU3q8unqAXQhSQp5ioogq { position:relative; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #tgoZomsCqhSbhdUHSAl1yNdgQ9rI4uuk { position:relative; }
#yIPtkuswt7mh7kDlVHFkr9XsdT0zNpqU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.75rem;left:0rem;display:none; }
#e4dPoiFwnOOAhuZkXg8IyQyKgEkNTSql { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;display:none; }
#rNMxrS1RTlM3KTXTbbZ6Q8FqJ8WA6Ckf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:51.25rem;left:3.75rem;display:none; }
#cUyFtu4bFhPmEdTzgcJunTPawwRoRoN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:46.875rem;left:0rem;display:none; }
#WUO9sXOSb3s1ZMtwVFeqTGsDPpghXws0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:48.1875rem;left:0rem;display:none; }
#eMPTzGhbfUhz0A5e5nFBqaGf8bRzptnF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:46.875rem;left:0rem;display:none; }
#pTSMourN9FAh5iEiPK7HJZFvxhOeMTxk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:65.8125rem;left:0rem;display:none; }
#HztSDF9xf0C54qwgqTZIGVy3h0h0NxId { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5rem;display:none; }
#x9LsXEit4Cuz7gHlxcfbMReCJ1TTTsE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:69.3125rem;left:0rem;display:none; }
#T1RLJ7ltCtCECB4BJMdudlQ9gVFapufv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;display:none; }
#i2zORHbqPyTkvDc99kJr1LVAo41etxX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:83.5rem;left:0rem;display:none; }
#PD6eCuRmME249ClJya3wUeli2aTGlr3b { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:86.3125rem;left:0rem;display:none; }
#frys4QMKLaV89B7tHSwkTvERDZMaNi0s { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#mtcQ4SbCon5OrowGMni5NrCav22EoAau { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#f3kKX6EXch4RBG5XkvcshSSH0LTnfZCU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bEV2urzXKqkSSvkckfhMB2kiaHzfarEV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;display:none; }
#b0N1xuvFLRGkoEpnkXIutnsTZd6TQFFs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BiFqQW0w16xZP5PDUwGaMI5oZGe8uTBU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:103.75rem;left:0rem;display:none; }
#JBR8JTLuWrZANJTXJJgMOpEDqr6n27co { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:106.375rem;left:0rem;display:none; }
#xxhN6vNcptxGOn4LAzTWXSlyPzIGGFac { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;display:none; }
#wPLXcbT6QUBlBackgb2fR0XagKfKeCaD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ULH2M5u8U7dILroJnbUfGgE0C15yVxei { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:121.4375rem;left:0rem;display:none; }
#M4xDn0iWG5tXRwLCUN69rTbUR4MBO74f { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:124.25rem;left:0rem;display:none; }
#TH9NyW5cEmbHH5ZDN0q2wlg6LCMnyOgw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.4375rem;display:none; }
#lebxsWfcJT2WkU61C0FcWKzOu5ygZLEs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fmCbmd3vhQtyPmsnPHVNxn5hkX8dKZPH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:139.4375rem;left:0rem;display:none; }
#Kx1EcDwpmoNroKFumMfrsqTx5OAwFfQR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:142.5rem;left:0rem;display:none; }
#SvOZiLTrvxaeixwdTvRxI7DKyeMgt92A { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.4375rem;display:none; }
#nsqafSp7D4GMXFkghhtlbOV8AIg14J8g { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#N1mmRgeuP3T6fdZBFQWUT5oWBkN3Q2iQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:156.625rem;left:0rem;display:none; }
#wBEUpdMrSD3nyo5XbDbkFaJbiqWUGroP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:159.6875rem;left:0rem;display:none; }
#b5WPwEFPTK1ct4G4hgxpaG0l6LpI18nl { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;display:none; }
#wF9ktBu5hqNh338FskvMqNoS3tNQtENQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XTKsWE5ZHEq4pxVJn2qt02Iv2JJZpMfg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:178.125rem;left:0rem;display:none; }
#oDBcvyazAed20STeLBt0XQcmoyFT131y { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:174.625rem;left:0rem;display:none; }
#nvtoT0I1nWoTtRuTJqmT6bniWJJfUozp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW { position:relative;display:none; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW { border-width: 0; border-radius: 0; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .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; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oFTbr8UfvZDBRZSkJMicoyvFEHcKQzBg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.25rem;left:0rem;display:none; }
#ob7IZFnVUKlEb3DVPl8mHnXLlq8h8t0M { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:60rem;display:none; }
#wcUMmwFheSnSQyyl9a1kfAWRICDDvCtX { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:41.53125rem;display:none; }
#n0pekh4kSBIkMK2E2OJaMOe9ShXbXSnx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4El8TTOTD5WdeOSB7R0yOnPq1Z9QS6Z { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:41.53125rem;display:none; }
#kmL0fuvSfLTT0VRetNKkwVvmXCfCwvUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQSnbSTvw2cuocttQFEfBOQJHQznIGAT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#AiXOWE3VoRQiOfeHa9XTH8S147CtWe5n { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#K4I7TRsmWvKiDQVnKra14WsfAsHtZaRQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB { position:relative;display:none; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB { border-width: 0; border-radius: 0; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .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; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yoLkyTkeqfehghoukTunWoTCiW5REAWU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.1875rem;left:0rem;display:none; }
#QJdxgNcM58xpAzTPhGIpM4n3kBzbTxou { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#kpATaxDoC5Xsh6uEliK4C7B4qARLub5n { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#JAM6SXR5CCwUeXH6wIBps1kgoKGr3rg3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:39.125rem;display:none; }
#zoeu2v1ANkTlF0yw0pVcVoHglDEBaKrV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sA2WzZvqecKsMFQmA9OkXGmVehG0T6Ky { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:18.1875rem;left:0.3125rem;display:none; }
#tmyGyXteOKplETTxbkX9esw8IUnQ8oNn { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:41.53125rem;display:none; }
#tuhTJcoMzy4eCxn9hkqR96PP0zbHPsRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oV2kC0idiDgy6k9ZpvMFkNOi4RVFKSAI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#yu8TCxsy8MJ9TgmiB5gBan87rUxqBlgZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#GWdOXkwO4T8VJp02uLv92Sl7t6qM0qJF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cN3dkDpyungBB7RbvSBTEtcl3EgmVieh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:39.125rem;display:none; }
#FNR7OvqPMLFE4rqrzXfcNp1T3FQLDtN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:38.6875rem;left:0rem;display:none; }
#ZoL0WqTU5hvaCLgneFGMT8iVDzT31EMn { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:18.1875rem;left:0.3125rem;display:none; }
#yof5TIiP3tILuoK3ONWCheWuPkS5iAFw { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:41.53125rem;display:none; }
#JNJs6oyQd3kN36xgU5okANHUgGachPRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W551zg9fmofDpIdDcB1nLbhEWzdKqHVi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#ZlNMSNURqr6TzwhADgLow5hw6ZHVMdyF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP { position:relative;display:none; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP { border-width: 0; border-radius: 0; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .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; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yEUhXyG4hzarGOCR2w16I0wf5vTuFGSr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;display:none; }
#CKBLnwlErznEez878MAT0TdslEH81pLg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vvN4QHar9Ta5IJIyiIDiRDLOmCiXMos1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.875rem;left:0rem;display:none; }
#wpNuFgshTxqSWwyW1kdwkeZZyuq0oXvO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.1875rem;left:0rem;display:none; }
#qaThLB56RzvU9ZTLb44rIdifDr4Lmg3T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#PHaZHblURte76TqZtpDTw8sXDBB2ELto { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.3125rem;left:0rem;display:none; }
#ZTNIPPKmv1Vt0bpwblNIchWQwNh3FRzx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;display:none; }
#qZ169Px8hA7qLKeTmSg7QHQhauJbDhPC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vpQhh9GgoOIAaXknXgwzQl3bKzpRfeTq { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:33.4375rem;left:0rem;display:none; }
#AVpG1EAdUAsRdRJV1ewm8DRTBp6iT1Fo { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:36.5625rem;left:0rem;display:none; }
#bi5EJFvAbBQMA9HK7NWRU0CemJSE6axX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;display:none; }
#CfocPgC1Pp3GqfG3ikKVWOUdT8ofvFAG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SCZsZMiyQlRTMHhTbSmOUi9QvlXWTqle { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:54rem;left:0rem;display:none; }
#PbWf2htZS8MacHT8QtaMousLSDCdXaqr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:57.375rem;left:0rem;display:none; }
#zbBtSuyDLhkOoJsL1vxDXV9xMPI7CDr2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XKlyuWkIdEZvLCJlQrRaoxFuSz65rJdk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container { background-color: transparent; background-image: none; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container > .video-iframe-container { display: none; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row > .video-iframe-container { display: none; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .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); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container { border-width: 0; border-radius: 0; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#OTkKTR9bBXT5tCx8WiIAv9lGl016sHOZ { display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.811767578125rem;left:40.75rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PZIIKuKQa2pzmMAMiCx9SuZrHtq6stR4 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:34.75rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#OCy76Ic2GBDLDgcUKFvEMkTMtR2qOvbD { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:34.75rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#OvwyRDJ9QvmqT7z5GZODqrPTc0LFEkiV { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.124351501465rem;left:34.874568939209rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#ymZgFJ2F0WE7XHfiA1Sz0dTKb17mieD3 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:34.9375rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#XHLMmxu53tz3EotzLB5ZIJr9HHX40tir { position:absolute;display:block;z-index:15009;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:6.18706875rem;width:13.8748125rem;top:3.3116321563721rem;left:3.8802070617676rem;overflow:hidden;display:block; }
#sp5FTvfO0l8LRKPO6C10Pq8nDOBQ1M0h { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:35rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#AlTM1NJTOd4TTZmbr4sf17oEIO78ta5Q { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xuycrJQTdMrdv46rl0W3uX5g1FZLB0XL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#T3NdXmhr51bQL4G8efB2P3XCE5nqftRD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#cSbdnI6Lw7yQcqNkAgrrJfMoVVSudeNJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#rXT04VH97H8gnsOGat9e8evtzuPcgCup { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
body { position:relative;display:block; }
#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 { display:block; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container { width:47.5rem;position:relative;display:block; }#uHxEdTXNQdkLzdgGa6VXsLDrZRQxSnQE { width:18.625rem;height:23.125rem;top:13.75rem;left:29.125rem;display:block; }
#HgqKuS7ehqTDbEbQRaSrB2BJovA8T2RG { width:18.75rem;height:2rem;top:14.1875rem;left:29rem;font-size:1.5625rem;display:block; }
#rCMGOe7EMVHe93OWUpFTWbZeovmxzJLK { top:3.5625rem;left:30.0625rem;width:17.6875rem;height:10.1875rem;font-size:1rem;display:block; }
#XeAsLl4hkQ8MUuOKlEVerc8pubwdz0Qe { top:0rem;left:37.71875rem;width:8.0625rem;height:3.5625rem;display:block; }
#wNv4ll9HUw6ZBBeUcHeXbU6xp8c8qnS9 { width:12.6875rem;height:3.0625rem;top:37.6875rem;left:35.0625rem;display:block; }
#lh36ZmP6iGFIWaBTp1Th58FBtFo3mBaL { display:block; }
#FTg1oTp0BhqeTdlZk3Q6MkVsTfXPTT1u { top:37rem;left:0rem;width:20rem;height:8rem;font-size:0.875rem;display:none; }
#GdzRrbxLkN8UFwnIEEck9TqrtAIBIJ00 { top:30.125rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:none; }
#Ry1RQTmPn9iw3z4iPlhvP2a10QTQWoH4 { display:none; }
#guD9tzQyUImWWCI3FtZdrqro2lUEG1g3 { top:46.0625rem;left:0rem;width:19.5rem;height:;font-size:1.1875rem;display:none; }
#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 { display:none; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .row .container { width:47.75rem;position:relative;display:none; }#M1NVw5aUVTRXT42X4Z2mMfKosKPv7bi7 { width:12.6875rem;height:3.0625rem;top:37.6875rem;left:35.0625rem;display:none; }
#T8moLRtTGwi5C82srnr3acigHuS2uRcH { display:block; }
#ihPf13emvCnm5EBy5mez5uJinAZWdWAz { display:none; }
#Tfh7GmdJWp5xz1P48pNGLsNTMhoAChGf { display:none; }
#qKOgC4OVn9kuuTKrfgCsbVX6JmCTsJB3 { width:32rem;height:32rem;display:none; }
#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG { display:block; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { width:47.75rem;position:relative;display:block; }#VW9neouqEyX4hAEmcP5KCzB27R6RFnwu { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
#MMIqG6bJGBR2nEUyNnOwsqhxiaL9U2Zw { width:47.75rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
#OMxdX39lKcKAcIRaItO9z00K8BHTlsJT { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
#RKNTetIQyLWbQdFENFAElDBMXOlMZ3BO { width:47.75rem;height:0.0625rem;top:48.3125rem;left:0rem;display:block; }
#BdL7lgOa2xzCgG5ikkcIZIXd9DQE8H0n { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
#xmATROIEBLhUsXlonu3tRyrvTmp6CPH4 { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
#CD5DVoSqAG9Z4hfks27qPndHKgsgCZOa { width:47.75rem;height:0.0625rem;top:66.125rem;left:0rem;display:block; }
#tMtfMZPuPg8Tr9iyUXRlmcKUaDdund8P { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
#MwV4N0bcA8iqO68ImmpdKQQ2COz4qDE4 { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
#yKbUmTUhQ9KmfK0TTT2fkfEB57dhtHVP { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
#JnQv3DqnvmMMS6mdui1k8Pl5gszFGrR1 { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
#zUIb5cbq9Ekwc7ixDfSnOJIq5ymgcH1c { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
#NHVC0lyxMDSn6RcrUqHQ1zkNG26US0PI { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
#ARPqlcCBJJMyH9ZNUSKHL0cFsDMBd7FI { width:47.75rem;height:0.0625rem;top:88.0625rem;left:0rem;display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-regular-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-text { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-text {padding-top: 0; padding-bottom: 0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-textarea { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-select { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-select {padding-top: 0; padding-bottom: 0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT  { width:16.4375rem;height:18.375rem;top:16.75rem;left:28.8125rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .radio-container { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT {display:block;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT { width:16.4375rem;height:18.375rem;top:16.75rem;left:28.8125rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #y6NJ5WM0X9OdGrTCdqLOcQmb9fpfWMKF {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #LQsNs0gtSzTyoXHUNLmUQld6Nm010vrZ { display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #gSEmm4eWkBZTm1uHVLKR4bxxObA2IoB1 {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #JSGEm0IQxUeu45ZwkzxT1ot0uH9L2bZp {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #HO7yKATvww8oWDJF4R0yx3SzRNTtSAKF { display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #CmRcblDLUkobyaqAQbbtm6rRFwbW07JX {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #CGHUTNiIm5xL56QzhWJQsu3CpA8E1qbH {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #qNyoU9lB7wr3uP0eobM8CeSOMJ58uMqu { display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #J9Rs6tzT7R53uzZ69X5JDVT4mhxKgUP6 {  }
#mq4vNDzFkHyG9GMHG3dnwVQCWCEWTTbm { display:block; }
#FXDgSJuzxEKO8iIsVs39whmaQhn7cFPu { display:block; }
#x2zwk60M9THzeiiAHG4vaMp8r1qvTnOT { display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #MlOnWITHrdKMVdD7JWyHkxitQ6s2t1f3 {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #sB7l2ZFdLu1AR0VELrbXV3Ncgvoxrzd4 {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #l2iT6pvqyRb6sZvPGALsd9T1dU2VprlV {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #Ln7Rud8B5wXIU3q8unqAXQhSQp5ioogq {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #tgoZomsCqhSbhdUHSAl1yNdgQ9rI4uuk {  }
#yIPtkuswt7mh7kDlVHFkr9XsdT0zNpqU { top:30.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
#e4dPoiFwnOOAhuZkXg8IyQyKgEkNTSql { width:7.5625rem;height:7.5625rem;display:none; }
#rNMxrS1RTlM3KTXTbbZ6Q8FqJ8WA6Ckf { top:51.25rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:none; }
#cUyFtu4bFhPmEdTzgcJunTPawwRoRoN4 { top:46.875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#WUO9sXOSb3s1ZMtwVFeqTGsDPpghXws0 { top:48.1875rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#eMPTzGhbfUhz0A5e5nFBqaGf8bRzptnF { top:46.875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#pTSMourN9FAh5iEiPK7HJZFvxhOeMTxk { top:65.8125rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#HztSDF9xf0C54qwgqTZIGVy3h0h0NxId { width:7.5rem;height:7.5625rem;display:none; }
#x9LsXEit4Cuz7gHlxcfbMReCJ1TTTsE9 { top:69.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#T1RLJ7ltCtCECB4BJMdudlQ9gVFapufv { width:7.5rem;height:7.5rem;display:none; }
#i2zORHbqPyTkvDc99kJr1LVAo41etxX9 { top:83.5rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#PD6eCuRmME249ClJya3wUeli2aTGlr3b { top:86.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#frys4QMKLaV89B7tHSwkTvERDZMaNi0s { display:none; }
#mtcQ4SbCon5OrowGMni5NrCav22EoAau { display:none; }
#f3kKX6EXch4RBG5XkvcshSSH0LTnfZCU { display:none; }
#bEV2urzXKqkSSvkckfhMB2kiaHzfarEV { width:7.5rem;height:7.5rem;display:none; }
#b0N1xuvFLRGkoEpnkXIutnsTZd6TQFFs { display:none; }
#BiFqQW0w16xZP5PDUwGaMI5oZGe8uTBU { top:103.75rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#JBR8JTLuWrZANJTXJJgMOpEDqr6n27co { top:106.375rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#xxhN6vNcptxGOn4LAzTWXSlyPzIGGFac { width:7.5rem;height:7.5rem;display:none; }
#wPLXcbT6QUBlBackgb2fR0XagKfKeCaD { display:none; }
#ULH2M5u8U7dILroJnbUfGgE0C15yVxei { top:121.4375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#M4xDn0iWG5tXRwLCUN69rTbUR4MBO74f { top:124.25rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#TH9NyW5cEmbHH5ZDN0q2wlg6LCMnyOgw { width:7.4375rem;height:7.5rem;display:none; }
#lebxsWfcJT2WkU61C0FcWKzOu5ygZLEs { display:none; }
#fmCbmd3vhQtyPmsnPHVNxn5hkX8dKZPH { top:139.4375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#Kx1EcDwpmoNroKFumMfrsqTx5OAwFfQR { top:142.5rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#SvOZiLTrvxaeixwdTvRxI7DKyeMgt92A { width:7.4375rem;height:7.5rem;display:none; }
#nsqafSp7D4GMXFkghhtlbOV8AIg14J8g { display:none; }
#N1mmRgeuP3T6fdZBFQWUT5oWBkN3Q2iQ { top:156.625rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#wBEUpdMrSD3nyo5XbDbkFaJbiqWUGroP { top:159.6875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#b5WPwEFPTK1ct4G4hgxpaG0l6LpI18nl { width:7.4375rem;height:7.4375rem;display:none; }
#wF9ktBu5hqNh338FskvMqNoS3tNQtENQ { display:none; }
#XTKsWE5ZHEq4pxVJn2qt02Iv2JJZpMfg { top:178.125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#oDBcvyazAed20STeLBt0XQcmoyFT131y { top:174.625rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#nvtoT0I1nWoTtRuTJqmT6bniWJJfUozp { display:none; }
#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW { display:none; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .row .container { width:47.75rem;position:relative;display:none; }#oFTbr8UfvZDBRZSkJMicoyvFEHcKQzBg { top:0.25rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#ob7IZFnVUKlEb3DVPl8mHnXLlq8h8t0M { width:47.75rem;height:15.75rem;display:none; }
#wcUMmwFheSnSQyyl9a1kfAWRICDDvCtX { width:12.6875rem;height:3.0625rem;top:37.6875rem;left:35.0625rem;display:none; }
#n0pekh4kSBIkMK2E2OJaMOe9ShXbXSnx { display:block; }
#r4El8TTOTD5WdeOSB7R0yOnPq1Z9QS6Z { width:12.6875rem;height:3.0625rem;top:37.6875rem;left:35.0625rem;display:none; }
#kmL0fuvSfLTT0VRetNKkwVvmXCfCwvUm { display:block; }
#qQSnbSTvw2cuocttQFEfBOQJHQznIGAT { width:32rem;height:32rem;display:none; }
#AiXOWE3VoRQiOfeHa9XTH8S147CtWe5n { display:none; }
#K4I7TRsmWvKiDQVnKra14WsfAsHtZaRQ { width:32rem;height:32rem;display:none; }
#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB { display:none; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .row .container { width:47.75rem;position:relative;display:none; }#yoLkyTkeqfehghoukTunWoTCiW5REAWU { top:1.1875rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#QJdxgNcM58xpAzTPhGIpM4n3kBzbTxou { width:47.75rem;height:26.8125rem;display:none; }
#kpATaxDoC5Xsh6uEliK4C7B4qARLub5n { display:none; }
#JAM6SXR5CCwUeXH6wIBps1kgoKGr3rg3 { width:39.125rem;height:27.625rem;display:none; }
#zoeu2v1ANkTlF0yw0pVcVoHglDEBaKrV { display:none; }
#sA2WzZvqecKsMFQmA9OkXGmVehG0T6Ky { top:18.1875rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
#tmyGyXteOKplETTxbkX9esw8IUnQ8oNn { width:12.6875rem;height:3.0625rem;top:37.6875rem;left:35.0625rem;display:none; }
#tuhTJcoMzy4eCxn9hkqR96PP0zbHPsRs { display:block; }
#oV2kC0idiDgy6k9ZpvMFkNOi4RVFKSAI { width:32rem;height:32rem;display:none; }
#yu8TCxsy8MJ9TgmiB5gBan87rUxqBlgZ { width:47.75rem;height:26.8125rem;display:none; }
#GWdOXkwO4T8VJp02uLv92Sl7t6qM0qJF { display:none; }
#cN3dkDpyungBB7RbvSBTEtcl3EgmVieh { width:39.125rem;height:27.625rem;display:none; }
#FNR7OvqPMLFE4rqrzXfcNp1T3FQLDtN1 { top:38.6875rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#ZoL0WqTU5hvaCLgneFGMT8iVDzT31EMn { top:18.1875rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
#yof5TIiP3tILuoK3ONWCheWuPkS5iAFw { width:12.6875rem;height:3.0625rem;top:37.6875rem;left:35.0625rem;display:none; }
#JNJs6oyQd3kN36xgU5okANHUgGachPRx { display:block; }
#W551zg9fmofDpIdDcB1nLbhEWzdKqHVi { width:32rem;height:32rem;display:none; }
#ZlNMSNURqr6TzwhADgLow5hw6ZHVMdyF { width:32rem;height:32rem;display:none; }
#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP { display:none; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .row .container { width:47.75rem;position:relative;display:none; }#yEUhXyG4hzarGOCR2w16I0wf5vTuFGSr { width:7.4375rem;height:7.4375rem;display:none; }
#CKBLnwlErznEez878MAT0TdslEH81pLg { display:none; }
#vvN4QHar9Ta5IJIyiIDiRDLOmCiXMos1 { top:12.875rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#wpNuFgshTxqSWwyW1kdwkeZZyuq0oXvO { top:2.1875rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
#qaThLB56RzvU9ZTLb44rIdifDr4Lmg3T { display:none; }
#PHaZHblURte76TqZtpDTw8sXDBB2ELto { top:16.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#ZTNIPPKmv1Vt0bpwblNIchWQwNh3FRzx { width:7.4375rem;height:7.4375rem;display:none; }
#qZ169Px8hA7qLKeTmSg7QHQhauJbDhPC { display:none; }
#vpQhh9GgoOIAaXknXgwzQl3bKzpRfeTq { top:33.4375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#AVpG1EAdUAsRdRJV1ewm8DRTBp6iT1Fo { top:36.5625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#bi5EJFvAbBQMA9HK7NWRU0CemJSE6axX { width:7.4375rem;height:7.4375rem;display:none; }
#CfocPgC1Pp3GqfG3ikKVWOUdT8ofvFAG { display:none; }
#SCZsZMiyQlRTMHhTbSmOUi9QvlXWTqle { top:54rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
#PbWf2htZS8MacHT8QtaMousLSDCdXaqr { top:57.375rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#zbBtSuyDLhkOoJsL1vxDXV9xMPI7CDr2 { display:none; }
#XKlyuWkIdEZvLCJlQrRaoxFuSz65rJdk { display:none; }
#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx { display:block; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container { width:47.75rem;position:relative;display:block; }#OTkKTR9bBXT5tCx8WiIAv9lGl016sHOZ { width:19.125rem;height:1.9375rem;top:0.75rem;left:28.625rem;font-size:1.5625rem;display:block; }
#PZIIKuKQa2pzmMAMiCx9SuZrHtq6stR4 { width:23.1875rem;height:2.25rem;top:3.3125rem;left:24.5625rem;display:block; }
#OCy76Ic2GBDLDgcUKFvEMkTMtR2qOvbD { width:23.1875rem;height:2.25rem;top:6.375rem;left:24.5625rem;display:block; }
#OvwyRDJ9QvmqT7z5GZODqrPTc0LFEkiV { width:23.1875rem;height:2.25rem;top:9.0625rem;left:24.5625rem;font-size:1rem;display:block; }
#ymZgFJ2F0WE7XHfiA1Sz0dTKb17mieD3 { width:23.1875rem;height:2.25rem;top:12rem;left:24.5625rem;font-size:1rem;display:block; }
#XHLMmxu53tz3EotzLB5ZIJr9HHX40tir { top:3.25rem;left:0rem;width:13.8125rem;height:6.1592823044906rem;display:block; }
#sp5FTvfO0l8LRKPO6C10Pq8nDOBQ1M0h { width:23.1875rem;height:2.25rem;top:15.0625rem;left:24.5625rem;font-size:1rem;display:block; }
#AlTM1NJTOd4TTZmbr4sf17oEIO78ta5Q { display:none; }
#xuycrJQTdMrdv46rl0W3uX5g1FZLB0XL { width:32rem;height:32rem;display:none; }
#T3NdXmhr51bQL4G8efB2P3XCE5nqftRD { width:32rem;height:32rem;display:none; }
#cSbdnI6Lw7yQcqNkAgrrJfMoVVSudeNJ { width:32rem;height:32rem;display:none; }
#rXT04VH97H8gnsOGat9e8evtzuPcgCup { width:32rem;height:32rem;display:none; }
body { position:relative;background-color:#96743f;background-image:none;display:block; }
#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL > .row > .video-iframe-container { display: none; }#ErDUUOavtPoAvEXwBzqQkrDPELxWaTdL > .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); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee2b4a9f-d711-4932-8b7b-7e7ff64c568c/noroot.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6.adaptive-delivery-prevent-bg, #ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6.lazyload, #ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6.lazyloading { background-image: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container { background-color: transparent; background-image: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container > .video-iframe-container { display: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row > .video-iframe-container { display: none; }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .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); }#ymFKssmdZzEok3sgD5oTeyuyTNKOrIN6 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; }#uHxEdTXNQdkLzdgGa6VXsLDrZRQxSnQE { width:0.125rem;height:0.125rem;top:9.34375rem;left:9.9375rem;z-index:14999;background-color:#e0e4f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#HgqKuS7ehqTDbEbQRaSrB2BJovA8T2RG { width:18.75rem;height:0;top:35.34375rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.5625rem;color:#dfdfdf;display:none; }
#rCMGOe7EMVHe93OWUpFTWbZeovmxzJLK { width:17.6875rem;height:10.1953125rem;top:0rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#XeAsLl4hkQ8MUuOKlEVerc8pubwdz0Qe { width:8.0625rem;height:3.5625rem;top:23rem;left:5.3750000596046rem;z-index:14998;display:none; }
#wNv4ll9HUw6ZBBeUcHeXbU6xp8c8qnS9 { width:14.8125rem;height:3.375rem;top:35.25rem;left:1.9375000596046rem;display:none; }
#lh36ZmP6iGFIWaBTp1Th58FBtFo3mBaL { display:block; }
#FTg1oTp0BhqeTdlZk3Q6MkVsTfXPTT1u { top:37.262500762939rem;left:0rem;width:20rem;height:5.25rem;z-index:15023;font-size:0.875rem;line-height:2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
#GdzRrbxLkN8UFwnIEEck9TqrtAIBIJ00 { top:33.725002288818rem;left:0rem;width:20rem;height:2.4375rem;z-index:15024;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-size:0.9375rem;display:block; }
#Ry1RQTmPn9iw3z4iPlhvP2a10QTQWoH4 { top:45.0625rem;left:0rem;width:20rem;height:0.75rem;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#guD9tzQyUImWWCI3FtZdrqro2lUEG1g3 { top:46.0625rem;left:0rem;width:19.5rem;height:4.62890625rem;z-index:15016;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-size:1.1875rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 { display:block; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 { background-color: transparent; background-image: none; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .row .container > .video-iframe-container { display: none; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .row > .video-iframe-container { display: none; }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .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); }#KFX4QkR2WfQrIOwQ6IP172hc9LD6tnt2 > .row .container { width:20rem;height:6.375rem;background-color:#b3a692;background-image:none;position:relative;display:block; }#M1NVw5aUVTRXT42X4Z2mMfKosKPv7bi7 { width:14.8125rem;height:3.375rem;top:1.5rem;left:2.59375rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;font-family:var(--headlines-font-family);display:block; }
#T8moLRtTGwi5C82srnr3acigHuS2uRcH { display:block; }
#ihPf13emvCnm5EBy5mez5uJinAZWdWAz { top:5.5rem;left:0rem;width:20rem;height:0.75rem;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#Tfh7GmdJWp5xz1P48pNGLsNTMhoAChGf { top:0rem;left:0rem;width:20rem;height:0.75rem;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#qKOgC4OVn9kuuTKrfgCsbVX6JmCTsJB3 { top:1.5rem;left:3.40625rem;width:3.25rem;height:3.25rem;z-index:15025;overflow:hidden;display:block; }
#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG { background-color:#b9a387;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { background-color: transparent; background-image: none; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container > .video-iframe-container { display: none; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row > .video-iframe-container { display: none; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .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); }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { border-width: 0; border-radius: 0; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTVGytS7APu5RAmi5VT6KJVVyU5ScwPG > .row .container { width:20rem;height:185.75rem;position:relative;display:block; }#VW9neouqEyX4hAEmcP5KCzB27R6RFnwu { width:0.0625rem;height:32.1875rem;top:30.8125rem;left:19.9375rem;display:none; }
#MMIqG6bJGBR2nEUyNnOwsqhxiaL9U2Zw { width:20rem;height:0.0625rem;top:82.5125rem;left:0rem;display:none; }
#OMxdX39lKcKAcIRaItO9z00K8BHTlsJT { width:20rem;height:13rem;top:26.343751430511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:"advent pro";display:block; }
#RKNTetIQyLWbQdFENFAElDBMXOlMZ3BO { width:20rem;height:0.0625rem;top:52.25rem;left:0rem;display:none; }
#BdL7lgOa2xzCgG5ikkcIZIXd9DQE8H0n { width:0.0625rem;height:18.125rem;top:49.125rem;left:9.9375rem;display:none; }
#xmATROIEBLhUsXlonu3tRyrvTmp6CPH4 { width:0.0625rem;height:15.625rem;top:66.95rem;left:19.9375rem;display:none; }
#CD5DVoSqAG9Z4hfks27qPndHKgsgCZOa { width:20rem;height:0.0625rem;top:70.0625rem;left:0rem;display:none; }
#tMtfMZPuPg8Tr9iyUXRlmcKUaDdund8P { width:0.0625rem;height:18.125rem;top:67.25rem;left:9.9375rem;display:none; }
#MwV4N0bcA8iqO68ImmpdKQQ2COz4qDE4 { width:0.0625rem;height:15.625rem;top:76.375rem;left:9.9375rem;display:none; }
#yKbUmTUhQ9KmfK0TTT2fkfEB57dhtHVP { width:4.6875rem;height:4.6875rem;top:84.450000762938rem;left:4.5312500596046rem;display:none; }
#JnQv3DqnvmMMS6mdui1k8Pl5gszFGrR1 { width:4.75rem;height:4.75rem;top:84.3875rem;left:15.125rem;display:none; }
#zUIb5cbq9Ekwc7ixDfSnOJIq5ymgcH1c { width:4.75rem;height:4.75rem;top:84.575rem;left:12.125rem;display:none; }
#NHVC0lyxMDSn6RcrUqHQ1zkNG26US0PI { width:0.0625rem;height:15.625rem;top:84.6875rem;left:9.9375rem;display:none; }
#ARPqlcCBJJMyH9ZNUSKHL0cFsDMBd7FI { width:20rem;height:0.0625rem;top:92rem;left:0rem;display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-text {padding-top: 0; padding-bottom: 0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-select {padding-top: 0; padding-bottom: 0;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT  { width:16.3125rem;height:auto;top:1.4375rem;left:0.59296876192093rem;background-color:rgba(190,154,113,0.9);background-image:none;z-index:15022; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT {display:block;}#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT { width:16.3125rem;height:auto;top:1.4375rem;left:0.59296876192093rem;background-color:rgba(190,154,113,0.9);background-image:none;z-index:15022; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #y6NJ5WM0X9OdGrTCdqLOcQmb9fpfWMKF {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #LQsNs0gtSzTyoXHUNLmUQld6Nm010vrZ { display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #gSEmm4eWkBZTm1uHVLKR4bxxObA2IoB1 {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #JSGEm0IQxUeu45ZwkzxT1ot0uH9L2bZp {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #HO7yKATvww8oWDJF4R0yx3SzRNTtSAKF { display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #CmRcblDLUkobyaqAQbbtm6rRFwbW07JX {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #CGHUTNiIm5xL56QzhWJQsu3CpA8E1qbH {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #qNyoU9lB7wr3uP0eobM8CeSOMJ58uMqu { display:none; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #J9Rs6tzT7R53uzZ69X5JDVT4mhxKgUP6 {  }
#mq4vNDzFkHyG9GMHG3dnwVQCWCEWTTbm { display:block; }
#FXDgSJuzxEKO8iIsVs39whmaQhn7cFPu { display:block; }
#x2zwk60M9THzeiiAHG4vaMp8r1qvTnOT { display:block; }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #MlOnWITHrdKMVdD7JWyHkxitQ6s2t1f3 {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #sB7l2ZFdLu1AR0VELrbXV3Ncgvoxrzd4 {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #l2iT6pvqyRb6sZvPGALsd9T1dU2VprlV {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #Ln7Rud8B5wXIU3q8unqAXQhSQp5ioogq {  }
#zuvcbGzQW0PhuP19vmw0PD7EDcA47pPT #tgoZomsCqhSbhdUHSAl1yNdgQ9rI4uuk {  }
#yIPtkuswt7mh7kDlVHFkr9XsdT0zNpqU { top:23.200000286103rem;left:0rem;width:20rem;height:2.1125rem;z-index:15048;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;font-family:"alw arabic";display:block; }
#e4dPoiFwnOOAhuZkXg8IyQyKgEkNTSql { top:40.5rem;left:6.2187500596046rem;width:7.5625rem;height:7.5625rem;z-index:15049;overflow:hidden;display:block; }
#rNMxrS1RTlM3KTXTbbZ6Q8FqJ8WA6Ckf { top:51.71249961853rem;left:0rem;width:20rem;height:3.9rem;z-index:15050;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-family:cairo;display:block; }
#cUyFtu4bFhPmEdTzgcJunTPawwRoRoN4 { top:46.875rem;left:0rem;width:20rem;height:0;z-index:15051;display:block; }
#WUO9sXOSb3s1ZMtwVFeqTGsDPpghXws0 { top:49.021874427796rem;left:0rem;width:20rem;height:1.70625rem;z-index:15052;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#eMPTzGhbfUhz0A5e5nFBqaGf8bRzptnF { top:107.625rem;left:1.5374999642372rem;width:20rem;height:0;z-index:15055;display:block; }
#pTSMourN9FAh5iEiPK7HJZFvxhOeMTxk { top:65.5625rem;left:0rem;width:20rem;height:1.70625rem;z-index:15053;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#HztSDF9xf0C54qwgqTZIGVy3h0h0NxId { top:56.912499427796rem;left:6.2500000596044rem;width:7.5rem;height:7.5625rem;z-index:15057;overflow:hidden;display:block; }
#x9LsXEit4Cuz7gHlxcfbMReCJ1TTTsE9 { top:68.603124618531rem;left:0rem;width:20rem;height:5.2rem;z-index:15051;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#T1RLJ7ltCtCECB4BJMdudlQ9gVFapufv { top:75.103124618531rem;left:6.2500000596044rem;width:7.5rem;height:7.5rem;z-index:15058;overflow:hidden;display:block; }
#i2zORHbqPyTkvDc99kJr1LVAo41etxX9 { top:84rem;left:0rem;width:20rem;height:1.70625rem;z-index:15054;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#PD6eCuRmME249ClJya3wUeli2aTGlr3b { top:86.540624618531rem;left:0rem;width:20rem;height:6.499rem;z-index:15052;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#frys4QMKLaV89B7tHSwkTvERDZMaNi0s { top:48.187499046326rem;left:0rem;width:20rem;height:3.375rem;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#mtcQ4SbCon5OrowGMni5NrCav22EoAau { top:64.75rem;left:0rem;width:20rem;height:3.375rem;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#f3kKX6EXch4RBG5XkvcshSSH0LTnfZCU { top:83.165624618531rem;left:0rem;width:20rem;height:3.375rem;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#bEV2urzXKqkSSvkckfhMB2kiaHzfarEV { top:94.961721420288rem;left:6.2500000596044rem;width:7.5rem;height:7.5rem;z-index:15059;overflow:hidden;display:block; }
#b0N1xuvFLRGkoEpnkXIutnsTZd6TQFFs { top:102.75rem;left:0rem;width:20rem;height:3.375rem;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#BiFqQW0w16xZP5PDUwGaMI5oZGe8uTBU { top:103.77109527588rem;left:0rem;width:20rem;height:1.70625rem;z-index:15055;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#JBR8JTLuWrZANJTXJJgMOpEDqr6n27co { top:106.43671989441rem;left:0rem;width:20rem;height:5.2rem;z-index:15053;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#xxhN6vNcptxGOn4LAzTWXSlyPzIGGFac { top:113.06171894074rem;left:6.2500000596044rem;width:7.5rem;height:7.5rem;z-index:15060;overflow:hidden;display:block; }
#wPLXcbT6QUBlBackgb2fR0XagKfKeCaD { top:120.62421989441rem;left:0rem;width:20rem;height:3.375rem;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#ULH2M5u8U7dILroJnbUfGgE0C15yVxei { top:121.45859718322rem;left:0rem;width:20rem;height:1.70625rem;z-index:15056;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#M4xDn0iWG5tXRwLCUN69rTbUR4MBO74f { top:124.30000305176rem;left:0rem;width:20rem;height:6.499rem;z-index:15054;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#TH9NyW5cEmbHH5ZDN0q2wlg6LCMnyOgw { top:130.92422103882rem;left:6.2500000596044rem;width:7.4375rem;height:7.5rem;z-index:15061;overflow:hidden;display:block; }
#lebxsWfcJT2WkU61C0FcWKzOu5ygZLEs { top:138.61093902588rem;left:0rem;width:20rem;height:3.375rem;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#fmCbmd3vhQtyPmsnPHVNxn5hkX8dKZPH { top:139.44453239441rem;left:0rem;width:20rem;height:1.70625rem;z-index:15057;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#Kx1EcDwpmoNroKFumMfrsqTx5OAwFfQR { top:142.23515892029rem;left:0rem;width:20rem;height:3.9rem;z-index:15055;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);display:block; }
#SvOZiLTrvxaeixwdTvRxI7DKyeMgt92A { top:147.98750305176rem;left:6.2812500596044rem;width:7.4375rem;height:7.5rem;z-index:15062;overflow:hidden;display:block; }
#nsqafSp7D4GMXFkghhtlbOV8AIg14J8g { top:155.80000686646rem;left:0rem;width:20rem;height:3.375rem;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#N1mmRgeuP3T6fdZBFQWUT5oWBkN3Q2iQ { top:156.63438224793rem;left:0rem;width:20rem;height:1.70625rem;z-index:15058;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#wBEUpdMrSD3nyo5XbDbkFaJbiqWUGroP { top:159.6875rem;left:0rem;width:20rem;height:5.2rem;z-index:15056;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;display:block; }
#b5WPwEFPTK1ct4G4hgxpaG0l6LpI18nl { top:166.15000915528rem;left:6.2812500596044rem;width:7.4375rem;height:7.4375rem;z-index:15063;overflow:hidden;display:block; }
#wF9ktBu5hqNh338FskvMqNoS3tNQtENQ { top:173.83672904968rem;left:0rem;width:20rem;height:3.375rem;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#XTKsWE5ZHEq4pxVJn2qt02Iv2JJZpMfg { top:177.77500724793rem;left:0rem;width:20rem;height:5.2rem;z-index:15057;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;display:block; }
#oDBcvyazAed20STeLBt0XQcmoyFT131y { top:174.67109489441rem;left:0rem;width:20rem;height:1.70625rem;z-index:15059;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#nvtoT0I1nWoTtRuTJqmT6bniWJJfUozp { top:184.93750667572rem;left:0rem;width:20rem;height:0.75rem;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW { display:block; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW { background-color: transparent; background-image: none; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .row .container > .video-iframe-container { display: none; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .row > .video-iframe-container { display: none; }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .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); }#qe0GUzJ5QITlDiIiqHodFTVJnR0RfmbW > .row .container { width:20rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:16.9375rem;position:relative;display:block; }#oFTbr8UfvZDBRZSkJMicoyvFEHcKQzBg { top:1.125rem;left:0rem;width:20rem;height:3.4125rem;z-index:15060;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:var(--headlines-font-family);font-size:1.3125rem;display:block; }
#ob7IZFnVUKlEb3DVPl8mHnXLlq8h8t0M { top:5.25rem;left:0rem;width:20rem;height:6.4375rem;z-index:15061;overflow:hidden;display:block; }
#wcUMmwFheSnSQyyl9a1kfAWRICDDvCtX { width:14.8125rem;height:3.375rem;top:12.1875rem;left:2.625rem;z-index:15012;color:rgba(var(--color-primary-0),1);display:block; }
#n0pekh4kSBIkMK2E2OJaMOe9ShXbXSnx { display:block; }
#r4El8TTOTD5WdeOSB7R0yOnPq1Z9QS6Z { width:14.8125rem;height:3.375rem;top:12.1875rem;left:2.625rem;z-index:15013;color:rgba(var(--color-primary-0),1);background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;font-family:var(--headlines-font-family);display:block; }
#kmL0fuvSfLTT0VRetNKkwVvmXCfCwvUm { display:block; }
#qQSnbSTvw2cuocttQFEfBOQJHQznIGAT { top:12.25rem;left:3.21875rem;width:3.25rem;height:3.25rem;z-index:15026;overflow:hidden;display:block; }
#AiXOWE3VoRQiOfeHa9XTH8S147CtWe5n { top:16.1875rem;left:0rem;width:20rem;height:0.75rem;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#K4I7TRsmWvKiDQVnKra14WsfAsHtZaRQ { top:2rem;left:-37.25rem;width:3.25rem;height:3.25rem;z-index:15027;overflow:hidden;display:block; }
#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB { display:block; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB { background-color: transparent; background-image: none; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .row .container > .video-iframe-container { display: none; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .row > .video-iframe-container { display: none; }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .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); }#I9G03VSGLb43C1VDmBo5mDZweoTV2UgB > .row .container { width:20rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:50.6875rem;position:relative;display:block; }#yoLkyTkeqfehghoukTunWoTCiW5REAWU { top:2.19921875rem;left:0rem;width:20rem;height:1.70625rem;z-index:15064;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:var(--headlines-font-family);font-size:1.3125rem;display:block; }
#QJdxgNcM58xpAzTPhGIpM4n3kBzbTxou { top:5.84375rem;left:0rem;width:20rem;height:11.25rem;z-index:15062;overflow:hidden;display:block; }
#kpATaxDoC5Xsh6uEliK4C7B4qARLub5n { top:1.115234375rem;left:0rem;width:20rem;height:3.875rem;z-index:15063;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JAM6SXR5CCwUeXH6wIBps1kgoKGr3rg3 { top:14.1875rem;left:16.9375rem;width:2.8125rem;height:1.9375rem;z-index:15067;overflow:hidden;display:block; }
#zoeu2v1ANkTlF0yw0pVcVoHglDEBaKrV { top:13.625rem;left:17.0703125rem;width:2.5625rem;height:2.5625rem;z-index:15066;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
#sA2WzZvqecKsMFQmA9OkXGmVehG0T6Ky { top:17.03125rem;left:0rem;width:20rem;height:5.199225rem;z-index:15068;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-weight:700;font-style:normal;display:block; }
#tmyGyXteOKplETTxbkX9esw8IUnQ8oNn { width:14.8125rem;height:3.375rem;top:22.6875rem;left:2.3125rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;font-family:var(--headlines-font-family);display:block; }
#tuhTJcoMzy4eCxn9hkqR96PP0zbHPsRs { display:block; }
#oV2kC0idiDgy6k9ZpvMFkNOi4RVFKSAI { top:22.75rem;left:2.96875rem;width:3.25rem;height:3.25rem;z-index:15026;overflow:hidden;display:block; }
#yu8TCxsy8MJ9TgmiB5gBan87rUxqBlgZ { top:26.875rem;left:0rem;width:20rem;height:11.25rem;z-index:15069;overflow:hidden;display:block; }
#GWdOXkwO4T8VJp02uLv92Sl7t6qM0qJF { top:35.375rem;left:17.4375rem;width:2.5625rem;height:2.5625rem;z-index:15069;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
#cN3dkDpyungBB7RbvSBTEtcl3EgmVieh { top:36.25rem;left:17.625rem;width:2.375rem;height:1.625rem;z-index:15070;overflow:hidden;display:block; }
#FNR7OvqPMLFE4rqrzXfcNp1T3FQLDtN1 { top:38.6875rem;left:0rem;width:20rem;height:1.3rem;z-index:15069;text-align:right;text-align-last:right;color:rgba(var(--color-primary-0),1);font-weight:700;font-style:normal;display:block; }
#ZoL0WqTU5hvaCLgneFGMT8iVDzT31EMn { top:39.375rem;left:0rem;width:20rem;height:5.199225rem;z-index:15070;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-weight:700;font-style:normal;display:block; }
#yof5TIiP3tILuoK3ONWCheWuPkS5iAFw { width:14.8125rem;height:3.375rem;top:45.6875rem;left:2.6875rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;font-family:var(--headlines-font-family);display:block; }
#JNJs6oyQd3kN36xgU5okANHUgGachPRx { display:block; }
#W551zg9fmofDpIdDcB1nLbhEWzdKqHVi { top:8rem;left:-36.375rem;width:3.25rem;height:3.25rem;z-index:15028;overflow:hidden;display:block; }
#ZlNMSNURqr6TzwhADgLow5hw6ZHVMdyF { top:45.75rem;left:3.59375rem;width:3.25rem;height:3.25rem;z-index:15027;overflow:hidden;display:block; }
#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP { display:block; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP { background-color: transparent; background-image: none; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .row .container > .video-iframe-container { display: none; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .row > .video-iframe-container { display: none; }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .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); }#w98H7CeNBg5T4OivXwSEQXr00pcOR2CP > .row .container { width:20rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:87.625rem;position:relative;display:block; }#yEUhXyG4hzarGOCR2w16I0wf5vTuFGSr { top:4.0625rem;left:6.2812500596044rem;width:7.4375rem;height:7.4375rem;z-index:15064;overflow:hidden;display:block; }
#CKBLnwlErznEez878MAT0TdslEH81pLg { top:12.0625rem;left:0rem;width:20rem;height:3.375rem;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#vvN4QHar9Ta5IJIyiIDiRDLOmCiXMos1 { top:12.875rem;left:0rem;width:20rem;height:1.70625rem;z-index:15061;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#wpNuFgshTxqSWwyW1kdwkeZZyuq0oXvO { top:1.3742198944092rem;left:0rem;width:20rem;height:1.86875rem;z-index:15062;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:"alw arabic";font-size:1.4375rem;display:block; }
#qaThLB56RzvU9ZTLb44rIdifDr4Lmg3T { top:0rem;left:0rem;width:20rem;height:0.75rem;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#PHaZHblURte76TqZtpDTw8sXDBB2ELto { top:15.437499582768rem;left:0rem;width:20rem;height:6.499rem;z-index:15058;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;display:block; }
#ZTNIPPKmv1Vt0bpwblNIchWQwNh3FRzx { top:24.537499964238rem;left:6.2812500596044rem;width:7.4375rem;height:7.4375rem;z-index:15065;overflow:hidden;display:block; }
#qZ169Px8hA7qLKeTmSg7QHQhauJbDhPC { top:32.662499964237rem;left:0rem;width:20rem;height:3.375rem;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#vpQhh9GgoOIAaXknXgwzQl3bKzpRfeTq { top:33.496877253056rem;left:0rem;width:20rem;height:1.70625rem;z-index:15062;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#AVpG1EAdUAsRdRJV1ewm8DRTBp6iT1Fo { top:36.599999427796rem;left:0rem;width:20rem;height:6.499rem;z-index:15059;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;display:block; }
#bi5EJFvAbBQMA9HK7NWRU0CemJSE6axX { top:45.21249961853rem;left:6.2812500596044rem;width:7.4375rem;height:7.4375rem;z-index:15066;overflow:hidden;display:block; }
#CfocPgC1Pp3GqfG3ikKVWOUdT8ofvFAG { top:53.21249961853rem;left:0rem;width:20rem;height:3.375rem;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#SCZsZMiyQlRTMHhTbSmOUi9QvlXWTqle { top:54.046876907349rem;left:0rem;width:20rem;height:1.70625rem;z-index:15063;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:cairo;font-size:1.3125rem;display:block; }
#PbWf2htZS8MacHT8QtaMousLSDCdXaqr { top:57.387512207031rem;left:0rem;width:20rem;height:5.2rem;z-index:15060;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;display:block; }
#zbBtSuyDLhkOoJsL1vxDXV9xMPI7CDr2 { top:65.25000190735rem;left:0rem;width:20rem;height:0.75rem;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
#XKlyuWkIdEZvLCJlQrRaoxFuSz65rJdk { top:66.75rem;left:3.875rem;width:11rem;height:19.625rem;z-index:15028;display:block; }
#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx { display:block; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx { background-color: transparent; background-image: none; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container > .video-iframe-container { display: none; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row > .video-iframe-container { display: none; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .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); }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx { border-width: 0; border-radius: 0; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container { width:20rem;height:63.625rem;background-color:#ae8c67;background-image:url("https://images.assets-landingi.com/uc/0be1b197-766d-430f-836b-9d279309b369/noroot.crop_581x658_1013,2");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container.adaptive-delivery-prevent-bg, #cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container.lazyload, #cfXcKJnS2irCSbVC0uAg8Ktlmvb5rVKx > .row .container.lazyloading { background-image: none; }#OTkKTR9bBXT5tCx8WiIAv9lGl016sHOZ { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#PZIIKuKQa2pzmMAMiCx9SuZrHtq6stR4 { width:17rem;height:3.9rem;top:11.654687404633rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
#OCy76Ic2GBDLDgcUKFvEMkTMtR2qOvbD { width:16.125rem;height:3.9rem;top:19.6796875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
#OvwyRDJ9QvmqT7z5GZODqrPTc0LFEkiV { width:17.5625rem;height:3.9rem;top:28.3921875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
#ymZgFJ2F0WE7XHfiA1Sz0dTKb17mieD3 { width:17.75rem;height:3.89941875rem;top:41.2296875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
#XHLMmxu53tz3EotzLB5ZIJr9HHX40tir { width:8.5625rem;height:3.6875rem;top:6.216796875rem;left:5.71875rem;display:block; }
#sp5FTvfO0l8LRKPO6C10Pq8nDOBQ1M0h { width:17.1875rem;height:3.9rem;top:49.8171875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
#AlTM1NJTOd4TTZmbr4sf17oEIO78ta5Q { top:58.875rem;left:5.71875rem;width:6.375rem;height:4.3125rem;z-index:15034;display:block; }
#xuycrJQTdMrdv46rl0W3uX5g1FZLB0XL { top:15.552734375rem;left:8.375rem;width:3.25rem;height:3.25rem;z-index:15035;overflow:hidden;display:block; }
#T3NdXmhr51bQL4G8efB2P3XCE5nqftRD { top:25.2041015625rem;left:8.375rem;width:3.25rem;height:3.25rem;z-index:15036;overflow:hidden;display:block; }
#cSbdnI6Lw7yQcqNkAgrrJfMoVVSudeNJ { top:36.125rem;left:8.375rem;width:3.25rem;height:3.25rem;z-index:15037;overflow:hidden;display:block; }
#rXT04VH97H8gnsOGat9e8evtzuPcgCup { top:46.62890625rem;left:8.375rem;width:3.25rem;height:3.25rem;z-index:15038;overflow:hidden;display:block; }
