.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,236,222;--color-primary-1:243,191,145;--color-primary-2:230,126,34;--color-primary-3:115,63,17;--color-primary-4:35,19,5;--color-secondary-0:220,233,236;--color-secondary-1:138,183,192;--color-secondary-2:21,110,129;--color-secondary-3:11,55,65;--color-secondary-4:3,17,19;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:37,37,37;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:#f1e7df;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { 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; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { background-color: transparent; background-image: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container > .video-iframe-container { display: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container { display: none; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .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); }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { border-width: 0; border-radius: 0; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:9.812rem;top:1.124267578125rem;left:0.99853515625rem;overflow:hidden;display:block; }
#rymKl5GZaa21fy3g3TQcf8UHizq0imec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { border-width: 0; border-radius: 0; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:none; }#KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { color:rgba(var(--color-tertiary-1),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:9.75rem;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; }
#hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2470625rem;height:3.499025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.6875rem;left:0rem;display:block; }
#mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICD0tbuIL8QTN5bUgOb2wJB5vlSrXDys { color:rgba(var(--color-tertiary-1),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:5.84765625rem;display:block; }
#cgVT80rTDkyWreeRB03FtFTO2AFNzuwC { position:absolute;display:block;z-index:15010;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:24.25rem;width:33.6875rem;top:3.9375rem;left:41.3125rem;overflow:hidden;display:block; }
#QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E > .row .container { border-width: 0; border-radius: 0; }#QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:none; }#A4uM24CCd6GASUTTMDDXS90F2vggTOZv { color:rgba(var(--color-tertiary-1),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:9.75rem;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; }
#Qotld2bbipaNmUP0P2l6rTbGHcnIyrDa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.2470625rem;height:3.499025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.6875rem;left:0rem;display:block; }
#JkoO9NuwhPMipVxTVcfbItacG1Fxb8u1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBPn49WkaGnNplGmxueU7xGnNV4xDRui { color:rgba(var(--color-tertiary-1),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:5.84765625rem;display:block; }
#nR6piMpP7noWWrWFlPlG3Ek8WI2FX8KQ { position:absolute;display:block;z-index:15010;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:24.25rem;width:33.6875rem;top:3.9375rem;left:41.3125rem;overflow:hidden;display:block; }
#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container { background-color: transparent; background-image: none; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container > .video-iframe-container { display: none; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row > .video-iframe-container { display: none; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .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); }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container { border-width: 0; border-radius: 0; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#Mi3Vkd7qXvORhyt6mpxk527hnAg6uaMQ { color:rgba(var(--color-tertiary-1),1);display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:6.5rem;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; }
#AT1bmyxR7Mcg4mJklG7UKZ81BFQlecds { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.246125rem;height:3.499025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.0625rem;left:1.5625rem;display:block; }
#GAyTUTk08To12BapsKUokZP29en1KEGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJyuRh4OhZbZJlnl5EFsRWRUGOoEJ3ue { position:absolute;display:block;z-index:15010;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:22.625rem;width:31.5rem;top:7.125rem;left:41.625rem;overflow:hidden;display:block; }
#OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:16.25rem;left:1.5625rem;height:12.625rem;overflow:hidden;display:block; }#OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0c6f9ff1b9914ba6f859bb3cbfebda42502cadb.svg); }
#S6atqhKsLu9ftMyt0ZkI7dXyvDB0R6fw { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.291015625rem;left:1.279296875rem;height:1.54296875rem;font-style:normal;display:block; }
#htExCcs4eEk30KoAuuTuRSbHtSJmJhFp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.125rem;width:33.4375rem;top:0rem;left:0rem;display:block; }
#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { position:relative;display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { background-color: transparent; background-image: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container > .video-iframe-container { display: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row > .video-iframe-container { display: none; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .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); }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { border-width: 0; border-radius: 0; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { color:rgba(var(--color-tertiary-2),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.34375rem;height:2.92480625rem;font-style:normal;display:block; }
#ZPz7Bzo3bkLOC5HynUmwocs2k0sdNoBb { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5869140625rem;left:54.65625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfHO5RSCtVexCU7QfzOmDwdTVOyUgof7 { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5869140625rem;left:62.90625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meOBlwVEDxJUbQ2IZnVoTSoHVOEMFty2 { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:8.125rem;left:4.34375rem;display:block; }
#FLMVm7go7ne5AtCWXoqpninhit0JXQha { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:5.21875rem;height:3.25076875rem;display:block; }
#K3GJMcSLnpqeAREF3iMhSXkGbncak5kR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:10.3125rem;left:56.15625rem;overflow:hidden;display:block; }
#ureRn9K52v9WAsWt2RU6Gdaox8AeaoA2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.3125rem;left:64.40625rem;overflow:hidden;display:block; }
#agd15Bn11HES50FnlidHU8bqJmKL8zoJ { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:15.34375rem;left:4.375rem;display:block; }
#RoxCxUgXo8vnhchKW2Ot66GmgzzlGUPR { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:21.8125rem;left:4.375rem;display:block; }
#Vqmr6hUfnLDzRuwhq1fHTVMysUC6I78s { color:rgba(var(--color-tertiary-2),1);display:block;width:39.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.779858589172rem;left:5.6537055969238rem;height:3.25076875rem;display:block; }
#yVOuHgKCbnMB9NHihaygHBpK5qpP4476 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:17.4375rem;left:56.125rem;overflow:hidden;display:block; }
#U1RSsTMlF2Cy319T0yb3ImxOwiqtOZe0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.4375rem;left:64.375rem;overflow:hidden;display:block; }
#JTe33iyA4H4ucCG08ITldIggqwk11XTh { box-sizing:content-box;height:0.0625rem;width:65.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:28.3125rem;left:4.375rem;display:block; }
#FQrakAWkRAH4THpT7WBhs8iFWPMMDPzL { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.061878204346rem;left:5.1868782043457rem;height:3.25076875rem;display:block; }
#P3xrtosvDU7y6aWF2si2Bvmarw0CgLRo { position:absolute;display:block;z-index:15013;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.9375rem;width:1.9375rem;top:23.9375rem;left:56.125rem;overflow:hidden;display:block; }
#RS9pQ3PrDOFHprKPncaw7nHendGK7qHx { position:absolute;display:block;z-index:15014;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:2rem;width:2rem;top:23.9375rem;left:64.375rem;overflow:hidden;display:block; }
#CQyimIiC8h4hMaS1wRCTqFNRggVeOzGd { color:rgba(var(--color-tertiary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.4365234375rem;left:5.2177734375rem;height:3.25076875rem;display:block; }
#GdUGCAQWJdGrZTcbfx8THCzfsDXDgltH { position:absolute;display:block;z-index:15017;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.9375rem;width:1.9375rem;top:30.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#u1UIGMTiHwfKAi1F8SEVkGkIH48dmRow { position:absolute;display:block;z-index:15018;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:2rem;width:2rem;top:30.1875rem;left:64.4375rem;overflow:hidden;display:block; }
#uxx2459ZwZcDDfdtPO51m9G6qUiqiX6R { color:rgba(var(--color-primary-2),1);display:block;width:39.9369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.559688568115rem;left:5.3747930526733rem;height:1.6253875rem;display:block; }
#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE { position:relative;display:block; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE { background-color: transparent; background-image: none; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row .container > .video-iframe-container { display: none; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row > .video-iframe-container { display: none; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .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); }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE { border-width: 0; border-radius: 0; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#mNTVSTu2nGOER8xDBmAzXEdaFWahSQab { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:34.4052734375rem;height:5.6877375rem;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; }
#hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ { color:rgba(var(--color-tertiary-2),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:12.774703979493rem;left:36.186080932618rem;height:17.63575rem;overflow:hidden;display:block; }#hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0c6f9ff1b9914ba6f859bb3cbfebda42502cadb.svg); }
#Qs1FBScn3aByFE2shy6BRnqV22Tlu0Fc { position:absolute;display:block;z-index:15020;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:31.625rem;width:28.5rem;top:8.25rem;left:1.375rem;overflow:hidden;display:block; }
#q6VUwn86NZfcrDDIRpuVvt8uukSo524c { box-sizing:content-box;height:30.125rem;width:30.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:1.375rem;display:block; }
#Evo36ZAIoLP71uqPd4CLAOMd9DowKBsL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0.5rem 1.5rem rgba(24,39,75,0.5) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.246125rem;height:3.499025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.5625rem;left:36.1865234375rem;display:block; }
#ZpO6CTUbHn6NVC0ybxeWfUlgJ0Nsy03q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { position:relative;display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { background-color: transparent; background-image: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container > .video-iframe-container { display: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row > .video-iframe-container { display: none; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .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); }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { border-width: 0; border-radius: 0; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d3250;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:9.749rem;top:1.07421875rem;left:64.4033203125rem;overflow:hidden;display:block; }
#mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:13.625rem;left:2.9375rem;height:15.187775rem;text-align:justify;text-align-last:initial;display:block; }
#Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { color:rgba(var(--color-tertiary-1),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.9375rem;height:2.84386875rem;font-style:normal;display:block; }
#TEJABrpUrw8asRNZ3V0y8EhLXbkMBuPG { color:rgba(var(--color-secondary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:8.5625rem;left:3.0625rem;height:2.44954375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JN3XZarCINLlv8zDaqmroiKp6ghEDuR9 { position:absolute;display:block;z-index:15023;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:32rem;width:21.3125rem;top:5.875rem;left:50.154296875rem;overflow:hidden;display:block; }
#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { position:relative;display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { background-color: transparent; background-image: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row > .video-iframe-container { display: none; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .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); }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { border-width: 0; border-radius: 0; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { color:#090134;display:block;width:32.6233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3583984375rem;left:22.380859375rem;height:2.84386875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qitVG3yE9B6VrykI3ah3nhrXTLWzugMP { color:rgba(var(--color-tertiary-2),1);display:block;width:41.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4970703125rem;left:18.162109375rem;height:3.25076875rem;text-align:center;text-align-last:center;display:block; }
#I47lQ6TBWTxPlGkIBxeKkhUe1WVGBuFI { position:absolute;display:block;z-index:14999;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 rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:52.25rem;width:61.3125rem;top:5.22119140625rem;left:7.960205078125rem;display:block; }
#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { position:relative;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { border-width: 0; border-radius: 0; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { position:absolute;z-index:15009;top:2.18505859375rem;left:9.154052734375rem;width:58.9355625rem;height:36.9983125rem;display:block; }
#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { background-color: transparent; background-image: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { display: none; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .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); }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { border-width: 0; border-radius: 0; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.6875rem;top:2.40625rem;left:31.78125rem;overflow:hidden;display:block; }
#PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20.78125rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 1199px) { #QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { display:block; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.62305rem;top:0.843505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:47.75rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:46.1865rem;height:9.75rem;top:3.896484375rem;left:0.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { width:22.56225rem;height:3.49975625rem;top:45.43701171875rem;left:13.748779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block; }
 }@media only screen and (max-width: 1199px) { #ICD0tbuIL8QTN5bUgOb2wJB5vlSrXDys { width:41.3729375rem;height:3.25076875rem;top:14.744617462158rem;left:3.8115528225899rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cgVT80rTDkyWreeRB03FtFTO2AFNzuwC { width:33.6875rem;height:24.25rem;top:3.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E { display:none; }#QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E > .row .container { width:47.75rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A4uM24CCd6GASUTTMDDXS90F2vggTOZv { width:46.1865rem;height:9.75rem;top:3.896484375rem;left:0.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qotld2bbipaNmUP0P2l6rTbGHcnIyrDa { width:22.56225rem;height:3.49975625rem;top:45.43701171875rem;left:13.748779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkoO9NuwhPMipVxTVcfbItacG1Fxb8u1 { display:block; }
 }@media only screen and (max-width: 1199px) { #XBPn49WkaGnNplGmxueU7xGnNV4xDRui { width:41.3729375rem;height:3.25076875rem;top:14.744617462158rem;left:3.8115528225899rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nR6piMpP7noWWrWFlPlG3Ek8WI2FX8KQ { width:33.6875rem;height:24.25rem;top:3.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo { display:block; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container { width:47.75rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mi3Vkd7qXvORhyt6mpxk527hnAg6uaMQ { width:46.1855625rem;height:6.5rem;top:5.271484375rem;left:0.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AT1bmyxR7Mcg4mJklG7UKZ81BFQlecds { width:22.5615rem;height:3.499025rem;top:51.5rem;left:12.5927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAyTUTk08To12BapsKUokZP29en1KEGw { display:block; }
 }@media only screen and (max-width: 1199px) { #UJyuRh4OhZbZJlnl5EFsRWRUGOoEJ3ue { width:31.5rem;height:22.625rem;top:26.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u { width:37.125rem;height:11.5703125rem;top:14.18359375rem;left:5.3125rem;font-size:1.125rem;display:block; }#OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0c6f9ff1b9914ba6f859bb3cbfebda42502cadb.svg); }
 }@media only screen and (max-width: 1199px) { #S6atqhKsLu9ftMyt0ZkI7dXyvDB0R6fw { width:33.125rem;height:1.54296875rem;top:1.041015625rem;left:8.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htExCcs4eEk30KoAuuTuRSbHtSJmJhFp { width:38.625rem;height:3.625rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { width:42rem;height:2.51855625rem;top:3.9375rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPz7Bzo3bkLOC5HynUmwocs2k0sdNoBb { width:5rem;height:1.6253875rem;top:4.8935546875rem;left:37.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfHO5RSCtVexCU7QfzOmDwdTVOyUgof7 { width:5rem;height:1.6253875rem;top:4.5625rem;left:42.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meOBlwVEDxJUbQ2IZnVoTSoHVOEMFty2 { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLMVm7go7ne5AtCWXoqpninhit0JXQha { width:32.4375rem;height:2.76171875rem;top:10.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3GJMcSLnpqeAREF3iMhSXkGbncak5kR { width:2rem;height:2rem;top:10.693359375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ureRn9K52v9WAsWt2RU6Gdaox8AeaoA2 { width:2rem;height:2rem;top:10.6875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #agd15Bn11HES50FnlidHU8bqJmKL8zoJ { width:47.75rem;height:0.0625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoxCxUgXo8vnhchKW2Ot66GmgzzlGUPR { width:47.75rem;height:0.0625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqmr6hUfnLDzRuwhq1fHTVMysUC6I78s { width:32.4375rem;height:2.76171875rem;top:17.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVOuHgKCbnMB9NHihaygHBpK5qpP4476 { width:2rem;height:2rem;top:17.4375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1RSsTMlF2Cy319T0yb3ImxOwiqtOZe0 { width:2rem;height:2rem;top:17.3125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTe33iyA4H4ucCG08ITldIggqwk11XTh { width:47.75rem;height:0.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQrakAWkRAH4THpT7WBhs8iFWPMMDPzL { width:32.4375rem;height:2.76171875rem;top:23.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3xrtosvDU7y6aWF2si2Bvmarw0CgLRo { width:2rem;height:2rem;top:23.5rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RS9pQ3PrDOFHprKPncaw7nHendGK7qHx { width:2rem;height:2rem;top:23.5rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQyimIiC8h4hMaS1wRCTqFNRggVeOzGd { width:32.4375rem;height:2.76171875rem;top:30.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdUGCAQWJdGrZTcbfx8THCzfsDXDgltH { width:2rem;height:2rem;top:30.375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1UIGMTiHwfKAi1F8SEVkGkIH48dmRow { width:2rem;height:2rem;top:30.375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxx2459ZwZcDDfdtPO51m9G6qUiqiX6R { width:35.5625rem;height:1.3808625rem;top:36.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AzECf7ApQOgZJhLZwri08JBs3n0TDqWE { display:block; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row .container { width:47.75rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mNTVSTu2nGOER8xDBmAzXEdaFWahSQab { width:35.875rem;height:2.4375rem;top:4.5rem;left:5.4345703125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ { width:32.6230625rem;height:18.418rem;top:10.43359375rem;left:7.5625rem;font-size:1.125rem;display:block; }#hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0c6f9ff1b9914ba6f859bb3cbfebda42502cadb.svg); }
 }@media only screen and (max-width: 1199px) { #Qs1FBScn3aByFE2shy6BRnqV22Tlu0Fc { width:20.8125rem;height:23.125rem;top:43.0625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6VUwn86NZfcrDDIRpuVvt8uukSo524c { width:23.625rem;height:23.625rem;top:42.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Evo36ZAIoLP71uqPd4CLAOMd9DowKBsL { width:22.5605625rem;height:3.499025rem;top:33.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpO6CTUbHn6NVC0ybxeWfUlgJ0Nsy03q { display:block; }
 }@media only screen and (max-width: 1199px) { #dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { width:47.75rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { width:9.74975rem;height:3.061525rem;top:1.4990234375rem;left:2.310791015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { width:43.125rem;height:12.75rem;top:10.5625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { width:27.1875rem;height:4.875rem;top:3rem;left:12.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEJABrpUrw8asRNZ3V0y8EhLXbkMBuPG { width:17rem;height:2.2744125rem;top:5.4375rem;left:15.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JN3XZarCINLlv8zDaqmroiKp6ghEDuR9 { width:14rem;height:20.9375rem;top:29.375rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:47.75rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:32.6233125rem;height:2.1937125rem;top:6.212158203125rem;left:6.434326171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qitVG3yE9B6VrykI3ah3nhrXTLWzugMP { width:41.3733125rem;height:3.25rem;top:9.122314453125rem;left:3.187255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I47lQ6TBWTxPlGkIBxeKkhUe1WVGBuFI { width:47.625rem;height:45.9375rem;top:4.327392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:41.43675rem;height:29.74975rem;top:0rem;left:3.155517578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:12.6875rem;height:3.9375rem;top:2.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:33.4375rem;height:8.7715125rem;top:7.4375rem;left:7.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/460322a7-aa20-4e47-8bfb-5a09c150db8e/00001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg { display:block; }#QZifTAlTBCW1pcJKb4ZfV7saML5ELTIg > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRbcoxuEhmWg3eE15MlRV4HwtMbxGuov { width:11.25rem;height:3.625rem;top:0.9375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymKl5GZaa21fy3g3TQcf8UHizq0imec { display:none; }#rymKl5GZaa21fy3g3TQcf8UHizq0imec > .row .container { width:20rem;height:75.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtTe3zBvmGlLyqSlxfADdW5MZxQRvIfK { width:20rem;height:9.097625rem;top:2.0285863280296rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hH2aOGeXbbIEmwTgqA06Z3Gheu6CuDHv { width:18.9993125rem;height:3.43720625rem;top:41.065192222595rem;left:1.0002366900444rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSLdTodZ1WebNzezZNqiyNdZ73m5qAl { display:block; }
 }@media only screen and (max-width: 763px) { #ICD0tbuIL8QTN5bUgOb2wJB5vlSrXDys { width:19.9995625rem;height:7.3095625rem;top:47.564957123566rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgVT80rTDkyWreeRB03FtFTO2AFNzuwC { width:20rem;height:14.397031539889rem;top:56.123078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E { display:none; }#QVWKmNIBghzNsV0QtFUVSXtZ0lbvDR1E > .row .container { width:20rem;height:75.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A4uM24CCd6GASUTTMDDXS90F2vggTOZv { width:20rem;height:9.097625rem;top:2.0285863280296rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qotld2bbipaNmUP0P2l6rTbGHcnIyrDa { width:18.9993125rem;height:3.43720625rem;top:41.065192222595rem;left:1.0002366900444rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoO9NuwhPMipVxTVcfbItacG1Fxb8u1 { display:block; }
 }@media only screen and (max-width: 763px) { #XBPn49WkaGnNplGmxueU7xGnNV4xDRui { width:19.9995625rem;height:7.3095625rem;top:47.564957123566rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR6piMpP7noWWrWFlPlG3Ek8WI2FX8KQ { width:20rem;height:14.397031539889rem;top:56.123078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo { display:block; }#lGDXx6CHZblSCxQt9RhcoPWvEqB22DKo > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mi3Vkd7qXvORhyt6mpxk527hnAg6uaMQ { width:20rem;height:6.3369375rem;top:6.2158203125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT1bmyxR7Mcg4mJklG7UKZ81BFQlecds { width:18.999rem;height:3.436525rem;top:53.314453125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAyTUTk08To12BapsKUokZP29en1KEGw { display:block; }
 }@media only screen and (max-width: 763px) { #UJyuRh4OhZbZJlnl5EFsRWRUGOoEJ3ue { width:20rem;height:14.36425rem;top:36.0634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u { width:19.3125rem;height:17.8671875rem;top:15.1259765625rem;left:0.6875rem;font-size:1.125rem;display:block; }#OlkQ3GvvnR4coMf7dnT4XwFL5QyBZG4u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0c6f9ff1b9914ba6f859bb3cbfebda42502cadb.svg); }
 }@media only screen and (max-width: 763px) { #S6atqhKsLu9ftMyt0ZkI7dXyvDB0R6fw { width:14.3125rem;height:2.2734375rem;top:0.92578125rem;left:2.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htExCcs4eEk30KoAuuTuRSbHtSJmJhFp { width:17.125rem;height:4.125rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 { display:block; }#RDTQ0PuBCT42iiJ9vTNsqd6MberLzSo8 > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BicCTaLKvkCIXhbPk4e8iwMTuIhbeAwW { width:20rem;height:5.0371125rem;top:2.93701171875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPz7Bzo3bkLOC5HynUmwocs2k0sdNoBb { width:5rem;height:1.6253875rem;top:10.599609375rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHO5RSCtVexCU7QfzOmDwdTVOyUgof7 { width:5rem;height:1.6253875rem;top:10.599609375rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOBlwVEDxJUbQ2IZnVoTSoHVOEMFty2 { width:20rem;height:0.0625rem;top:13.2871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLMVm7go7ne5AtCWXoqpninhit0JXQha { width:11.5625rem;height:5.19921875rem;top:14.5996125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3GJMcSLnpqeAREF3iMhSXkGbncak5kR { width:2rem;height:2rem;top:15rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureRn9K52v9WAsWt2RU6Gdaox8AeaoA2 { width:2rem;height:2rem;top:15rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agd15Bn11HES50FnlidHU8bqJmKL8zoJ { width:20rem;height:0.0625rem;top:23.99805rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoxCxUgXo8vnhchKW2Ot66GmgzzlGUPR { width:20rem;height:0.0625rem;top:31.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqmr6hUfnLDzRuwhq1fHTVMysUC6I78s { width:11.75rem;height:5.19921875rem;top:25.310546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOuHgKCbnMB9NHihaygHBpK5qpP4476 { width:2rem;height:2rem;top:26.259765625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1RSsTMlF2Cy319T0yb3ImxOwiqtOZe0 { width:2rem;height:2rem;top:26.259765625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTe33iyA4H4ucCG08ITldIggqwk11XTh { width:20rem;height:0.0625rem;top:39.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQrakAWkRAH4THpT7WBhs8iFWPMMDPzL { width:11.9375rem;height:6.499rem;top:33.22265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3xrtosvDU7y6aWF2si2Bvmarw0CgLRo { width:2rem;height:2rem;top:33.22265625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS9pQ3PrDOFHprKPncaw7nHendGK7qHx { width:2rem;height:2rem;top:33.22265625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyimIiC8h4hMaS1wRCTqFNRggVeOzGd { width:12.125rem;height:6.499rem;top:41.24609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdUGCAQWJdGrZTcbfx8THCzfsDXDgltH { width:2rem;height:2rem;top:41.24609375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UIGMTiHwfKAi1F8SEVkGkIH48dmRow { width:2rem;height:2rem;top:41.24609375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxx2459ZwZcDDfdtPO51m9G6qUiqiX6R { width:20rem;height:2.76171875rem;top:50.529296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzECf7ApQOgZJhLZwri08JBs3n0TDqWE { display:block; }#AzECf7ApQOgZJhLZwri08JBs3n0TDqWE > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTVSTu2nGOER8xDBmAzXEdaFWahSQab { width:17.4365rem;height:4.548825rem;top:1.558837890625rem;left:1.28173828125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ { width:20rem;height:25.07225rem;top:8.54296875rem;left:0rem;font-size:1.0625rem;display:block; }#hSTKAv02zmx7PtOFTvPzTGCe7nMFTUBZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c0c6f9ff1b9914ba6f859bb3cbfebda42502cadb.svg); }
 }@media only screen and (max-width: 763px) { #Qs1FBScn3aByFE2shy6BRnqV22Tlu0Fc { width:20rem;height:22.192375rem;top:44.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6VUwn86NZfcrDDIRpuVvt8uukSo524c { width:20rem;height:30.125rem;top:49.04394375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Evo36ZAIoLP71uqPd4CLAOMd9DowKBsL { width:19rem;height:3.4375rem;top:37.3564453125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpO6CTUbHn6NVC0ybxeWfUlgJ0Nsy03q { display:block; }
 }@media only screen and (max-width: 763px) { #dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn { display:block; }#dUxdvDEiUHDoqhSGJAS0dSRBUZrpn2Vn > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuH2f1T7HtflBqyzfy08vlFvyTh4aP3e { width:7.8125rem;height:2.375rem;top:0.623779296875rem;left:1.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHTTmI1kds6mG3LT7tsEkERmUfoBCAa { width:17.9345625rem;height:24.52734375rem;top:13.24609375rem;left:1.0322265625rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vff27GJbSrMq0UGgDLCl0Lat0a8ZRUn2 { width:18.124875rem;height:3.8984375rem;top:4.8073506355286rem;left:0.93661218881606rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEJABrpUrw8asRNZ3V0y8EhLXbkMBuPG { width:10.25rem;height:1.3994125rem;top:9.5908203125rem;left:4.875rem;font-size:1rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #JN3XZarCINLlv8zDaqmroiKp6ghEDuR9 { width:12.9375rem;height:19.375rem;top:41.1875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJRTkfK1uo2Wh5toVznwFapI04CbyJL { display:block; }#ovJRTkfK1uo2Wh5toVznwFapI04CbyJL > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNOk9lUtTtByDoRoU7Te8ZGBqGU5UeOJ { width:18.75rem;height:2.2744125rem;top:1.75rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qitVG3yE9B6VrykI3ah3nhrXTLWzugMP { width:20rem;height:6.5rem;top:6.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I47lQ6TBWTxPlGkIBxeKkhUe1WVGBuFI { width:19.875rem;height:52.25rem;top:49.42138671875rem;left:1.1865234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d { background-color:rgba(0,0,0,0);background-image:none;display:block; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { background-color: transparent; background-image: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row > .video-iframe-container { display: none; }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .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); }#FyB8n4a1eAZ8UH3drLCFekJU2AyrGG8d > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzdG6ISEQbN4BBxmpihiFBCkaAdZ3QTF { width:20rem;height:37rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 { display:block; }#n9SGAoV32MrGaqItezfZ2wy1d2wz6JQ6 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxe1ptTlbfeRBcwWZezgntgkLFUfCDM3 { width:10.5625rem;height:3.0625rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFnMgfDz2wRvMvdS0CP6Uml3nbTQ6wvF { width:20rem;height:11.69533125rem;top:6.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }