.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,238,255;--color-primary-1:246,231,255;--color-primary-2:244,214,255;--color-primary-3:193,2,249;--color-primary-4:114,1,147;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--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:"Inter";--paragraphs-font-family:"Inter"; }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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:5.4375rem;width:20.6875rem;top:0.999755859375rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:16.560546875rem;left:28.5009765625rem;height:10.3125rem;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c17eba7c-4e5f-4b80-afeb-af8cb7c7eb06/pl_R.png); }
#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:#951b81;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.7485625rem;height:5.37475625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.265625rem;left:46.514892578125rem;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.43675rem;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:2.9345703125rem;left:28.5009765625rem;height:6.173825rem;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;text-align:left;text-align-last:left;display:block; }
#F05HxkKilHLPA9KiAUGWfx2ulLrihClT { color:#1a7f70;display:block;width:45.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.732421875rem;left:28.5009765625rem;height:3.8984375rem;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;text-align:left;text-align-last:left;display:block; }
#rbounyChHmeQBmF4zpLPeTcJLewIJtIn { 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:37.1228125rem;width:29.6228125rem;top:2.31201171875rem;left:0rem;overflow:hidden;display:block; }
#LufsHH5T12lo5iETMRi2Srh42J3drmPA { position:absolute;display:block;z-index:15022;background-color:#951b81;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:30.5625rem;left:18.375rem;display:block; }
#ayAoXrUXQ860OUCQcVZcarv4DVbyfHRT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:33.125rem;left:19.9375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvPdnv6q9QFU7774qDxRAbl0tZLwobQV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.5625rem;left:19.9375rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #364860, #10b3a1);background-image: -moz-linear-gradient(180deg, #364860, #10b3a1);background-image: -ms-linear-gradient(180deg, #364860, #10b3a1);background-image: -o-linear-gradient(180deg, #364860, #10b3a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#364860', endColorstr='#10b3a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#364860', endColorstr='#10b3a1' );";background-image: linear-gradient(180deg, #364860, #10b3a1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container { background-color: transparent; background-image: none; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container > .video-iframe-container { display: none; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row > .video-iframe-container { display: none; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .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); }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container { border-width: 0; border-radius: 0; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#xw5Xn9eiuXEyZu9iqD3Aevgyab38ddgb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.375rem;height:2.5996125rem;display:block; }
#THLKHsp6GdFApGu25CO3bTR3L8lToUR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:8.125rem;left:2.375rem;height:11.875rem;overflow:hidden;font-style:normal;display:block; }#THLKHsp6GdFApGu25CO3bTR3L8lToUR4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#THLKHsp6GdFApGu25CO3bTR3L8lToUR4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/512b4fff-c8ef-4b2d-8584-8d4cc1035a36/pin2.png); }
#WxSkGm9FDDbRZqNMfGbnQcdP08C3hsXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.248779296875rem;left:2.374267578125rem;height:4.548825rem;display:block; }
#CyF9Eo65G1WUTCgCWMc0y4xlVbGirMma { background-color:#344062;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:5.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.5625rem;left:2.375rem;display:block; }
#CfMybLiT3RNs2x7NWWdtFnR2LwEe2SCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8BdXCGWCnZdfvRacPIfC2GOOAsSna5m { position:absolute;display:block;z-index:15019;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.875rem;width:1.875rem;top:29.25rem;left:30.5625rem;overflow:hidden;display:block; }
#aKQUXCzhHl1nuBLJe6Q48FetdpHXTqSV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.74975rem;width:35.874rem;top:0rem;left:37.1240234375rem;overflow:hidden;display:block; }
#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(220,206,220,0.19);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; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container { background-color: transparent; background-image: none; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container > .video-iframe-container { display: none; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row > .video-iframe-container { display: none; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .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); }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container { border-width: 0; border-radius: 0; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#L3G46eQEDVsb9saT3s9ilbfDRLgFbngM { 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.6875rem;width:14.1875rem;top:2.375rem;left:35.9375rem;overflow:hidden;display:block; }
#Ru2sBBDeQAfFA6sNoUmbyrmkBzk7rqJS { color:rgba(var(--color-tertiary-4),1);display:block;width:36.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:35.9375rem;height:13rem;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; }
#Gz03pnPLyF6WUk9g2nKA5siPpxGl7dSe { background-color:#951b81;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3125rem;height:5.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.75rem;left:37.375rem;display:block; }
#l9FvuyimtJqG3SwBTcbT9HeDvGmqq01J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:35.9375rem;height:14.25rem;font-style:normal;display:block; }#xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 li:before{  }
#K5N8TpT4bkLnKTxddST5Fyb1kTSQcOgh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:41.5625rem;left:63.6875rem;overflow:hidden;display:block; }
#xW6gtAVNmn8mFLM7uuaQs7vEm0t17HKe { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1233125rem;width:30.9375rem;top:5.030517578125rem;left:2.5rem;overflow:hidden;display:block; }
#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(220,206,220,0.19);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; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { background-color: transparent; background-image: none; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container > .video-iframe-container { display: none; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row > .video-iframe-container { display: none; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .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); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { border-width: 0; border-radius: 0; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#LziByLAorfShH3d9wXeTF41OlvDOftvT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.05078125rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(220,206,220,0.19);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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:#951b81;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(52,64,98,0.25) ;height:40.1875rem;width:42.3125rem;top:1.1865234375rem;left:16.3740234375rem;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:#f1f1f1;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QPvGqhkXeTfTr3T6I44qNfnuWkhi2Wu2 { position:absolute;z-index:15011;top:7.0625rem;left:18.375rem;width:38.25rem;height:26.375rem;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { 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:2.5rem;width:10.37475rem;top:2.059326171875rem;left:32.310791015625rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:10.9375rem;height:2.9370125rem;top:1.0302734375rem;left:1.62353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:43.9375rem;height:7.6875rem;top:11.5rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c17eba7c-4e5f-4b80-afeb-af8cb7c7eb06/pl_R.png); }
 }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:29.4983125rem;height:3.75rem;top:32.908203125rem;left:9.1240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { width:33.625rem;height:4.548825rem;top:1.365966796875rem;left:1.4990234375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F05HxkKilHLPA9KiAUGWfx2ulLrihClT { width:33.875rem;height:3.25rem;top:7.3125rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rbounyChHmeQBmF4zpLPeTcJLewIJtIn { width:16.0615rem;height:20.3125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LufsHH5T12lo5iETMRi2Srh42J3drmPA { width:9.375rem;height:9.375rem;top:0rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayAoXrUXQ860OUCQcVZcarv4DVbyfHRT { width:7.8125rem;height:4.0625rem;top:1.75rem;left:37.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvPdnv6q9QFU7774qDxRAbl0tZLwobQV { width:5.0610375rem;height:2.5996125rem;top:5.8125rem;left:38.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g { display:block; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xw5Xn9eiuXEyZu9iqD3Aevgyab38ddgb { width:26.8103125rem;height:2.03125rem;top:3rem;left:21rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THLKHsp6GdFApGu25CO3bTR3L8lToUR4 { width:25.2478125rem;height:9.625rem;top:6.3125rem;left:20.875rem;font-size:1rem;display:block; }#THLKHsp6GdFApGu25CO3bTR3L8lToUR4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/512b4fff-c8ef-4b2d-8584-8d4cc1035a36/pin2.png); }
 }@media only screen and (max-width: 1199px) { #WxSkGm9FDDbRZqNMfGbnQcdP08C3hsXQ { width:20.99975rem;height:2.923825rem;top:17.5rem;left:21rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyF9Eo65G1WUTCgCWMc0y4xlVbGirMma { width:25.8728125rem;height:3.31176875rem;top:21.781005859375rem;left:20.999755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfMybLiT3RNs2x7NWWdtFnR2LwEe2SCa { display:block; }
 }@media only screen and (max-width: 1199px) { #K8BdXCGWCnZdfvRacPIfC2GOOAsSna5m { width:1.25rem;height:1.25rem;top:22.8125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKQUXCzhHl1nuBLJe6Q48FetdpHXTqSV { width:19.875rem;height:19.25rem;top:4.405517578125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ { display:block; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container { width:47.75rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L3G46eQEDVsb9saT3s9ilbfDRLgFbngM { width:9.1235625rem;height:2.56225625rem;top:2.811279296875rem;left:2.342529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ru2sBBDeQAfFA6sNoUmbyrmkBzk7rqJS { width:43.0615rem;height:10.2334rem;top:6.8115234375rem;left:2.342529296875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Gz03pnPLyF6WUk9g2nKA5siPpxGl7dSe { width:22.8735625rem;height:3.31176875rem;top:49.874267578125rem;left:12.4365234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9FvuyimtJqG3SwBTcbT9HeDvGmqq01J { display:block; }
 }@media only screen and (max-width: 1199px) { #xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 { width:42.99925rem;height:8.5595625rem;top:18.934326171875rem;left:2.373046875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 li:before{  }
 }@media only screen and (max-width: 1199px) { #K5N8TpT4bkLnKTxddST5Fyb1kTSQcOgh { width:1.25rem;height:1.25rem;top:50.904541015625rem;left:33.24951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xW6gtAVNmn8mFLM7uuaQs7vEm0t17HKe { width:14.4360625rem;height:18.75rem;top:29.68505859375rem;left:16.6552734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVPoxb3rNHo68iZFGNXFAZerMitLDxTR { display:block; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LziByLAorfShH3d9wXeTF41OlvDOftvT { width:47.75rem;height:2.11230625rem;top:1.51171875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:39.75rem;top:1.25rem;left:2.7490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:47.75rem;height:2.11230625rem;top:2.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #QPvGqhkXeTfTr3T6I44qNfnuWkhi2Wu2 { width:38.875rem;height:31rem;top:5.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:6.62475rem;height:1.875rem;top:1.46728515625rem;left:20.560302734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.749rem;height:7.3125rem;top:3.9990234375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:9.74975rem;height:2.749025rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:17.6855625rem;height:10.6875rem;top:9.88525390625rem;left:1.156005859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c17eba7c-4e5f-4b80-afeb-af8cb7c7eb06/pl_R.png); }
 }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:15.9375rem;height:2.6245125rem;top:25.589599609375rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { width:18.3125rem;height:2.4375rem;top:1.981201171875rem;left:1.15478515625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F05HxkKilHLPA9KiAUGWfx2ulLrihClT { width:17.8125rem;height:2.11181875rem;top:6.551513671875rem;left:1.09375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rbounyChHmeQBmF4zpLPeTcJLewIJtIn { width:8.9978125rem;height:11.3110625rem;top:20.501708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LufsHH5T12lo5iETMRi2Srh42J3drmPA { width:12.5rem;height:12.5rem;top:30.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayAoXrUXQ860OUCQcVZcarv4DVbyfHRT { width:9.375rem;height:auto;top:33.125rem;left:5.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvPdnv6q9QFU7774qDxRAbl0tZLwobQV { width:9.375rem;height:2.2753875rem;top:21.876220703125rem;left:8.671875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g { display:block; }#WSg7uPvgKy5R2Ahf9l83nxvzKpUG7R7g > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xw5Xn9eiuXEyZu9iqD3Aevgyab38ddgb { width:20rem;height:1.29980625rem;top:14.249267578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THLKHsp6GdFApGu25CO3bTR3L8lToUR4 { width:17.99925rem;height:9.15625rem;top:16.397705078125rem;left:0.999755859375rem;font-size:0.8125rem;display:block; }#THLKHsp6GdFApGu25CO3bTR3L8lToUR4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/512b4fff-c8ef-4b2d-8584-8d4cc1035a36/pin2.png); }
 }@media only screen and (max-width: 763px) { #WxSkGm9FDDbRZqNMfGbnQcdP08C3hsXQ { width:17.5610625rem;height:2.2734375rem;top:26.778564453125rem;left:1.21826171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyF9Eo65G1WUTCgCWMc0y4xlVbGirMma { width:17.0605625rem;height:2.8125rem;top:30.787353515625rem;left:1.468505859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMybLiT3RNs2x7NWWdtFnR2LwEe2SCa { display:block; }
 }@media only screen and (max-width: 763px) { #K8BdXCGWCnZdfvRacPIfC2GOOAsSna5m { width:1.875rem;height:1.875rem;top:29.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKQUXCzhHl1nuBLJe6Q48FetdpHXTqSV { width:13.75rem;height:13.31175rem;top:1.015625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ { display:block; }#QcZgwDZmtPek5QzlmJ8qwa3pLqCXE2cQ > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3G46eQEDVsb9saT3s9ilbfDRLgFbngM { width:7.1875rem;height:1.93725625rem;top:1.49658203125rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2sBBDeQAfFA6sNoUmbyrmkBzk7rqJS { width:17.9358125rem;height:13.640625rem;top:16.243896484375rem;left:1.031494140625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gz03pnPLyF6WUk9g2nKA5siPpxGl7dSe { width:13.8733125rem;height:2.37426875rem;top:44.896240234375rem;left:3.062744140625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FvuyimtJqG3SwBTcbT9HeDvGmqq01J { display:block; }
 }@media only screen and (max-width: 763px) { #xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 { width:16.8103125rem;height:12.8623125rem;top:30.780029296875rem;left:1.59423828125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#xTPO7T1PvlxvSMVmd6z0ten7AzE1Jiq0 li:before{  }
 }@media only screen and (max-width: 763px) { #K5N8TpT4bkLnKTxddST5Fyb1kTSQcOgh { width:1.875rem;height:1.875rem;top:41.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW6gtAVNmn8mFLM7uuaQs7vEm0t17HKe { width:7.99925rem;height:10.49925rem;top:4.647216796875rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPoxb3rNHo68iZFGNXFAZerMitLDxTR { display:block; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LziByLAorfShH3d9wXeTF41OlvDOftvT { width:16.31225rem;height:1.13769375rem;top:1.25rem;left:1.842041015625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:44.9375rem;top:1.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:20rem;height:1.0556625rem;top:2.623291015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPvGqhkXeTfTr3T6I44qNfnuWkhi2Wu2 { width:18.75rem;height:38.5rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:4.624025rem;height:1.25rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:16.875rem;height:7.1435375rem;top:3.4375rem;left:1.5625rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }