.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:245,240,234;--color-primary-1:221,205,186;--color-primary-2:186,155,117;--color-primary-3:93,78,59;--color-primary-4:28,23,18;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:32,32,32;--color-secondary-3:20,20,20;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ddot";--paragraphs-font-family:"Optima"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:75rem;height:7.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#o2c1f1d34c10fab9a9694a359f9d5305 { position:absolute;display:block;z-index:15037;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:7.6875rem;width:16rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:64.5rem;display:block; }
#t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { background-color: transparent; background-image: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .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); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { border-width: 0; border-radius: 0; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0.828125rem;left:0rem;height:3.468575rem;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;text-align:center;text-align-last:center;display:block; }
#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/300b3ad2-daf2-45f4-bc33-869afad42376/Screenshot20251031at93539AM.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#Vml39ys0crsZv2xODRNy5A7yObtVUdDE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:cambon;font-size:4.6875rem;font-weight:300;z-index:14999;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:4.6875rem;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;text-align:center;text-align-last:center;display:block; }
#iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:cambon;font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:11.4375rem;left:0rem;height:5.625rem;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;text-align:center;text-align-last:center;display:block; }
#h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:24.3125rem;left:0rem;height:2.625rem;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;text-align:center;text-align-last:center;display:block; }
#ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.9375rem;top:21.375rem;left:32.03125rem;display:block; }
#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c6a06a;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; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { background-color: transparent; background-image: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .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); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { border-width: 0; border-radius: 0; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#VOpZpdQsmRZTKxsAsENBVgVTX87xTm9X { color:#1b1b1b;display:block;width:75rem;position:absolute;font-family:cambon;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.96875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { background-color: transparent; background-image: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .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); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { border-width: 0; border-radius: 0; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#GOTyTNiUovTvJpBWLrObA0lU28GT16Je { 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:0.0625rem;width:0.0625rem;top:24.22802734375rem;left:37.5rem;overflow:hidden;display:block; }
#Iot6bzCLZBnDf2cChDhXMEJWHuCb6Mw1 { color:#0a0a0a;display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;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; }
#lPqvmfg8Aw85UKcvTcrfnWVqLIuck32H { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.1748046875rem;left:1.625rem;display:block; }
#aPqXXoOhXxyQlaHQRS2qgkwIDV7JO4nv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttBqmv6phrpXwdMCv4C0cBCrsFnTnUlu { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8623046875rem;left:1.625rem;height:16.24645rem;display:block; }
#kOWzCT29PyPPVa6voIxraCOqW4kI43lP { position:absolute;display:block;z-index:15011;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:27.875rem;width:22.125rem;top:1.78125rem;left:50.45263671875rem;overflow:hidden;display:block; }
#EvQk9Q8CSwB2ePRqwcFxix9NThIIX68q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:1.625rem;height:0.89355625rem;font-style:italic;display:block; }
#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#769ca3;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; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container { background-color: transparent; background-image: none; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container > .video-iframe-container { display: none; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row > .video-iframe-container { display: none; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .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); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container { border-width: 0; border-radius: 0; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#UatcI0Q0IXXKW7AOnUWC9A6U8aUHHAbS { color:#1b1b1b;display:block;width:75rem;position:absolute;font-family:cambon;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.96875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { background-color: transparent; background-image: none; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container > .video-iframe-container { display: none; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row > .video-iframe-container { display: none; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .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); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { border-width: 0; border-radius: 0; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#iRTgseHn5p5iH5zvWEN4ycgnM0MOzqg2 { position:absolute;display:block;z-index:15004;background-color:#769ca3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:19.125rem;top:10.625rem;left:27.9375rem;display:block; }
#zxy3HVTWs4MsGTZ1rZWkiaTBSMwgupuT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTuTS1zboHyB5n9WThUmW8fddF44J9Qm { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0029296875rem;left:33.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXF6u80ZebGvS3ezboop36VCTN8nG4aD { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.31201171875rem;left:37.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k96T5i1vG6fIKdKr6XM0yTafTAIAEq1W { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.97412109375rem;left:37.25rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XoJ5zlF88qXT1dM0lWOeBIopmgt6GqK9 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.125rem;left:30rem;height:4.7967rem;text-align:center;text-align-last:center;display:block; }
#ewATFcJFxyirhVLmIu9t0LF7S3uVhslk { color:#769ca3;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqSBAUSbefbHpadPEP33A0WCzPTzNB1k { color:#234446;display:block;width:5.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0029296875rem;left:7.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2M8gIdmgLvZN2raEs0ollqxzEcCNVdu { color:#234446;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5rem;left:13.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BiF65z4PVcNnArMtuAwNKmr4X3wWvseH { color:#234446;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.009765625rem;left:13.8125rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SzQg7peekpgS9RNyksFWwOm6S4Xs03LX { color:#234446;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:24.12451171875rem;left:5.65625rem;height:4.7967rem;text-align:center;text-align-last:center;display:block; }
#PCHufPE8kUh2hGtkaFNfK1nvrGU4WZDq { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:31.5625rem;width:19.125rem;top:10.625rem;left:2.5rem;display:block; }
#P5N7ef3vfsm4PEh6lUV8STtt1TtVtFHu { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:31.8125rem;width:19.125rem;top:10.625rem;left:53.375rem;display:block; }
#Wq35NNfZa2fWOs7sN9R2FB2dMg50zSCn { color:#769ca3;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:55.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGmk9dKWl4CDG4lucLRDTD55TdgbvT9C { color:#234446;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.0029296875rem;left:58.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wS2ExGTAuL4S5pVQAHTtJ08MqzpqtbxZ { color:#234446;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.4404296875rem;left:62.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTK50AdGNO7t0DlVmvwnE66KV6RJA97L { color:#234446;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.8125rem;left:62.3125rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HFeadxF1B3vamMs8GOrGhiSBKQ2hkmPX { background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.875rem;left:5.21875rem;display:block; }
#ThJiyAIm1Ek7ckTeEGu8efriGFDSTR9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVtLMwrFpMMf76T4rTkHmG3flypOeqks { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.875rem;left:30.65625rem;display:block; }
#rd0RbLW9JfWzPdHikM7PAFQ45b3Xpeh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IleFBiNurJs240IZPTsukXvpMSelKZhw { background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.875rem;left:56.09375rem;display:block; }
#G6WSsRboO1Wlfcg4aW1K8WQ6zyuIg6wk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5yh8KAqK1C8XqXHpcxheSpqUvkPoULA { color:#234446;display:block;width:25rem;position:absolute;font-family:cambon;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J54BgdEWZgJTTVrTF49KihfTsezbAiL7 { color:#234446;display:block;width:25rem;position:absolute;font-family:cambon;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLli00VSQz43IEJ4CPoic33RDAQUCWEZ { color:#234446;display:block;width:25rem;position:absolute;font-family:cambon;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:50rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCE2odTfVUG2DOHXfq15bKKW1tzVmpB6 { color:#234446;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.12451171875rem;left:55.4375rem;height:4.7967rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { border-width: 0; border-radius: 0; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:none; }#iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.34375rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,28,28,0.8);background-image:url("https://images.assets-landingi.com/uc/3bbc9085-4545-4db1-b70c-d23b3011318a/pexelsdidsss19900398.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC.adaptive-delivery-prevent-bg, #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC.lazyload, #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC.lazyloading { background-image: none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { border-width: 0; border-radius: 0; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:none; }#TBOlKxR3nr9IoVw0MlSrB0mVB0c7MJAB { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3rem;left:6.25rem;height:3.67480625rem;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; }
#ER6D5O6t8IXPCdGTE0oCTIdJbT2IIPce { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:0.4375rem;display:block; }
#yRwDtvnEFImCHLd7wBgB9EKL2aM5t2hG { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:2.8125rem;display:block; }
#nrXZ7cq7IaeDdKxwhT0qFTVTl1rmzsbN { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:5.1875rem;display:block; }
#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:19.6611328125rem;left:6.25rem;height:9.7485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#KZ0ahnxvhnxcKRksFkWBIPwvI9FKVy9T { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:29.34765625rem;left:6.25rem;height:5.0625rem;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; }
#wseiTuUbPskdo4uWG82aaT4rcQfvtuV7 { position:absolute;display:block;z-index:15004;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:41.5rem;top:0rem;left:0rem;display:block; }
#MZQ2gvMcooQC05l06pgfAMxXC261TeHC { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.04931640625rem;left:6.25rem;height:3.67480625rem;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; }
#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:6.6748046875rem;left:6.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#XZ9J0pzth7wGPp6soE5CXpKZve2FCEhO { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.41015625rem;left:46.1875rem;height:6.9873125rem;text-align:left;text-align-last:left;display:block; }
#D6ZTnQCuEDIJuWvghlQmL4sMhQfFsRIa { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.78515625rem;left:6.25rem;display:block; }
#oFu1wvgSTfXbEKb2oGVIzwH3Q5rwKqaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { background-color: transparent; background-image: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .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); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { border-width: 0; border-radius: 0; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { background-color: transparent; background-image: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .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); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { border-width: 0; border-radius: 0; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17.125rem;left:0rem;height:3.8236875rem;font-style:normal;display:block; }
#JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:20.3125rem;left:0rem;height:7.6456rem;font-style:normal;display:block; }
#Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { 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:14.9375rem;width:22.5rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.125rem;left:26.1875rem;height:3.8236875rem;font-style:normal;display:block; }
#o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:20.3125rem;left:26.0625rem;height:7.6456rem;font-style:normal;display:block; }
#gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { 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:14.875rem;width:22.375rem;top:1.75rem;left:26.25rem;overflow:hidden;display:block; }
#bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.125rem;left:52.5rem;height:3.8236875rem;font-style:normal;display:block; }
#e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:20.3125rem;left:52.5rem;height:7.6456rem;font-style:normal;display:block; }
#ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { 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:15.25rem;width:22.5625rem;top:1.59375rem;left:52.4375rem;overflow:hidden;display:block; }
#vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:28.6875rem;left:0rem;display:block; }
#NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.6875rem;left:26.25rem;display:block; }
#CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:28.6875rem;left:52.5rem;display:block; }
#VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtyTZshDzMmwWJfV4yda5yQZCdRt9GTX { box-sizing:content-box;height:0.1875rem;width:62.5rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.4375rem;left:6.25rem;display:block; }
#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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:none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { border-width: 0; border-radius: 0; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:none; }#AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJkWMra88VSTwEuT92bsbkeri6v7BXXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:42.625rem; }
#SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:39.6875rem; }
#r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:36.5625rem; }
#yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:33.4375rem; }
#NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:30.0625rem; }
#xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3125rem;left:9.5625rem;height:8.999025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:22.125rem;left:29.375rem;display:block; }
#uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { position:relative;display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { background-color: transparent; background-image: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { border-width: 0; border-radius: 0; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;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; }#c980eef55349770191306df3796dfc81 { 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:4.875rem;width:10rem;top:1.125rem;left:1.5625rem;overflow:hidden;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.5625rem;left:65.25rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5625rem;left:68.5625rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { top:0rem;left:0rem;width:16rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:10.375rem;height:3.375rem;top:1.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { top:0.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { top:6.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { top:11.4375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { top:24.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.25rem;top:21.375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9ZS83HiARA15E4LGbd7UwZNxmbLUPT { display:block; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOpZpdQsmRZTKxsAsENBVgVTX87xTm9X { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw { display:block; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOTyTNiUovTvJpBWLrObA0lU28GT16Je { width:0.0625rem;height:0.0625rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iot6bzCLZBnDf2cChDhXMEJWHuCb6Mw1 { width:36.8125rem;height:1.75rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqvmfg8Aw85UKcvTcrfnWVqLIuck32H { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPqXXoOhXxyQlaHQRS2qgkwIDV7JO4nv { display:block; }
 }@media only screen and (max-width: 763px) { #ttBqmv6phrpXwdMCv4C0cBCrsFnTnUlu { top:2.8125rem;left:0rem;width:45.75rem;height:16.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOWzCT29PyPPVa6voIxraCOqW4kI43lP { top:1.75rem;left:25.625rem;width:22.125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvQk9Q8CSwB2ePRqwcFxix9NThIIX68q { top:22.125rem;left:0rem;width:12.5rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 { display:block; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UatcI0Q0IXXKW7AOnUWC9A6U8aUHHAbS { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu { display:block; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRTgseHn5p5iH5zvWEN4ycgnM0MOzqg2 { top:10.625rem;left:12.625rem;width:19.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxy3HVTWs4MsGTZ1rZWkiaTBSMwgupuT { top:13.125rem;left:17.5625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuTS1zboHyB5n9WThUmW8fddF44J9Qm { top:18rem;left:19.75rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXF6u80ZebGvS3ezboop36VCTN8nG4aD { top:18.25rem;left:23.5625rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96T5i1vG6fIKdKr6XM0yTafTAIAEq1W { top:19.9375rem;left:23.5625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoJ5zlF88qXT1dM0lWOeBIopmgt6GqK9 { top:24.125rem;left:16.3125rem;width:15rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewATFcJFxyirhVLmIu9t0LF7S3uVhslk { top:13.125rem;left:1.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqSBAUSbefbHpadPEP33A0WCzPTzNB1k { top:18rem;left:2.5rem;width:5.875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2M8gIdmgLvZN2raEs0ollqxzEcCNVdu { top:18.5rem;left:9.0625rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiF65z4PVcNnArMtuAwNKmr4X3wWvseH { top:20rem;left:8.75rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzQg7peekpgS9RNyksFWwOm6S4Xs03LX { top:24.0625rem;left:1.09375rem;width:13.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHufPE8kUh2hGtkaFNfK1nvrGU4WZDq { top:10.625rem;left:0rem;width:19.125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5N7ef3vfsm4PEh6lUV8STtt1TtVtFHu { top:10.625rem;left:28.5rem;width:19.125rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq35NNfZa2fWOs7sN9R2FB2dMg50zSCn { top:13.125rem;left:31.875rem;width:15.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGmk9dKWl4CDG4lucLRDTD55TdgbvT9C { top:18rem;left:35.8125rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS2ExGTAuL4S5pVQAHTtJ08MqzpqtbxZ { top:18.4375rem;left:39.5rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTK50AdGNO7t0DlVmvwnE66KV6RJA97L { top:19.8125rem;left:39.5rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeadxF1B3vamMs8GOrGhiSBKQ2hkmPX { width:13.6875rem;height:4.0625rem;top:34.875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJiyAIm1Ek7ckTeEGu8efriGFDSTR9G { display:block; }
 }@media only screen and (max-width: 763px) { #dVtLMwrFpMMf76T4rTkHmG3flypOeqks { width:13.6875rem;height:4.0625rem;top:34.875rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd0RbLW9JfWzPdHikM7PAFQ45b3Xpeh4 { display:block; }
 }@media only screen and (max-width: 763px) { #IleFBiNurJs240IZPTsukXvpMSelKZhw { width:13.6875rem;height:4.0625rem;top:34.875rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6WSsRboO1Wlfcg4aW1K8WQ6zyuIg6wk { display:block; }
 }@media only screen and (max-width: 763px) { #M5yh8KAqK1C8XqXHpcxheSpqUvkPoULA { top:3.0625rem;left:0rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54BgdEWZgJTTVrTF49KihfTsezbAiL7 { top:3.0625rem;left:6.75rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLli00VSQz43IEJ4CPoic33RDAQUCWEZ { top:3.0625rem;left:22.625rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCE2odTfVUG2DOHXfq15bKKW1tzVmpB6 { top:24.0625rem;left:32.625rem;width:15rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { display:block; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC { display:block; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBOlKxR3nr9IoVw0MlSrB0mVB0c7MJAB { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6D5O6t8IXPCdGTE0oCTIdJbT2IIPce { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwDtvnEFImCHLd7wBgB9EKL2aM5t2hG { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXZ7cq7IaeDdKxwhT0qFTVTl1rmzsbN { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #KZ0ahnxvhnxcKRksFkWBIPwvI9FKVy9T { width:28.8125rem;height:5.0625rem;top:29.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseiTuUbPskdo4uWG82aaT4rcQfvtuV7 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQ2gvMcooQC05l06pgfAMxXC261TeHC { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #XZ9J0pzth7wGPp6soE5CXpKZve2FCEhO { width:28.8125rem;height:6.9375rem;top:31.375rem;left:18.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZTnQCuEDIJuWvghlQmL4sMhQfFsRIa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFu1wvgSTfXbEKb2oGVIzwH3Q5rwKqaa { display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:47.75rem;height:4.5rem;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { top:1.75rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { top:1.75rem;left:12.625rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { top:1.5625rem;left:25.1875rem;width:22.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:28.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:28.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #NtyTZshDzMmwWJfV4yda5yQZCdRt9GTX { top:33.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { display:block; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { width:47.75rem;height:2.25rem;top:8rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJkWMra88VSTwEuT92bsbkeri6v7BXXw { top:3.625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { top:3.625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { top:3.625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { top:3.625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { top:3.625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { width:47.75rem;height:8.9375rem;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { width:16.25rem;height:2.5625rem;top:22.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { top:1.125rem;left:0rem;width:10rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { top:2.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { top:2.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#141414;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { width:4.75rem;height:2.375rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:6.875rem;height:2.3125rem;top:1.375rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { width:20rem;height:1.6875rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/300b3ad2-daf2-45f4-bc33-869afad42376/Screenshot20251031at93539AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { width:20rem;height:1.6875rem;top:6.8125rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { width:19.6875rem;height:1.6875rem;top:8.625rem;left:0.1875rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { width:19.8125rem;height:2.4375rem;top:10.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.1875rem;top:16.25rem;left:4.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #So9ZS83HiARA15E4LGbd7UwZNxmbLUPT { background-color:#ffffff;background-image:none;display:block; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { background-color: transparent; background-image: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .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); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOpZpdQsmRZTKxsAsENBVgVTX87xTm9X { width:20rem;height:1.125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { background-color: transparent; background-image: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .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); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { border-width: 0; border-radius: 0; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOTyTNiUovTvJpBWLrObA0lU28GT16Je { width:0.0625rem;height:0.0625rem;top:54.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iot6bzCLZBnDf2cChDhXMEJWHuCb6Mw1 { width:19.4375rem;height:1.5996125rem;top:0.85302734375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqvmfg8Aw85UKcvTcrfnWVqLIuck32H { width:12.875rem;height:3.0625rem;top:1.47802734375rem;left:3.5625rem;z-index:15039;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPqXXoOhXxyQlaHQRS2qgkwIDV7JO4nv { display:block; }
 }@media only screen and (max-width: 763px) { #ttBqmv6phrpXwdMCv4C0cBCrsFnTnUlu { width:20rem;height:14.78613125rem;top:6.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOWzCT29PyPPVa6voIxraCOqW4kI43lP { width:20rem;height:25.19725rem;top:25.2685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvQk9Q8CSwB2ePRqwcFxix9NThIIX68q { width:12.5rem;height:0.6499rem;top:23.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 { background-color:#ffffff;background-image:none;display:block; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container { background-color: transparent; background-image: none; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container > .video-iframe-container { display: none; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row > .video-iframe-container { display: none; }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .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); }#tovWXEyUHNd5Pqn6Mefl6VpKd0VPmcX6 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UatcI0Q0IXXKW7AOnUWC9A6U8aUHHAbS { width:20rem;height:2.25rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { background-color: transparent; background-image: none; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container > .video-iframe-container { display: none; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row > .video-iframe-container { display: none; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .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); }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { border-width: 0; border-radius: 0; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWdtoP5eli4kTqdSS4yM0Em4m5kvdxMu > .row .container { width:20rem;height:102rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRTgseHn5p5iH5zvWEN4ycgnM0MOzqg2 { width:20rem;height:27.625rem;top:35.02197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxy3HVTWs4MsGTZ1rZWkiaTBSMwgupuT { width:12.5rem;height:2.5996125rem;top:36.625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuTS1zboHyB5n9WThUmW8fddF44J9Qm { width:5rem;height:3.0058625rem;top:40.9111328125rem;left:6.1240234375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXF6u80ZebGvS3ezboop36VCTN8nG4aD { width:5rem;height:1.7871125rem;top:40.9111328125rem;left:9.810546875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96T5i1vG6fIKdKr6XM0yTafTAIAEq1W { width:7.125rem;height:1.13720625rem;top:42.2548828125rem;left:9.810546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoJ5zlF88qXT1dM0lWOeBIopmgt6GqK9 { width:16.25rem;height:4.798825rem;top:46.435546875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewATFcJFxyirhVLmIu9t0LF7S3uVhslk { width:20rem;height:2.5996125rem;top:7.24169921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqSBAUSbefbHpadPEP33A0WCzPTzNB1k { width:4.1875rem;height:3.0058625rem;top:11.029296875rem;left:5.623046875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2M8gIdmgLvZN2raEs0ollqxzEcCNVdu { width:5rem;height:1.7871125rem;top:11.09130859375rem;left:11.3740234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiF65z4PVcNnArMtuAwNKmr4X3wWvseH { width:7.125rem;height:1.13720625rem;top:12.5263671875rem;left:11.4365234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzQg7peekpgS9RNyksFWwOm6S4Xs03LX { width:12.5rem;height:6.3984375rem;top:16.435546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHufPE8kUh2hGtkaFNfK1nvrGU4WZDq { width:20rem;height:25.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5N7ef3vfsm4PEh6lUV8STtt1TtVtFHu { width:20rem;height:27.9375rem;top:67.60205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq35NNfZa2fWOs7sN9R2FB2dMg50zSCn { width:12.5rem;height:2.5996125rem;top:69rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGmk9dKWl4CDG4lucLRDTD55TdgbvT9C { width:5rem;height:3.0058625rem;top:72.9365234375rem;left:6.1240234375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS2ExGTAuL4S5pVQAHTtJ08MqzpqtbxZ { width:5rem;height:1.7871125rem;top:72.9365234375rem;left:9.810546875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTK50AdGNO7t0DlVmvwnE66KV6RJA97L { width:7.125rem;height:1.13720625rem;top:74.3681640625rem;left:9.810546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeadxF1B3vamMs8GOrGhiSBKQ2hkmPX { width:13.6875rem;height:4.0625rem;top:24.5625rem;left:3.15625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ThJiyAIm1Ek7ckTeEGu8efriGFDSTR9G { display:block; }
 }@media only screen and (max-width: 763px) { #dVtLMwrFpMMf76T4rTkHmG3flypOeqks { width:13.6875rem;height:4.0625rem;top:54.34375rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rd0RbLW9JfWzPdHikM7PAFQ45b3Xpeh4 { display:block; }
 }@media only screen and (max-width: 763px) { #IleFBiNurJs240IZPTsukXvpMSelKZhw { width:13.6875rem;height:4.0625rem;top:89.435546875rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #G6WSsRboO1Wlfcg4aW1K8WQ6zyuIg6wk { display:block; }
 }@media only screen and (max-width: 763px) { #M5yh8KAqK1C8XqXHpcxheSpqUvkPoULA { width:20rem;height:2.5996125rem;top:1.748046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54BgdEWZgJTTVrTF49KihfTsezbAiL7 { width:20rem;height:2.5996125rem;top:31.71435546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLli00VSQz43IEJ4CPoic33RDAQUCWEZ { width:20rem;height:2.5996125rem;top:63.572265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCE2odTfVUG2DOHXfq15bKKW1tzVmpB6 { width:15rem;height:4.798825rem;top:80.609375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { display:none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { width:20rem;height:2.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC { display:none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBOlKxR3nr9IoVw0MlSrB0mVB0c7MJAB { width:19rem;height:2.79980625rem;top:1.69921875rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6D5O6t8IXPCdGTE0oCTIdJbT2IIPce { width:0.5rem;height:3rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwDtvnEFImCHLd7wBgB9EKL2aM5t2hG { width:0.5rem;height:3.75rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXZ7cq7IaeDdKxwhT0qFTVTl1rmzsbN { width:0.0625rem;height:0.0625rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ { width:17.5rem;height:14.847625rem;top:4.4990234375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #KZ0ahnxvhnxcKRksFkWBIPwvI9FKVy9T { width:18.8125rem;height:4.5rem;top:37.52197265625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseiTuUbPskdo4uWG82aaT4rcQfvtuV7 { width:20rem;height:49.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQ2gvMcooQC05l06pgfAMxXC261TeHC { width:18.125rem;height:2.79980625rem;top:20.375rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 { width:17.5rem;height:14.222625rem;top:23.2998046875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #XZ9J0pzth7wGPp6soE5CXpKZve2FCEhO { width:12.75rem;height:3.0869125rem;top:51.1494140625rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZTnQCuEDIJuWvghlQmL4sMhQfFsRIa { width:17.875rem;height:3.75rem;top:43.875rem;left:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #oFu1wvgSTfXbEKb2oGVIzwH3Q5rwKqaa { display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:20rem;height:2.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { width:20rem;height:2.54980625rem;top:1.68701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { width:20rem;height:6.798825rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { width:20rem;height:2.54980625rem;top:30.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { width:20rem;height:6.798825rem;top:46.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { width:19.875rem;height:13.25rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { width:19.0625rem;height:2.54980625rem;top:58.6875rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { width:20rem;height:6.798825rem;top:75.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { width:19.375rem;height:13.125rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:25.6728515625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:54.4375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:82.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #NtyTZshDzMmwWJfV4yda5yQZCdRt9GTX { width:20rem;height:0.1875rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { display:none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { width:20rem;height:28.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { width:19.0625rem;height:2.0625rem;top:4.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zJkWMra88VSTwEuT92bsbkeri6v7BXXw { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { width:19.125rem;height:15rem;top:7.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { width:16.25rem;height:2.5625rem;top:23.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { width:11.5625rem;height:5.0625rem;top:0rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { display:flex;width:2rem;height:2rem;top:5.875rem;left:10.4375rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { display:flex;width:2rem;height:2rem;top:5.875rem;left:7.6875rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }