.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,239,108;--color-primary-1:217,208,119;--color-primary-2:251,172,70;--color-primary-3:255,204,51;--color-primary-4:254,191,0;--color-secondary-0:246,222,224;--color-secondary-1:224,147,150;--color-secondary-2:192,38,45;--color-secondary-3:96,19,23;--color-secondary-4:29,6,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;position:relative;z-index:auto;display:block; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.adaptive-delivery-prevent-bg, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyload, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyloading { background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { background-color: transparent; background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,0,0.4); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,0,0.4); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { border-width: 0; border-radius: 0; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:60rem;height:69.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.25);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:44.25rem;width:56.1875rem;top:18rem;left:1.875rem;display:block; }
#AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-secondary-2),1);top:8.7119140625rem;left:7.25rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-size:auto !important;top:41.0625rem;left:7.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),0.63);border-left:0.0625rem solid rgba(var(--color-primary-3),0.63);border-right:0.0625rem solid rgba(var(--color-primary-3),0.63);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.63);display:block; }
#D75h1gnDezDdOMKUohxA47zpkRNvzp6z { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.8125rem;left:9rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:41.0625rem;left:7.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#glgvUJipNDR75EdxxgGUxQglaXNpLmUW { 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:9.1875rem;width:9.1875rem;top:45.4375rem;left:9.5625rem;overflow:hidden;display:block; }
#h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:55.0625rem;left:9.75rem;display:block; }
#nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.8125rem;left:41.125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWDbHwoaIWadsJNahghCiamshWnDBZi2 { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:41.0625rem;left:39.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-size:auto !important;top:41.0625rem;left:39.6875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-0),0.63);border-left:0.0625rem solid rgba(var(--color-primary-0),0.63);border-right:0.0625rem solid rgba(var(--color-primary-0),0.63);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.63);display:block; }
#H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { position:absolute;display:block;z-index:15015;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:9.1875rem;width:9.1875rem;top:45.4375rem;left:41.6875rem;overflow:hidden;display:block; }
#GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:55.0625rem;left:41.9375rem;display:block; }
#SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.625rem;left:24.875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:20.875rem;left:23.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { position:absolute;display:block;z-index:15020;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:9.1875rem;width:9.1875rem;top:25.25rem;left:25.4375rem;overflow:hidden;display:block; }
#m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-size:auto !important;top:20.875rem;left:23.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),0.63);border-left:0.0625rem solid rgba(var(--color-primary-3),0.63);border-right:0.0625rem solid rgba(var(--color-primary-3),0.63);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.63);display:block; }
#dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #686868, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #686868, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #686868, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #686868, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #686868, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:34.875rem;left:25.6875rem;display:block; }
#Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-1),0.35);background-image:none;top:56.5rem;left:7.625rem;display:block; }
#canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),0.35);background-image:none;top:56.5rem;left:39.75rem;display:block; }
#MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-1),0.35);background-image:none;top:36.3125rem;left:23.5rem;display:block; }
#zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.625rem;left:41.125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:20.875rem;left:39.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-size:auto !important;top:20.875rem;left:39.6875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),0.63);border-left:0.0625rem solid rgba(var(--color-primary-3),0.63);border-right:0.0625rem solid rgba(var(--color-primary-3),0.63);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.63);display:block; }
#zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { position:absolute;display:block;z-index:15016;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:9.625rem;width:9.625rem;top:25.3125rem;left:41.375rem;overflow:hidden;display:block; }
#mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:34.875rem;left:41.875rem;display:block; }
#usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-1),0.35);background-image:none;top:36.3125rem;left:39.75rem;display:block; }
#LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#f6f3b1' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #f6f3b1);background-size:auto !important;top:41.0625rem;left:23.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),0.63);border-left:0.0625rem solid rgba(var(--color-primary-3),0.63);border-right:0.0625rem solid rgba(var(--color-primary-3),0.63);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.63);display:block; }
#AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.8125rem;left:24.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffbb5', endColorstr='#d8d8d83a' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.71), rgba(216,216,216,0.23));background-size:auto !important;top:41.0625rem;left:23.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { position:absolute;display:block;z-index:15016;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:10.125rem;width:10.125rem;top:45.125rem;left:25rem;overflow:hidden;display:block; }
#ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #616161, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:55.0625rem;left:25.6875rem;display:block; }
#DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-1),0.35);background-image:none;top:56.5rem;left:23.5625rem;display:block; }
#J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:20.875rem;left:7.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #d97777;border-left:0.0625rem solid #d97777;border-right:0.0625rem solid #d97777;border-bottom:0.0625rem solid #d97777;display:block; }
#XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.625rem;left:9rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffb59', endColorstr='#d8d8d856' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffb59', endColorstr='#d8d8d856' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.35), rgba(216,216,216,0.34));background-size:auto !important;top:20.875rem;left:7.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IsPPr9KHJT0aE25B3vdpPl3qwACTSTiJ { position:absolute;display:block;z-index:15022;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:11.8125rem;width:11.8125rem;top:24.9375rem;left:8.25rem;overflow:hidden;display:block; }
#zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffe8, #fef86f);background-image: -moz-linear-gradient(180deg, #ffffe8, #fef86f);background-image: -ms-linear-gradient(180deg, #ffffe8, #fef86f);background-image: -o-linear-gradient(180deg, #ffffe8, #fef86f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#fef86f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#fef86f' );";background-image: linear-gradient(180deg, #ffffe8, #fef86f);background-size:auto !important;border-top:0.0625rem solid #dfd600;border-left:0.0625rem solid #dfd600;border-right:0.0625rem solid #dfd600;border-bottom:0.0625rem solid #dfd600;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:34.875rem;left:9.75rem;display:block; }
#M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15044;background-color:rgba(217,119,119,0.32);background-image:none;top:36.3125rem;left:7.625rem;display:block; }
#MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { position:absolute;display:block;z-index:15046;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:5.25rem;width:15.625rem;top:2.5rem;left:22.21875rem;overflow:hidden;display:block; }
#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { background-color: transparent; background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .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); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { border-width: 0; border-radius: 0; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;position:relative;display:block; }#uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.25rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:12.75rem;left:3.25rem;display:block; }
#InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { color:rgba(var(--color-primary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:3.375rem;height:1.54345625rem;font-style:normal;display:block; }
#Z1kr37oOJTEbN83N5yL2ITVt73JClUAC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #be6d70;border-left:0.0625rem solid #be6d70;border-right:0.0625rem solid #be6d70;border-bottom:0.0625rem solid #be6d70;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:35.25rem;width:25.125rem;top:6.0625rem;left:32.625rem;display:block; }
#QHwvTnfssMiuEGBVsfXfFOgGD9GLJaan { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.21875rem;left:33.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvMZqsG6b1ndVrxOmE7JblL9qkH93vcv { position:absolute;display:block;z-index:15015;height:22rem;width:22.1875rem;top:10.21875rem;left:34.15625rem;display:block; }
#pX09TTCQHH8eGup9Wdguylo6r0L6s59h { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(var(--color-primary-2),1), #feefa0);background-image: -moz-linear-gradient(327deg, rgba(var(--color-primary-2),1), #feefa0);background-image: -ms-linear-gradient(327deg, rgba(var(--color-primary-2),1), #feefa0);background-image: -o-linear-gradient(327deg, rgba(var(--color-primary-2),1), #feefa0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#feefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#feefa0' );";background-image: linear-gradient(327deg, rgba(var(--color-primary-2),1), #feefa0);background-size:auto !important;border-top:0.0625rem solid #fde883;border-left:0.0625rem solid #fde883;border-right:0.0625rem solid #fde883;border-bottom:0.0625rem solid #fde883;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.9375rem;width:25.125rem;top:15.1875rem;left:3.25rem;display:block; }
#IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { position:absolute;display:block;z-index:15001;background-color:rgba(9,9,9,0.79);background-image:none;border-top:0.0625rem solid rgba(81,81,81,0.73);border-left:0.0625rem solid rgba(81,81,81,0.73);border-right:0.0625rem solid rgba(81,81,81,0.73);border-bottom:0.0625rem solid rgba(81,81,81,0.73);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:44.0625rem;width:59.875rem;top:1.875rem;left:0rem;display:block; }
#TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.125rem;left:7.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { box-sizing:content-box;height:5.125rem;width:25.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffb89', endColorstr='#d8d8d8c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffb89', endColorstr='#d8d8d8c9' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-size:auto !important;top:15.1875rem;left:3.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { position:absolute;display:block;z-index:15007;background-color:#fae7c3;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.375rem;width:6.875rem;top:22.125rem;left:4.5rem;display:block; }
#AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.8125rem;left:5.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { box-sizing:content-box;height:0.0625rem;width:6.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-4),1);background-image:none;top:24.4375rem;left:4.5625rem;display:block; }
#kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.625rem;left:5.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.125rem;left:6.4375rem; }
#rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { position:absolute;display:block;z-index:15012;background-color:#fdeed3;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.375rem;width:6.875rem;top:22.125rem;left:12.375rem;display:block; }
#v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.8125rem;left:13.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxXgbHU82x7T0gTTucphnUuT1RprFc1U { box-sizing:content-box;height:0.0625rem;width:6.875rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;top:24.4375rem;left:12.4375rem;display:block; }
#KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:25rem;left:14.6875rem; }
#pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.375rem;left:13rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { position:absolute;display:block;z-index:15017;background-color:#fff4e1;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.375rem;width:6.875rem;top:22.125rem;left:20.3125rem;display:block; }
#EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.8125rem;left:21rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { box-sizing:content-box;height:0.0625rem;width:6.875rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-4),1);background-image:none;top:24.4375rem;left:20.375rem;display:block; }
#nI9QM29buLslIdusB4WBRkP6HetUu4Ox { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:25.125rem;left:22.25rem; }
#isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.625rem;left:21rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { display:block; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { width:47.625rem;height:44.25rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { top:8.6875rem;left:1.125rem;width:45.5625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { top:41.0625rem;left:1.4375rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75h1gnDezDdOMKUohxA47zpkRNvzp6z { top:41.8125rem;left:2.875rem;width:10.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { top:41.0625rem;left:1.5rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgvUJipNDR75EdxxgGUxQglaXNpLmUW { top:45.4375rem;left:3.4375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { width:8.625rem;height:3rem;top:55.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block; }
 }@media only screen and (max-width: 763px) { #Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { top:41.8125rem;left:35rem;width:10.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbHwoaIWadsJNahghCiamshWnDBZi2 { top:41.0625rem;left:33.625rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { top:41.0625rem;left:33.5625rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { top:45.4375rem;left:35.5625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { width:8.625rem;height:3rem;top:55.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block; }
 }@media only screen and (max-width: 763px) { #bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { top:21.625rem;left:18.75rem;width:10.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { top:20.875rem;left:17.3125rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { top:25.25rem;left:19.3125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { top:20.875rem;left:17.3125rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { width:8.625rem;height:3rem;top:34.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block; }
 }@media only screen and (max-width: 763px) { #N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { top:56.5rem;left:1.5rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { top:56.5rem;left:33.625rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { top:36.3125rem;left:17.375rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { top:21.625rem;left:35rem;width:10.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { top:20.875rem;left:33.625rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { top:20.875rem;left:33.5625rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { top:25.3125rem;left:35.25rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { width:8.625rem;height:3rem;top:34.875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { top:36.3125rem;left:33.625rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { top:41.0625rem;left:17.375rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { top:41.8125rem;left:18.8125rem;width:10.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { top:41.0625rem;left:17.4375rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { top:45.125rem;left:18.875rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { width:8.625rem;height:3rem;top:55.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { top:56.5rem;left:17.4375rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { top:20.875rem;left:1.4375rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { top:21.625rem;left:2.875rem;width:10.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { top:20.875rem;left:1.5rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsPPr9KHJT0aE25B3vdpPl3qwACTSTiJ { top:24.9375rem;left:2.125rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { width:8.625rem;height:3rem;top:34.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block; }
 }@media only screen and (max-width: 763px) { #aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { top:36.3125rem;left:1.5rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { top:2.5rem;left:16.09375rem;width:15.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { top:8.6875rem;left:0rem;width:27.625rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { top:12.75rem;left:0.1875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { top:7.25rem;left:0rem;width:27.5625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kr37oOJTEbN83N5yL2ITVt73JClUAC { top:6.0625rem;left:22.5rem;width:25.125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwvTnfssMiuEGBVsfXfFOgGD9GLJaan { top:7.1875rem;left:24.75rem;width:22.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvMZqsG6b1ndVrxOmE7JblL9qkH93vcv { top:10.1875rem;left:24.96875rem;width:22.1875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX09TTCQHH8eGup9Wdguylo6r0L6s59h { top:15.1875rem;left:0rem;width:25.125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { width:47.625rem;height:44.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { top:16.125rem;left:4.5625rem;width:16.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { top:15.1875rem;left:0rem;width:25.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { top:22.125rem;left:1.4375rem;width:6.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { top:22.8125rem;left:2.125rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { top:24.4375rem;left:1.5rem;width:6.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { top:28.625rem;left:2.125rem;width:5.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { top:25.125rem;left:3.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { top:22.125rem;left:9.3125rem;width:6.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { top:22.8125rem;left:10rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXgbHU82x7T0gTTucphnUuT1RprFc1U { top:24.4375rem;left:9.375rem;width:6.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { top:25rem;left:11.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { top:27.375rem;left:9.9375rem;width:5.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { top:22.125rem;left:16.875rem;width:6.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { top:22.8125rem;left:17.9375rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { top:24.4375rem;left:17rem;width:6.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI9QM29buLslIdusB4WBRkP6HetUu4Ox { top:25.125rem;left:19.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { top:28.625rem;left:17.9375rem;width:5.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); } }@media only screen and (max-width: 763px) { #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.adaptive-delivery-prevent-bg, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyload, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyloading { background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { background-color: transparent; background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { border-width: 0; border-radius: 0; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { width:19.875rem;height:46.1875rem;top:17.04736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { width:20rem;height:4.5rem;top:6.8115234375rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { width:9.5rem;height:13.5625rem;top:14.0625rem;left:10.375rem;z-index:15000;border-top:0.0625rem solid rgba(243,243,243,0.6);border-left:0.0625rem solid rgba(243,243,243,0.6);border-right:0.0625rem solid rgba(243,243,243,0.6);border-bottom:0.0625rem solid rgba(243,243,243,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #D75h1gnDezDdOMKUohxA47zpkRNvzp6z { width:8.4375rem;height:2.2744125rem;top:14.5625rem;left:11rem;font-size:0.875rem;color:#000000;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { width:9.5rem;height:3.25rem;top:14.0625rem;left:10.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #glgvUJipNDR75EdxxgGUxQglaXNpLmUW { width:6.875rem;height:6.875rem;top:17.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { width:7rem;height:2.4375rem;top:24.5rem;left:11.6875rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block; }
 }@media only screen and (max-width: 763px) { #Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { width:8.4375rem;height:2.2744125rem;top:45.375rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbHwoaIWadsJNahghCiamshWnDBZi2 { width:9.5rem;height:3.25rem;top:44.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { width:9.5rem;height:13.5625rem;top:44.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { width:7.375rem;height:7.375rem;top:48.125rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { width:7rem;height:2.4375rem;top:55.3125rem;left:11.8125rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block; }
 }@media only screen and (max-width: 763px) { #bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { width:8.4375rem;height:2.2744125rem;top:29.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { width:9.5rem;height:3.25rem;top:29.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { width:7.375rem;height:7.375rem;top:32.625rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { width:9.5rem;height:13.5625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { width:7rem;height:2.4375rem;top:39.8125rem;left:1.3125rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block; }
 }@media only screen and (max-width: 763px) { #N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { width:9.5rem;height:0.125rem;top:25.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { width:9.5rem;height:0.125rem;top:56.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { width:9.5rem;height:0.125rem;top:40.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { width:8.4375rem;height:2.2744125rem;top:29.9375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { width:9.5rem;height:3.25rem;top:29.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { width:9.5rem;height:13.5625rem;top:29.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { width:7.375rem;height:7.375rem;top:33rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { width:7rem;height:2.4375rem;top:39.8125rem;left:11.6875rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { width:9.5rem;height:0.125rem;top:40.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { width:9.5rem;height:13.5625rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { width:8.4375rem;height:2.2744125rem;top:45.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { width:9.5rem;height:3.25rem;top:44.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { width:7.6875rem;height:7.6875rem;top:47.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { width:7rem;height:2.4375rem;top:55.3125rem;left:1.375rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { width:9.5rem;height:0.125rem;top:56.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { width:9.5rem;height:13.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { width:8.4375rem;height:2.2744125rem;top:14.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { width:9.5rem;height:3.25rem;top:14.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsPPr9KHJT0aE25B3vdpPl3qwACTSTiJ { width:8.5625rem;height:8.5625rem;top:17.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { width:7rem;height:2.4375rem;top:24.5rem;left:1.3125rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block; }
 }@media only screen and (max-width: 763px) { #aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { width:9.5rem;height:0.125rem;top:25.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { width:11.5rem;height:3.8125rem;top:1.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c68dff42-a730-4295-980d-6b0c4a8b4055/Untitleddesign.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.adaptive-delivery-prevent-bg, #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.lazyload, #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.lazyloading { background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { background-color: transparent; background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .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); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { width:20rem;height:2.35595625rem;top:4.76171875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { width:8.25rem;height:0.25rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { width:20rem;height:1.13720625rem;top:3rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kr37oOJTEbN83N5yL2ITVt73JClUAC { width:20rem;height:31.9375rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwvTnfssMiuEGBVsfXfFOgGD9GLJaan { width:18.375rem;height:2.4375rem;top:30.375rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvMZqsG6b1ndVrxOmE7JblL9qkH93vcv { width:18.0625rem;height:24.75rem;top:33.53125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX09TTCQHH8eGup9Wdguylo6r0L6s59h { width:19.875rem;height:16.125rem;top:10.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { width:19.875rem;height:44.0625rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { width:16.375rem;height:3.25rem;top:11.5rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { width:20rem;height:5.125rem;top:10.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { width:5.625rem;height:7.875rem;top:17.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { width:5.625rem;height:1.21875rem;top:17.76220703125rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { width:5.625rem;height:0.0625rem;top:19.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { width:5.625rem;height:1.13720625rem;top:22.9375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { display:flex;width:2.8125rem;height:2.8125rem;top:19.71875rem;left:2.4375rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { width:5.625rem;height:7.875rem;top:17.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { width:5.625rem;height:1.21875rem;top:17.76220703125rem;left:7.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxXgbHU82x7T0gTTucphnUuT1RprFc1U { width:5.625rem;height:0.0625rem;top:19.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { display:flex;width:2.0625rem;height:2.0625rem;top:19.71875rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { width:5.625rem;height:2.0996125rem;top:22.03662109375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { width:5.625rem;height:7.875rem;top:17.125rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { width:5.625rem;height:1.21875rem;top:17.76220703125rem;left:13.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { width:5.625rem;height:0.0625rem;top:19.125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI9QM29buLslIdusB4WBRkP6HetUu4Ox { display:flex;width:3.125rem;height:3.125rem;top:19.5625rem;left:14.75rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { width:5.625rem;height:1.13720625rem;top:22.9375rem;left:13.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }