.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:248,218,242;--color-primary-1:231,131,213;--color-primary-2:206,7,170;--color-primary-3:103,4,85;--color-primary-4:31,1,26;--color-secondary-0:224,251,242;--color-secondary-1:151,241,212;--color-secondary-2:46,227,169;--color-secondary-3:23,114,85;--color-secondary-4:7,34,25;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"red hat display";--paragraphs-font-family:"red hat display"; }body { background-color:#f9f9f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { background-color: transparent; background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { border-width: 0; border-radius: 0; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { 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:2.8125rem;width:7.6875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { background-color: transparent; background-image: none; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container > .video-iframe-container { display: none; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row > .video-iframe-container { display: none; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .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); }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { border-width: 0; border-radius: 0; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#EsAnh4E8O7Wso6mTzsfpB2OhPw813Txn { 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:22.4375rem;width:26.5rem;top:6.1125001907349rem;left:39.036717414856rem;overflow:hidden;display:block; }
#Ku7vBEkQLkqnCIsI3HzRip4gh6avMC6i { box-sizing:content-box;height:3rem;width:14.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3125rem;left:4.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nnTpAAz539IaNdRLiMECDCXnU3ST1p6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8375005722044rem;left:4.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuZL5BpeKZMl4WlW2P3T57zclI5Ig66s { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:4.0625rem;height:9.26075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FR4UL8i6LhQ4Ve3DthgXaSOa8uwGi0Q8 { box-sizing:content-box;height:26.625rem;width:74.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#G4ogc4AhaL6m1IZcGP18kUJb1bcez9rg { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#121212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.52499961853rem;left:4.1875rem;display:block; }
#sVix55tT3xHxNb9d9D0pE4FA3BrRpHs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { background-color: transparent; background-image: none; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container > .video-iframe-container { display: none; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row > .video-iframe-container { display: none; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .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); }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { border-width: 0; border-radius: 0; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#sUtUmTvV2Nd1h2MHzZstQtKTTJ2MRT6N { box-sizing:content-box;height:42.5rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.0625rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#l604QJXzqKLF9VODyveeqbcvTXucDAbv { 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:34.5rem;width:30.5rem;top:6.9750002622606rem;left:0rem;overflow:hidden;display:block; }
#TrdiBV3Eh510WCvS52K5IQ3obnKQf656 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:30.281250953674rem;height:2.6rem;font-style:normal;display:block; }
#it7lT42TZUrwD3v1GT7Caz4hqmUamerL { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:30.500000953674rem;height:16.25rem;display:block; }
#kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.032030940056rem;left:30.499218940735rem;height:13.125rem;overflow:hidden;display:block; }#kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
#orb9hsHhbyI1oOBXWD2OF80q9NbclBUt { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.969532012939rem;left:30.625000953674rem;height:1.625rem;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; }
#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { position:relative;display:block; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { background-color: transparent; background-image: none; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container > .video-iframe-container { display: none; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row > .video-iframe-container { display: none; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .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); }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { border-width: 0; border-radius: 0; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vlMzfgnCOigh8l8mKN0M7CnCV0CJfB9r { box-sizing:content-box;height:29.875rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#EnpUzMTQrzTT12QdWTMmZwR0dEDoKZQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.9375rem;height:2.6rem;font-style:normal;display:block; }
#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.09375rem;left:1.9375rem;height:18rem;overflow:hidden;display:block; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
#yPWhnTq3W72kT49DlHrAMyp2cVxTTpdZ { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#121212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.237500190735rem;left:23.724999427796rem;display:block; }
#UdbvokEAEChWhNctM6JK0v19bZtEA54O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { background-color: transparent; background-image: none; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container > .video-iframe-container { display: none; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row > .video-iframe-container { display: none; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .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); }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { border-width: 0; border-radius: 0; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#s061FNpeNur17glvyq4a6OvSXgpUobAX { box-sizing:content-box;height:31.25rem;width:28.375rem;position:absolute;display:block;z-index:15000;background-color:#edf6fb;background-image:none;top:1.1875rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#dAbkoowqpq2aVhiM9K41w1tTTLNQAM6t { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.34375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgLee5CtTaBM9yEFT7hAayglbPABeMKv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:8.342968940735rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiMbUP3ArOnEdSOmCOGDwSJ5T5OnMCU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.1875rem;height:20.79686875rem;text-align:center;text-align-last:center;display:block; }
#zFtIW2iwgNbJ1dMR6ZX12bBD2unq4p7N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:30.156250953674rem;height:2.6rem;font-style:normal;display:block; }
#KZfmzPvLfpIJzeZvsivCogEVo78zcoCX { box-sizing:content-box;height:3.375rem;width:43.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.8125rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hKmZGblbv5uZpicyOi9CbeLDwuffJzND { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.625000953674rem;height:1.625rem;display:block; }
#TghpZcL9yJdnKaTvSIQNh7SewACIQaO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5625rem;left:31.687500953674rem;height:3.25rem;display:block; }
#VHfXDoJp7fk5UwhtLF703wAHgMqVLETW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.125rem;left:31.687500953674rem;height:1.625rem;display:block; }
#yB5qWpftoaUFogLXFNsJLbqFNigmbFpq { box-sizing:content-box;height:4.5rem;width:43.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.311721801757rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wHmF6wHa8swT62TEldJw3LFB4ku7eEGc { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.75rem;left:31.687500953674rem;height:1.625rem;display:block; }
#FTEzIXr2QX8O3o4PSWslTNFqkTbAvgxt { box-sizing:content-box;height:5.1875rem;width:43.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.875rem;left:30.187500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eLWLwXBKKgSzrFvirEFsoVyLzxCxOT9S { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:31.687500953674rem;height:3.25rem;display:block; }
#DLlp2Nvo5iLyEtDxJhNTX4Ti4l1JR91S { box-sizing:content-box;height:4.9375rem;width:43.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.6875rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WQMdoCyHhmkfgMUyrgbit8WTe2iJ3zTZ { box-sizing:content-box;height:3.3125rem;width:43.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.237503051757rem;left:30.156250953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { background-color: transparent; background-image: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { display: none; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .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); }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { border-width: 0; border-radius: 0; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { box-sizing:content-box;height:44.5625rem;width:74.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:0.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TckcvtRf1qV6hireE1GU3MR0usWfymBd { position:absolute;z-index:15003;top:10.5625rem;left:3.25rem;width:67.3125rem;height:18rem;display:block; }
#HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { color:rgba(var(--color-primary-4),1);display:block;width:30.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:22.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPbSXgQdxRFGXS0gBdlIh2sxL4mvk1eW { color:rgba(var(--color-tertiary-4),1);display:block;width:61.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:5.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { background-color: transparent; background-image: none; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container > .video-iframe-container { display: none; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row > .video-iframe-container { display: none; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .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); }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { border-width: 0; border-radius: 0; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#Fterm8QFmwwdEbOHOZH1byoh7N9ppoM0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.259765625rem;left:56.09375rem;height:3.1669875rem;text-align:left;text-align-last:left;display:block; }
#TpkLAfwiOMwxUnA7zuWQV0JIrCIJG5hd { 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.25rem;width:8.8125rem;top:2.5rem;left:1.34375rem;overflow:hidden;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;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; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:9.3125rem;height:3.375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p { display:block; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { width:47.75rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EsAnh4E8O7Wso6mTzsfpB2OhPw813Txn { width:20.6875rem;height:17.5rem;top:3.5625rem;left:25.826171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ku7vBEkQLkqnCIsI3HzRip4gh6avMC6i { width:14.875rem;height:3rem;top:3.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnTpAAz539IaNdRLiMECDCXnU3ST1p6Z { width:14.4375rem;height:1.94921875rem;top:4.087890625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CuZL5BpeKZMl4WlW2P3T57zclI5Ig66s { width:31.0625rem;height:8.7744375rem;top:8.75rem;left:1.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FR4UL8i6LhQ4Ve3DthgXaSOa8uwGi0Q8 { width:47.75rem;height:24.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4ogc4AhaL6m1IZcGP18kUJb1bcez9rg { width:17.5rem;height:3.4375rem;top:19.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVix55tT3xHxNb9d9D0pE4FA3BrRpHs8 { display:block; }
 }@media only screen and (max-width: 1199px) { #x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T { display:block; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { width:47.75rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sUtUmTvV2Nd1h2MHzZstQtKTTJ2MRT6N { width:47.75rem;height:55.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l604QJXzqKLF9VODyveeqbcvTXucDAbv { width:22.375rem;height:25.3125rem;top:29.625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrdiBV3Eh510WCvS52K5IQ3obnKQf656 { width:14.4375rem;height:2.5996125rem;top:3.625rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #it7lT42TZUrwD3v1GT7Caz4hqmUamerL { width:44.1875rem;height:16.25rem;top:8.125rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp { width:19.375rem;height:24.5rem;top:29.625rem;left:1.875rem;font-size:1.25rem;display:block; }#kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 1199px) { #orb9hsHhbyI1oOBXWD2OF80q9NbclBUt { width:44.1875rem;height:1.625rem;top:26.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { display:block; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container { width:47.75rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vlMzfgnCOigh8l8mKN0M7CnCV0CJfB9r { width:47.75rem;height:37.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnpUzMTQrzTT12QdWTMmZwR0dEDoKZQ9 { width:25.625rem;height:2.5996125rem;top:3.625rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #E6paENl3CETmoDG9Ez7MiBGlL98XTze4 { width:44.1875rem;height:21.25rem;top:7.5625rem;left:1.78125rem;font-size:1.25rem;display:block; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 1199px) { #yPWhnTq3W72kT49DlHrAMyp2cVxTTpdZ { width:17.5rem;height:3.4375rem;top:32.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdbvokEAEChWhNctM6JK0v19bZtEA54O { display:block; }
 }@media only screen and (max-width: 1199px) { #D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x { display:block; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { width:47.75rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s061FNpeNur17glvyq4a6OvSXgpUobAX { width:28.375rem;height:31.3125rem;top:1.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAbkoowqpq2aVhiM9K41w1tTTLNQAM6t { width:12.5rem;height:2.5996125rem;top:2.8125rem;left:17.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgLee5CtTaBM9yEFT7hAayglbPABeMKv { width:12.5rem;height:1.94921875rem;top:6.8125rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiMbUP3ArOnEdSOmCOGDwSJ5T5OnMCU5 { width:26.8125rem;height:20.79686875rem;top:9.5625rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFtIW2iwgNbJ1dMR6ZX12bBD2unq4p7N { width:12.5rem;height:2.5996125rem;top:36.5rem;left:17.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KZfmzPvLfpIJzeZvsivCogEVo78zcoCX { width:43.25rem;height:4.5rem;top:40.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKmZGblbv5uZpicyOi9CbeLDwuffJzND { width:36.9375rem;height:1.625rem;top:42.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TghpZcL9yJdnKaTvSIQNh7SewACIQaO2 { width:39.625rem;height:3.25rem;top:54rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHfXDoJp7fk5UwhtLF703wAHgMqVLETW { width:36.9375rem;height:1.625rem;top:61.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yB5qWpftoaUFogLXFNsJLbqFNigmbFpq { width:43.25rem;height:4.5rem;top:65.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHmF6wHa8swT62TEldJw3LFB4ku7eEGc { width:36.9375rem;height:1.625rem;top:67.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTEzIXr2QX8O3o4PSWslTNFqkTbAvgxt { width:43.25rem;height:4.5rem;top:47.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLWLwXBKKgSzrFvirEFsoVyLzxCxOT9S { width:41rem;height:3.25rem;top:47.8125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLlp2Nvo5iLyEtDxJhNTX4Ti4l1JR91S { width:43.25rem;height:4.5rem;top:53.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQMdoCyHhmkfgMUyrgbit8WTe2iJ3zTZ { width:43.25rem;height:4.5rem;top:59.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:47.75rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:45.0625rem;height:46.1875rem;top:10rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:41.1875rem;height:31.5rem;top:12.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:42rem;height:2.4375rem;top:1.5rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPbSXgQdxRFGXS0gBdlIh2sxL4mvk1eW { width:47.75rem;height:3.8984375rem;top:5.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf { display:block; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fterm8QFmwwdEbOHOZH1byoh7N9ppoM0 { width:17.875rem;height:3.1669875rem;top:2.25rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpkLAfwiOMwxUnA7zuWQV0JIrCIJG5hd { width:8.8125rem;height:3.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:6.5rem;height:2.4375rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p { display:block; }#dPQ2ZySNTecJigK9CTRQXP2ZmtRs7p9p > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsAnh4E8O7Wso6mTzsfpB2OhPw813Txn { width:17.5rem;height:14.8125rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku7vBEkQLkqnCIsI3HzRip4gh6avMC6i { width:19rem;height:3rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTpAAz539IaNdRLiMECDCXnU3ST1p6Z { width:14.4375rem;height:1.94921875rem;top:1.775390625rem;left:2.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuZL5BpeKZMl4WlW2P3T57zclI5Ig66s { width:20rem;height:7.7988125rem;top:6.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR4UL8i6LhQ4Ve3DthgXaSOa8uwGi0Q8 { width:20rem;height:30.6875rem;top:63.9834rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4ogc4AhaL6m1IZcGP18kUJb1bcez9rg { width:17.5rem;height:3.4375rem;top:34.1748046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVix55tT3xHxNb9d9D0pE4FA3BrRpHs8 { display:block; }
 }@media only screen and (max-width: 763px) { #x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T { display:block; }#x54MVCTq9SJ8zia6lcS9JDxHJvZd6n5T > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUtUmTvV2Nd1h2MHzZstQtKTTJ2MRT6N { width:20rem;height:42.5rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l604QJXzqKLF9VODyveeqbcvTXucDAbv { width:19.9375rem;height:22.5rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdiBV3Eh510WCvS52K5IQ3obnKQf656 { width:14.4375rem;height:2.5996125rem;top:1.3740234375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #it7lT42TZUrwD3v1GT7Caz4hqmUamerL { width:18.75rem;height:24.85250625rem;top:4.8486328125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp { width:20rem;height:22.543rem;top:31.5625rem;left:0rem;font-size:1.125rem;display:block; }#kMqcAxwfDvfUOAnJckXbpuhJ01JyPLEp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 763px) { #orb9hsHhbyI1oOBXWD2OF80q9NbclBUt { width:18.0625rem;height:2.923825rem;top:55.875rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc { display:block; }#tw9aFT8llovxB2Z08sCWf3xTH7gQg8Dc > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlMzfgnCOigh8l8mKN0M7CnCV0CJfB9r { width:20rem;height:29.875rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnpUzMTQrzTT12QdWTMmZwR0dEDoKZQ9 { width:14.4375rem;height:5.19921875rem;top:0.4375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6paENl3CETmoDG9Ez7MiBGlL98XTze4 { width:18.75rem;height:37.162125rem;top:6.537109375rem;left:0.625rem;font-size:1.125rem;display:block; }#E6paENl3CETmoDG9Ez7MiBGlL98XTze4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/329a781c-3ce6-4e12-80ab-4d022da5d7a6/Vector.png); }
 }@media only screen and (max-width: 763px) { #yPWhnTq3W72kT49DlHrAMyp2cVxTTpdZ { width:19.8125rem;height:3.4375rem;top:45.599609375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdbvokEAEChWhNctM6JK0v19bZtEA54O { display:block; }
 }@media only screen and (max-width: 763px) { #D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x { display:block; }#D5Zy4E3Er9ZkZa5Zg8QiLhHwqx9d1I4x > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s061FNpeNur17glvyq4a6OvSXgpUobAX { width:20rem;height:40.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAbkoowqpq2aVhiM9K41w1tTTLNQAM6t { width:12.5rem;height:2.5996125rem;top:2.5625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLee5CtTaBM9yEFT7hAayglbPABeMKv { width:12.5rem;height:1.94921875rem;top:5.875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiMbUP3ArOnEdSOmCOGDwSJ5T5OnMCU5 { width:20rem;height:29.89549375rem;top:8.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFtIW2iwgNbJ1dMR6ZX12bBD2unq4p7N { width:12.5rem;height:2.5996125rem;top:43.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZfmzPvLfpIJzeZvsivCogEVo78zcoCX { width:20rem;height:7.1875rem;top:47.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKmZGblbv5uZpicyOi9CbeLDwuffJzND { width:17rem;height:2.923825rem;top:49.0625rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TghpZcL9yJdnKaTvSIQNh7SewACIQaO2 { width:17.625rem;height:5.84765625rem;top:65rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHfXDoJp7fk5UwhtLF703wAHgMqVLETW { width:18.5rem;height:1.4619125rem;top:73.625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yB5qWpftoaUFogLXFNsJLbqFNigmbFpq { width:20rem;height:3.9375rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHmF6wHa8swT62TEldJw3LFB4ku7eEGc { width:17.9375rem;height:1.4619125rem;top:78.8125rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTEzIXr2QX8O3o4PSWslTNFqkTbAvgxt { width:20rem;height:7.6875rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLWLwXBKKgSzrFvirEFsoVyLzxCxOT9S { width:17.6875rem;height:5.84765625rem;top:56.4375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLlp2Nvo5iLyEtDxJhNTX4Ti4l1JR91S { width:20rem;height:8.1875rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQMdoCyHhmkfgMUyrgbit8WTe2iJ3zTZ { width:20rem;height:4.0625rem;top:72.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 { display:block; }#LhIlq64BDNHJ6vJUNwroT6ZMRa1AgGT4 > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqaVyTMidTvHbRVCXpF2UN3ls9SLE7It { width:19.875rem;height:59.5rem;top:0.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:17.6230625rem;height:33.3105625rem;top:13.5546875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDScevkbsXFh9eTqf4b1sVZi9Adzqtlm { width:19.2480625rem;height:1.8681625rem;top:2.6875rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSXgQdxRFGXS0gBdlIh2sxL4mvk1eW { width:20rem;height:5.84765625rem;top:5.8046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf { display:block; }#KyhxSQQ81vG2ToOtZcwnOdb3AW3nWiIf > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fterm8QFmwwdEbOHOZH1byoh7N9ppoM0 { width:20rem;height:3.1669875rem;top:5.478515625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpkLAfwiOMwxUnA7zuWQV0JIrCIJG5hd { width:7.125rem;height:2.6875rem;top:1.4150390625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }