.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#kRVqP8cu449aqOUIxvknnumZoswZ8hIk { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.6;letter-spacing:0;top:4.5625rem;left:10.15625rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H { position:relative;display:block; }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H { background-color: transparent; background-image: none; }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H > .row .container > .video-iframe-container { display: none; }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H > .row > .video-iframe-container { display: none; }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H > .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); }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H { border-width: 0; border-radius: 0; }#lSv15FkZxT6pLs1T4gV7L48R2Hv0qT4H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#CydnuGFdffVgVEWQuHTANgc2q8b6ob0L { position:absolute;display:block;z-index:100000;height:1.75rem;width:10.625rem;top:1.75rem;left:64.375rem;display:block; }
#RMRfeAx9KcV9MDoXLL2GMmuZ1wfIaGO5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:50.34375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a { position:relative;display:block; }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a { background-color: transparent; background-image: none; }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a > .row .container > .video-iframe-container { display: none; }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a > .row > .video-iframe-container { display: none; }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a > .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); }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a { border-width: 0; border-radius: 0; }#KvgQ5gDUs6l1xMiRG7l72Ksc1rgAED8a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT { position:relative;display:block; }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT { background-color: transparent; background-image: none; }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT > .row .container > .video-iframe-container { display: none; }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT > .row > .video-iframe-container { display: none; }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT > .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); }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT { border-width: 0; border-radius: 0; }#TdRd0tmM7xzkm9dHawW9SOLpVaNcouTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#cGaORIyapoAVyGoP0vVW1Sna9LMGkPWy { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#cGaORIyapoAVyGoP0vVW1Sna9LMGkPWy.adaptive-delivery-prevent-bg, #cGaORIyapoAVyGoP0vVW1Sna9LMGkPWy.lazyload, #cGaORIyapoAVyGoP0vVW1Sna9LMGkPWy.lazyloading { background-image: none; }
#LRJ7kiXaLx1REsAGCIaSnX0SFRfzdO0q { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#siqbvXzpJeFI9KWaBtppfqnrLavEFnT0 { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#D4UcDiOsAsnE97qVCvy67oG0ybqezwg7 { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#LNg0G73EVcB3pkuy6gQDXVtiRZRAmtIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl { position:relative;display:block; }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl { background-color: transparent; background-image: none; }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl > .row .container > .video-iframe-container { display: none; }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl > .row > .video-iframe-container { display: none; }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl > .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); }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl { border-width: 0; border-radius: 0; }#chmF4KWdauZtBGLAyOVIbBlknxLcWQXl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#F3orSAANfPD9t9zHU7LgMCQsFvINmiIG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#F3orSAANfPD9t9zHU7LgMCQsFvINmiIG.adaptive-delivery-prevent-bg, #F3orSAANfPD9t9zHU7LgMCQsFvINmiIG.lazyload, #F3orSAANfPD9t9zHU7LgMCQsFvINmiIG.lazyloading { background-image: none; }
#sVKIGHMbUfslm1yFxgnzXUayHkcUpELc { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#pLDpQsLuQ6ovsFp9xt4B0rzVratHu6pD { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#vNX6i0qQyH4SrAcMBphqtacXTQngOMEV { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#VXpMqTQhtIrnBI4rUWoQzFrM3w2gvcoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD { position:relative;display:block; }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD { background-color: transparent; background-image: none; }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD > .row .container > .video-iframe-container { display: none; }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD > .row > .video-iframe-container { display: none; }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD > .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); }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD { border-width: 0; border-radius: 0; }#UQ2TvdCpTFTdldEhn7C21nI5kf5sneuD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#Z4QLCBUKzE4vCZSb09MbakxKqLfBdqJa { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#Z4QLCBUKzE4vCZSb09MbakxKqLfBdqJa.adaptive-delivery-prevent-bg, #Z4QLCBUKzE4vCZSb09MbakxKqLfBdqJa.lazyload, #Z4QLCBUKzE4vCZSb09MbakxKqLfBdqJa.lazyloading { background-image: none; }
#i31WnL0c5fJ3zea1kSDuNTSZ0swUL9Ci { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#XUVfgRSkbSr56UVU0g3alosZpe2yBu4H { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#zTIpQ2FpM1tIrOsLZIkd2nOvBRBaGJwz { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#WtTDEaehJsKT5xhBX3qr5BPPNgPGKA9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm { position:relative;display:block; }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm { background-color: transparent; background-image: none; }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm > .row .container > .video-iframe-container { display: none; }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm > .row > .video-iframe-container { display: none; }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm > .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); }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm { border-width: 0; border-radius: 0; }#wQAwe03tcoPllDf5d9s7Hl2TMTT473Fm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#MDezrtBk2EyfPTiFTtg7CUexMNyTc3mz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#MDezrtBk2EyfPTiFTtg7CUexMNyTc3mz.adaptive-delivery-prevent-bg, #MDezrtBk2EyfPTiFTtg7CUexMNyTc3mz.lazyload, #MDezrtBk2EyfPTiFTtg7CUexMNyTc3mz.lazyloading { background-image: none; }
#cDayvpuRRzg1dawzppTZFlckE4Xh1fyE { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#fmSiCbd9DWTLuemvz9Brl8zA5HDJWhTU { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#HfvTvAap3BSPUfl4BHuW4op2Mx5IVXfs { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#SyF7wwq1SQa0pnktTHpADFN2A7KZ8vy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF { position:relative;display:block; }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF { background-color: transparent; background-image: none; }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF > .row .container > .video-iframe-container { display: none; }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF > .row > .video-iframe-container { display: none; }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF > .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); }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF { border-width: 0; border-radius: 0; }#EyIctKU8xkhRZlUww1c1kueLTeHy9eKF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#TEiu2ukeFTmOy4pnC2yO7pPoQxF9ubyI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#TEiu2ukeFTmOy4pnC2yO7pPoQxF9ubyI.adaptive-delivery-prevent-bg, #TEiu2ukeFTmOy4pnC2yO7pPoQxF9ubyI.lazyload, #TEiu2ukeFTmOy4pnC2yO7pPoQxF9ubyI.lazyloading { background-image: none; }
#ViU3lPmL1AKMySKP9vNDMPVlu55vtGop { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#KvcapLVfdxJgfIszuqhUH40rIGzQMbge { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#OrOvKt2TpyrH4sVWUc8lkNQ9qB9TA52v { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#pTvfQZnuyOFuUN2pVscu6zugckxwpzZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P79olccZQDT4GThOsT2dO25VEena6AuH { position:relative;display:block; }#P79olccZQDT4GThOsT2dO25VEena6AuH { background-color: transparent; background-image: none; }#P79olccZQDT4GThOsT2dO25VEena6AuH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P79olccZQDT4GThOsT2dO25VEena6AuH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P79olccZQDT4GThOsT2dO25VEena6AuH > .row .container > .video-iframe-container { display: none; }#P79olccZQDT4GThOsT2dO25VEena6AuH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P79olccZQDT4GThOsT2dO25VEena6AuH > .row > .video-iframe-container { display: none; }#P79olccZQDT4GThOsT2dO25VEena6AuH > .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); }#P79olccZQDT4GThOsT2dO25VEena6AuH { border-width: 0; border-radius: 0; }#P79olccZQDT4GThOsT2dO25VEena6AuH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#mEUdpwggr4wc8ESS8h5oi7k17cs3CtvH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#mEUdpwggr4wc8ESS8h5oi7k17cs3CtvH.adaptive-delivery-prevent-bg, #mEUdpwggr4wc8ESS8h5oi7k17cs3CtvH.lazyload, #mEUdpwggr4wc8ESS8h5oi7k17cs3CtvH.lazyloading { background-image: none; }
#K42fzB5WDyfBEC48RMEpwnylVJ1ycXTo { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#nqUvBysqqMrzurXl7otxawdm4TTTNTgG { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#PPJkq8xsFrl3HW9kJCofPi0kJ6adKeEa { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#GCUEwsULcG53y8VC3RT6L5N7xcfut2OB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg { position:relative;display:block; }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg { background-color: transparent; background-image: none; }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg > .row .container > .video-iframe-container { display: none; }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg > .row > .video-iframe-container { display: none; }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg > .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); }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg { border-width: 0; border-radius: 0; }#x06fP81y3WV91q4Nnv53c3n6OTTkmuEg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#Xr5cfk7arv0krN5mIMFHW1KqBoWo41gT { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#Xr5cfk7arv0krN5mIMFHW1KqBoWo41gT.adaptive-delivery-prevent-bg, #Xr5cfk7arv0krN5mIMFHW1KqBoWo41gT.lazyload, #Xr5cfk7arv0krN5mIMFHW1KqBoWo41gT.lazyloading { background-image: none; }
#y4ztJyBVEZM1ceF1zvVASPrX1LQ2UpWW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#nQGh0pcLRqkbrdqMmTO8GXazBxI0b4E1 { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#dqA8ZTNWAvcFq1QsugezRb1Zse84Hazo { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#AGmD5olMwoTrHyZSnrfOa1W3qBX5FhA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc { position:relative;display:block; }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc { background-color: transparent; background-image: none; }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc > .row .container > .video-iframe-container { display: none; }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc > .row > .video-iframe-container { display: none; }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc > .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); }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc { border-width: 0; border-radius: 0; }#ozw85UHSTOoT6ZOv7GuKry3XbETl2eSc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#ryNHO3MqUNUPEv6F4n2sXcEmgEkPMt0D { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#ryNHO3MqUNUPEv6F4n2sXcEmgEkPMt0D.adaptive-delivery-prevent-bg, #ryNHO3MqUNUPEv6F4n2sXcEmgEkPMt0D.lazyload, #ryNHO3MqUNUPEv6F4n2sXcEmgEkPMt0D.lazyloading { background-image: none; }
#nPBl0h1OZlR5iBM3imT3IZ6JBHJTSuV7 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#L160msH6qabDRU2NHs0JP5NEkFTkL0MZ { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#MTG71g9bRvRbT9TJRpUUnUHU98c9KdNi { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#aSduNk0lnKufTAqXnNOlMgEGCrv2racC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 { position:relative;display:block; }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 { background-color: transparent; background-image: none; }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 > .row .container > .video-iframe-container { display: none; }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 > .row > .video-iframe-container { display: none; }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 > .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); }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 { border-width: 0; border-radius: 0; }#lxL0e7JVfMeDyzcyAE9XEQxxNIgxl9e4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#XW5D7IQTF89Tps0QRd78rTdxTM5QyFUE { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#XW5D7IQTF89Tps0QRd78rTdxTM5QyFUE.adaptive-delivery-prevent-bg, #XW5D7IQTF89Tps0QRd78rTdxTM5QyFUE.lazyload, #XW5D7IQTF89Tps0QRd78rTdxTM5QyFUE.lazyloading { background-image: none; }
#oxBZ4yT697l0kWrwITJaWQoizbgrr8MM { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#XZvLblt82cTv9Qiz3mugAfK1chTLmZb0 { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#xcK64TT4NtyoRA9kbny8yVTgkCczHofw { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#TE9aSTq01zhIzV1XtTX7WZTXgZEl1yWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe { position:relative;display:block; }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe { background-color: transparent; background-image: none; }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe > .row .container > .video-iframe-container { display: none; }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe > .row > .video-iframe-container { display: none; }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe > .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); }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe { border-width: 0; border-radius: 0; }#SkP0Fh5XJFJFPuyeCQbcmeI593A16nBe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#iiUriMWWrUOuVwALMLSwc74DvDmFtFLy { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#iiUriMWWrUOuVwALMLSwc74DvDmFtFLy.adaptive-delivery-prevent-bg, #iiUriMWWrUOuVwALMLSwc74DvDmFtFLy.lazyload, #iiUriMWWrUOuVwALMLSwc74DvDmFtFLy.lazyloading { background-image: none; }
#SOKdUfdV8vTHgfXk3TVyDeTXpXACBiqp { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#QLD0Dh2IhsdZszkCC2FTvepFPM7QhFle { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#OTdMN2vyATLiX5bp5u1aDa6taDSRLiOO { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#P8mMmyUiFKLBrXrkUcEdUPiV7vsXQ0se { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN { position:relative;display:block; }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN { background-color: transparent; background-image: none; }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN > .row .container > .video-iframe-container { display: none; }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN > .row > .video-iframe-container { display: none; }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN > .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); }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN { border-width: 0; border-radius: 0; }#vrTOx70xX7GR9OT65Q09bo5aDD7s5TvN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#C5CUTv9zrQvNvZCFyV6EGb70SEWofLS2 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#C5CUTv9zrQvNvZCFyV6EGb70SEWofLS2.adaptive-delivery-prevent-bg, #C5CUTv9zrQvNvZCFyV6EGb70SEWofLS2.lazyload, #C5CUTv9zrQvNvZCFyV6EGb70SEWofLS2.lazyloading { background-image: none; }
#LeWq0M6zGHsSZvlA97lChhbmyqcyWoKy { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#s7P6maGNlUHAKWGXCVWMMQ9Xn0syi05I { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#yMhPM200gk2Qwg2eGHvIpzCI6t0MTqnd { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#WJRUmTNDfW56wrmbsE6DBOPxaBfCkmwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa { position:relative;display:block; }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa { background-color: transparent; background-image: none; }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa > .row .container > .video-iframe-container { display: none; }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa > .row > .video-iframe-container { display: none; }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa > .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); }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa { border-width: 0; border-radius: 0; }#HcKQ2Ztr9L0ZnyPLnD2Tky9H6d2rkQUa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#h6pyygtuzKGnFoTya5PlD8IeJ5F7LsSU { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#h6pyygtuzKGnFoTya5PlD8IeJ5F7LsSU.adaptive-delivery-prevent-bg, #h6pyygtuzKGnFoTya5PlD8IeJ5F7LsSU.lazyload, #h6pyygtuzKGnFoTya5PlD8IeJ5F7LsSU.lazyloading { background-image: none; }
#HLwxdV8z2H3RneTsMAR88bnUh3Z56lN2 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#ET9Ns99CrR37dI1eLAVCeu8TrUDBO2Te { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:;font-style:normal;display:block; }
#d7hnQDUzrQnZvUd1GNU5AqxQclM7wJcR { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#VHLrDcHMv5RZn4IRXfy4RoQWFcvQJ9ON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 { position:relative;display:block; }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 { background-color: transparent; background-image: none; }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 > .row .container > .video-iframe-container { display: none; }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 > .row > .video-iframe-container { display: none; }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 > .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); }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 { border-width: 0; border-radius: 0; }#afgLGRnqhfTT4f4dogsXIktSxta6T0A2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#a8RhTt11MJ9MTdl6libmLdQbAhZApdTy { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#a8RhTt11MJ9MTdl6libmLdQbAhZApdTy.adaptive-delivery-prevent-bg, #a8RhTt11MJ9MTdl6libmLdQbAhZApdTy.lazyload, #a8RhTt11MJ9MTdl6libmLdQbAhZApdTy.lazyloading { background-image: none; }
#ZEzxdlJIINdiTLRWGaeCbhoHcABXS1Zb { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#DdyNr6nOVE9aa42yEHEUGqZBsiwJxxa7 { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#qOMMrICaSpqFT34GJVFXE1rToJpioFen { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#H4breI2dMHrtleimp2BfIMJ01e7L5pDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ { position:relative;display:block; }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ { background-color: transparent; background-image: none; }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ > .row .container > .video-iframe-container { display: none; }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ > .row > .video-iframe-container { display: none; }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ > .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); }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ { border-width: 0; border-radius: 0; }#E1tCeU0vob5nTyoiC473OgHk2EZwfCdZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#rUrZDMi7Grwf0CyLNtIDie5RIvCICDAH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#rUrZDMi7Grwf0CyLNtIDie5RIvCICDAH.adaptive-delivery-prevent-bg, #rUrZDMi7Grwf0CyLNtIDie5RIvCICDAH.lazyload, #rUrZDMi7Grwf0CyLNtIDie5RIvCICDAH.lazyloading { background-image: none; }
#IzMEIwNP5KObK3VaeCsgLyTT7avnBOQ2 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#HmGS5UT5LW1VXWBHMz4Nbv2QGi7FL2XG { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#b9GN5zvn5pqWfO6mVIezENXV9ZCLlzXK { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#cXpQccPnVUrrxgknththGl09unJdTN0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu { position:relative;display:block; }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu { background-color: transparent; background-image: none; }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu > .row .container > .video-iframe-container { display: none; }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu > .row > .video-iframe-container { display: none; }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu > .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); }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu { border-width: 0; border-radius: 0; }#Id149T5Mac0HRKXgs9IGa0aZsg6i1Xvu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#sgnTDbhfIsiS966xqflHEVeUuDpl4bKz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nKzBlLiTdcc/unsplash/bastien-nvs-nKzBlLiTdcc-photo-1648738089188-964aaf2df62c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:23.125rem;top:0rem;left:0rem;display:block; }#sgnTDbhfIsiS966xqflHEVeUuDpl4bKz.adaptive-delivery-prevent-bg, #sgnTDbhfIsiS966xqflHEVeUuDpl4bKz.lazyload, #sgnTDbhfIsiS966xqflHEVeUuDpl4bKz.lazyloading { background-image: none; }
#MINimzetbLbuTWU87NiwMCRlfxNTNIoJ { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.23) ;height:23.75rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#qczEnaEhXcgB2TKGg8R1kLOCfBlS4FlA { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#vqKmHoB8zGQWVq4qRFyU20tlZUB60Jdt { background-color:#000000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.9375rem;left:1.28125rem;display:block; }
#u7pe7RWa30ZXL3SvClfVHMBwLxhzyQgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT { position:relative;display:block; }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT { background-color: transparent; background-image: none; }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT > .row .container > .video-iframe-container { display: none; }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT > .row > .video-iframe-container { display: none; }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT > .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); }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT { border-width: 0; border-radius: 0; }#zICzmsNmZXwCONVsp6PcnmUGKFDBMTkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d { position:relative;display:block; }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d { background-color: transparent; background-image: none; }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d > .row .container > .video-iframe-container { display: none; }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d > .row > .video-iframe-container { display: none; }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d > .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); }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d { border-width: 0; border-radius: 0; }#nRJcP7GWFtz2OG659ZIqGf4RTk0hlI4d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#ge4XiEmPTalaUPwUA124EzOJxSXfSzLP { background-color:#de6100;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:28.75rem;display:block; }
#T52Tx5TVFpSItsNuwPVTCV9Wk3v2PzuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
