.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3283f9f9-a755-4087-a3e9-3c61e0455117/20250826_132241.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::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; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:75rem;height:39.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:29.592023849488rem;left:8.3745689392087rem;height:6.5625rem;font-style:normal;display:block; }
#zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { position:absolute;display:block;z-index:15001;background-color:#17e78f;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:16.1875rem;width:0.4375rem;top:7.2493491172787rem;left:7rem;display:block; }
#wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.75rem;top:1.1875rem;left:8.375rem;overflow:hidden;display:block; }
#FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:11.1875rem;left:8.3740234375rem;height:;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; }
#g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:14.875rem;left:8.3740234375rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dWFllPXn05ST8oC0zygTv4owuuFotQLA { color:#17e88f;display:block;width:28.6875rem;position:absolute;font-family:calibre;font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.7431640625rem;left:8.3740234375rem;height:3.5061375rem;font-style:normal;display:block; }
#OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { z-index:15000;top:31.710071563721rem;left:46.685981750488rem;background-color:#17e88f;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#002a2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1875rem;height:4rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { color:#ffffff;display:block;width:28.4969375rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:27.498698234558rem;left:8.375rem;height:7.96875rem;font-style:normal;display:none; }
#vMD8vXzDdHz54Eh7qz1HH56uhDewQE9h { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:19.0615234375rem;left:8.3740234375rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container { background-color: transparent; background-image: none; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container > .video-iframe-container { display: none; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row > .video-iframe-container { display: none; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .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); }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container { border-width: 0; border-radius: 0; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#wfxC9POWOkOupKagTAChKeIlXaOkBDmz { position:absolute;display:block;z-index:15000;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31.5rem;width:19.375rem;top:10.0625rem;left:3.125rem;display:block; }
#eOrhcWU8Jr4z4bs6F6cisAzbar9MT3ar { color:#000000;display:block;width:18.75rem;position:absolute;font-family:calibre;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:4.375rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TuKxBnxRs0mIWF0Q44l14cPSEEmvM4Zq { position:absolute;display:block;z-index:15004;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31.5rem;width:18.75rem;top:10.0625rem;left:28.125rem;display:block; }
#AQQErkPuQ7gvaiUhNkdffum7AU7wwT0T { color:#000000;display:block;width:18.75rem;position:absolute;font-family:calibre;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.375rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UPgt06nU8Owmyixa381iSTgeTy2MskDB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.368607521057rem;left:10rem;overflow:hidden;display:block; }
#VpPlOKWRgKynIkLLRRfaVrikrmfTUEi1 { position:absolute;display:block;z-index:15008;background-color:#ffffff;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31.4375rem;width:18.75rem;top:10.0625rem;left:53.125rem;display:block; }
#maVvaco7uQe7T0l8gfOOVr9aSa2NFHGq { color:#333333;display:block;width:16.25rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.875rem;left:54.375rem;height:19.1986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nEpMmNuCcfgJSsUHPZTTBuARM0Uok5PH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:calibre;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.375rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IS3kaStNXws2XNqBoccHD6g3ekaKBa5A { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.680221557618rem;left:60.312496185302rem;overflow:hidden;display:block; }
#kFpOwooBWbugrpFxLxIk0JlQk8rNu2Ec { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"financier display";font-size:3.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.125rem;height:4.54980625rem;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; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#17e88f;background-image:none;vertical-align:top; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-heading-text { display:block;position:relative;width:100%;font-family:calibre;font-weight:700;font-size:1.1875rem;height:auto; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:calibre;font-weight:300;font-style:normal;height:auto; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-trigger.adaptive-delivery-prevent-bg, #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-trigger.lazyload, #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-trigger.lazyloading { background-image: none; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u { box-sizing:content-box;height:auto;width:18.624375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:41.560723304749rem;left:26.936256408691rem; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #bNfOxEsiHoEr8GCo0MnR3mX8DPIst6vT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #T6fbqDnRJ0Zr4HoTEyRkwHE8U6m3DXwF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #FmBp8w5crBWoq7LSdGgJT9GPcmGZ5Q0M { display:block;position:relative; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #ATp7CXz0XZ4J0SzrcWOL225X3c6qLPD9 {  }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #c3eO5cpeUXnDgL641T9kPDaMCyb9eiNk {  }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#17e88f;background-image:none;vertical-align:top; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-heading-text { display:block;position:relative;width:100%;font-family:calibre;font-weight:700;font-size:1.1875rem;height:auto; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:calibre;font-weight:300;font-style:normal;height:auto; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-trigger.adaptive-delivery-prevent-bg, #cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-trigger.lazyload, #cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-trigger.lazyloading { background-image: none; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo { box-sizing:content-box;height:auto;width:18.811875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:41.560723304749rem;left:1.8430404663086rem; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cfWhS15dsvMpuIFPceN6xECBw2fG0coo #mB5xzi3Hlr2zxEez9rwIZ0z3PPovctVI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo #qD9a7STFrE2sRwJmWoVqrfS6Cq8hs9ng { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo #bAGMEq4mtUTKGBoeTtpMo9XCcD6gBvdt { display:block;position:relative; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo #kcBqRF5V9RSoDSS9llNhcOziasas3he2 {  }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo #oAKpxWLJ3ui8mHkuful12QSsNRicdw6G {  }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#17e88f;background-image:none;vertical-align:top; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-heading-text { display:block;position:relative;width:100%;font-family:calibre;font-weight:700;font-size:1.1875rem;height:auto; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:calibre;font-weight:300;font-style:normal;height:auto; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-trigger.adaptive-delivery-prevent-bg, #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-trigger.lazyload, #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-trigger.lazyloading { background-image: none; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 { box-sizing:content-box;height:auto;width:18.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15014;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:41.5625rem;left:51.8125rem; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #RF9cCaCxcGQUnoXUSABVvsRvXBCUGb4x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #Ly5SNzw1pfJn9dOpGD626Wkib8weLNq4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #kBSTHKKrvrNcukM1Vi7TUozQiK2BfxDy { display:block;position:relative; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #QsQ5RHB2qnyxSWZfx6XptP4D4xu6nNmR {  }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #NemnVuUciwyrSPJQQE8fACTrVSIbbg0O {  }
#LW9ayFS0wRZQ2Ez4GSSTOoZE5mXQ67BT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15028;background-color:#17e88f;background-image:none;top:55.624997138977rem;left:28.125rem;display:block; }
#TPTle5aIyPwO71xtTynuA93uTh7pOS68 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:20.673827171326rem;left:4.375rem;height:19.1986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNkg3dNEQdMaWhy4azberhrwzpQq1gVG { color:#333333;display:block;width:16.25rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.673827171326rem;left:29.374111175537rem;height:17.59875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lgf4W275afCiuAa8FTLwAxyW7M4msWuk { position:absolute;display:block;z-index:15029;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.99946875rem;width:3.99946875rem;top:12.867542266846rem;left:35.499820709229rem;overflow:hidden;display:block; }
#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container { background-color: transparent; background-image: none; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container > .video-iframe-container { display: none; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row > .video-iframe-container { display: none; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .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); }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container { border-width: 0; border-radius: 0; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#HSBOAXN2Z9cuxN5TlDsxsyCz7zAJVa1b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:5.5rem;left:10.65625rem;overflow:hidden;display:block; }
#d3WnsPIyK8DZJQrypS9hRMegGv3w1zu1 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:calibre;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5625rem;left:7rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qR2s7GRCnzkmuekUvSLoaM14yetJce9F { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:calibre;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:23.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKcueR83bfTtmDXBHrGTGenyRAWRhfl4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:5.53125rem;left:27.5rem;overflow:hidden;display:block; }
#cZltTVlifDK3paHWwGyO14BKQ4ILNJ6g { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:calibre;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.5625rem;left:39rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWQVXAKTNH5FUaZT5IMg1N85OTvVsQ2Q { 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:6.6875rem;width:6.6875rem;top:5.15625rem;left:42.28125rem;overflow:hidden;display:block; }
#tE58S2Dmhnq6JedGRfAZ5UNMMtE3k0MJ { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:calibre;font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:11.5625rem;left:54.75rem;height:2.887275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiVlIqQeKVZwUDAoz4CylgNzUsSOXL4F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:5.6875rem;left:58.5625rem;overflow:hidden;display:block; }
#QVeK8vKVTyH2fD7WZ3DQxkLM0irDAGmQ { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:6.75rem;left:22.6875rem;display:block; }
#gfkIE4Ivn0E9NDSfpkemDE5a9M5gL1fN { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:6.75rem;left:37rem;display:block; }
#emqhqTwyEIg8w4xpQsKb5TElTdNkivxG { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:6.75rem;left:53.75rem;display:block; }
#xidQ3c0aJDT5OipRbkAzfiFfxB3O52t1 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:6.75rem;left:53.75rem;display:none; }
#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container { background-color: transparent; background-image: none; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container > .video-iframe-container { display: none; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row > .video-iframe-container { display: none; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .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); }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container { border-width: 0; border-radius: 0; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#Qk4pihqDtJynIza9sTEzbkMV5aVe2nES { position:absolute;display:block;z-index:15008;background-color:#3e7ca6;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.25rem;width:3.75rem;top:9.6875rem;left:3rem;display:block; }
#kQrgVTwrxTTMVbIpMKg5cAdC5WZNFMQu { position:absolute;display:block;z-index:15009;background-color:#d2785a;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.25rem;width:3.75rem;top:19.25rem;left:3rem;display:block; }
#RUyBVF75kdfBdVvQWwysqDgQON4Zb7wq { position:absolute;display:block;z-index:15010;background-color:#80bbad;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.25rem;width:3.75rem;top:9.8125rem;left:20.3125rem;display:block; }
#JVWMc2t0wPbhOtugJtNtnuiKpsVgUaKf { color:#d2785a;display:block;width:12.5rem;position:absolute;font-family:"financier display";font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.8125rem;height:3.4123875rem;display:block; }
#rMuCyJSF5kcFTCpHyeiRnr5OI1zmNr73 { color:#3e7ca6;display:block;width:10.625rem;position:absolute;font-family:"financier display";font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:7.9375rem;height:3.4123875rem;display:block; }
#U4eNs7tqh3eGTcP2UMop5M9FlHKZXqGZ { color:#80bbad;display:block;width:10.625rem;position:absolute;font-family:"financier display";font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9rem;left:25.1875rem;height:3.4123875rem;display:block; }
#ug6b9PIJTR6nxqqcTcL6RrIWloRIT1pV { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:calibre;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.412109375rem;left:7.8125rem;height:2.762275rem;font-style:normal;display:block; }
#fpZ76umHORENfyzXwIpnvNZzTrazq6Br { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:calibre;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.037109375rem;left:7.8125rem;height:1.3811375rem;font-style:normal;display:block; }
#uKKGSQJQxKDnLcdigpeoZlgPacTo04Vn { color:#000000;display:block;width:12.25rem;position:absolute;font-family:calibre;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.412109375rem;left:25.1875rem;height:2.762275rem;font-style:normal;display:block; }
#tGpfG2qXq3oOLhAu6CSpGrzmHD3fbLnN { color:#435254;display:block;width:35.25rem;position:absolute;font-family:"financier display";font-size:3.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3rem;left:3.0625rem;height:4.5499125rem;font-style:normal;display:block; }
#rQodB6MU8Gsax1Q0xLngetXkLt10ZJCR { position:absolute;display:block;z-index:15021;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:22.375rem;width:28.5rem;top:3.40625rem;left:39.4912109375rem;overflow:hidden;display:block; }
#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container { background-color: transparent; background-image: none; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container > .video-iframe-container { display: none; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row > .video-iframe-container { display: none; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .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); }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container { border-width: 0; border-radius: 0; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#KzeK0hqXcH7AxvzLqfRUByuMv8o0XcOF { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:"financier display";font-size:3.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.5687160491943rem;left:8.0619659423825rem;height:3.8498875rem;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; }
#QQIOCXxXp0ix669CV6sNcum40R7Az2Kk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5625rem;top:10.6875rem;left:3.375rem;overflow:hidden;display:block; }
#uoZmk01qsH70Xdp9PiKWZuDGsVSD72au { position:absolute;display:block;z-index:15010;background-color:#17e88f;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.25rem;width:3.75rem;top:3.369140625rem;left:3.3726921081543rem;display:block; }
#CAfG2qcaV0d9KsdrOSATER8zBGN5Cr1S { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5625rem;top:10.6875rem;left:25.25rem;overflow:hidden;display:block; }
#OPL8ks5vvI3sbUKrAP0TsHNiRk7M96Q1 { 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:14.625rem;width:19.5625rem;top:10.6875rem;left:47.1875rem;overflow:hidden;display:block; }
#CvpFhv8RLsrJgI7fQFXvFM6VHbqrvl9D { 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:14.625rem;width:19.5625rem;top:27.125rem;left:3.375rem;overflow:hidden;display:block; }
#yRcCP740uElUvHfezngI96cSUOWS5Wde { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5625rem;top:27.125rem;left:25.25rem;overflow:hidden;display:block; }
#sKmkozFfHXNmx6ivXq4WcuTJ4A2kp1cn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5625rem;top:27.125rem;left:47.1875rem;overflow:hidden;display:block; }
#A5y2d79oZ4eChImFMnReWuy6tgFFuXLi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:19.5rem;top:27.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#dkmzBon6kkCv9ATSLfLXWn3wu3akSSvG { 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:14.625rem;width:19.5625rem;top:27.125rem;left:47.1875rem;overflow:hidden;display:block; }
#V5iO7C8MBEvpTCSuwcwLiiyZcGkyTDst { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5625rem;top:10.6875rem;left:3.375rem;overflow:hidden;display:block; }
#oZTgHCg5TqxCOpZAByLKLhHwBGWTk64Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5625rem;top:10.6875rem;left:25.25rem;overflow:hidden;display:block; }
#FpVlErUMg7yU35lazH2sDWmFmWKOF9WT { 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:14.625rem;width:19.5625rem;top:10.6875rem;left:47.1875rem;overflow:hidden;display:block; }
#v4V4rvyreb92749N25qF865J1GuQ8HFl { color:#ffffff;display:block;width:19.1868125rem;position:absolute;font-family:calibre;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:8.0886011123656rem;left:3.5617904663086rem;height:1.29980625rem;font-style:normal;display:block; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d95b084-2a01-4544-9e7b-b5e95dbac3f3/Contactphotoback.jpg");background-position:bottom center !important;background-repeat: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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:53.8125rem;left:20.25rem;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:53.9375rem;left:3.375rem;height:1.3811375rem;font-style:normal;display:block; }
#nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:9.375rem;top:18.625rem;left:23.3125rem;overflow:hidden;display:block; }
#UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:9.375rem;top:18.625rem;left:3.375rem;overflow:hidden;display:block; }
#sACJWvQ7oHyax2kxq17agA4vkrLGXpba { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:"financier display";font-size:3.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.5625rem;left:3.4375rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:65.9375rem;left:11.25rem;height:1.3808625rem;font-style:normal;display:none; }
#X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:calibre;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31.8125rem;left:3.375rem;height:5.5736625rem;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; }
#QL6RKTxPWfCfOsFfwiTGLWakT4eFdgzk { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:calibre;font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.25rem;left:3.4375rem;height:3.574775rem;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; }
#ocLJFNIxtPiFzUBJTZNpoXblf8MLTF9t { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:calibre;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:31.811967372894rem;left:23.310546875rem;height:5.5736625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:32.5rem;height:6.5625rem;top:29.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { top:7.1875rem;left:0rem;width:0.4375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { top:1.1875rem;left:0rem;width:5.75rem;height:1.3822115384616rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:22.5rem;height:;top:11.1875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:43.5625rem;height:5rem;top:14.875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWFllPXn05ST8oC0zygTv4owuuFotQLA { width:28.6875rem;height:3.5rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:31.6875rem;left:21.5rem;width:24.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { width:17.8125rem;height:4.5rem;top:22.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMD8vXzDdHz54Eh7qz1HH56uhDewQE9h { width:43.5625rem;height:5rem;top:19rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD { display:block; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfxC9POWOkOupKagTAChKeIlXaOkBDmz { width:19.375rem;height:31.5rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrhcWU8Jr4z4bs6F6cisAzbar9MT3ar { width:18.75rem;height:1.4375rem;top:17.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKxBnxRs0mIWF0Q44l14cPSEEmvM4Zq { width:18.75rem;height:31.5rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQQErkPuQ7gvaiUhNkdffum7AU7wwT0T { width:18.75rem;height:1.4375rem;top:17.25rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPgt06nU8Owmyixa381iSTgeTy2MskDB { width:5rem;height:5rem;top:12.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpPlOKWRgKynIkLLRRfaVrikrmfTUEi1 { width:18.75rem;height:31.4375rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVvaco7uQe7T0l8gfOOVr9aSa2NFHGq { width:16.25rem;height:19.1875rem;top:19.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEpMmNuCcfgJSsUHPZTTBuARM0Uok5PH { width:18.75rem;height:1.4375rem;top:17.3125rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3kaStNXws2XNqBoccHD6g3ekaKBa5A { width:4.375rem;height:4.375rem;top:12.625rem;left:37.499996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFpOwooBWbugrpFxLxIk0JlQk8rNu2Ec { width:25rem;height:4.5rem;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u { display:flex;height:auto;width:27.8125rem;top:38.3125rem;left:4.03125rem; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #bNfOxEsiHoEr8GCo0MnR3mX8DPIst6vT {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #T6fbqDnRJ0Zr4HoTEyRkwHE8U6m3DXwF {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #FmBp8w5crBWoq7LSdGgJT9GPcmGZ5Q0M {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #ATp7CXz0XZ4J0SzrcWOL225X3c6qLPD9 {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #c3eO5cpeUXnDgL641T9kPDaMCyb9eiNk {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo { display:flex;height:auto;width:27.8125rem;top:38.3125rem;left:4.03125rem; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #mB5xzi3Hlr2zxEez9rwIZ0z3PPovctVI {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #qD9a7STFrE2sRwJmWoVqrfS6Cq8hs9ng {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #bAGMEq4mtUTKGBoeTtpMo9XCcD6gBvdt {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #kcBqRF5V9RSoDSS9llNhcOziasas3he2 {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #oAKpxWLJ3ui8mHkuful12QSsNRicdw6G {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 { display:flex;height:auto;width:27.8125rem;top:38.3125rem;left:4.03125rem; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #RF9cCaCxcGQUnoXUSABVvsRvXBCUGb4x {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #Ly5SNzw1pfJn9dOpGD626Wkib8weLNq4 {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #kBSTHKKrvrNcukM1Vi7TUozQiK2BfxDy {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #QsQ5RHB2qnyxSWZfx6XptP4D4xu6nNmR {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #NemnVuUciwyrSPJQQE8fACTrVSIbbg0O {  }
 }@media only screen and (max-width: 763px) { #LW9ayFS0wRZQ2Ez4GSSTOoZE5mXQ67BT { top:55.5625rem;left:13rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTle5aIyPwO71xtTynuA93uTh7pOS68 { width:16.25rem;height:19.125rem;top:20.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNkg3dNEQdMaWhy4azberhrwzpQq1gVG { width:16.25rem;height:17.5625rem;top:20.625rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgf4W275afCiuAa8FTLwAxyW7M4msWuk { width:3.9375rem;height:3.9375rem;top:12.8125rem;left:21.812320709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs { display:block; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSBOAXN2Z9cuxN5TlDsxsyCz7zAJVa1b { width:6rem;height:6rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WnsPIyK8DZJQrypS9hRMegGv3w1zu1 { width:13.25rem;height:1.6875rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR2s7GRCnzkmuekUvSLoaM14yetJce9F { width:13.25rem;height:1.6875rem;top:11.5625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKcueR83bfTtmDXBHrGTGenyRAWRhfl4 { width:5.875rem;height:5.875rem;top:5.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZltTVlifDK3paHWwGyO14BKQ4ILNJ6g { width:13.25rem;height:1.6875rem;top:11.5625rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQVXAKTNH5FUaZT5IMg1N85OTvVsQ2Q { width:6.6875rem;height:6.6875rem;top:5.125rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE58S2Dmhnq6JedGRfAZ5UNMMtE3k0MJ { width:13.25rem;height:2.875rem;top:11.5625rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiVlIqQeKVZwUDAoz4CylgNzUsSOXL4F { width:5.625rem;height:5.625rem;top:5.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVeK8vKVTyH2fD7WZ3DQxkLM0irDAGmQ { width:0.0625rem;height:7.25rem;top:6.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfkIE4Ivn0E9NDSfpkemDE5a9M5gL1fN { width:0.0625rem;height:7.25rem;top:6.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqhqTwyEIg8w4xpQsKb5TElTdNkivxG { width:0.0625rem;height:7.25rem;top:6.75rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidQ3c0aJDT5OipRbkAzfiFfxB3O52t1 { width:0.0625rem;height:7.25rem;top:6.75rem;left:40.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R { display:block; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk4pihqDtJynIza9sTEzbkMV5aVe2nES { top:9.6875rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQrgVTwrxTTMVbIpMKg5cAdC5WZNFMQu { top:19.25rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUyBVF75kdfBdVvQWwysqDgQON4Zb7wq { top:9.8125rem;left:6.6875rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWMc2t0wPbhOtugJtNtnuiKpsVgUaKf { top:18.625rem;left:0rem;width:12.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMuCyJSF5kcFTCpHyeiRnr5OI1zmNr73 { top:9rem;left:0rem;width:10.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4eNs7tqh3eGTcP2UMop5M9FlHKZXqGZ { top:9rem;left:11.5625rem;width:10.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug6b9PIJTR6nxqqcTcL6RrIWloRIT1pV { top:12.375rem;left:0rem;width:11.6875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpZ76umHORENfyzXwIpnvNZzTrazq6Br { top:22rem;left:0rem;width:10.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKGSQJQxKDnLcdigpeoZlgPacTo04Vn { top:12.375rem;left:11.5625rem;width:12.25rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGpfG2qXq3oOLhAu6CSpGrzmHD3fbLnN { top:3rem;left:0rem;width:35.25rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQodB6MU8Gsax1Q0xLngetXkLt10ZJCR { top:3.375rem;left:19.25rem;width:28.5rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psSzUFoIoUX6OIAswTmI1zr1n3DXe10M { display:block; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzeK0hqXcH7AxvzLqfRUByuMv8o0XcOF { width:12.4375rem;height:3.8125rem;top:1.5625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIOCXxXp0ix669CV6sNcum40R7Az2Kk { width:19.5625rem;height:14.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoZmk01qsH70Xdp9PiKWZuDGsVSD72au { top:3.3125rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAfG2qcaV0d9KsdrOSATER8zBGN5Cr1S { width:19.5625rem;height:14.625rem;top:10.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPL8ks5vvI3sbUKrAP0TsHNiRk7M96Q1 { width:19.5625rem;height:14.625rem;top:10.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvpFhv8RLsrJgI7fQFXvFM6VHbqrvl9D { width:19.5625rem;height:14.625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcCP740uElUvHfezngI96cSUOWS5Wde { width:19.5625rem;height:14.625rem;top:27.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKmkozFfHXNmx6ivXq4WcuTJ4A2kp1cn { width:19.5625rem;height:14.625rem;top:27.125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5y2d79oZ4eChImFMnReWuy6tgFFuXLi { width:19.5rem;height:14.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkmzBon6kkCv9ATSLfLXWn3wu3akSSvG { width:19.5625rem;height:14.625rem;top:27.125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5iO7C8MBEvpTCSuwcwLiiyZcGkyTDst { width:19.5625rem;height:14.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTgHCg5TqxCOpZAByLKLhHwBGWTk64Z { width:19.5625rem;height:14.625rem;top:10.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVlErUMg7yU35lazH2sDWmFmWKOF9WT { width:19.5625rem;height:14.625rem;top:10.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4V4rvyreb92749N25qF865J1GuQ8HFl { top:8.0625rem;left:0rem;width:19.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:53.8125rem;left:6.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:53.9375rem;left:0rem;width:31.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { top:18.625rem;left:9.6875rem;width:9.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { top:18.625rem;left:0rem;width:9.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sACJWvQ7oHyax2kxq17agA4vkrLGXpba { width:35.3125rem;height:3.5rem;top:6.5625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { top:56.9375rem;left:0rem;width:19.3125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { top:31.8125rem;left:0rem;width:14.0625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6RKTxPWfCfOsFfwiTGLWakT4eFdgzk { width:47.1875rem;height:;top:11.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLJFNIxtPiFzUBJTZNpoXblf8MLTF9t { top:31.75rem;left:9.685546875rem;width:14.0625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3283f9f9-a755-4087-a3e9-3c61e0455117/20250826_132241.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::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; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:17.875rem;height:0;top:15.3935546875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { width:0.1867675rem;height:7.312rem;top:4.8740234375rem;left:0.765380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { width:3.5rem;height:0.8125rem;top:2.5625rem;left:0.76506698131563rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:11.25rem;height:2.000175rem;top:6.437255859375rem;left:1.937255859375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:18.0603125rem;height:2.000175rem;top:8rem;left:1.9388022422791rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWFllPXn05ST8oC0zygTv4owuuFotQLA { width:18rem;height:1.69986875rem;top:4.625rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:28.45436668396rem;left:0rem;width:18.995rem;height:3.99503125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { width:17.874625rem;height:4.5rem;top:22.93678855896rem;left:1.0617897510529rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15006;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vMD8vXzDdHz54Eh7qz1HH56uhDewQE9h { width:18.0615rem;height:2.000175rem;top:9.685302734375rem;left:1.9384765625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD { display:block; }#kicSu1GIqn9DxzzEq7XDlqfITBUWdTkD > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfxC9POWOkOupKagTAChKeIlXaOkBDmz { width:18.75rem;height:32.4375rem;top:5.5619673728943rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrhcWU8Jr4z4bs6F6cisAzbar9MT3ar { width:18.75rem;height:1.4624rem;top:10.310724377632rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuKxBnxRs0mIWF0Q44l14cPSEEmvM4Zq { width:18.75rem;height:34.75rem;top:74.4335899353rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQQErkPuQ7gvaiUhNkdffum7AU7wwT0T { width:18.75rem;height:1.4624rem;top:44.707917332649rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #UPgt06nU8Owmyixa381iSTgeTy2MskDB { width:4.31196875rem;height:4.31196875rem;top:6.0546871423721rem;left:7.8435720205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpPlOKWRgKynIkLLRRfaVrikrmfTUEi1 { width:18.75rem;height:33.6875rem;top:39.372336506844rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVvaco7uQe7T0l8gfOOVr9aSa2NFHGq { width:16.25rem;height:19.1953125rem;top:82.622509002687rem;left:1.8749998807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEpMmNuCcfgJSsUHPZTTBuARM0Uok5PH { width:18.75rem;height:1.4624rem;top:79.748752593994rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IS3kaStNXws2XNqBoccHD6g3ekaKBa5A { width:3.624825rem;height:3.624825rem;top:75.561962127687rem;left:8.1871446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFpOwooBWbugrpFxLxIk0JlQk8rNu2Ec { width:20rem;height:2.5998875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u { display:flex;height:auto;width:17.5rem;top:66.371747493744rem;left:0rem; }
#i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #bNfOxEsiHoEr8GCo0MnR3mX8DPIst6vT {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #T6fbqDnRJ0Zr4HoTEyRkwHE8U6m3DXwF {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #FmBp8w5crBWoq7LSdGgJT9GPcmGZ5Q0M {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #ATp7CXz0XZ4J0SzrcWOL225X3c6qLPD9 {  }
 }@media only screen and (max-width: 763px) { #i79BFTT5RNWE9a9FN1Hi3EWW7gydwp7u #c3eO5cpeUXnDgL641T9kPDaMCyb9eiNk {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo { display:flex;height:auto;width:16.9355625rem;top:31.709870457649rem;left:0.28053975105286rem; }
#cfWhS15dsvMpuIFPceN6xECBw2fG0coo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #mB5xzi3Hlr2zxEez9rwIZ0z3PPovctVI {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #qD9a7STFrE2sRwJmWoVqrfS6Cq8hs9ng {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #bAGMEq4mtUTKGBoeTtpMo9XCcD6gBvdt {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #kcBqRF5V9RSoDSS9llNhcOziasas3he2 {  }
 }@media only screen and (max-width: 763px) { #cfWhS15dsvMpuIFPceN6xECBw2fG0coo #oAKpxWLJ3ui8mHkuful12QSsNRicdw6G {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 { display:flex;height:auto;width:16.9355625rem;top:102.57161712646rem;left:0rem; }
#fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #RF9cCaCxcGQUnoXUSABVvsRvXBCUGb4x {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #Ly5SNzw1pfJn9dOpGD626Wkib8weLNq4 {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #kBSTHKKrvrNcukM1Vi7TUozQiK2BfxDy {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #QsQ5RHB2qnyxSWZfx6XptP4D4xu6nNmR {  }
 }@media only screen and (max-width: 763px) { #fw9TWuzzSvWEVTkDSsNim5uOF48X4BP7 #NemnVuUciwyrSPJQQE8fACTrVSIbbg0O {  }
 }@media only screen and (max-width: 763px) { #LW9ayFS0wRZQ2Ez4GSSTOoZE5mXQ67BT { width:18.75rem;height:0.3125rem;top:112.62428665161rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPTle5aIyPwO71xtTynuA93uTh7pOS68 { width:16.25rem;height:19.1953125rem;top:13.148081898689rem;left:1.8749998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNkg3dNEQdMaWhy4azberhrwzpQq1gVG { width:16.25rem;height:17.5956875rem;top:47.297582626343rem;left:1.8749998807907rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #lgf4W275afCiuAa8FTLwAxyW7M4msWuk { width:3.937325rem;height:3.937325rem;top:40.771481513977rem;left:8.0308946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs { display:block; }#ByVWaSFbI5kxLMWBrWoEL7XTD7nzONLs > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSBOAXN2Z9cuxN5TlDsxsyCz7zAJVa1b { width:4.3125rem;height:4.3125rem;top:4.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WnsPIyK8DZJQrypS9hRMegGv3w1zu1 { width:13.2493125rem;height:1.29980625rem;top:9.3101921081544rem;left:3.5919741392136rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR2s7GRCnzkmuekUvSLoaM14yetJce9F { width:13.2493125rem;height:1.29980625rem;top:18.624820709229rem;left:3.374467253685rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKcueR83bfTtmDXBHrGTGenyRAWRhfl4 { width:3.99946875rem;height:3.99946875rem;top:13.686967849731rem;left:8.218217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZltTVlifDK3paHWwGyO14BKQ4ILNJ6g { width:13.2493125rem;height:1.29980625rem;top:26.748046875rem;left:3.374467253685rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWQVXAKTNH5FUaZT5IMg1N85OTvVsQ2Q { width:3.5617875rem;height:3.5617875rem;top:23.242185592651rem;left:8.218217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE58S2Dmhnq6JedGRfAZ5UNMMtE3k0MJ { width:13.2493125rem;height:2.199775rem;top:36.186973571778rem;left:3.374467253685rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiVlIqQeKVZwUDAoz4CylgNzUsSOXL4F { width:4.31196875rem;height:4.31196875rem;top:30.749290466309rem;left:7.8435720205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVeK8vKVTyH2fD7WZ3DQxkLM0irDAGmQ { width:6.25rem;height:0.062144875rem;top:11.374290466309rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfkIE4Ivn0E9NDSfpkemDE5a9M5gL1fN { width:6.25rem;height:0.062144875rem;top:20.812320709229rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqhqTwyEIg8w4xpQsKb5TElTdNkivxG { width:6.25rem;height:0.062144875rem;top:28.686965942382rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidQ3c0aJDT5OipRbkAzfiFfxB3O52t1 { width:6.25rem;height:0.061257125rem;top:39.186793804169rem;left:6.8749998807906rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R { display:block; }#F03eWilD4ONCdcXOmuPXFGAFn9rLPv4R > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qk4pihqDtJynIza9sTEzbkMV5aVe2nES { width:4.0625rem;height:0.2494675rem;top:5.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQrgVTwrxTTMVbIpMKg5cAdC5WZNFMQu { width:4.0625rem;height:0.2494675rem;top:12.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUyBVF75kdfBdVvQWwysqDgQON4Zb7wq { width:4.0625rem;height:0.2494675rem;top:18.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWMc2t0wPbhOtugJtNtnuiKpsVgUaKf { width:6.5625rem;height:2.92480625rem;top:11.375rem;left:7.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMuCyJSF5kcFTCpHyeiRnr5OI1zmNr73 { width:8.3125rem;height:2.92480625rem;top:4.375rem;left:7.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4eNs7tqh3eGTcP2UMop5M9FlHKZXqGZ { width:8.3123125rem;height:2.92480625rem;top:17.9375rem;left:7.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug6b9PIJTR6nxqqcTcL6RrIWloRIT1pV { width:8.3125rem;height:2.2734375rem;top:7.125rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpZ76umHORENfyzXwIpnvNZzTrazq6Br { width:8.375rem;height:1.137275rem;top:13.9375rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKGSQJQxKDnLcdigpeoZlgPacTo04Vn { width:8.3123125rem;height:1.75rem;top:21.0625rem;left:7.5625rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tGpfG2qXq3oOLhAu6CSpGrzmHD3fbLnN { width:14.9355625rem;height:2.19993125rem;top:1.30859375rem;left:1.4990234375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rQodB6MU8Gsax1Q0xLngetXkLt10ZJCR { width:20rem;height:15.6875rem;top:24.5908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psSzUFoIoUX6OIAswTmI1zr1n3DXe10M { display:block; }#psSzUFoIoUX6OIAswTmI1zr1n3DXe10M > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzeK0hqXcH7AxvzLqfRUByuMv8o0XcOF { width:12.4361875rem;height:2.19993125rem;top:1.9967441558838rem;left:0.5rem;text-align:left;text-align-last:left;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QQIOCXxXp0ix669CV6sNcum40R7Az2Kk { width:20rem;height:14.9369375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoZmk01qsH70Xdp9PiKWZuDGsVSD72au { width:2.75rem;height:0.125rem;top:3.4739589691162rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAfG2qcaV0d9KsdrOSATER8zBGN5Cr1S { width:19.5623125rem;height:14.6244375rem;top:8.1875rem;left:0.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OPL8ks5vvI3sbUKrAP0TsHNiRk7M96Q1 { width:20rem;height:14.87425rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvpFhv8RLsrJgI7fQFXvFM6VHbqrvl9D { width:20rem;height:14.87425rem;top:8.0625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yRcCP740uElUvHfezngI96cSUOWS5Wde { width:19.9365rem;height:14.87425rem;top:8.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sKmkozFfHXNmx6ivXq4WcuTJ4A2kp1cn { width:20rem;height:14.87425rem;top:8.0625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #A5y2d79oZ4eChImFMnReWuy6tgFFuXLi { width:19.4993125rem;height:14.5623125rem;top:8.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkmzBon6kkCv9ATSLfLXWn3wu3akSSvG { width:19.9365rem;height:14.87425rem;top:8.0625rem;left:0.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #V5iO7C8MBEvpTCSuwcwLiiyZcGkyTDst { width:19.5623125rem;height:14.6244375rem;top:8.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTgHCg5TqxCOpZAByLKLhHwBGWTk64Z { width:20rem;height:14.87425rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVlErUMg7yU35lazH2sDWmFmWKOF9WT { width:19.812rem;height:14.74975rem;top:8.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4V4rvyreb92749N25qF865J1GuQ8HFl { width:19.1230625rem;height:1.21875rem;top:5.92578125rem;left:0.43815112113952rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d95b084-2a01-4544-9e7b-b5e95dbac3f3/Contactphotoback.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:1.6875rem;height:1.6875rem;top:60.3125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:19.3125rem;height:0;top:100.1611328125rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { width:8.25rem;height:9.6875rem;top:35rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { width:8.25rem;height:9.6875rem;top:15.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sACJWvQ7oHyax2kxq17agA4vkrLGXpba { width:20rem;height:2.000175rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { width:19.3125rem;height:2.761725rem;top:56.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { width:14.0625rem;height:4.9619125rem;top:25.875rem;left:5.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QL6RKTxPWfCfOsFfwiTGLWakT4eFdgzk { width:20rem;height:4.1434125rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLJFNIxtPiFzUBJTZNpoXblf8MLTF9t { width:14.0625rem;height:4.9619125rem;top:45.809657335281rem;left:5.1234019994736rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }