.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:218,234,246;--color-primary-1:132,184,225;--color-primary-2:8,113,194;--color-primary-3:4,57,97;--color-primary-4:1,17,29;--color-secondary-0:246,224,242;--color-secondary-1:225,151,212;--color-secondary-2:195,46,169;--color-secondary-3:98,23,85;--color-secondary-4:29,7,25;--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:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { 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;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#SKnVZOuEqFGuclCHER0Te7JsCXBm7OuZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.0625rem;top:0rem;left:26.96875rem;overflow:hidden;display:block; }
#y1GM9IBkgkBnMOMcnErmTDdTJRnerwCT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:43.9375rem;height:1.25rem;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e8ef15f-a89a-447b-b5e9-3d9291ae5539/_DSC0103.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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.39); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.18701171875rem;left:0rem;height:13.5294113125rem;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; }
#EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.7744140625rem;left:10.125rem;height:;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; }
#uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { background-color:#b21d00;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.625rem;left:20.84375rem;display:block; }
#SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwz1TZqJRynya8pWK2TGymIGnzkW7CCD { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:1.8125rem;left:11.09375rem;height:6.4705881875rem;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; }
#mySRCT9i6xhGNWZmi6Aa3zP1JbcDhExy { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:31.7744140625rem;left:10.125rem;height:6.4705881875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { position:relative;display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.875rem;width: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; }#biCbecu0OTztxZK9RRLU3mOwh2etKleD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:;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; }
#IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { 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:39.25rem;width:21.8125rem;top:11.625rem;left:20.625rem;overflow:hidden;display:block; }
#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.25rem;left:3rem;height:;font-style:normal;display:block; }#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo li:before{  }
#zsQhS8CCD5Vx91N4uG20R0pompbehThn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.625rem;left:3.8125rem;height:5.6875rem;font-style:normal;display:block; }#zsQhS8CCD5Vx91N4uG20R0pompbehThn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsQhS8CCD5Vx91N4uG20R0pompbehThn li:before{  }
#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21rem;left:41.5625rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE li:before{  }
#I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45.125rem;left:41.5625rem;height:2.5rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pb9CBRSLWShnoolzTnza1XBNA6TytJet { position:absolute;display:block;z-index:15008;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:8.8125rem;left:23.75rem;display:block; }
#G99H2hKQclqrA73Docd6rRH2fhdTd2VZ { 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:10.375rem;width:13.75rem;top:8.0625rem;left:3rem;overflow:hidden;display:block; }
#W3PpzkehcxrSZqkmWezL1PhV4zbvf4WT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:14.375rem;top:31.625rem;left:2.6875rem;overflow:hidden;display:block; }
#sNXTmmV0Toom91OdgfTsryGxZrANRdAw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:13.8125rem;top:8.8125rem;left:42.4375rem;overflow:hidden;display:block; }
#JNTEeNkOduwToDA1CWdoxbiZWqSmWx96 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:13.75rem;top:34.1875rem;left:43.625rem;overflow:hidden;display:block; }
#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9ee1918-97bf-4ec8-aac9-7b34f0478a96/_DSC0086.jpg");background-position:center 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; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw.adaptive-delivery-prevent-bg, #ykXKMxsUypDTkk1gRwugmTEg9ogFawiw.lazyload, #ykXKMxsUypDTkk1gRwugmTEg9ogFawiw.lazyloading { background-image: none; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container { background-color: transparent; background-image: none; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container > .video-iframe-container { display: none; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row > .video-iframe-container { display: none; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .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); }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container { border-width: 0; border-radius: 0; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw::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; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container { font-size:0.875rem;font-family:arial;height:174.25rem;width:60rem;position:relative;display:block; }#p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.62451171875rem;left:1.3125rem;height:37.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI li:before{  }
#VVrX84UBcTVLXF550pKcbR8sO1o1JH1W { 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; }
#q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:58.4365234375rem;left:1.84375rem;height:42.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF li:before{  }
#n2RJidVW5Qx4kT53wGE5OqUT4al3S55g { 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:700;z-index:15004;line-height:1.1;letter-spacing:0;top:49.1875rem;left:1.3125rem;height:6.838234875rem;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; }
#fDoFWOJaOR8KzIfT5uc9mA6LFFMPNeh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.125rem;left:2.9375rem;height:5.3676466875rem;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; }
#S3yps3A1uaWepB0P0nAPO7KMgyryoNFS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:108.3115234375rem;left:1.84375rem;height:41.029411875rem;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; }
#ebVWeCxL0axyEdDAibfxh0V3pDW1Zzvf { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:43.4375rem;left:9.84375rem;height:2.8676469375rem;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; }
#VmTMwQuiKbwhU984lPDcHh2AzVhobeZq { color:rgba(var(--color-primary-2),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:155.375rem;left:3.46875rem;height:10.294117rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szPyoMSNObM0t7eLW1M7XhUJWnXfcKQe { 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:53.125rem;top:172.1875rem;left:2.9375rem;display:block; }
#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9ee1918-97bf-4ec8-aac9-7b34f0478a96/_DSC0086.jpg");background-position:center 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; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm.adaptive-delivery-prevent-bg, #wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm.lazyload, #wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm.lazyloading { background-image: none; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container { background-color: transparent; background-image: none; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container > .video-iframe-container { display: none; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row > .video-iframe-container { display: none; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .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); }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container { border-width: 0; border-radius: 0; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm::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; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#zsto9XbSvmZZwoAgmXraLTbNTGQAdBiO { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.125rem;left:2.9375rem;height:5.1470585rem;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; }
#GcSfNckWUgaC0OU0ThEAFUnTH6n7AiHl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31rem;width:55.375rem;top:8.0625rem;left:2.125rem;display:block; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { 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; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { 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:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;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; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;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:12.3740234375rem;left:1.3125rem;height:16.1764701875rem;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; }
#LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:38rem;width:25.1875rem;top:32.25rem;left:1.3125rem;overflow:hidden;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { 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; }
#i77P9oVvol0sTXN4RIFTE5IsRPiD093u { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:43.9990234375rem;left:29.625rem;height:25.7794113125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#i77P9oVvol0sTXN4RIFTE5IsRPiD093u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i77P9oVvol0sTXN4RIFTE5IsRPiD093u li:before{  }
#cdP4gqqQ8tM5JBCNHe9CvupWDLXI99nF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:34.1875rem;width:22.5rem;top:7.9619140625rem;left:32.8125rem;overflow:hidden;display:block; }
#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE.adaptive-delivery-prevent-bg, #m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE.lazyload, #m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE.lazyloading { background-image: none; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container { background-color: transparent; background-image: none; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container > .video-iframe-container { display: none; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row > .video-iframe-container { display: none; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .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); }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container { border-width: 0; border-radius: 0; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container { font-size:0.875rem;font-family:arial;height:80.625rem;width:60rem;position:relative;display:block; }#HTrExdTUsGxV0AbkWrT1Wp1XX9Es7vMH { color:#222222;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:-0.0032558441162109rem;height:2.2058823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBCdVmr8FdTbHzVSUSe6E0uHSokVB0dA { color:#222222;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8134765625rem;left:6.875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5kfpqxflgRKqQ25agVadlgOxUHE8iQN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:block; }
#NZhTN6TXTaehedQzpTiTu1f2yZPn0FCt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.8125rem;left:54.625rem;overflow:hidden;display:block; }
#kKo9KOa9Vy5XiCB8kDZ7emgJT9oh4FS5 { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:16.37451171875rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z2ecNRXFytSyROe4NuShAlvvlEX5mgTm { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:60rem;top:21.25rem;left:0rem;display:block; }
#dCQihOnrEy1GpOxlfkfe1JLDsLxH5R8f { color:rgba(34,34,34,0.6);display:block;width:26.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.0625rem;left:2.75rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmF3kqo9kBspNtRG1aTrHlTmOX8Uvcff { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:47.24951171875rem;left:0.25rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk2csLE8Dic2qnt0OSIu6O4XWGRICUIn { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.06201171875rem;left:30.625rem;height:21.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9bPKt8k4TxnFR9mdLGihMGc5nCQrqIL { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:47.2490234375rem;left:31.25rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jr6THTFI8c9n8tTZdQq8XqDpI4fsJd0J { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:26.25rem;width:0.125rem;top:21.8125rem;left:30rem;display:block; }
#JKLhHqEay62By2BXQwunBEFz92TJ9TuM { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:60rem;top:49.6875rem;left:0rem;display:block; }
#xrvRVfRsQpdR7uQq40rMQiswS7yw2eDI { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:75.9130859375rem;left:0rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nrw6By4spGQo5yAqnKBtTVMav21lVNCH { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:75.91259765625rem;left:30.625rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2TgWvsGsCE2APzr5nzAnIvp0sGQTJPb { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:26.25rem;width:0.125rem;top:51.0625rem;left:30rem;display:block; }
#mCKtKOE0qr9leHwZzG1CFyhx2bPJJB7T { color:rgba(34,34,34,0.6);display:block;width:26.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:51.0625rem;left:2.75rem;height:18.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSf7T803TuX2T5y34tT24XOr9aZenMks { color:rgba(34,34,34,0.6);display:block;width:26.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:53.169921875rem;left:32.53125rem;height:16.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9ee1918-97bf-4ec8-aac9-7b34f0478a96/_DSC0086.jpg");background-position:center !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; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.adaptive-delivery-prevent-bg, #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.lazyload, #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.lazyloading { background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { border-width: 0; border-radius: 0; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::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; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.23095703125rem;left:0rem;height:;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; }
#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9ee1918-97bf-4ec8-aac9-7b34f0478a96/_DSC0086.jpg");background-position:center 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; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0.adaptive-delivery-prevent-bg, #b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0.lazyload, #b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0.lazyloading { background-image: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container { background-color: transparent; background-image: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container > .video-iframe-container { display: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .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); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row > .video-iframe-container { display: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .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); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container { border-width: 0; border-radius: 0; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0::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; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;position:relative;display:block; }#za0iv0xTSvvMWUTXHHNleyr345CfthN8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:52.0625rem;width:43.4375rem;top:4.2685546875rem;left:8.28125rem;display:block; }
#rEhow2iv3H798m4nK7SpD0eecUzkxXpc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:33.2373046875rem;left:19.40625rem;height:4.852941rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.126953125rem;left:11.84375rem;height:19.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:before{  }
#auNsPCokTIQ8BdtSG5LSnObu86ovtMQ9 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.75rem;top:8.6875rem;left:10.4375rem;display:block; }
#fCJ6P1qtOUTph2ExUNIewLSJkg9IEAC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.75rem;left:12.25rem;height:3.235294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V7UOpbX9FlXonaX6TIJGWqHUbHraRLPt { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:42.625rem;left:18.875rem;display:block; }
#Eq1VQoB1xcyzRBeoS7uqyweZMHDG6ZWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntplpO0VVFyHBw0yhLG9xJ4oB8MhuVPn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:22.3125rem;top:48.4375rem;left:19.40625rem;overflow:hidden;display:block; }
#s0WzTGLbMt9rEXdqWreqZfTr3FBTxndS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:53.8125rem;left:17.09375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP.adaptive-delivery-prevent-bg, #CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP.lazyload, #CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP.lazyloading { background-image: none; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP > .row .container { border-width: 0; border-radius: 0; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP::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; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:none; }#xAtJpUIUmP1UXxBMlgBkyJwiTO1A18mH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:30.6875rem;width:16.9375rem;top:1rem;left:0.90625rem;display:block; }
#uPDiBcLvFyddZid7aP9asimKPJZ8LPEP { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.75rem;left:0rem;display:block; }#uPDiBcLvFyddZid7aP9asimKPJZ8LPEP.adaptive-delivery-prevent-bg, #uPDiBcLvFyddZid7aP9asimKPJZ8LPEP.lazyload, #uPDiBcLvFyddZid7aP9asimKPJZ8LPEP.lazyloading { background-image: none; }
#VcixM355Fy1yW2RH2P8HvLa58gGQcq1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwwxlWDT57Lhu0XWZUQiN6Kdvs6W216A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.6875rem;height:7.749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 li:before{  }
#bbosJvVkimAGUsTBbdmbxmNnBHHut5EI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rg6ZeXaDWcdQDDTfuKDgVstupIpgc0J2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.75rem;top:5.875rem;left:0.875rem;display:block; }
#wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:2.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR li:before{  }
#L1TRcTMHB14QsXZB796JiUm1rTOhsHhk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:30.6875rem;width:16.9375rem;top:1rem;left:21.5625rem;display:block; }
#uT5CJLzAol6AtZRCsh0BS4JXOsKa4p5i { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.75rem;left:20.625rem;display:block; }#uT5CJLzAol6AtZRCsh0BS4JXOsKa4p5i.adaptive-delivery-prevent-bg, #uT5CJLzAol6AtZRCsh0BS4JXOsKa4p5i.lazyload, #uT5CJLzAol6AtZRCsh0BS4JXOsKa4p5i.lazyloading { background-image: none; }
#tfCGIcxodsptP4SGniubzCwxfzFVNpZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQkPcyE49hcK3yTxKVJmkRf5wZuxTb53 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.6875rem;left:23.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.0625rem;left:23.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA li:before{  }
#qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.3125rem;height:7.749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG li:before{  }
#iHOFAHWsb77rBPrTk6MNUkHP9TJU1yzA { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.75rem;top:5.875rem;left:21.5rem;display:block; }
#Fq9BzEP69aWxoaCwHdAFLeJ0nKrIb9ZC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9375rem;left:23.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTrwlqFD0OPWaZT1ae25dDRnTiobJbgz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:30.6875rem;width:16.9375rem;top:1rem;left:42.1875rem;display:block; }
#MQlz6eXuypfAzTQTwTQf0ugAJHaCkGlU { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.75rem;left:41.25rem;display:block; }#MQlz6eXuypfAzTQTwTQf0ugAJHaCkGlU.adaptive-delivery-prevent-bg, #MQlz6eXuypfAzTQTwTQf0ugAJHaCkGlU.lazyload, #MQlz6eXuypfAzTQTwTQf0ugAJHaCkGlU.lazyloading { background-image: none; }
#MT5kzyt10ukATMlwFU1xbpcZHv6Htg3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoHlJP7mu3fnM1ngcqbuZTOUMRFebPrp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.6875rem;left:43.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.0625rem;left:43.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw li:before{  }
#yspOHTa7JErd3lUnIiCs0RcyBID84miz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.625rem;left:43.9375rem;height:7.749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yspOHTa7JErd3lUnIiCs0RcyBID84miz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yspOHTa7JErd3lUnIiCs0RcyBID84miz li:before{  }
#a1ZsoQDy0d198JUwSDO2ZbgyiXlUviMD { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.75rem;top:5.875rem;left:42.125rem;display:block; }
#sDxpscVpLGSndUDzkc7moa0kvzxVa0Wz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:43.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SKnVZOuEqFGuclCHER0Te7JsCXBm7OuZ { width:6.0625rem;height:4.9375rem;top:0rem;left:20.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #y1GM9IBkgkBnMOMcnErmTDdTJRnerwCT { width:15.125rem;height:1.29980625rem;top:1.8125rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e8ef15f-a89a-447b-b5e9-3d9291ae5539/_DSC0103.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:47.75rem;height:13.6494375rem;top:7.125rem;left:0rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:39.6875rem;height:;top:20.75rem;left:3.999080657959rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:18.3125rem;height:3.75rem;top:40.625rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 959px) { #rwz1TZqJRynya8pWK2TGymIGnzkW7CCD { width:40.4375rem;height:1.69970625rem;top:1.8125rem;left:4.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mySRCT9i6xhGNWZmi6Aa3zP1JbcDhExy { width:39.75rem;height:6.5rem;top:31.75rem;left:4rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { top:17.4375rem;left:14.5rem;width:18.5625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { top:19.98876953125rem;left:0rem;width:20.0625rem;height:7.9604375rem;font-size:0.875rem;display:block; }#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo li:before{  }
 }@media only screen and (max-width: 959px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { top:43.291015625rem;left:0.8125rem;width:16.875rem;height:5.173825rem;font-size:0.875rem;display:block; }#zsQhS8CCD5Vx91N4uG20R0pompbehThn li:before{  }
 }@media only screen and (max-width: 959px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { top:20.888671875rem;left:31.375rem;width:16.375rem;height:10.234875rem;font-size:0.875rem;display:block; }#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE li:before{  }
 }@media only screen and (max-width: 959px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { top:44rem;left:31.1875rem;width:15.75rem;height:2.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { top:8.8125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #G99H2hKQclqrA73Docd6rRH2fhdTd2VZ { width:12.4375rem;height:9.375rem;top:10.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #W3PpzkehcxrSZqkmWezL1PhV4zbvf4WT { width:14.375rem;height:10.875rem;top:30.09716796875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sNXTmmV0Toom91OdgfTsryGxZrANRdAw { width:13.8125rem;height:10.4375rem;top:9.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JNTEeNkOduwToDA1CWdoxbiZWqSmWx96 { width:13.75rem;height:11rem;top:32.353515625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #ykXKMxsUypDTkk1gRwugmTEg9ogFawiw { display:block; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI { width:47.75rem;height:37.625rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }#p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI li:before{  }
 }@media only screen and (max-width: 959px) { #VVrX84UBcTVLXF550pKcbR8sO1o1JH1W { top:7.9375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF { width:47.75rem;height:52.96875rem;top:58.375rem;left:0rem;font-size:1.5625rem;display:block; }#q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF li:before{  }
 }@media only screen and (max-width: 959px) { #n2RJidVW5Qx4kT53wGE5OqUT4al3S55g { width:31.5rem;height:7.21875rem;top:49.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fDoFWOJaOR8KzIfT5uc9mA6LFFMPNeh9 { width:47.75rem;height:5.36181875rem;top:1.125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #S3yps3A1uaWepB0P0nAPO7KMgyryoNFS { width:47.75rem;height:51.5625rem;top:113.90625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ebVWeCxL0axyEdDAibfxh0V3pDW1Zzvf { width:38.25rem;height:2.88720625rem;top:44.6875rem;left:4.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VmTMwQuiKbwhU984lPDcHh2AzVhobeZq { width:47.75rem;height:9.09960625rem;top:160.87548828125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #szPyoMSNObM0t7eLW1M7XhUJWnXfcKQe { top:173.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm { display:block; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zsto9XbSvmZZwoAgmXraLTbNTGQAdBiO { width:47.75rem;height:2.3374rem;top:3.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GcSfNckWUgaC0OU0ThEAFUnTH6n7AiHl { width:47.75rem;height:26.7793125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:31.5rem;height:1.375rem;top:1.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:28.3125rem;height:14.4375rem;top:4.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { top:19.875rem;left:0rem;width:16.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:4.0625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i77P9oVvol0sTXN4RIFTE5IsRPiD093u { width:28.3125rem;height:19.25rem;top:27.875rem;left:18.3125rem;font-size:0.875rem;display:block; }#i77P9oVvol0sTXN4RIFTE5IsRPiD093u li:before{  }
 }@media only screen and (max-width: 959px) { #cdP4gqqQ8tM5JBCNHe9CvupWDLXI99nF { top:3.125rem;left:30.6875rem;width:15.3125rem;height:23.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE { display:block; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container { width:47.75rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HTrExdTUsGxV0AbkWrT1Wp1XX9Es7vMH { width:47.75rem;height:2.5rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qBCdVmr8FdTbHzVSUSe6E0uHSokVB0dA { width:40.75rem;height:6.499rem;top:8.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #L5kfpqxflgRKqQ25agVadlgOxUHE8iQN { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NZhTN6TXTaehedQzpTiTu1f2yZPn0FCt { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kKo9KOa9Vy5XiCB8kDZ7emgJT9oh4FS5 { width:47.75rem;height:1rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z2ecNRXFytSyROe4NuShAlvvlEX5mgTm { width:47.625rem;height:28.3125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCQihOnrEy1GpOxlfkfe1JLDsLxH5R8f { width:23.1875rem;height:18.19529375rem;top:23.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gmF3kqo9kBspNtRG1aTrHlTmOX8Uvcff { width:23.25rem;height:1.29980625rem;top:42.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mk2csLE8Dic2qnt0OSIu6O4XWGRICUIn { width:21.1875rem;height:22.744125rem;top:23.0625rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x9bPKt8k4TxnFR9mdLGihMGc5nCQrqIL { width:23.125rem;height:1.29980625rem;top:47.1875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jr6THTFI8c9n8tTZdQq8XqDpI4fsJd0J { width:0.125rem;height:26.25rem;top:21.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JKLhHqEay62By2BXQwunBEFz92TJ9TuM { width:47.625rem;height:24.8125rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xrvRVfRsQpdR7uQq40rMQiswS7yw2eDI { width:23.6875rem;height:1.29980625rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nrw6By4spGQo5yAqnKBtTVMav21lVNCH { width:23.75rem;height:1.29980625rem;top:67.375rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #A2TgWvsGsCE2APzr5nzAnIvp0sGQTJPb { width:0.125rem;height:23.75rem;top:51.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mCKtKOE0qr9leHwZzG1CFyhx2bPJJB7T { width:21.875rem;height:19.33245625rem;top:51.0625rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aSf7T803TuX2T5y34tT24XOr9aZenMks { width:22.6875rem;height:14.78370625rem;top:51.0625rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 { display:block; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container { width:47.75rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #za0iv0xTSvvMWUTXHHNleyr345CfthN8 { top:5rem;left:2.15625rem;width:43.4375rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rEhow2iv3H798m4nK7SpD0eecUzkxXpc { top:26.783203125rem;left:15.5rem;width:16.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bBaFaxqkxWm16nkeGNp9gJP738BzVnrx { top:10.125rem;left:5.71875rem;width:35.25rem;height:16.6586875rem;font-size:0.875rem;display:block; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:before{  }
 }@media only screen and (max-width: 959px) { #auNsPCokTIQ8BdtSG5LSnObu86ovtMQ9 { top:8.6875rem;left:4.3125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fCJ6P1qtOUTph2ExUNIewLSJkg9IEAC9 { top:5.75rem;left:6.125rem;width:33.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7UOpbX9FlXonaX6TIJGWqHUbHraRLPt { width:22.25rem;height:3.4375rem;top:32.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eq1VQoB1xcyzRBeoS7uqyweZMHDG6ZWs { display:block; }
 }@media only screen and (max-width: 959px) { #ntplpO0VVFyHBw0yhLG9xJ4oB8MhuVPn { width:22.3125rem;height:3.1875rem;top:36.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #s0WzTGLbMt9rEXdqWreqZfTr3FBTxndS { width:27.0625rem;height:1.29980625rem;top:42rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP { display:none; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #xAtJpUIUmP1UXxBMlgBkyJwiTO1A18mH { top:1rem;left:0rem;width:16.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPDiBcLvFyddZid7aP9asimKPJZ8LPEP { width:18.75rem;height:2.8125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VcixM355Fy1yW2RH2P8HvLa58gGQcq1o { display:block; }
 }@media only screen and (max-width: 959px) { #LwwxlWDT57Lhu0XWZUQiN6Kdvs6W216A { top:2.9375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 { top:7.625rem;left:0.625rem;width:12.5rem;height:7.749rem;font-size:1rem;display:block; }#fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 li:before{  }
 }@media only screen and (max-width: 959px) { #bbosJvVkimAGUsTBbdmbxmNnBHHut5EI { top:17.6875rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rg6ZeXaDWcdQDDTfuKDgVstupIpgc0J2 { top:5.875rem;left:0rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR { top:20.0625rem;left:0.625rem;width:12.5rem;height:;font-size:1rem;display:block; }#wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR li:before{  }
 }@media only screen and (max-width: 959px) { #L1TRcTMHB14QsXZB796JiUm1rTOhsHhk { top:1rem;left:14.6875rem;width:16.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uT5CJLzAol6AtZRCsh0BS4JXOsKa4p5i { width:18.75rem;height:2.8125rem;top:27.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 959px) { #tfCGIcxodsptP4SGniubzCwxfzFVNpZM { display:block; }
 }@media only screen and (max-width: 959px) { #RQkPcyE49hcK3yTxKVJmkRf5wZuxTb53 { top:17.6875rem;left:17.125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA { top:20.0625rem;left:17.125rem;width:13.3125rem;height:2.9121125rem;font-size:1rem;display:block; }#p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA li:before{  }
 }@media only screen and (max-width: 959px) { #qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG { top:7.625rem;left:17.125rem;width:12.5rem;height:7.749rem;font-size:1rem;display:block; }#qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG li:before{  }
 }@media only screen and (max-width: 959px) { #iHOFAHWsb77rBPrTk6MNUkHP9TJU1yzA { top:5.875rem;left:15.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fq9BzEP69aWxoaCwHdAFLeJ0nKrIb9ZC { top:2.9375rem;left:17.125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NTrwlqFD0OPWaZT1ae25dDRnTiobJbgz { top:1rem;left:30.5625rem;width:16.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MQlz6eXuypfAzTQTwTQf0ugAJHaCkGlU { width:18.75rem;height:2.8125rem;top:27.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MT5kzyt10ukATMlwFU1xbpcZHv6Htg3i { display:block; }
 }@media only screen and (max-width: 959px) { #VoHlJP7mu3fnM1ngcqbuZTOUMRFebPrp { top:17.6875rem;left:33.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw { top:20.0625rem;left:33.625rem;width:13rem;height:4.5244125rem;font-size:1rem;display:block; }#rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw li:before{  }
 }@media only screen and (max-width: 959px) { #yspOHTa7JErd3lUnIiCs0RcyBID84miz { top:7.625rem;left:33.625rem;width:12.5rem;height:7.749rem;font-size:1rem;display:block; }#yspOHTa7JErd3lUnIiCs0RcyBID84miz li:before{  }
 }@media only screen and (max-width: 959px) { #a1ZsoQDy0d198JUwSDO2ZbgyiXlUviMD { top:5.875rem;left:31.8125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sDxpscVpLGSndUDzkc7moa0kvzxVa0Wz { top:2.9375rem;left:33.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:relative;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKnVZOuEqFGuclCHER0Te7JsCXBm7OuZ { width:6.0625rem;height:4.9375rem;top:0rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1GM9IBkgkBnMOMcnErmTDdTJRnerwCT { width:15.125rem;height:1.29980625rem;top:6.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80b0e2c5-3396-4fe7-993b-7ba49d7700ae/DSC03786.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:4.875rem;top:25.72412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:20rem;height:4.19970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:14.375rem;height:3.75rem;top:36.84912109375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #rwz1TZqJRynya8pWK2TGymIGnzkW7CCD { width:20rem;height:1.69970625rem;top:34.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mySRCT9i6xhGNWZmi6Aa3zP1JbcDhExy { width:20rem;height:3.19970625rem;top:30.53662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:20rem;height:2.75rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { width:15.625rem;height:27.75rem;top:91.1875rem;left:2.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { width:17rem;height:12.94825rem;top:18.03125rem;left:1.5rem;font-size:1rem;display:block; }#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo li:before{  }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { width:15.75rem;height:7.124rem;top:68.41064453125rem;left:2.125rem;font-size:1rem;display:block; }#zsQhS8CCD5Vx91N4uG20R0pompbehThn li:before{  }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { width:17.0625rem;height:12.63575rem;top:43.15087890625rem;left:1.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE li:before{  }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { width:17.0625rem;height:2.5996125rem;top:88.650390625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G99H2hKQclqrA73Docd6rRH2fhdTd2VZ { width:13.75rem;height:10.375rem;top:6.380859375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3PpzkehcxrSZqkmWezL1PhV4zbvf4WT { width:14.375rem;height:10.875rem;top:56.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNXTmmV0Toom91OdgfTsryGxZrANRdAw { width:13.8125rem;height:10.4375rem;top:31.75rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNTEeNkOduwToDA1CWdoxbiZWqSmWx96 { width:13.75rem;height:11rem;top:76.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXKMxsUypDTkk1gRwugmTEg9ogFawiw { display:block; }#ykXKMxsUypDTkk1gRwugmTEg9ogFawiw > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI { width:20rem;height:24.5rem;top:10.13671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#p0KVTFWPibmJTz3iyDxRpdoT2z7b0zJI li:before{  }
 }@media only screen and (max-width: 763px) { #VVrX84UBcTVLXF550pKcbR8sO1o1JH1W { width:12.5rem;height:0.125rem;top:2.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF { width:20rem;height:35.25rem;top:43.26953125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#q6UkEgchWCVf9bvJTEbrP15Rr0FA1hVF li:before{  }
 }@media only screen and (max-width: 763px) { #n2RJidVW5Qx4kT53wGE5OqUT4al3S55g { width:20rem;height:4.125rem;top:38.64453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDoFWOJaOR8KzIfT5uc9mA6LFFMPNeh9 { width:20rem;height:7.6996875rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3yps3A1uaWepB0P0nAPO7KMgyryoNFS { width:20rem;height:32.8125rem;top:79.97900390625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebVWeCxL0axyEdDAibfxh0V3pDW1Zzvf { width:20rem;height:1.58105625rem;top:35.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmTMwQuiKbwhU984lPDcHh2AzVhobeZq { width:20rem;height:6.499025rem;top:111.41650390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPyoMSNObM0t7eLW1M7XhUJWnXfcKQe { width:12.5rem;height:0.125rem;top:2.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm { display:block; }#wMmX1bg9Pu8fWvp6eb5e1lsGTOlm8asm > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsto9XbSvmZZwoAgmXraLTbNTGQAdBiO { width:20rem;height:3.4375rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcSfNckWUgaC0OU0ThEAFUnTH6n7AiHl { height:11.216545012166rem;width:20rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:1.375rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:20rem;height:19.6875rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { width:10.5rem;height:15.875rem;top:3.6875rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:2.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i77P9oVvol0sTXN4RIFTE5IsRPiD093u { width:20rem;height:27.125rem;top:61.33203125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#i77P9oVvol0sTXN4RIFTE5IsRPiD093u li:before{  }
 }@media only screen and (max-width: 763px) { #cdP4gqqQ8tM5JBCNHe9CvupWDLXI99nF { width:11.8125rem;height:18.125rem;top:41.75rem;left:4.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE { display:block; }#m72MuTLmUQfEIvuvQ6Jvb0T7RpK9ieAE > .row .container { width:20rem;height:125.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTrExdTUsGxV0AbkWrT1Wp1XX9Es7vMH { width:20rem;height:1.25rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCdVmr8FdTbHzVSUSe6E0uHSokVB0dA { width:16.6875rem;height:13.6465rem;top:6.81298828125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5kfpqxflgRKqQ25agVadlgOxUHE8iQN { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZhTN6TXTaehedQzpTiTu1f2yZPn0FCt { width:2.875rem;height:2rem;top:20.3974609375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKo9KOa9Vy5XiCB8kDZ7emgJT9oh4FS5 { width:20rem;height:1.25rem;top:21.2099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ecNRXFytSyROe4NuShAlvvlEX5mgTm { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQihOnrEy1GpOxlfkfe1JLDsLxH5R8f { width:20rem;height:21.6069rem;top:24.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmF3kqo9kBspNtRG1aTrHlTmOX8Uvcff { width:20rem;height:1.29980625rem;top:47.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk2csLE8Dic2qnt0OSIu6O4XWGRICUIn { width:20rem;height:23.8813375rem;top:49.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9bPKt8k4TxnFR9mdLGihMGc5nCQrqIL { width:20rem;height:1.29980625rem;top:73.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6THTFI8c9n8tTZdQq8XqDpI4fsJd0J { width:0.125rem;height:26.25rem;top:21.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKLhHqEay62By2BXQwunBEFz92TJ9TuM { width:19.875rem;height:63.875rem;top:61.1298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrvRVfRsQpdR7uQq40rMQiswS7yw2eDI { width:20rem;height:1.29980625rem;top:123.017578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrw6By4spGQo5yAqnKBtTVMav21lVNCH { width:20rem;height:1.29980625rem;top:96.3798828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TgWvsGsCE2APzr5nzAnIvp0sGQTJPb { width:0.125rem;height:26.25rem;top:62.5048984375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCKtKOE0qr9leHwZzG1CFyhx2bPJJB7T { width:20rem;height:21.60695625rem;top:100.03515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSf7T803TuX2T5y34tT24XOr9aZenMks { width:20rem;height:17.05808125rem;top:78.0048828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { background-color:#ffffff;background-image:none;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#0871c2;display:block; }
 }@media only screen and (max-width: 763px) { #b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 { background-color:#ffffff;background-image:none;display:block; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container { background-color: transparent; background-image: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container > .video-iframe-container { display: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row > .video-iframe-container { display: none; }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .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); }#b5ngeZxPZcpSKs1rhIcC7vyEsvqMHBF0 > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za0iv0xTSvvMWUTXHHNleyr345CfthN8 { width:16.9375rem;height:66.0625rem;top:1.6875rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rEhow2iv3H798m4nK7SpD0eecUzkxXpc { width:12.5rem;height:4.3872rem;top:48.716796875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBaFaxqkxWm16nkeGNp9gJP738BzVnrx { width:14.5625rem;height:35.9911875rem;top:8.8125rem;left:2.9375rem;font-size:0.875rem;display:block; }#bBaFaxqkxWm16nkeGNp9gJP738BzVnrx li:before{  }
 }@media only screen and (max-width: 763px) { #auNsPCokTIQ8BdtSG5LSnObu86ovtMQ9 { width:12.5rem;height:0.125rem;top:7.75rem;left:3.75rem;background-color:#0871c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fCJ6P1qtOUTph2ExUNIewLSJkg9IEAC9 { width:14.125rem;height:4.875rem;top:2.3125rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7UOpbX9FlXonaX6TIJGWqHUbHraRLPt { width:14rem;height:3.4375rem;top:54.9375rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1VQoB1xcyzRBeoS7uqyweZMHDG6ZWs { display:block; }
 }@media only screen and (max-width: 763px) { #ntplpO0VVFyHBw0yhLG9xJ4oB8MhuVPn { width:14.125rem;height:1.9375rem;top:61.74853515625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzTGLbMt9rEXdqWreqZfTr3FBTxndS { width:20rem;height:0.9746125rem;top:65.224609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP { background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP.adaptive-delivery-prevent-bg, #CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP.lazyload, #CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP.lazyloading { background-image: none; }#CQOcBWkzzDKS1XFFCUEtJAAyKmQk5xvP > .row .container { width:20rem;height:97.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xAtJpUIUmP1UXxBMlgBkyJwiTO1A18mH { width:16.9375rem;height:30.6875rem;top:2.125rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uPDiBcLvFyddZid7aP9asimKPJZ8LPEP { width:18.75rem;height:2.8125rem;top:28.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcixM355Fy1yW2RH2P8HvLa58gGQcq1o { display:block; }
 }@media only screen and (max-width: 763px) { #LwwxlWDT57Lhu0XWZUQiN6Kdvs6W216A { width:12.5rem;height:1.625rem;top:4.0625rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 { width:12.5rem;height:7.749rem;top:8.75rem;left:3.71875rem;font-size:1rem;display:block; }#fniy7H2Mud0Q3HaBUF6kBSPcgVQBk9R2 li:before{  }
 }@media only screen and (max-width: 763px) { #bbosJvVkimAGUsTBbdmbxmNnBHHut5EI { width:12.5rem;height:1.625rem;top:18.8125rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg6ZeXaDWcdQDDTfuKDgVstupIpgc0J2 { width:12.5rem;height:0.125rem;top:7.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR { width:12.8125rem;height:1.29980625rem;top:21.1875rem;left:3.71875rem;font-size:1rem;display:block; }#wEIHPuTgn77ewJvkSELNuFMHEfSdtdlR li:before{  }
 }@media only screen and (max-width: 763px) { #L1TRcTMHB14QsXZB796JiUm1rTOhsHhk { width:16.9375rem;height:30.6875rem;top:33.4375rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uT5CJLzAol6AtZRCsh0BS4JXOsKa4p5i { width:18.75rem;height:2.8125rem;top:60.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfCGIcxodsptP4SGniubzCwxfzFVNpZM { display:block; }
 }@media only screen and (max-width: 763px) { #RQkPcyE49hcK3yTxKVJmkRf5wZuxTb53 { width:12.5rem;height:1.625rem;top:50.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA { width:13.25rem;height:2.9121125rem;top:52.5rem;left:3.75rem;font-size:1rem;display:block; }#p8TByVTWpoiuH6LdK0NxTVRT9qzQqTMA li:before{  }
 }@media only screen and (max-width: 763px) { #qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG { width:12.5rem;height:7.749rem;top:40.0625rem;left:3.75rem;font-size:1rem;display:block; }#qV6mO8vi11dKG26LzOeTHDrAdEnXgFXG li:before{  }
 }@media only screen and (max-width: 763px) { #iHOFAHWsb77rBPrTk6MNUkHP9TJU1yzA { width:12.5rem;height:0.125rem;top:38.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9BzEP69aWxoaCwHdAFLeJ0nKrIb9ZC { width:12.5rem;height:1.625rem;top:35.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTrwlqFD0OPWaZT1ae25dDRnTiobJbgz { width:16.9375rem;height:30.6875rem;top:64.75rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MQlz6eXuypfAzTQTwTQf0ugAJHaCkGlU { width:18.75rem;height:2.8125rem;top:91.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5kzyt10ukATMlwFU1xbpcZHv6Htg3i { display:block; }
 }@media only screen and (max-width: 763px) { #VoHlJP7mu3fnM1ngcqbuZTOUMRFebPrp { width:12.5rem;height:1.625rem;top:81.4375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw { width:13.25rem;height:4.5244125rem;top:83.8125rem;left:3.6875rem;font-size:1rem;display:block; }#rnudl29IWdKFSS1ygKXwS6WdOC4Tmopw li:before{  }
 }@media only screen and (max-width: 763px) { #yspOHTa7JErd3lUnIiCs0RcyBID84miz { width:12.5rem;height:7.749rem;top:71.375rem;left:3.6875rem;font-size:1rem;display:block; }#yspOHTa7JErd3lUnIiCs0RcyBID84miz li:before{  }
 }@media only screen and (max-width: 763px) { #a1ZsoQDy0d198JUwSDO2ZbgyiXlUviMD { width:12.5rem;height:0.125rem;top:69.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDxpscVpLGSndUDzkc7moa0kvzxVa0Wz { width:12.5rem;height:1.625rem;top:66.6875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }