.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:214,231,240;--color-primary-1:133,184,209;--color-primary-2:51,136,178;--color-primary-3:0,106,159;--color-primary-4:0,53,80;--color-secondary-0:246,229,226;--color-secondary-1:226,168,160;--color-secondary-2:197,80,64;--color-secondary-3:99,40,32;--color-secondary-4:30,12,10;--color-tertiary-0:255,255,255;--color-tertiary-1:244,247,250;--color-tertiary-2:59,67,64;--color-tertiary-3:48,48,48;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc { position:relative;display:block; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc { background-color: transparent; background-image: none; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .row .container > .video-iframe-container { display: none; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .row > .video-iframe-container { display: none; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .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); }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc { border-width: 0; border-radius: 0; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .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; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IkwGesCXWWtr2nwr0UF4IP0Qy4ZNHI5M { position:absolute;display:block;z-index:15000;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.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container { background-color: transparent; background-image: none; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container > .video-iframe-container { display: none; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row > .video-iframe-container { display: none; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .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); }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container { border-width: 0; border-radius: 0; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#IPCxqGcQpAHe5aRlwT0SaguxslH8WqsW { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d3f61);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d3f61);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d3f61);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d3f61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0d3f61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#0d3f61' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #0d3f61);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:45.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#EMTeGnoXtyhf1qJG3cJ0WRRRRHWyIWkm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:5.9375rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#tTc2WGIMFpTDxsGTfO1zvz4Ja23lGfpZ { position:absolute;display:block;z-index:15002;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:4.5rem;width:17.5rem;top:0.71875rem;left:28.75rem;overflow:hidden;display:block; }
#bCiqSAdQIkaw74BNFqyCJFolgN8Rx9uw { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.59375rem;height:4.55rem;font-style:normal;display:block; }
#Nn1oTgGDc4B4pUiHgz7XfS3d2Mhc1kAc { position:absolute;display:block;z-index:15004;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.8125rem;width:10.5rem;top:17.2998046875rem;left:3.78125rem;overflow:hidden;display:block; }
#rFicUVmRFs0JcSFtH4OzaScq5MdiAcuO { position:absolute;display:block;z-index:15005;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.6875rem;width:4.9375rem;top:22.90625rem;left:16.59375rem;overflow:hidden;display:block; }
#qWoFFBqIfuVxLKcVXRVSEW8V2pthux2f { position:absolute;display:block;z-index:15003;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:16.6875rem;width:12.0625rem;top:16.6435546875rem;left:22.90625rem;overflow:hidden;display:block; }
#hZzvr7o2nZluwu6icXmBMSLyKxAlDHCX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:17.6875rem;top:10.300000190735rem;left:53.96875rem;overflow:hidden;display:block; }
#scaqU10pzmTLRMHsJ4IlXskMrpxIHN2l { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.4375rem;left:36.75rem;display:block; }
#f3CWy0Gp7myPZU4TR8KMTBipi37Kdn6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coffkZppvaD86RFxtoXtTh8LVZfXfPuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.25rem;left:50.375rem; }
#coffkZppvaD86RFxtoXtTh8LVZfXfPuF > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#hgCt0DEve8TftMTcCLwcFFhMD5Xb8fRG { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.625rem;left:1.125rem;height:1.95rem;font-style:normal;display:block; }
#n9Rd7M2xo2y7hAWOLwr2wEts0zMJJrey { color:rgba(var(--color-tertiary-0),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:39.26171875rem;left:1.125rem;height:1.54296875rem;font-style:normal;display:block; }
#kxH5hBk5yNckPDnhUV67MRRTn9w07KNS { box-sizing:content-box;height:4.4375rem;width:13.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9873046875rem;left:55.96875rem;display:block; }
#MoB7HTofheo8BqMERSxT1pTJBov2zUBx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.2568359375rem;left:56.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE { position:relative;display:block; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE { background-color: transparent; background-image: none; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .row .container > .video-iframe-container { display: none; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .row > .video-iframe-container { display: none; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .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); }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE { border-width: 0; border-radius: 0; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .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; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .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:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nb6aUoAJIcXzH277CzxuZMxn8iD70O28 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw { position:relative;display:block; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw { background-color: transparent; background-image: none; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .row .container > .video-iframe-container { display: none; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .row > .video-iframe-container { display: none; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .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); }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw { border-width: 0; border-radius: 0; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .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; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .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:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DWJrcmH4NUHytLpFb0kAqvnb8Tg85gL3 { position:absolute;display:block;z-index:15000;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#QaKtnkbT5fDvfrafQ9Db2m9XHbz7TcLO { position:absolute;display:block;z-index:15001;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:4.375rem;width:5.1875rem;top:2.25rem;left:9.90625rem;overflow:hidden;display:block; }
#KGHmbcH9CzWLXT55ph5uZpmtU1U56dzf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgaTBbAzJvVq3RRGtI5WP78RLUpFqQkd { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.549999237061rem;left:4.4375rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJyi4PxEDoKDo9hQgTALt0LlysE8StRH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#iyVhZWOssvmcVOPpA3qRDF72KqZVqOPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfrJMv0bhAQuE9yXgERTnuVo7KT9anRr { position:absolute;display:block;z-index:15005;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:3.8125rem;top:2.65625rem;left:35.59375rem;overflow:hidden;display:block; }
#tmkIEPgNR7xQVmFnhxaTXy6v8rgpg3qn { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EzoZ3pL6Fuz7nQKwr6ObJN1RxR2WE3VM { position:absolute;display:block;z-index:15008;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#LkM37lQgC1l57a53GbxctTSTb6t4oP9E { 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:3.5625rem;width:2.75rem;top:2.65625rem;left:61.125rem;overflow:hidden;display:block; }
#gGoync90Jh4dntcURRwlpVFW9V61epTp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgmPgQUzInOl9279pxneNG2lxhaGyEpF { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:54.4375rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 { position:relative;display:block; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 { background-color: transparent; background-image: none; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .row .container > .video-iframe-container { display: none; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .row > .video-iframe-container { display: none; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .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); }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 { border-width: 0; border-radius: 0; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .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; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .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:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKugRFy4FiM07PODtrMMTN74BnUtbdV1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#Wh9e2alsQEmkUdZNTSc5QUp5qcwLfHGS { position:absolute;display:block;z-index:15001;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.1875rem;width:3.8125rem;top:2.84375rem;left:10.59375rem;overflow:hidden;display:block; }
#C01FlvfqJmhg2W4MZioTWhPfQVeq7oeV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TliV3HTmEkX3SguNCmiG5MsuuCD8AwB2 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1G4KaJm9ZyO7hkIcQsiCS9Heg0Hk2Q7 { position:absolute;display:block;z-index:15004;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#tSTQxLlq9kX8FlHPH2ohxlNfamp4TPeN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXhUf3vhD98qO9ozxPR4plF4BDNGGKZG { position:absolute;display:block;z-index:15005;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.3125rem;width:3.5625rem;top:2.78125rem;left:35.71875rem;overflow:hidden;display:block; }
#aZ3MmXAnSF67UtHpgkrQdReAnlIoC0dN { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qdg14DV1aShsRft4DWqBLNieqffzDehe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#slT5y77R8i5rnLTKTOcXLLnUTWWmFW2B { 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:3.625rem;width:4.4375rem;top:2.625rem;left:60.28125rem;overflow:hidden;display:block; }
#ebUCkSCB1gEKdGmRSTum0KbcnnZdQMFK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UKXqUqHyRTxGTWwJ4wn6i1wH50wx9zkA { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.549999237061rem;left:54.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS { position:relative;display:block; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS { background-color: transparent; background-image: none; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .row .container > .video-iframe-container { display: none; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .row > .video-iframe-container { display: none; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .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); }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS { border-width: 0; border-radius: 0; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .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; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .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:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v1iHrJ3RNbR9kB5vJHas4G1fAt3htEHV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:29.4375rem;display:block; }
#JlAzkvglhcb2B0yx1aAVPbShqpHmZZWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3dcS5wVI9u2wOgnZLNeR7skdUx37Rw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.3125rem;left:43.0625rem; }
#q3dcS5wVI9u2wOgnZLNeR7skdUx37Rw6 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#KF97gba6CKfpdLi0wUarW5QUKgU3A9gC { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:12rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#gIH4c7728AqWhmkknPkOaxXmnaua2DJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container { background-color: transparent; background-image: none; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container > .video-iframe-container { display: none; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row > .video-iframe-container { display: none; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .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); }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container { border-width: 0; border-radius: 0; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#R1cWqafwhpHKTbcGv3M2q5D3Q81O3xeh { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.54296875rem;left:10.75rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel { position:relative;display:none; }#l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel { border-width: 0; border-radius: 0; }#l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel > .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; }#l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel > .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:30.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZxZHmzou9ys6OKADHsvE8kfsLsxEPn64 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.34375rem;height:2.03125rem;display:block; }
#z62S5AIfhKvwgOcvvPQO3agvrpLzmkpS { position:absolute;display:block;z-index:15007;height:23.1875rem;width:41.4375rem;top:6.34375rem;left:1.34375rem;display:block; }
#UI13MdBACieLLTbhsued0T8VEFKJM4ky { position:relative;display:block; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky { background-color: transparent; background-image: none; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .row .container > .video-iframe-container { display: none; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .row > .video-iframe-container { display: none; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .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); }#UI13MdBACieLLTbhsued0T8VEFKJM4ky { border-width: 0; border-radius: 0; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .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; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .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:30.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lqnHt3903BxmZOl0sB9RvZkl4w2dsv2L { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);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:28.75rem;width:71.875rem;top:0.7001953125rem;left:0rem;display:block; }
#EdLB9ylJoPpOIWQ53JgXgnBToem2bZ9u { color:rgba(var(--color-tertiary-3),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.25rem;height:1.54375rem;font-style:normal;display:block; }
#lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO { color:rgba(var(--color-tertiary-3),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.25rem;height:;overflow:hidden;display:block; }#lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b5b363e6-53e2-4533-97ee-3d737e737471/Group7152.png); }
#bHv26fM0gm1h5hTRk1rNAxpPKrzXRQr7 { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.5625rem;left:52.5rem;display:block; }
#Q0vJHQFbcFIHTAQHozSNWHcXUVQGtyFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqrsTKR2yITpSRykUKfay6T4Swcz7O9T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.34375rem;left:67.3125rem; }
#GqrsTKR2yITpSRykUKfay6T4Swcz7O9T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#QSbs0Qz2lRRmVMdeHmTS6FX6nXng2TL2 { position:absolute;display:block;z-index:15001;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.4375rem;width:12.375rem;top:2.375rem;left:55.5rem;overflow:hidden;display:block; }
#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L { position:relative;display:block; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L { background-color: transparent; background-image: none; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .row .container > .video-iframe-container { display: none; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .row > .video-iframe-container { display: none; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .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); }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L { border-width: 0; border-radius: 0; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .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; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .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:17.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ME55ydG9TzHXvlUHGRTJXOiohCIZhby6 { color:rgba(var(--color-primary-3),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.21875rem;height:2.4375rem;font-style:normal;display:block; }
#F2a8UI264qmAiBkWuOakZJJadP5tfpOw { color:rgba(var(--color-tertiary-3),1);display:block;width:61.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.21875rem;height:10.80078125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 { position:relative;display:block; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 { background-color: transparent; background-image: none; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .row .container > .video-iframe-container { display: none; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .row > .video-iframe-container { display: none; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .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); }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 { border-width: 0; border-radius: 0; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .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; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .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:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LN1KATb7u8FDpTODhXkK5mPPHIkQxrQd { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);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:19.9375rem;width:71.875rem;top:0.875rem;left:1.4375rem;display:block; }
#H5zLq9MlNnLlhwWHRwpkewaSWcmpUX86 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XorszQJSxgKtf9r9fbPgtwGEWKhQTk9q { position:absolute;display:block;z-index:15002;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.25rem;width:6.5rem;top:7.875rem;left:7.5rem;overflow:hidden;display:block; }
#p0XTAVGTSeWya01aCUfaURQvCcKaympq { position:absolute;display:block;z-index:15003;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.9375rem;width:16rem;top:10.5rem;left:15.875rem;overflow:hidden;display:block; }
#lakyATRcCS7TPW1i2bURO3o7L24sbxK0 { position:absolute;display:block;z-index:15004;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.75rem;width:5.9375rem;top:8.125rem;left:33.8125rem;overflow:hidden;display:block; }
#RGmtnWBeRnCiUit1pbxrlBqcchSfiivP { position:absolute;display:block;z-index:15005;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.9375rem;width:16rem;top:10.5rem;left:40.5rem;overflow:hidden;display:block; }
#TyyBDH84uaKl1b332h1f1lmBTzALuP0A { position:absolute;display:block;z-index:15006;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.75rem;width:5.9375rem;top:8.125rem;left:57.6875rem;overflow:hidden;display:block; }
#rIpFqaqH0QRDXnFUHTV7utTgTt0fmqbf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.14999961853rem;left:1.59375rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvRSKDDn0fyGGVEbcQDTbsXif9Tc1S44 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.14999961853rem;left:27.625rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCfZvaJfJvV9MHC6VHG9iPvtWDFtTuqN { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.14999961853rem;left:51.5rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sp17TLmpVKbbQPgKmfs0sgFoKCK8svUn { position:absolute;display:block;z-index:15000;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.1875rem;width:0.9375rem;display:none; }
#uNc2nvu2PlMVP4CXXST6tbXtRgC6FN8x { position:absolute;display:block;z-index:15000;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.1875rem;width:0.9375rem;display:none; }
#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy { position:relative;display:block; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy { background-color: transparent; background-image: none; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .row .container > .video-iframe-container { display: none; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .row > .video-iframe-container { display: none; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .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); }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy { border-width: 0; border-radius: 0; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .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; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .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:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7sv5hSoX7RJrZQSqAgeldVCBMJEEsxI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.1875rem;left:29.4375rem;display:block; }
#vucKTKyQn1eENCvT2WuyP04MQKfvra5H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx6XAlaFCv2VzuCid8kmJNt6kE9uDeL2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2rem;left:43.0625rem; }
#Dx6XAlaFCv2VzuCid8kmJNt6kE9uDeL2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc { position:relative;display:block; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc { background-color: transparent; background-image: none; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .row .container > .video-iframe-container { display: none; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .row > .video-iframe-container { display: none; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .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); }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc { border-width: 0; border-radius: 0; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .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; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .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:4.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTTsGgp1XbPQpq5pVUzhytNAqWXEiCKT { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T { position:relative;display:block; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T { background-color: transparent; background-image: none; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .row .container > .video-iframe-container { display: none; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .row > .video-iframe-container { display: none; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .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); }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T { border-width: 0; border-radius: 0; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .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; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .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:54.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IcCHRMOmrVLltchmTrfXIM13GLRiMPT2 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:48.3125rem;width:34.3125rem;top:5.6918334960938rem;left:0rem;display:block; }
#SQ8f9eVCv4svca0dDzp3xN0gCkWVKSDp { position:absolute;display:block;z-index:15001;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5625rem;width:34.5625rem;top:1.498046875rem;left:0rem;display:block; }
#REqLBCPPp4EnOpNLzIL4O4MSW2Z1MALQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8046875rem;left:10.96875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#IqPihOkTrvcZywMQ8AwyfAqODlZAeIcl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:17.125rem;height:4.62890625rem;display:block; }
#klOiU8P4vFOT1WKoUFIDvMHDMBc43bBW { position:absolute;display:block;z-index:15005;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:31.4375rem;top:23rem;left:3.03125rem;display:block; }
#NCrtEWeBwcJHuoBBoqEbxI1Ox19IVku9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.6904296875rem;left:17.125rem;height:4.62890625rem;display:block; }
#aekznXGkzDWidU5P7ypp4LIamxppPgl4 { position:absolute;display:block;z-index:15006;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:31.4375rem;top:38.94375038147rem;left:3.03125rem;display:block; }
#L8kyblIr0yDhIHPPFqOAHbQ1Q9rb713l { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.001953125rem;left:17.125rem;height:4.62890625rem;display:block; }
#hGhcRrAaBU5ZsJWazDGVBxL3WPsKNac0 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:39.0625rem;width:34.25rem;top:1.375rem;left:39.0625rem;display:block; }
#sSOCW2d8dr2JFszBTqNOXilr2iumU9Ul { position:absolute;display:block;z-index:15002;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5625rem;width:34.25rem;top:1.375rem;left:39.125rem;display:block; }
#cgNoq2ZkRhZ3geSI95ZgiUkBXeDM4B89 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7687501907349rem;left:39.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#gfgx3zrNisxoNH59SGrmsr4nG592wGTL { position:absolute;display:block;z-index:15008;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.5625rem;width:9.6875rem;top:9.970703125rem;left:42.25rem;overflow:hidden;display:block; }
#FayWgt5iE8DfbMuBzL1zxtGRTpyiDMV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.7197265625rem;left:56rem;height:9.2578125rem;font-style:normal;display:block; }
#IIzDFSOmfZZvvdgSLweyEQy5W20gQbZe { position:absolute;display:block;z-index:15006;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:31.4375rem;top:23rem;left:40.53125rem;display:block; }
#Aa95wU1SPvkemnhp1EpoiMh3olJSwlOe { 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:16.8125rem;width:16.0625rem;top:23rem;left:39.0625rem;overflow:hidden;display:block; }
#wG7FKk6HsV0nhE1dEF52NRsHARL2JnFJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.150001525879rem;left:56rem;height:3.0859375rem;display:block; }
#bNgcpzA0S8NCRGDDszMTln9RlLnvEzzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42.5625rem;left:41.125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#NUNZfBT2o2VWh6AKNyBC6mbSwKh0Z5XQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.5625rem;left:48.1875rem;display:block; }
#Ubr1vKCWiT31OqIB2E15z0xyQKZRJhRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaMqhkbT9akxg8A5Tx3e4DHaker58qLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:47.375rem;left:61.8125rem; }
#TaMqhkbT9akxg8A5Tx3e4DHaker58qLx > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#b5VTFmo6q2ldXsnTBoR8rmxdTEyFUr6V { position:absolute;display:block;z-index:15000;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.0625rem;width:17.375rem;display:none; }
#SwxJxdh46fZl5qpD3Oz5943bKtFBAwQL { 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:1.5625rem;width:1.5625rem;top:14.970703125rem;left:8.1875rem;overflow:hidden;display:block; }
#BdpVTMCetdZyJt3F0LVvlfJ2AoOqlu52 { 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:1.5625rem;width:1.5625rem;top:30.2236328125rem;left:8.1875rem;overflow:hidden;display:block; }
#p3hb3QzcPaHh8LdGkTkfsy0M9qL2tmoD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:44.53515625rem;left:8.1875rem;overflow:hidden;display:block; }
#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container { background-color: transparent; background-image: none; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container > .video-iframe-container { display: none; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row > .video-iframe-container { display: none; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .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); }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container { border-width: 0; border-radius: 0; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#Lpor7i3t1vru20Lprw8m5sTFtmDWHVJo { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.9;letter-spacing:0;top:3.25rem;left:4.75rem;height:20.89354375rem;font-style:normal;display:block; }
#GTNIE2CmGUIliwKCBANTPtVIMoLMy5ZJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.5rem;left:28.3125rem;display:block; }
#tv532UnbJDNLOsTT8kuznTTRoVBFbe34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTvWZDCrs5RcXPF6L60eytMxsllNTQxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.3125rem;left:43.4375rem; }
#qTvWZDCrs5RcXPF6L60eytMxsllNTQxI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t { position:relative;display:block; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t { background-color: transparent; background-image: none; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .row .container > .video-iframe-container { display: none; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .row > .video-iframe-container { display: none; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .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); }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t { border-width: 0; border-radius: 0; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .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; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .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:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G91nVWTnffHsQbkxxFpL2Ebop2gcLpHz { color:rgba(var(--color-tertiary-3),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container { background-color: transparent; background-image: none; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container > .video-iframe-container { display: none; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row > .video-iframe-container { display: none; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .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); }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container { border-width: 0; border-radius: 0; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#knV7TUViUPBgArL8kRb4pQGzr13ImJXv { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #LA1HheivHD95MAxGM4s1EgebDEVd9Dyc { display:block; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IkwGesCXWWtr2nwr0UF4IP0Qy4ZNHI5M { width:47.75rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL { display:block; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IPCxqGcQpAHe5aRlwT0SaguxslH8WqsW { width:47.75rem;height:45.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMTeGnoXtyhf1qJG3cJ0WRRRRHWyIWkm { width:23.75rem;height:5.9375rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTc2WGIMFpTDxsGTfO1zvz4Ja23lGfpZ { width:17.5rem;height:4.5rem;top:0.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCiqSAdQIkaw74BNFqyCJFolgN8Rx9uw { width:46.4375rem;height:9.1rem;top:7rem;left:1.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nn1oTgGDc4B4pUiHgz7XfS3d2Mhc1kAc { width:8.5625rem;height:12.0625rem;top:19.21875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFicUVmRFs0JcSFtH4OzaScq5MdiAcuO { width:4.9375rem;height:6.6875rem;top:22.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWoFFBqIfuVxLKcVXRVSEW8V2pthux2f { width:12.0625rem;height:16.6875rem;top:17.0625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZzvr7o2nZluwu6icXmBMSLyKxAlDHCX { width:17.5625rem;height:33rem;top:5.9375rem;left:30.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #scaqU10pzmTLRMHsJ4IlXskMrpxIHN2l { width:14.6875rem;height:4.375rem;top:39.875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3CWy0Gp7myPZU4TR8KMTBipi37Kdn6P { display:block; }
 }@media only screen and (max-width: 1199px) { #coffkZppvaD86RFxtoXtTh8LVZfXfPuF { width:1.5625rem;height:1.5625rem;top:41.28125rem;left:44.25rem;display:block; }
#coffkZppvaD86RFxtoXtTh8LVZfXfPuF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #hgCt0DEve8TftMTcCLwcFFhMD5Xb8fRG { width:29.75rem;height:1.95rem;top:36.625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9Rd7M2xo2y7hAWOLwr2wEts0zMJJrey { width:27.9375rem;height:3.0859375rem;top:38.9375rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kxH5hBk5yNckPDnhUV67MRRTn9w07KNS { width:13.75rem;height:4.4375rem;top:26.90625rem;left:31.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MoB7HTofheo8BqMERSxT1pTJBov2zUBx { width:12.375rem;height:3.8994125rem;top:27.1015625rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE { display:block; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Nb6aUoAJIcXzH277CzxuZMxn8iD70O28 { width:47.75rem;height:1.38125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw { display:block; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DWJrcmH4NUHytLpFb0kAqvnb8Tg85gL3 { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QaKtnkbT5fDvfrafQ9Db2m9XHbz7TcLO { width:5.1875rem;height:4.375rem;top:2.25rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGHmbcH9CzWLXT55ph5uZpmtU1U56dzf { width:16.125rem;height:2.923825rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgaTBbAzJvVq3RRGtI5WP78RLUpFqQkd { width:16.125rem;height:0.975rem;top:10.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJyi4PxEDoKDo9hQgTALt0LlysE8StRH { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyVhZWOssvmcVOPpA3qRDF72KqZVqOPZ { width:16.125rem;height:1.462675rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfrJMv0bhAQuE9yXgERTnuVo7KT9anRr { width:3.8125rem;height:3.5625rem;top:2.625rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmkIEPgNR7xQVmFnhxaTXy6v8rgpg3qn { width:16.125rem;height:2.923825rem;top:9.375rem;left:15.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzoZ3pL6Fuz7nQKwr6ObJN1RxR2WE3VM { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkM37lQgC1l57a53GbxctTSTb6t4oP9E { width:2.75rem;height:3.5625rem;top:2.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGoync90Jh4dntcURRwlpVFW9V61epTp { width:16.125rem;height:2.923825rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgmPgQUzInOl9279pxneNG2lxhaGyEpF { width:14.9375rem;height:2.923825rem;top:10.5rem;left:32.322265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 { display:block; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZKugRFy4FiM07PODtrMMTN74BnUtbdV1 { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wh9e2alsQEmkUdZNTSc5QUp5qcwLfHGS { width:3.8125rem;height:3.1875rem;top:2.8125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C01FlvfqJmhg2W4MZioTWhPfQVeq7oeV { width:16.125rem;height:1.462675rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TliV3HTmEkX3SguNCmiG5MsuuCD8AwB2 { width:16.125rem;height:1.95rem;top:9.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g1G4KaJm9ZyO7hkIcQsiCS9Heg0Hk2Q7 { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSTQxLlq9kX8FlHPH2ohxlNfamp4TPeN { width:16.125rem;height:1.462675rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXhUf3vhD98qO9ozxPR4plF4BDNGGKZG { width:3.5625rem;height:3.3125rem;top:2.75rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZ3MmXAnSF67UtHpgkrQdReAnlIoC0dN { width:16.125rem;height:1.95rem;top:9.375rem;left:15.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qdg14DV1aShsRft4DWqBLNieqffzDehe { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #slT5y77R8i5rnLTKTOcXLLnUTWWmFW2B { width:4.4375rem;height:3.625rem;top:2.625rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebUCkSCB1gEKdGmRSTum0KbcnnZdQMFK { width:16.125rem;height:2.923825rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKXqUqHyRTxGTWwJ4wn6i1wH50wx9zkA { width:16.125rem;height:0.975rem;top:10.5rem;left:31.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS { display:block; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v1iHrJ3RNbR9kB5vJHas4G1fAt3htEHV { width:14.6875rem;height:4.375rem;top:1.625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlAzkvglhcb2B0yx1aAVPbShqpHmZZWd { display:block; }
 }@media only screen and (max-width: 1199px) { #q3dcS5wVI9u2wOgnZLNeR7skdUx37Rw6 { width:1.5625rem;height:1.5625rem;top:3.0625rem;left:29.375rem;display:block; }
#q3dcS5wVI9u2wOgnZLNeR7skdUx37Rw6 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #KF97gba6CKfpdLi0wUarW5QUKgU3A9gC { width:47.75rem;height:8.3125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gIH4c7728AqWhmkknPkOaxXmnaua2DJp { display:block; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container { width:47.75rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R1cWqafwhpHKTbcGv3M2q5D3Q81O3xeh { width:47.75rem;height:2.761725rem;top:1.462890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel { display:none; }#l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZxZHmzou9ys6OKADHsvE8kfsLsxEPn64 { width:46.875rem;height:2.4375rem;top:3.5rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z62S5AIfhKvwgOcvvPQO3agvrpLzmkpS { width:39.125rem;height:21.5rem;top:6.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI13MdBACieLLTbhsued0T8VEFKJM4ky { display:block; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .row .container { width:47.75rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lqnHt3903BxmZOl0sB9RvZkl4w2dsv2L { width:47.5rem;height:22.9375rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdLB9ylJoPpOIWQ53JgXgnBToem2bZ9u { width:31.9375rem;height:3.0859375rem;top:2.1875rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO { width:35.125rem;height:15.9375rem;top:6.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b5b363e6-53e2-4533-97ee-3d737e737471/Group7152.png); }
 }@media only screen and (max-width: 1199px) { #bHv26fM0gm1h5hTRk1rNAxpPKrzXRQr7 { width:10.75rem;height:3.25rem;top:16.25rem;left:36.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0vJHQFbcFIHTAQHozSNWHcXUVQGtyFI { display:block; }
 }@media only screen and (max-width: 1199px) { #GqrsTKR2yITpSRykUKfay6T4Swcz7O9T { width:1.5625rem;height:1.5625rem;top:17.09375rem;left:45.25rem;display:block; }
#GqrsTKR2yITpSRykUKfay6T4Swcz7O9T > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #QSbs0Qz2lRRmVMdeHmTS6FX6nXng2TL2 { width:8.375rem;height:11.8125rem;top:2.1875rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L { display:block; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .row .container { width:47.75rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ME55ydG9TzHXvlUHGRTJXOiohCIZhby6 { width:47.75rem;height:1.38125rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2a8UI264qmAiBkWuOakZJJadP5tfpOw { width:47.75rem;height:6.8203125rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 { display:block; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LN1KATb7u8FDpTODhXkK5mPPHIkQxrQd { width:47.5rem;height:19.9375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5zLq9MlNnLlhwWHRwpkewaSWcmpUX86 { width:47.75rem;height:1.38125rem;top:2.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XorszQJSxgKtf9r9fbPgtwGEWKhQTk9q { width:6.5rem;height:6.25rem;top:7.84375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0XTAVGTSeWya01aCUfaURQvCcKaympq { width:12.1875rem;height:0.625rem;top:10.5rem;left:6.0384615384616rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lakyATRcCS7TPW1i2bURO3o7L24sbxK0 { width:5.9375rem;height:5.75rem;top:8.09375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGmtnWBeRnCiUit1pbxrlBqcchSfiivP { width:12.1875rem;height:0.625rem;top:10.65625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyyBDH84uaKl1b332h1f1lmBTzALuP0A { width:5.9375rem;height:5.75rem;top:8.09375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIpFqaqH0QRDXnFUHTV7utTgTt0fmqbf { width:10.375rem;height:5.84765625rem;top:14.09375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvRSKDDn0fyGGVEbcQDTbsXif9Tc1S44 { width:13.8125rem;height:5.84765625rem;top:14.09375rem;left:14.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCfZvaJfJvV9MHC6VHG9iPvtWDFtTuqN { width:10.9375rem;height:4.38574375rem;top:14.825000762939rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sp17TLmpVKbbQPgKmfs0sgFoKCK8svUn { width:0.9375rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uNc2nvu2PlMVP4CXXST6tbXtRgC6FN8x { width:0.9375rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy { display:block; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T7sv5hSoX7RJrZQSqAgeldVCBMJEEsxI { width:14.6875rem;height:4.375rem;top:1.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vucKTKyQn1eENCvT2WuyP04MQKfvra5H { display:block; }
 }@media only screen and (max-width: 1199px) { #Dx6XAlaFCv2VzuCid8kmJNt6kE9uDeL2 { width:1.5625rem;height:1.5625rem;top:2.625rem;left:29.375rem;display:block; }
#Dx6XAlaFCv2VzuCid8kmJNt6kE9uDeL2 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc { display:block; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XTTsGgp1XbPQpq5pVUzhytNAqWXEiCKT { width:47.75rem;height:1.38125rem;top:1.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T { display:block; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .row .container { width:47.75rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IcCHRMOmrVLltchmTrfXIM13GLRiMPT2 { width:23.1875rem;height:43.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ8f9eVCv4svca0dDzp3xN0gCkWVKSDp { width:23.375rem;height:6.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REqLBCPPp4EnOpNLzIL4O4MSW2Z1MALQ { width:12.5rem;height:1.95rem;top:3.7437496185302rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqPihOkTrvcZywMQ8AwyfAqODlZAeIcl { width:11.375rem;height:6.171875rem;top:10.090625762939rem;left:11.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klOiU8P4vFOT1WKoUFIDvMHDMBc43bBW { width:20rem;height:0.0625rem;top:19.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCrtEWeBwcJHuoBBoqEbxI1Ox19IVku9 { width:11.4375rem;height:4.62890625rem;top:22.465625762939rem;left:10.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aekznXGkzDWidU5P7ypp4LIamxppPgl4 { width:20rem;height:0.0625rem;top:31.6875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8kyblIr0yDhIHPPFqOAHbQ1Q9rb713l { width:12.0625rem;height:4.62890625rem;top:33.60000038147rem;left:10.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGhcRrAaBU5ZsJWazDGVBxL3WPsKNac0 { width:23rem;height:33.3125rem;top:1.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSOCW2d8dr2JFszBTqNOXilr2iumU9Ul { width:23rem;height:6.5625rem;top:1.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgNoq2ZkRhZ3geSI95ZgiUkBXeDM4B89 { width:22.3125rem;height:5.84765625rem;top:1.7937498092651rem;left:25.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfgx3zrNisxoNH59SGrmsr4nG592wGTL { width:8.625rem;height:10.25rem;top:9rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FayWgt5iE8DfbMuBzL1zxtGRTpyiDMV5 { width:11.125rem;height:11.69825rem;top:9.1875rem;left:34.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIzDFSOmfZZvvdgSLweyEQy5W20gQbZe { width:18.75rem;height:0.0625rem;top:21.84375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aa95wU1SPvkemnhp1EpoiMh3olJSwlOe { width:10.9375rem;height:11.4375rem;top:22.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wG7FKk6HsV0nhE1dEF52NRsHARL2JnFJ { width:13.125rem;height:3.0859375rem;top:26.612499237061rem;left:34.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNgcpzA0S8NCRGDDszMTln9RlLnvEzzJ { width:22.9375rem;height:3.41015625rem;top:35.549999237061rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUNZfBT2o2VWh6AKNyBC6mbSwKh0Z5XQ { width:14.6875rem;height:4.375rem;top:40.1875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ubr1vKCWiT31OqIB2E15z0xyQKZRJhRC { display:block; }
 }@media only screen and (max-width: 1199px) { #TaMqhkbT9akxg8A5Tx3e4DHaker58qLx { width:1.5625rem;height:1.5625rem;top:41.625rem;left:41.3125rem;display:block; }
#TaMqhkbT9akxg8A5Tx3e4DHaker58qLx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #b5VTFmo6q2ldXsnTBoR8rmxdTEyFUr6V { width:17.375rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SwxJxdh46fZl5qpD3Oz5943bKtFBAwQL { width:5rem;height:5rem;top:34.185546875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdpVTMCetdZyJt3F0LVvlfJ2AoOqlu52 { width:5rem;height:5rem;top:22.279296875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p3hb3QzcPaHh8LdGkTkfsy0M9qL2tmoD { width:5rem;height:5rem;top:10.67578125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRUynK3nrzqALL6fxTGT5dLc2cV8owAT { display:block; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lpor7i3t1vru20Lprw8m5sTFtmDWHVJo { width:47.75rem;height:26.59176875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTNIE2CmGUIliwKCBANTPtVIMoLMy5ZJ { width:14.6875rem;height:4.375rem;top:27.875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tv532UnbJDNLOsTT8kuznTTRoVBFbe34 { display:block; }
 }@media only screen and (max-width: 1199px) { #qTvWZDCrs5RcXPF6L60eytMxsllNTQxI { width:1.5625rem;height:1.5625rem;top:29.25rem;left:29.375rem;display:block; }
#qTvWZDCrs5RcXPF6L60eytMxsllNTQxI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t { display:block; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G91nVWTnffHsQbkxxFpL2Ebop2gcLpHz { width:47.75rem;height:4.1425875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL { display:block; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #knV7TUViUPBgArL8kRb4pQGzr13ImJXv { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LA1HheivHD95MAxGM4s1EgebDEVd9Dyc { display:none; }#LA1HheivHD95MAxGM4s1EgebDEVd9Dyc > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IkwGesCXWWtr2nwr0UF4IP0Qy4ZNHI5M { width:20rem;height:5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL { display:block; }#ZbeqBkwCNEmU3RRPXIsvhktTHWW9h3dL > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPCxqGcQpAHe5aRlwT0SaguxslH8WqsW { width:20rem;height:39.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTeGnoXtyhf1qJG3cJ0WRRRRHWyIWkm { width:20rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTc2WGIMFpTDxsGTfO1zvz4Ja23lGfpZ { width:13.5rem;height:3.5rem;top:1.21875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiqSAdQIkaw74BNFqyCJFolgN8Rx9uw { width:18.75rem;height:5.2rem;top:6.875rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1oTgGDc4B4pUiHgz7XfS3d2Mhc1kAc { width:8.5625rem;height:12.0625rem;top:15.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFicUVmRFs0JcSFtH4OzaScq5MdiAcuO { width:4.9375rem;height:6.6875rem;top:61.9375rem;left:2.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWoFFBqIfuVxLKcVXRVSEW8V2pthux2f { width:9.75rem;height:13.5625rem;top:56.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZzvr7o2nZluwu6icXmBMSLyKxAlDHCX { width:10rem;height:18.75rem;top:12.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #scaqU10pzmTLRMHsJ4IlXskMrpxIHN2l { width:15.25rem;height:4.375rem;top:37.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3CWy0Gp7myPZU4TR8KMTBipi37Kdn6P { display:block; }
 }@media only screen and (max-width: 763px) { #coffkZppvaD86RFxtoXtTh8LVZfXfPuF { display:flex;width:1.5625rem;height:1.5625rem;top:39.03125rem;left:15.1875rem; }
#coffkZppvaD86RFxtoXtTh8LVZfXfPuF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #hgCt0DEve8TftMTcCLwcFFhMD5Xb8fRG { width:18.75rem;height:1.3rem;top:32rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9Rd7M2xo2y7hAWOLwr2wEts0zMJJrey { width:18.75rem;height:1.94921875rem;top:34.60000038147rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxH5hBk5yNckPDnhUV67MRRTn9w07KNS { width:8.0625rem;height:2.8125rem;top:23.9375rem;left:10.989130434782rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoB7HTofheo8BqMERSxT1pTJBov2zUBx { width:7.625rem;height:2.4375rem;top:24.125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE { display:block; }#ObyNrPcaATB5qkOEoGW4wnSw3c3QEwRE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb6aUoAJIcXzH277CzxuZMxn8iD70O28 { width:18.75rem;height:4.142575rem;top:1.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw { display:block; }#kAQlthSuMN6QuWx4SIVzFR5LJTCHk0qw > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWJrcmH4NUHytLpFb0kAqvnb8Tg85gL3 { width:17.5rem;height:11.9375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaKtnkbT5fDvfrafQ9Db2m9XHbz7TcLO { width:5.1875rem;height:4.375rem;top:1.9375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHmbcH9CzWLXT55ph5uZpmtU1U56dzf { width:16.125rem;height:2.923825rem;top:6.78750038147rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgaTBbAzJvVq3RRGtI5WP78RLUpFqQkd { width:16.125rem;height:0.975rem;top:10.3125rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJyi4PxEDoKDo9hQgTALt0LlysE8StRH { width:17.5rem;height:14rem;top:14.64999961853rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyVhZWOssvmcVOPpA3qRDF72KqZVqOPZ { width:16.125rem;height:1.4625rem;top:20.1875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfrJMv0bhAQuE9yXgERTnuVo7KT9anRr { width:3.8125rem;height:3.5625rem;top:15.75rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkIEPgNR7xQVmFnhxaTXy6v8rgpg3qn { width:16.125rem;height:2.923825rem;top:22.375rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzoZ3pL6Fuz7nQKwr6ObJN1RxR2WE3VM { width:17.5rem;height:14rem;top:29.737499237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkM37lQgC1l57a53GbxctTSTb6t4oP9E { width:2.75rem;height:3.5625rem;top:31.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGoync90Jh4dntcURRwlpVFW9V61epTp { width:16.125rem;height:2.923825rem;top:35.674999237061rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgmPgQUzInOl9279pxneNG2lxhaGyEpF { width:16.125rem;height:2.923825rem;top:38.60000038147rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 { display:block; }#ryOip9ymZJO2rszyFOFiw0Esn4DrMLX0 > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKugRFy4FiM07PODtrMMTN74BnUtbdV1 { width:17.5rem;height:11.9375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh9e2alsQEmkUdZNTSc5QUp5qcwLfHGS { width:3.8125rem;height:3.1875rem;top:1.9375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C01FlvfqJmhg2W4MZioTWhPfQVeq7oeV { width:16.125rem;height:1.4625rem;top:6.78750038147rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliV3HTmEkX3SguNCmiG5MsuuCD8AwB2 { width:16.125rem;height:1.95rem;top:9.8125rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1G4KaJm9ZyO7hkIcQsiCS9Heg0Hk2Q7 { width:17.5rem;height:14rem;top:14.64999961853rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTQxLlq9kX8FlHPH2ohxlNfamp4TPeN { width:16.125rem;height:1.4625rem;top:20.1875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXhUf3vhD98qO9ozxPR4plF4BDNGGKZG { width:3.5625rem;height:3.3125rem;top:15.75rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ3MmXAnSF67UtHpgkrQdReAnlIoC0dN { width:16.125rem;height:1.95rem;top:22.375rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdg14DV1aShsRft4DWqBLNieqffzDehe { width:17.5rem;height:14rem;top:29.737499237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slT5y77R8i5rnLTKTOcXLLnUTWWmFW2B { width:2.75rem;height:2.25rem;top:31.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebUCkSCB1gEKdGmRSTum0KbcnnZdQMFK { width:16.125rem;height:2.923825rem;top:35.674999237061rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXqUqHyRTxGTWwJ4wn6i1wH50wx9zkA { width:16.125rem;height:0.975rem;top:38.60000038147rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS { display:block; }#WxF0QFyxwX3wcZSFNFqF1vUw994T3hfS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1iHrJ3RNbR9kB5vJHas4G1fAt3htEHV { width:16.1875rem;height:3.625rem;top:1.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlAzkvglhcb2B0yx1aAVPbShqpHmZZWd { display:block; }
 }@media only screen and (max-width: 763px) { #q3dcS5wVI9u2wOgnZLNeR7skdUx37Rw6 { display:flex;width:2.0625rem;height:2.0625rem;top:2.03125rem;left:15.3125rem; }
#q3dcS5wVI9u2wOgnZLNeR7skdUx37Rw6 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #KF97gba6CKfpdLi0wUarW5QUKgU3A9gC { width:20rem;height:12rem;top:9.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIH4c7728AqWhmkknPkOaxXmnaua2DJp { display:block; }#gIH4c7728AqWhmkknPkOaxXmnaua2DJp > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1cWqafwhpHKTbcGv3M2q5D3Q81O3xeh { width:20rem;height:4.14258125rem;top:0.890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel { display:none; }#l5zzzsuhsMPoSaafe5Oy66G3LIdHLbel > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZxZHmzou9ys6OKADHsvE8kfsLsxEPn64 { width:18.75rem;height:1.38125rem;top:0.9375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z62S5AIfhKvwgOcvvPQO3agvrpLzmkpS { width:20rem;height:13.75rem;top:3.4406242370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI13MdBACieLLTbhsued0T8VEFKJM4ky { display:block; }#UI13MdBACieLLTbhsued0T8VEFKJM4ky > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqnHt3903BxmZOl0sB9RvZkl4w2dsv2L { width:19.75rem;height:42.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLB9ylJoPpOIWQ53JgXgnBToem2bZ9u { width:19.25rem;height:4.142575rem;top:1.9375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO { width:18.4375rem;height:20.80075rem;top:6.6802082061769rem;left:0.78125rem;font-size:0.875rem;display:block; }#lzJJ6wRupbpqD9pXVdhqvb6ihHCtrdOO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b5b363e6-53e2-4533-97ee-3d737e737471/Group7152.png); }
 }@media only screen and (max-width: 763px) { #bHv26fM0gm1h5hTRk1rNAxpPKrzXRQr7 { width:18.4375rem;height:3.625rem;top:44.6875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0vJHQFbcFIHTAQHozSNWHcXUVQGtyFI { display:block; }
 }@media only screen and (max-width: 763px) { #GqrsTKR2yITpSRykUKfay6T4Swcz7O9T { display:flex;width:2.0625rem;height:2.0625rem;top:29.34375rem;left:15.9375rem; }
#GqrsTKR2yITpSRykUKfay6T4Swcz7O9T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #QSbs0Qz2lRRmVMdeHmTS6FX6nXng2TL2 { width:8.5625rem;height:12.0625rem;top:29.34375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L { display:block; }#vDKgvsZGVdgh6dTak0F40p7FHJcVAe6L > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME55ydG9TzHXvlUHGRTJXOiohCIZhby6 { width:18.75rem;height:1.38125rem;top:0.6875rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2a8UI264qmAiBkWuOakZJJadP5tfpOw { width:18.75rem;height:17.0508125rem;top:3.125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 { display:block; }#Q8RUTHhq43AgvvcftoTTEBklPc4IDp08 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN1KATb7u8FDpTODhXkK5mPPHIkQxrQd { width:19.75rem;height:45.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5zLq9MlNnLlhwWHRwpkewaSWcmpUX86 { width:20rem;height:2.7625rem;top:2.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XorszQJSxgKtf9r9fbPgtwGEWKhQTk9q { width:4.9375rem;height:4.75rem;top:7.34375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0XTAVGTSeWya01aCUfaURQvCcKaympq { width:16rem;height:0.82051282051281rem;top:10.875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #lakyATRcCS7TPW1i2bURO3o7L24sbxK0 { width:4.9375rem;height:4.75rem;top:21.84375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmtnWBeRnCiUit1pbxrlBqcchSfiivP { width:16rem;height:0.82051282051281rem;top:11.03125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyyBDH84uaKl1b332h1f1lmBTzALuP0A { width:5.9375rem;height:5.75rem;top:36.981250762939rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIpFqaqH0QRDXnFUHTV7utTgTt0fmqbf { width:18.3125rem;height:2.2734375rem;top:12.84375rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvRSKDDn0fyGGVEbcQDTbsXif9Tc1S44 { width:18.3125rem;height:2.2734375rem;top:27.55624961853rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCfZvaJfJvV9MHC6VHG9iPvtWDFtTuqN { width:18.3125rem;height:2.2734375rem;top:43.418750762939rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp17TLmpVKbbQPgKmfs0sgFoKCK8svUn { top:16.9375rem;left:9.53125rem;width:0.9375rem;height:3.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uNc2nvu2PlMVP4CXXST6tbXtRgC6FN8x { top:32.5625rem;left:9.53125rem;width:0.9375rem;height:3.1875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy { display:block; }#KOtqDUTN0K7i6XdHn04i0rpoM4KqTTxy > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7sv5hSoX7RJrZQSqAgeldVCBMJEEsxI { width:16.1875rem;height:3.625rem;top:1.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vucKTKyQn1eENCvT2WuyP04MQKfvra5H { display:block; }
 }@media only screen and (max-width: 763px) { #Dx6XAlaFCv2VzuCid8kmJNt6kE9uDeL2 { display:flex;width:2.0625rem;height:2.0625rem;top:2.03125rem;left:14.9375rem; }
#Dx6XAlaFCv2VzuCid8kmJNt6kE9uDeL2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc { display:block; }#SABLJQ5iUZZwp4MXxnKc7m8SVd9SMWdc > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTTsGgp1XbPQpq5pVUzhytNAqWXEiCKT { width:18.75rem;height:2.7625rem;top:1.2437496185302rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T { display:block; }#HgWWaf0uq7SgA6nCXZwcW2Xzy1aLAF8T > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcCHRMOmrVLltchmTrfXIM13GLRiMPT2 { width:19.875rem;height:43rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ8f9eVCv4svca0dDzp3xN0gCkWVKSDp { width:20rem;height:3.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REqLBCPPp4EnOpNLzIL4O4MSW2Z1MALQ { width:12.5rem;height:1.1375rem;top:2.4937496185302rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqPihOkTrvcZywMQ8AwyfAqODlZAeIcl { width:12.5rem;height:3.41015625rem;top:14.215625762939rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klOiU8P4vFOT1WKoUFIDvMHDMBc43bBW { width:16.75rem;height:0.0625rem;top:19rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCrtEWeBwcJHuoBBoqEbxI1Ox19IVku9 { width:12.5rem;height:2.2734375rem;top:27.625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aekznXGkzDWidU5P7ypp4LIamxppPgl4 { width:16.75rem;height:0.0625rem;top:30.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8kyblIr0yDhIHPPFqOAHbQ1Q9rb713l { width:13.3125rem;height:3.41015625rem;top:39.912498474121rem;left:3.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGhcRrAaBU5ZsJWazDGVBxL3WPsKNac0 { width:19.875rem;height:39.0625rem;top:45.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOCW2d8dr2JFszBTqNOXilr2iumU9Ul { width:20rem;height:6.5625rem;top:45.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNoq2ZkRhZ3geSI95ZgiUkBXeDM4B89 { width:20rem;height:2.2734375rem;top:47.45703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfgx3zrNisxoNH59SGrmsr4nG592wGTL { width:7.5rem;height:8.875rem;top:52.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FayWgt5iE8DfbMuBzL1zxtGRTpyiDMV5 { width:14.4375rem;height:5.68359375rem;top:61.75rem;left:2.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIzDFSOmfZZvvdgSLweyEQy5W20gQbZe { width:16.75rem;height:0.0625rem;top:68.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa95wU1SPvkemnhp1EpoiMh3olJSwlOe { width:9.5rem;height:9.875rem;top:69.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7FKk6HsV0nhE1dEF52NRsHARL2JnFJ { width:13.125rem;height:2.2734375rem;top:80.125rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNgcpzA0S8NCRGDDszMTln9RlLnvEzzJ { width:20rem;height:3.41015625rem;top:85.436458587644rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNZfBT2o2VWh6AKNyBC6mbSwKh0Z5XQ { width:16.1875rem;height:3.625rem;top:89.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubr1vKCWiT31OqIB2E15z0xyQKZRJhRC { display:block; }
 }@media only screen and (max-width: 763px) { #TaMqhkbT9akxg8A5Tx3e4DHaker58qLx { display:flex;width:2.0625rem;height:2.0625rem;top:90.65625rem;left:15.21875rem; }
#TaMqhkbT9akxg8A5Tx3e4DHaker58qLx > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #b5VTFmo6q2ldXsnTBoR8rmxdTEyFUr6V { top:4.875rem;left:1.875rem;width:16.25rem;height:8.4375rem;z-index:15015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SwxJxdh46fZl5qpD3Oz5943bKtFBAwQL { width:3.75rem;height:3.75rem;top:8.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdpVTMCetdZyJt3F0LVvlfJ2AoOqlu52 { width:3.75rem;height:3.75rem;top:34.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3hb3QzcPaHh8LdGkTkfsy0M9qL2tmoD { width:3.75rem;height:3.75rem;top:22.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRUynK3nrzqALL6fxTGT5dLc2cV8owAT { display:block; }#tRUynK3nrzqALL6fxTGT5dLc2cV8owAT > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lpor7i3t1vru20Lprw8m5sTFtmDWHVJo { width:18.75rem;height:46.53905rem;top:1.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTNIE2CmGUIliwKCBANTPtVIMoLMy5ZJ { width:18.4375rem;height:3.625rem;top:48.77499961853rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv532UnbJDNLOsTT8kuznTTRoVBFbe34 { display:block; }
 }@media only screen and (max-width: 763px) { #qTvWZDCrs5RcXPF6L60eytMxsllNTQxI { display:flex;width:2.0625rem;height:2.0625rem;top:49.55624961853rem;left:15.3125rem; }
#qTvWZDCrs5RcXPF6L60eytMxsllNTQxI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t { display:block; }#qPrsMsaJM5ZH4hWGcTIS6TkRrkT4sA8t > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G91nVWTnffHsQbkxxFpL2Ebop2gcLpHz { width:18.75rem;height:5.52344375rem;top:1.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL { display:block; }#cmn0CGT3aHCRTT4moP49fc2nVVNPe5SL > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knV7TUViUPBgArL8kRb4pQGzr13ImJXv { width:0;height:0;top:0rem;left:10rem;font-size:1rem;display:none; }
 }