.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:253,252,233;--color-primary-1:253,249,192;--color-primary-2:246,238,143;--color-primary-3:148,143,86;--color-primary-4:49,48,29;--color-secondary-0:255,255,255;--color-secondary-1:255,251,251;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:11,2,1;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#mQxwRwWafg0EJqVmw16TenDATmua7N1o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:42.5625rem;top:0rem;left:8.71875rem;overflow:hidden;display:block; }
#cwG2UEWbsEzfXO6qB83u0UCqdVvnK4pd { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27rem;left:15.21875rem;height:8.28661875rem;text-align:center;text-align-last:center;display:block; }
#CoBtzv7wRG8exdsZppCBlQP5rZyPky5R { 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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:31.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.1875rem;left:14.4375rem;display:block; }
#nmPx5EZvTGiVvKdXbS4CZwqfapVaLrAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ { position:relative;display:block; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ { background-color: transparent; background-image: none; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row .container > .video-iframe-container { display: none; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row > .video-iframe-container { display: none; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .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); }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ { border-width: 0; border-radius: 0; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .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; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:84.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fgJXJg7aQhD0RqiWEwyOXZ0lI43M7h9q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:8.125rem;left:19.53125rem;overflow:hidden;display:block; }
#t6alfrclUVaENogVWHHKrSPVuQXe17La { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.88720703125rem;left:12.5rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#U0osGKSThwaUvnpC24BDto5Sbhlps0B7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4375rem;left:7.5rem;height:23.8720625rem;overflow:hidden;display:block; }#U0osGKSThwaUvnpC24BDto5Sbhlps0B7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U0osGKSThwaUvnpC24BDto5Sbhlps0B7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77f37365c47da245b431e2a555e8199c6052e12f.svg); }
#hxiK0cGc9V1NpJT2iDyLmUNszBtawwWm { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:7.90625rem;height:9.0986125rem;text-align:justify;text-align-last:initial;display:block; }
#Ax4r8cqBUT94CO5SwBimoaUVykXcHCCF { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:62.5rem;left:7.5rem;height:11.698225rem;text-align:justify;text-align-last:initial;display:block; }
#EakA7x1nZd3iWLCLoeOdUcrxT7II3xXD { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:76.75rem;left:9.78125rem;display:block; }
#gwa4N3WmhdK9Wyk45FOavwgTu8CzyCab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX { position:relative;display:block; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX { background-color: transparent; background-image: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container > .video-iframe-container { display: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row > .video-iframe-container { display: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .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); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX { border-width: 0; border-radius: 0; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .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; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f6966cd3-7f3d-4125-becc-7aae8c28ad8a/alexandergreyNeRKgBUUDjMphoto151630731828846d4194fe79e.preview.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container.adaptive-delivery-prevent-bg, #IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container.lazyload, #IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container.lazyloading { background-image: none; }#flnz4rrgoLSQ3EJMeLSBzaB1nspHDzDu { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:"times new roman";font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.18115234375rem;left:7.96875rem;height:9.2621875rem;text-align:center;text-align-last:center;display:block; }
#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 { 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; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container { background-color: transparent; background-image: none; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container > .video-iframe-container { display: none; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row > .video-iframe-container { display: none; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .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); }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container { border-width: 0; border-radius: 0; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:60rem;position:relative;display:block; }#XikX3T6is09E7qIbQXw6FDWRxKAs5JeP { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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.25rem;width:0.0625rem;top:16.375rem;left:15.6875rem;display:block; }
#pErsZxoplksh53TW5N3F7AuZoW8RJ63b { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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.25rem;width:0.0625rem;top:16.375rem;left:30rem;display:block; }
#NGFvBTKEAtQ11TUTBa92Og11sJD8ZBlk { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;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.25rem;width:0.0625rem;top:16.375rem;left:46.75rem;display:block; }
#CuQ2716F3OaKu2RqlMpwMthEIeLBm60T { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.875rem;width:21.3125rem;top:5.0625rem;left:17.46337890625rem;overflow:hidden;display:block; }
#ntnMMKSbPF5SE96UpBd4PadAi0dNItm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:11.125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.9375rem;left:9.25rem;height:;display:block; }#dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL li:before{  }
#iwtPhFSlH25074QywNGenxrPoxZ56O0c { 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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:44.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:64.447265625rem;left:11.21875rem;display:block; }
#oON14TsLl1oSWV2Fhr717is45wOuuqFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcIKGhhxbTEctGoGJrabVLobt4J1opUs { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container { background-color: transparent; background-image: none; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container > .video-iframe-container { display: none; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row > .video-iframe-container { display: none; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .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); }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container { border-width: 0; border-radius: 0; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container { width:60rem;height:75.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bOhrg53uvuSUo1ZTgU7tSvPZqHeT7m0x { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx { display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:16.9375rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx li:before{  }
#quTlAmCexe7maMc97WFqWfGWMEa1exsS { 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:19rem;width:25.375rem;top:45.84375rem;left:34.625rem;overflow:hidden;display:block; }
#W3gGzn69qyvXw4EPkX85oQPtmTkGhIxW { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:63rem;left:34.735849056604rem;display:block; }
#LNASdONm16BuO5iViCuHBetbWWVCAgX0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container { background-color: transparent; background-image: none; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container > .video-iframe-container { display: none; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row > .video-iframe-container { display: none; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .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); }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container { border-width: 0; border-radius: 0; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container { font-size:0.875rem;font-family:arial;height:85.5625rem;width:60rem;position:relative;display:block; }#sKaEeIJJHUv4PibOvXWvb7k3arICCKFt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:2.3374rem;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; }
#R38W2ih2fXTHo41JQze2Q2e1VS9e0PGP { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.6865234375rem;left:0.8125rem;height:66rem;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; }
#xTZ0SXgUkAMgvK1CNqdy71cLSUT4SoL2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:20.8125rem;top:52rem;left:36.75rem;overflow:hidden;display:block; }
#epcBKqh6piKawOqBhpgf58Jmfxrdzmds { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX { position:relative;display:block; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX { background-color: transparent; background-image: none; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row .container > .video-iframe-container { display: none; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row > .video-iframe-container { display: none; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .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); }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX { border-width: 0; border-radius: 0; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .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; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z14dKpNNPwySQJrsA8UW5mhBaXbtatQd { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.25rem;height:20.79689375rem;font-style:normal;display:block; }
#m26yPZPFmbq1ANdoPkiNF7Ni4N1BgoQK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.974609375rem;left:2.25rem;height:;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; }
#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx { position:relative;display:block; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx { background-color: transparent; background-image: none; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row .container > .video-iframe-container { display: none; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row > .video-iframe-container { display: none; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .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); }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx { border-width: 0; border-radius: 0; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .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; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GBkK92KaQgcLMwKKcrPygB7FZ1nCEI4J { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:1.5673828125rem;left:0rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#cJrG5OUBWbAWCCCdLVCvda0zpumVDGwF { 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:4.75rem;width:33.8125rem;top:7.5673828125rem;left:2.0625rem;overflow:hidden;display:block; }
#tSK2q2I2pW6y7yDo5eVp9gfclN4r5LP7 { position:absolute;display:block;z-index:15005;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: none;height:15rem;width:19.6875rem;top:8.1298828125rem;left:38.375rem;overflow:hidden;display:block; }
#nXUUddSVVIg1TL3sdHmbV9U9MnPfXMKP { position:absolute;display:block;z-index:15006;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: none;height:13.375rem;width:20.8125rem;top:16.0048828125rem;left:3.484375rem;overflow:hidden;display:block; }
#VoZpTqFAWLEM8ig5VHlbSeNgXNtzNP5w { position:absolute;display:block;z-index:15007;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: none;height:11.25rem;width:19.6875rem;top:25.9423828125rem;left:29.875rem;overflow:hidden;display:block; }
#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container { background-color: transparent; background-image: none; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container > .video-iframe-container { display: none; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row > .video-iframe-container { display: none; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .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); }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container { border-width: 0; border-radius: 0; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#CRGFSMvCP2iBlkKsGAk7fIEKrBN1vylZ { color:#242629;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#WTyQS569gwo9hzwZaTnT2XshGHZhIFsx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:51.25rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5z8MxwPP7lRTAErsZv5ueOoV66ivciR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:40.625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dADyqr7SpEewt6ErdR0yiKv8O47EfRae { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:30rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKK8IvBOky4moZTnUroT90bSp171m31X { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:18.1875rem;left:43.625rem;overflow:hidden;display:block; }
#LHIdTgPSRBQxZOZXbrxMfPEMEXBS2wvG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.1875rem;left:54.25rem;overflow:hidden;display:block; }
#FlzsXau8xPniCOLUoSLeJ5xy3I3vVvXK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.6875rem;top:18.1875rem;left:33rem;overflow:hidden;display:block; }
#fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm { color:#242629;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:12.48876953125rem;left:0rem;height:26.44825rem;font-style:normal;display:block; }#fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm li:before{  }
#kkkde4ekdTgV1HkSSG2i3XMa4UOWsin9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:26.25rem;top:5.60546875rem;left:31.875rem;overflow:hidden;display:block; }
#DRyTEILtrayrkqV39OkEmk5lVSD29OnR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.8125rem;width:28.1875rem;top:23.0625rem;left:30.90625rem;display:block; }
#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt { position:relative;display:block; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt { background-color: transparent; background-image: none; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row .container > .video-iframe-container { display: none; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row > .video-iframe-container { display: none; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .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); }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt { border-width: 0; border-radius: 0; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .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; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BGWtywJdd5JnmzDmzZSSJZy9dOBI7nms { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:21.5625rem;width:16.125rem;top:4.09375rem;left:40.603515625rem;overflow:hidden;display:block; }
#PSQzzin1vK7l6SsXQIlkTSFOeSG0nq0f { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:28.5161rem;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; }
#tXxUe7opOmAxTMBaiqJPMQInxr9Qg1Pg { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.21875rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#KxHsx9plsdUdQeHPH6KeNTvuK2sE2tqc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:23.5625rem;width:31.4375rem;top:35.40625rem;left:0rem;overflow:hidden;display:block; }
#mou47tV49T0Twmk9GdmnpqJcRKcW85n0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:41.41259765625rem;left:28.40625rem;height:11.6176625rem;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:justify;text-align-last:initial;display:block; }
#n59M7VQlwLBTaGATOyWKxr11Lq9V2il6 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.08544921875rem;left:28.478515625rem;display:block; }
#Wg2AKoh01AnTxzw232xgDs5nIcRhpnez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQxwRwWafg0EJqVmw16TenDATmua7N1o { top:0rem;left:2.59375rem;width:42.5625rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwG2UEWbsEzfXO6qB83u0UCqdVvnK4pd { top:27rem;left:9.09375rem;width:29.5625rem;height:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoBtzv7wRG8exdsZppCBlQP5rZyPky5R { width:31.125rem;height:3.4375rem;top:38.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmPx5EZvTGiVvKdXbS4CZwqfapVaLrAg { display:block; }
 }@media only screen and (max-width: 763px) { #A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ { display:block; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgJXJg7aQhD0RqiWEwyOXZ0lI43M7h9q { top:8.125rem;left:13.40625rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6alfrclUVaENogVWHHKrSPVuQXe17La { top:3.875rem;left:6.375rem;width:35rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0osGKSThwaUvnpC24BDto5Sbhlps0B7 { top:34.4375rem;left:1.375rem;width:42.8125rem;height:23.8125rem;font-size:1rem;display:block; }#U0osGKSThwaUvnpC24BDto5Sbhlps0B7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77f37365c47da245b431e2a555e8199c6052e12f.svg); }
 }@media only screen and (max-width: 763px) { #hxiK0cGc9V1NpJT2iDyLmUNszBtawwWm { top:22.3125rem;left:1.78125rem;width:44.1875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax4r8cqBUT94CO5SwBimoaUVykXcHCCF { top:62.5rem;left:1.1875rem;width:46.5625rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EakA7x1nZd3iWLCLoeOdUcrxT7II3xXD { width:40.5rem;height:3.4375rem;top:76.75rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwa4N3WmhdK9Wyk45FOavwgTu8CzyCab { display:block; }
 }@media only screen and (max-width: 763px) { #IFEv4NfB8mCuF9nTlb6MU7nHl02159rX { display:block; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flnz4rrgoLSQ3EJMeLSBzaB1nspHDzDu { top:12.125rem;left:1.84375rem;width:44.0625rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 { display:block; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XikX3T6is09E7qIbQXw6FDWRxKAs5JeP { width:0.0625rem;height:7.25rem;top:16.375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pErsZxoplksh53TW5N3F7AuZoW8RJ63b { width:0.0625rem;height:7.25rem;top:16.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGFvBTKEAtQ11TUTBa92Og11sJD8ZBlk { width:0.0625rem;height:7.25rem;top:16.375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQ2716F3OaKu2RqlMpwMthEIeLBm60T { top:5.0625rem;left:11.33837890625rem;width:21.3125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnMMKSbPF5SE96UpBd4PadAi0dNItm7 { top:5.0625rem;left:5rem;width:37.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL { top:20.9375rem;left:3.125rem;width:43.625rem;height:;font-size:1.375rem;display:block; }#dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL li:before{  }
 }@media only screen and (max-width: 763px) { #iwtPhFSlH25074QywNGenxrPoxZ56O0c { width:44.0625rem;height:3.4375rem;top:64.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oON14TsLl1oSWV2Fhr717is45wOuuqFy { display:block; }
 }@media only screen and (max-width: 763px) { #gcIKGhhxbTEctGoGJrabVLobt4J1opUs { display:block; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOhrg53uvuSUo1ZTgU7tSvPZqHeT7m0x { width:42.0625rem;height:;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx { width:33.75rem;height:;top:16.9375rem;left:0rem;font-size:1rem;display:block; }#gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx li:before{  }
 }@media only screen and (max-width: 763px) { #quTlAmCexe7maMc97WFqWfGWMEa1exsS { top:45.8125rem;left:22.375rem;width:25.375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3gGzn69qyvXw4EPkX85oQPtmTkGhIxW { width:25.125rem;height:4.8125rem;top:63rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNASdONm16BuO5iViCuHBetbWWVCAgX0 { display:block; }
 }@media only screen and (max-width: 763px) { #kaKsIcULO5uiMa4ad4KtkG1f673yDdkC { display:block; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKaEeIJJHUv4PibOvXWvb7k3arICCKFt { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R38W2ih2fXTHo41JQze2Q2e1VS9e0PGP { width:33.375rem;height:58.5rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZ0SXgUkAMgvK1CNqdy71cLSUT4SoL2 { top:52rem;left:26.9375rem;width:20.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epcBKqh6piKawOqBhpgf58Jmfxrdzmds { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX { display:block; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z14dKpNNPwySQJrsA8UW5mhBaXbtatQd { top:7.625rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m26yPZPFmbq1ANdoPkiNF7Ni4N1BgoQK { width:31.5rem;height:;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rzkCKHavTmaWZhD4B60OGr8FXOooFx { display:block; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBkK92KaQgcLMwKKcrPygB7FZ1nCEI4J { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJrG5OUBWbAWCCCdLVCvda0zpumVDGwF { top:7.5625rem;left:0rem;width:33.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSK2q2I2pW6y7yDo5eVp9gfclN4r5LP7 { top:8.125rem;left:28.0625rem;width:19.6875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXUUddSVVIg1TL3sdHmbV9U9MnPfXMKP { top:16rem;left:0rem;width:20.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZpTqFAWLEM8ig5VHlbSeNgXNtzNP5w { top:25.9375rem;left:23.75rem;width:19.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV { display:block; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRGFSMvCP2iBlkKsGAk7fIEKrBN1vylZ { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTyQS569gwo9hzwZaTnT2XshGHZhIFsx { width:8.75rem;height:2.75rem;top:21.375rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5z8MxwPP7lRTAErsZv5ueOoV66ivciR { width:8.75rem;height:2.75rem;top:21.375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADyqr7SpEewt6ErdR0yiKv8O47EfRae { width:8.75rem;height:2.75rem;top:21.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKK8IvBOky4moZTnUroT90bSp171m31X { width:2.3125rem;height:2.5rem;top:18.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHIdTgPSRBQxZOZXbrxMfPEMEXBS2wvG { width:2.5rem;height:2.5rem;top:18.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzsXau8xPniCOLUoSLeJ5xy3I3vVvXK { width:2.6875rem;height:2.5rem;top:18.1875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm { width:30rem;height:26.4375rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }#fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm li:before{  }
 }@media only screen and (max-width: 763px) { #kkkde4ekdTgV1HkSSG2i3XMa4UOWsin9 { top:5.5625rem;left:21.5rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyTEILtrayrkqV39OkEmk5lVSD29OnR { top:23.0625rem;left:19.5625rem;width:28.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt { display:block; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGWtywJdd5JnmzDmzZSSJZy9dOBI7nms { top:4.0625rem;left:31.625rem;width:16.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQzzin1vK7l6SsXQIlkTSFOeSG0nq0f { top:8.1875rem;left:0rem;width:36.3125rem;height:29.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxUe7opOmAxTMBaiqJPMQInxr9Qg1Pg { width:42.0625rem;height:3.625rem;top:3.1875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxHsx9plsdUdQeHPH6KeNTvuK2sE2tqc { top:35.375rem;left:0rem;width:31.4375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mou47tV49T0Twmk9GdmnpqJcRKcW85n0 { top:41.375rem;left:16.8125rem;width:30.9375rem;height:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n59M7VQlwLBTaGATOyWKxr11Lq9V2il6 { width:31rem;height:3.5rem;top:54.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg2AKoh01AnTxzw232xgDs5nIcRhpnez { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQxwRwWafg0EJqVmw16TenDATmua7N1o { width:20rem;height:14.948604992658rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwG2UEWbsEzfXO6qB83u0UCqdVvnK4pd { width:20rem;height:9.0995875rem;top:15.09423828125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoBtzv7wRG8exdsZppCBlQP5rZyPky5R { width:18.8125rem;height:3rem;top:27.0712890625rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmPx5EZvTGiVvKdXbS4CZwqfapVaLrAg { display:block; }
 }@media only screen and (max-width: 763px) { #A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ { display:block; }#A2cCzslrUfPIRcu0Aiop5KbsWyT1TqrQ > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgJXJg7aQhD0RqiWEwyOXZ0lI43M7h9q { width:18.75rem;height:12.5rem;top:7.04980625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6alfrclUVaENogVWHHKrSPVuQXe17La { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0osGKSThwaUvnpC24BDto5Sbhlps0B7 { width:20rem;height:44.6689375rem;top:41.54636875rem;left:0rem;font-size:1rem;display:block; }#U0osGKSThwaUvnpC24BDto5Sbhlps0B7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77f37365c47da245b431e2a555e8199c6052e12f.svg); }
 }@media only screen and (max-width: 763px) { #hxiK0cGc9V1NpJT2iDyLmUNszBtawwWm { width:20rem;height:17.14451875rem;top:20.79980625rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ax4r8cqBUT94CO5SwBimoaUVykXcHCCF { width:20rem;height:15.9208875rem;top:87.46480625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EakA7x1nZd3iWLCLoeOdUcrxT7II3xXD { width:19rem;height:3.4375rem;top:105.0732421875rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwa4N3WmhdK9Wyk45FOavwgTu8CzyCab { display:block; }
 }@media only screen and (max-width: 763px) { #IFEv4NfB8mCuF9nTlb6MU7nHl02159rX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6966cd3-7f3d-4125-becc-7aae8c28ad8a/alexandergreyNeRKgBUUDjMphoto151630731828846d4194fe79e.preview.grayscale.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX.adaptive-delivery-prevent-bg, #IFEv4NfB8mCuF9nTlb6MU7nHl02159rX.lazyload, #IFEv4NfB8mCuF9nTlb6MU7nHl02159rX.lazyloading { background-image: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container { background-color: transparent; background-image: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container > .video-iframe-container { display: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row > .video-iframe-container { display: none; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .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); }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container { border-width: 0; border-radius: 0; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFEv4NfB8mCuF9nTlb6MU7nHl02159rX > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flnz4rrgoLSQ3EJMeLSBzaB1nspHDzDu { width:20rem;height:12.9980625rem;top:8.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 { display:block; }#Ll6SAHfrh2hOQrw6Fircme4IQnaSXIV5 > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XikX3T6is09E7qIbQXw6FDWRxKAs5JeP { width:6.25rem;height:0.0625rem;top:7.5371125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pErsZxoplksh53TW5N3F7AuZoW8RJ63b { width:6.25rem;height:0.0625rem;top:20.1621125rem;left:12.53662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGFvBTKEAtQ11TUTBa92Og11sJD8ZBlk { width:6.25rem;height:0.0625rem;top:100.4553625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQ2716F3OaKu2RqlMpwMthEIeLBm60T { width:20rem;height:14.897360703813rem;top:5.3271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnMMKSbPF5SE96UpBd4PadAi0dNItm7 { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL { width:20rem;height:74.20875rem;top:24.9966125rem;left:0rem;font-size:1.375rem;display:block; }#dNc5aRFcEX6u0Fddd1mmTFiTCDrb8WpL li:before{  }
 }@media only screen and (max-width: 763px) { #iwtPhFSlH25074QywNGenxrPoxZ56O0c { width:19rem;height:3.4375rem;top:101.7678625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oON14TsLl1oSWV2Fhr717is45wOuuqFy { display:block; }
 }@media only screen and (max-width: 763px) { #gcIKGhhxbTEctGoGJrabVLobt4J1opUs { display:block; }#gcIKGhhxbTEctGoGJrabVLobt4J1opUs > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOhrg53uvuSUo1ZTgU7tSvPZqHeT7m0x { width:18.75rem;height:7.3125rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx { width:18.75rem;height:60.772rem;top:8.5625rem;left:0.625rem;font-size:1rem;line-height:1.9;display:block; }#gV1hTdRRtnEUZQIEl4RsriTvOcvb6Czx li:before{  }
 }@media only screen and (max-width: 763px) { #quTlAmCexe7maMc97WFqWfGWMEa1exsS { width:20rem;height:14.975369458128rem;top:68.3715625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3gGzn69qyvXw4EPkX85oQPtmTkGhIxW { width:19rem;height:4.8125rem;top:85.5278125rem;left:0.11083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNASdONm16BuO5iViCuHBetbWWVCAgX0 { display:block; }
 }@media only screen and (max-width: 763px) { #kaKsIcULO5uiMa4ad4KtkG1f673yDdkC { display:block; }#kaKsIcULO5uiMa4ad4KtkG1f673yDdkC > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKaEeIJJHUv4PibOvXWvb7k3arICCKFt { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R38W2ih2fXTHo41JQze2Q2e1VS9e0PGP { width:20rem;height:86.625rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZ0SXgUkAMgvK1CNqdy71cLSUT4SoL2 { width:15.0625rem;height:22.625rem;top:93.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epcBKqh6piKawOqBhpgf58Jmfxrdzmds { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX { display:block; }#HmXZhDrb68DePhIBhhnFvgVG9dLpZyVX > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z14dKpNNPwySQJrsA8UW5mhBaXbtatQd { width:20rem;height:33.79493125rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m26yPZPFmbq1ANdoPkiNF7Ni4N1BgoQK { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rzkCKHavTmaWZhD4B60OGr8FXOooFx { display:block; }#t7rzkCKHavTmaWZhD4B60OGr8FXOooFx > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBkK92KaQgcLMwKKcrPygB7FZ1nCEI4J { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJrG5OUBWbAWCCCdLVCvda0zpumVDGwF { width:20rem;height:2.80956875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSK2q2I2pW6y7yDo5eVp9gfclN4r5LP7 { width:19.6875rem;height:15rem;top:24.66164375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXUUddSVVIg1TL3sdHmbV9U9MnPfXMKP { width:20rem;height:12.8525625rem;top:10.55908125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZpTqFAWLEM8ig5VHlbSeNgXNtzNP5w { width:19.6875rem;height:11.25rem;top:40.91164375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV { display:block; }#KAm7Kl3TkMUVKvuB2bomABLehGy0p5fV > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRGFSMvCP2iBlkKsGAk7fIEKrBN1vylZ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTyQS569gwo9hzwZaTnT2XshGHZhIFsx { width:8.75rem;height:2.5996125rem;top:59.004875rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5z8MxwPP7lRTAErsZv5ueOoV66ivciR { width:8.75rem;height:2.5996125rem;top:59.004875rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADyqr7SpEewt6ErdR0yiKv8O47EfRae { width:8.75rem;height:2.5996125rem;top:59.004875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKK8IvBOky4moZTnUroT90bSp171m31X { width:2.3125rem;height:2.5rem;top:55.817375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHIdTgPSRBQxZOZXbrxMfPEMEXBS2wvG { width:2.5rem;height:2.5rem;top:55.817375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzsXau8xPniCOLUoSLeJ5xy3I3vVvXK { width:2.6875rem;height:2.5rem;top:55.817375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm { width:18.3125rem;height:33.089875rem;top:10.2983125rem;left:0.8125rem;font-size:0.875rem;display:block; }#fNcLuPPyMtISwse6dTQQS3ZPKkkkSTQm li:before{  }
 }@media only screen and (max-width: 763px) { #kkkde4ekdTgV1HkSSG2i3XMa4UOWsin9 { width:20rem;height:15rem;top:44.06689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyTEILtrayrkqV39OkEmk5lVSD29OnR { height:11.219512195122rem;width:20rem;top:62.85400703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt { display:block; }#NPWFDxUuJLcs4I3Ocv7iLmkLPPlEvuNt > .row .container { width:20rem;height:108.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGWtywJdd5JnmzDmzZSSJZy9dOBI7nms { width:16.125rem;height:21.5625rem;top:6.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQzzin1vK7l6SsXQIlkTSFOeSG0nq0f { width:20rem;height:45.414575rem;top:32.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXxUe7opOmAxTMBaiqJPMQInxr9Qg1Pg { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxHsx9plsdUdQeHPH6KeNTvuK2sE2tqc { width:14.75rem;height:11.0625rem;top:74.80078125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mou47tV49T0Twmk9GdmnpqJcRKcW85n0 { width:20rem;height:14.786125rem;top:88.0395625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n59M7VQlwLBTaGATOyWKxr11Lq9V2il6 { width:19rem;height:3.5rem;top:104.0751875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg2AKoh01AnTxzw232xgDs5nIcRhpnez { display:block; }
 }