.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:249,223,237;--color-primary-1:236,150,194;--color-primary-2:216,44,132;--color-primary-3:108,22,66;--color-primary-4:32,7,20;--color-secondary-0:214,229,238;--color-secondary-1:133,176,205;--color-secondary-2:51,123,172;--color-secondary-3:0,90,151;--color-secondary-4:10,27,82;--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:"Rubik";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN { position:relative;display:block; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN { background-color: transparent; background-image: none; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row .container > .video-iframe-container { display: none; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row > .video-iframe-container { display: none; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .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); }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN { border-width: 0; border-radius: 0; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .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; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;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; }#lcLJoZcVNqse5hvuVtiIaPeEZUsTPzrQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:16.25rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#H3xd2sNLtyHWr3wfBQg79026zAgamLvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2267aa, #f1eaec);background-image: -moz-linear-gradient(180deg, #2267aa, #f1eaec);background-image: -ms-linear-gradient(180deg, #2267aa, #f1eaec);background-image: -o-linear-gradient(180deg, #2267aa, #f1eaec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2267aa', endColorstr='#f1eaec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2267aa', endColorstr='#f1eaec' );";background-image: linear-gradient(180deg, #2267aa, #f1eaec);background-size:cover !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; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { background-color: transparent; background-image: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container > .video-iframe-container { display: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container { display: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .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); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { border-width: 0; border-radius: 0; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#n4V0xc14DCAbWs0fTuTEHzRdEwaxDWTS { color:#333336;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.4375rem;height:5.3625rem;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; }
#WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 { color:#333336;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.40625rem;left:4.1875rem;height:;font-style:normal;overflow:hidden;display:block; }#WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_909b0e6971a1d5fe1c665de09fbd9692.svg); }
#S5QzDUJxOPEpfCTHEybSf97l07Uhf8Rq { box-sizing:content-box;height:27.0625rem;width:36.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.375rem;left:1.21875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#vQsfmwgVXEsISvazchEWZxPgZ2qawKix { background-color:#a57078;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:5.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.75rem;left:5.625rem;display:block; }
#lGZ2V0nV8q11AokH1OlZ0LGpHTMQyTS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT7To9s8tbkZNv5n1FS0ZwCdtAqXmfdf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:20.9375rem;width:20.9375rem;top:4.71875rem;left:48.501037597656rem;overflow:hidden;display:block; }
#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw { position:relative;display:block; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw { background-color: transparent; background-image: none; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .row .container > .video-iframe-container { display: none; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .row > .video-iframe-container { display: none; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .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); }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw { border-width: 0; border-radius: 0; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .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; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .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:50.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TJvgn4DqrMSLTKeHRLz37SPqNFLLVpc8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:22.1875rem;display:none; }
#CX3qESR4sAkBwsQsdSPuVyF0dhEGe0TU { color:#333336;display:block;width:66.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9666662216186rem;left:1.875rem;height:5.85rem;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; }
#TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T { color:#333336;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.875rem;left:27.1875rem;height:29.40625rem;font-style:normal;overflow:hidden;display:block; }#TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_909b0e6971a1d5fe1c665de09fbd9692.svg); }
#rpcU2CJJFBADUuULdHtn9nZxT6OqnynF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #333336;border-left:0.0625rem solid #333336;border-right:0.0625rem solid #333336;border-bottom:0.0625rem solid #333336;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:45.3125rem;width:74.875rem;top:2.216667175293rem;left:0rem;display:block; }
#OQFSDcmzn4DSkKMpvpChzzmmzmUm9AqZ { box-sizing:content-box;height:0.25rem;width:21.3125rem;position:absolute;display:block;z-index:15002;background-color:#f6b900;background-image:none;top:12.4375rem;left:1.875rem;display:block; }
#iQrhT2TCA4ba2sza8FOHgCp9PEKR30m1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:25.1875rem;top:17.966667175293rem;left:1.875rem;overflow:hidden;display:block; }
#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5f7fa, #e4ecf7);background-image: -moz-linear-gradient(180deg, #f5f7fa, #e4ecf7);background-image: -ms-linear-gradient(180deg, #f5f7fa, #e4ecf7);background-image: -o-linear-gradient(180deg, #f5f7fa, #e4ecf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#e4ecf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#e4ecf7' );";background-image: linear-gradient(180deg, #f5f7fa, #e4ecf7);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; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container { background-color: transparent; background-image: none; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container > .video-iframe-container { display: none; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row > .video-iframe-container { display: none; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .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); }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container { border-width: 0; border-radius: 0; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#e41pnrv7AThJ3cFsZVBASGLTG4lsUfHT { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15004;background-color:#f6b900;background-image:none;top:5.1875rem;left:35.1875rem;display:block; }
#r335w6wcvKdd69oAZ48xT91fn8w47hKp { color:#333336;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19.5625rem;height:2.4375rem;display:block; }
#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5f7fa, #e4ecf7);background-image: -moz-linear-gradient(180deg, #f5f7fa, #e4ecf7);background-image: -ms-linear-gradient(180deg, #f5f7fa, #e4ecf7);background-image: -o-linear-gradient(180deg, #f5f7fa, #e4ecf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#e4ecf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#e4ecf7' );";background-image: linear-gradient(180deg, #f5f7fa, #e4ecf7);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; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container { background-color: transparent; background-image: none; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container > .video-iframe-container { display: none; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row > .video-iframe-container { display: none; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .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); }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container { border-width: 0; border-radius: 0; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#zxUeR7q56dkIAy84pxOiTgUhbeMUzLfu { 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:6.0625rem;width:8.125rem;top:4.3656253814697rem;left:5.3125rem;overflow:hidden;display:block; }
#yLDgLOCbPQeXsgcUFRTwsSXbcTeTACuc { color:#333336;display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:1.84375rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#owcPt9mtJ4GI0GcCpg38X6HCQKZ3Pyb7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.06228125rem;width:4.18728125rem;top:6.0514321327209rem;left:16.905384063721rem;overflow:hidden;display:block; }
#LDldnqMCZyBlcKUDCh6qAI9lAZbGcBMG { color:#333336;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.528125762939rem;left:20.03125rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#ROKmOQmvWzRbqVbOuSFoKGJbEf8bGF0K { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0612rem;width:4.1862rem;top:6.052517414093rem;left:35.296661376953rem;overflow:hidden;display:block; }
#wos3RRhXPLa2ZrWpiBVuC9LiKr9Nd5lx { color:#333336;display:block;width:13.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:39.9375rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#vPp5nFlvveaqUlCGC4ot8HLtNp5Oe5DD { 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:2.8125rem;width:1rem;display:none; }
#ONLxxbdLA1TenC3KSSmBaoCHKXc6ZfRg { 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:2.8125rem;width:1rem;display:none; }
#ln1uwqtFMELP54VGfy4nMTiITAkMMiu4 { 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:2.8125rem;width:1rem;display:none; }
#KmKE6pFADn0PAUk3LRXwNzMGNpRXPkBh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.5rem;top:4.2093753814697rem;left:42.625rem;overflow:hidden;display:block; }
#D8USIKSp8QdoDhCr3wIRZ7ZShAdQJUFM { color:#333336;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:57.96875rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#hRrPqAcuiS5XdZMT4AaB3OA9VEIOS2LN { 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:1.06145625rem;width:4.18645625rem;top:6.3354187011719rem;left:53.810417175293rem;overflow:hidden;display:block; }
#ho7qORbgQwicBL9QLhPe6uuEhyoTeSAX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.8125rem;top:4.1156253814697rem;left:23.71875rem;overflow:hidden;display:block; }
#uRHNKlziidMiS2k2MLPlsTTJzU61g3ix { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.5625rem;top:4.2093753814697rem;left:61.34375rem;overflow:hidden;display:block; }
#g236eTe4nDfX5N4MdZMpuBTl53ZWQe6g { 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:1.06145625rem;width:4.18645625rem;top:6.3354187011719rem;left:53.810417175293rem;overflow:hidden;display:block; }
#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container { background-color: transparent; background-image: none; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container > .video-iframe-container { display: none; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row > .video-iframe-container { display: none; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .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); }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container { border-width: 0; border-radius: 0; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#KPnZoOgT66PbauV4iSh3AP5E18i6lu1L { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:15.8125rem;top:2.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#Dfd1sITn0qXndIgwCUKAKauDnUGNTSn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:2.75rem;left:21.21875rem;height:1.5rem;display:block; }
#dh9bOaDxqbTsWVh6vnJtOS3EbkZcHlqL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.75rem;left:36.90625rem;height:1.5rem;display:block; }
#T1G1N4HfZbKbbqhz9WaLk2bIW9GgcltR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:2.75rem;left:50.09375rem;height:1.5rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #MzdbkmMbmcTd6CbmU43Qby16nehgExsN { display:block; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lcLJoZcVNqse5hvuVtiIaPeEZUsTPzrQ { width:13.375rem;height:2.5rem;top:1.59375rem;left:0.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #H3xd2sNLtyHWr3wfBQg79026zAgamLvR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2267aa, #f1eaec);background-image: -moz-linear-gradient(180deg, #2267aa, #f1eaec);background-image: -ms-linear-gradient(180deg, #2267aa, #f1eaec);background-image: -o-linear-gradient(180deg, #2267aa, #f1eaec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2267aa', endColorstr='#f1eaec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2267aa', endColorstr='#f1eaec' );";background-image: linear-gradient(180deg, #2267aa, #f1eaec);background-size:cover !important;display:block; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { background-color: transparent; background-image: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container > .video-iframe-container { display: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container { display: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .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); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { width:47.75rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n4V0xc14DCAbWs0fTuTEHzRdEwaxDWTS { width:36.8125rem;height:4.875rem;top:2.8874998092651rem;left:2.46875rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 { width:26.875rem;height:13.6875rem;top:10.09375rem;left:2.46875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }#WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_909b0e6971a1d5fe1c665de09fbd9692.svg); }
 }@media only screen and (max-width: 1199px) { #S5QzDUJxOPEpfCTHEybSf97l07Uhf8Rq { width:45.875rem;height:26.4375rem;top:0.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQsfmwgVXEsISvazchEWZxPgZ2qawKix { width:25.9375rem;height:4.4375rem;top:29.3125rem;left:10.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGZ2V0nV8q11AokH1OlZ0LGpHTMQyTS8 { display:block; }
 }@media only screen and (max-width: 1199px) { #LT7To9s8tbkZNv5n1FS0ZwCdtAqXmfdf { width:13.125rem;height:13.125rem;top:7.34375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw { display:block; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .row .container { width:47.75rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TJvgn4DqrMSLTKeHRLz37SPqNFLLVpc8 { width:22.1875rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CX3qESR4sAkBwsQsdSPuVyF0dhEGe0TU { width:46rem;height:4.0625rem;top:3.4375rem;left:0.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T { width:43.375rem;height:26.96875rem;top:10.8125rem;left:2.1875rem;font-size:1.0625rem;display:block; }#TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_909b0e6971a1d5fe1c665de09fbd9692.svg); }
 }@media only screen and (max-width: 1199px) { #rpcU2CJJFBADUuULdHtn9nZxT6OqnynF { width:47.625rem;height:60.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQFSDcmzn4DSkKMpvpChzzmmzmUm9AqZ { width:11.8125rem;height:0.25rem;top:8.6875rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iQrhT2TCA4ba2sza8FOHgCp9PEKR30m1 { width:18.625rem;height:21.8125rem;top:40.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxDJsmJym6FI1F56H94KWVbIRM7mtrXB { display:block; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e41pnrv7AThJ3cFsZVBASGLTG4lsUfHT { width:12.9375rem;height:0.25rem;top:4.0249996185303rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r335w6wcvKdd69oAZ48xT91fn8w47hKp { width:28.625rem;height:1.95rem;top:1.1499996185302rem;left:9.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcRBOJiAI2VldoIFn09NbmoQimSQa8zW { display:block; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zxUeR7q56dkIAy84pxOiTgUhbeMUzLfu { width:9.625rem;height:7.1875rem;top:1.4989585876465rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLDgLOCbPQeXsgcUFRTwsSXbcTeTACuc { width:11.186rem;height:3.9rem;top:12.383897781372rem;left:0.37543404102326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owcPt9mtJ4GI0GcCpg38X6HCQKZ3Pyb7 { width:2.5rem;height:0.625rem;top:5.9346790313721rem;left:10.562066555023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDldnqMCZyBlcKUDCh6qAI9lAZbGcBMG { width:11.9375rem;height:9.1rem;top:12.384376525879rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROKmOQmvWzRbqVbOuSFoKGJbEf8bGF0K { width:2.5rem;height:0.625rem;top:5.9993515014649rem;left:22.624349117279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wos3RRhXPLa2ZrWpiBVuC9LiKr9Nd5lx { width:9.8739375rem;height:5.2rem;top:12.38437461853rem;left:24.907291412354rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPp5nFlvveaqUlCGC4ot8HLtNp5Oe5DD { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ONLxxbdLA1TenC3KSSmBaoCHKXc6ZfRg { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ln1uwqtFMELP54VGfy4nMTiITAkMMiu4 { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KmKE6pFADn0PAUk3LRXwNzMGNpRXPkBh { width:9.625rem;height:7.1875rem;top:1.4989585876465rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8USIKSp8QdoDhCr3wIRZ7ZShAdQJUFM { width:9.8730625rem;height:6.5rem;top:12.3837890625rem;left:36.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRrPqAcuiS5XdZMT4AaB3OA9VEIOS2LN { width:2.5rem;height:0.625rem;top:5.9993515014649rem;left:22.624349117279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ho7qORbgQwicBL9QLhPe6uuEhyoTeSAX { width:9.625rem;height:7.1875rem;top:1.4989585876465rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uRHNKlziidMiS2k2MLPlsTTJzU61g3ix { width:9.8125rem;height:7.3125rem;top:1.4364585876465rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g236eTe4nDfX5N4MdZMpuBTl53ZWQe6g { width:2.5rem;height:0.625rem;top:5.9343757629394rem;left:34.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn { display:block; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KPnZoOgT66PbauV4iSh3AP5E18i6lu1L { width:6.875rem;height:1.375rem;top:2.40625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dfd1sITn0qXndIgwCUKAKauDnUGNTSn1 { width:46.1875rem;height:1.5rem;top:6.375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dh9bOaDxqbTsWVh6vnJtOS3EbkZcHlqL { width:46.1875rem;height:1.5rem;top:9rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #T1G1N4HfZbKbbqhz9WaLk2bIW9GgcltR { width:46.1875rem;height:1.5rem;top:11.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MzdbkmMbmcTd6CbmU43Qby16nehgExsN { display:block; }#MzdbkmMbmcTd6CbmU43Qby16nehgExsN > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcLJoZcVNqse5hvuVtiIaPeEZUsTPzrQ { width:16.25rem;height:3.0373831775701rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3xd2sNLtyHWr3wfBQg79026zAgamLvR { background-color:#ffffff;background-image:none;display:block; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { background-color: transparent; background-image: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container > .video-iframe-container { display: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row > .video-iframe-container { display: none; }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .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); }#H3xd2sNLtyHWr3wfBQg79026zAgamLvR > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4V0xc14DCAbWs0fTuTEHzRdEwaxDWTS { width:16.5625rem;height:9.1rem;top:1.4322919845581rem;left:1.71875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 { width:16.375rem;height:20.4375rem;top:12.407291412354rem;left:1.8125rem;font-size:1.125rem;display:block; }#WgLbpy0OpL8ApGThrw6J3fb4wM157KW7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_909b0e6971a1d5fe1c665de09fbd9692.svg); }
 }@media only screen and (max-width: 763px) { #S5QzDUJxOPEpfCTHEybSf97l07Uhf8Rq { width:20rem;height:47.375rem;top:0.7354164123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQsfmwgVXEsISvazchEWZxPgZ2qawKix { width:19rem;height:5.5rem;top:49.172916412354rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGZ2V0nV8q11AokH1OlZ0LGpHTMQyTS8 { display:block; }
 }@media only screen and (max-width: 763px) { #LT7To9s8tbkZNv5n1FS0ZwCdtAqXmfdf { width:11.125rem;height:11.125rem;top:35.711456298828rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw { display:block; }#q0Sc4wX8Gort7WAR3wrmKnkiuf79eqqw > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJvgn4DqrMSLTKeHRLz37SPqNFLLVpc8 { top:1.6875rem;left:0rem;width:20rem;height:8.25rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CX3qESR4sAkBwsQsdSPuVyF0dhEGe0TU { width:15.25rem;height:10.15625rem;top:3.0625rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T { width:17.8125rem;height:48.25rem;top:16.25rem;left:1.09375rem;font-size:1rem;display:block; }#TrLF0WRGRFVWbffeW3EtGFiEyX2buX8T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_909b0e6971a1d5fe1c665de09fbd9692.svg); }
 }@media only screen and (max-width: 763px) { #rpcU2CJJFBADUuULdHtn9nZxT6OqnynF { width:19.875rem;height:85.875rem;top:1.466667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFSDcmzn4DSkKMpvpChzzmmzmUm9AqZ { width:18.75rem;height:0.5rem;top:109.33984375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQrhT2TCA4ba2sza8FOHgCp9PEKR30m1 { width:16.125rem;height:18.9375rem;top:68.466667175294rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxDJsmJym6FI1F56H94KWVbIRM7mtrXB { display:block; }#gxDJsmJym6FI1F56H94KWVbIRM7mtrXB > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e41pnrv7AThJ3cFsZVBASGLTG4lsUfHT { width:18.125rem;height:0.25rem;top:7.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r335w6wcvKdd69oAZ48xT91fn8w47hKp { width:17.625rem;height:4.0625rem;top:1.75rem;left:1.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcRBOJiAI2VldoIFn09NbmoQimSQa8zW { display:block; }#bcRBOJiAI2VldoIFn09NbmoQimSQa8zW > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUeR7q56dkIAy84pxOiTgUhbeMUzLfu { width:7.5rem;height:5.625rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLDgLOCbPQeXsgcUFRTwsSXbcTeTACuc { width:12.4375rem;height:3.9rem;top:9.4364585876462rem;left:3.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owcPt9mtJ4GI0GcCpg38X6HCQKZ3Pyb7 { width:4.125rem;height:1.03125rem;top:5.9346790313721rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDldnqMCZyBlcKUDCh6qAI9lAZbGcBMG { width:16rem;height:5.2rem;top:28.599998474121rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROKmOQmvWzRbqVbOuSFoKGJbEf8bGF0K { width:4.125rem;height:1.03125rem;top:20.897382751465rem;left:13.64060523407rem;display:none; }
 }@media only screen and (max-width: 763px) { #wos3RRhXPLa2ZrWpiBVuC9LiKr9Nd5lx { width:13.8114375rem;height:5.2rem;top:49.125rem;left:3.0947914123535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPp5nFlvveaqUlCGC4ot8HLtNp5Oe5DD { top:15.648958206177rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ONLxxbdLA1TenC3KSSmBaoCHKXc6ZfRg { top:35.9375rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ln1uwqtFMELP54VGfy4nMTiITAkMMiu4 { top:56.375rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KmKE6pFADn0PAUk3LRXwNzMGNpRXPkBh { width:8.5625rem;height:6.375rem;top:40.53125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8USIKSp8QdoDhCr3wIRZ7ZShAdQJUFM { width:15.3125rem;height:5.2rem;top:70.0625rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRrPqAcuiS5XdZMT4AaB3OA9VEIOS2LN { width:4.125rem;height:1.0458743074766rem;top:6.3125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ho7qORbgQwicBL9QLhPe6uuEhyoTeSAX { width:7.4375rem;height:5.5625rem;top:20.575000762939rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRHNKlziidMiS2k2MLPlsTTJzU61g3ix { width:8.125rem;height:6.0625rem;top:61.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g236eTe4nDfX5N4MdZMpuBTl53ZWQe6g { width:4.125rem;height:1.0458743074766rem;top:6.3125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn { display:block; }#nZAa0sNoDR7qyqo5JrOOSVxXcf0OswIn > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPnZoOgT66PbauV4iSh3AP5E18i6lu1L { width:6.875rem;height:1.375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfd1sITn0qXndIgwCUKAKauDnUGNTSn1 { width:14.75rem;height:1.40625rem;top:5.125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dh9bOaDxqbTsWVh6vnJtOS3EbkZcHlqL { width:11.5rem;height:1.40625rem;top:7.78125rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1G1N4HfZbKbbqhz9WaLk2bIW9GgcltR { width:7.875rem;height:1.40625rem;top:10.4375rem;left:6.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }