.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,237,239;--color-primary-1:163,200,207;--color-primary-2:102,164,175;--color-primary-3:26,122,126;--color-primary-4:0,104,122;--color-secondary-0:255,249,234;--color-secondary-1:248,196,113;--color-secondary-2:243,156,18;--color-secondary-3:146,94,11;--color-secondary-4:49,31,4;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"tajawal";--paragraphs-font-family:"Tajawal"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { background-color:#f8f9fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { background-color: transparent; background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .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); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { border-width: 0; border-radius: 0; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ULS962SvaDIE3tpGw3kKXxPRN0ZFBJus { box-sizing:content-box;height:32.75rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.124755859375rem;left:0rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e { box-sizing:content-box;height:26.68725rem;width:31.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aad46197-d6c5-4b1e-b635-1af3c75c5c5f/ChatGPTImageOct10202507_20_53PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.125rem;left:3.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e.adaptive-delivery-prevent-bg, #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e.lazyload, #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e.lazyloading { background-image: none; }
#xiEhXeFdrR4R67MAshFAzu6PusaNDpGi { 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.43725rem;width:5.625rem;top:3.125rem;left:65.5rem;overflow:hidden;display:block; }
#KchvpsRxd8niC5Bu43KROCWczAkabmGJ { color:rgba(var(--color-primary-3),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:10.125rem;left:38.4375rem;height:2.32470625rem;text-align:right;text-align-last:right;display:block; }
#TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.0625rem;height:13.16161875rem;text-align:right;text-align-last:right;display:block; }
#gXDDPakmwm6SaPoiuww3elmeQp1VehMh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#X4STOoJGJCIFDtwLO74w3tdzC202hm3G { box-sizing:content-box;height:1.75rem;width:11.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.125rem;left:52.1875rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
#cmukFfnNSG5VLRe3DCNPpuChKiFqXzcQ { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1230625rem;height:3.4370125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.43701171875rem;left:51.06396484375rem;display:block; }
#xs0uHEgsh0qwBFfK2QCkThIF266haWps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { background-color: transparent; background-image: none; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container > .video-iframe-container { display: none; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row > .video-iframe-container { display: none; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .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); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { border-width: 0; border-radius: 0; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:block; }#ZXJO0r9SrQ9ov5wBa4iGDEvJii6olFiR { color:rgba(var(--color-primary-3),1);display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.71875rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AU9LK68q9ZWM2UMpbgB6vAIsBgExiaVC { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.561767578125rem;left:16.21875rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLEZVsgCAAuw5VHngVMkkFttHZvPZ8av { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1233125rem;height:3.43725625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.623779296875rem;left:27.43798828125rem;display:block; }
#U13TIb3GbAW7xv7yRwVq8VD2zNUM4Ipv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zF6hACuhHaQABQi6t0EB7AEqZWd0ke8Z { box-sizing:content-box;height:16.37475rem;width:23.68725rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.375rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JovWzIfZRUQA8XK6Of1HATlE2TbVvyp5 { color:rgba(var(--color-primary-3),1);display:block;width:12.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.9375rem;left:61.1875rem;height:1.7871125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:52.8125rem;height:6.13671875rem;text-align:right;text-align-last:right;display:block; }#LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
#tKdKLgeJ2hDtGzSxFlkqBsSgk3poxKTg { box-sizing:content-box;height:16.37475rem;width:23.68725rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.375rem;left:25.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sDB5DTcrn1iXmZGmERHCVMJTcXz5E2PH { color:rgba(var(--color-primary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.9375rem;left:28.25rem;height:1.7871125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.625rem;left:27.125rem;height:6.13671875rem;text-align:right;text-align-last:right;display:block; }#eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
#F6nwnxGUa4PLrzy2ckG5UGthlIbR6sor { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:44.875rem;height:3.25rem;display:block; }
#tUmhm8c9gRlPJaiIOC50DObqQooc0Rlf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.06225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:70.6875rem;height:3.25rem;display:block; }
#CaWtnZC4um79TGqFfvG0nELJsvZ5xL2q { box-sizing:content-box;height:16.37475rem;width:23.68725rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UbXSqTyc9m2IetrLGFfKfdkPSZmTaqzK { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:19.25rem;height:3.25rem;display:block; }
#avTPkdCOAglbHLoMV1aLbUEbI5hzkkpy { color:rgba(var(--color-primary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.9375rem;left:2.625rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.625rem;left:1.5rem;height:4.5244125rem;text-align:right;text-align-last:right;display:block; }#c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
#voUuGT9IBCafFnoPzEqfDzUtkbTRC9CB { box-sizing:content-box;height:16.37475rem;width:23.68725rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.125rem;left:39.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Hp51JMqq34nKt4iXvUreIsK3y2lQJXMs { color:rgba(var(--color-tertiary-4),1);display:block;width:3.06225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:34.6875rem;left:58.4375rem;height:3.25rem;display:block; }
#hTFL3rw7HTUZCwwJp4h26InpSMK50HcX { color:rgba(var(--color-primary-3),1);display:block;width:12.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.6875rem;left:48.9375rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yKIb964uS5gv3VltdpiDTvB5sEpx5MzN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.375rem;left:40.5625rem;height:6.13671875rem;text-align:right;text-align-last:right;display:block; }#yKIb964uS5gv3VltdpiDTvB5sEpx5MzN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKIb964uS5gv3VltdpiDTvB5sEpx5MzN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
#vox3ThuvmnNM342BvLsHPqTKoDqPqoUQ { box-sizing:content-box;height:16.37475rem;width:23.68725rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.125rem;left:12.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RrtTmEyrF03HDZZfrnsC2U9Nr47pE4Ab { color:rgba(var(--color-tertiary-4),1);display:block;width:3.06225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.6875rem;left:31.9375rem;height:3.25rem;display:block; }
#dGzcZ6dDPVToevy7HQ6HXdxRZULAoyZq { color:rgba(var(--color-primary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.687255859375rem;left:21.672607421875rem;height:3.57421875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.8115234375rem;left:14.123291015625rem;height:4.5244125rem;text-align:right;text-align-last:right;display:block; }#VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/ba100f26-6208-4303-9bf0-d64c82b6fed8/bg_100.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl.adaptive-delivery-prevent-bg, #Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl.lazyload, #Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl.lazyloading { background-image: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container { background-color: transparent; background-image: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container > .video-iframe-container { display: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row > .video-iframe-container { display: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .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); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container { border-width: 0; border-radius: 0; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#aUxq1bUsmmGkcZKE0iZQrqaLJUU6qLfe { color:#0b0b0b;display:block;width:34.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.560791015625rem;left:1.125rem;height:8.3994375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OQi3XdmwqIbTTM7vWflOBlE1yKWAJGJ9 { color:#0b0b0b;display:block;width:34.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.997314453125rem;left:1.749755859375rem;height:4.72411875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 { color:#0b0b0b;display:block;width:34.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:22.49853515625rem;left:1.7490234375rem;height:8.5859375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
#CMA94X50AmMrW9AMf7mg2NUHB0V1ACDG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:45.1245rem;width:30rem;top:4.5625rem;left:45rem;overflow:hidden;display:block; }
#HcZC1iCcLA0wUfxHxpbU4DTWTATaRmhT { box-sizing:content-box;height:12.8745rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.125rem;left:41.125rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CwRy7U6GfWETX5CdMQyv3214yXuhmXsW { color:#0b0b0b;display:block;width:34.99875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:20.124755859375rem;left:1.749755859375rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pr0e45LVngL87ivKcJqHUq2xihkayNOB { color:#0b0b0b;display:block;width:34.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:33.1875rem;left:1.749755859375rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i1fET1zZz0pCAOZ3OmVTfzJz55272G7e { color:#0b0b0b;display:block;width:34.99875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:35.4375rem;left:1.749755859375rem;height:4.72411875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Kbzxy27UzNC926Z9QmtcqdpJ082021UN { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1233125rem;height:3.43725625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.5625rem;left:16.670654296875rem;display:block; }
#zZsw27cd6Uwn4sfsDNK7Jbeyr0GEi6JM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/234e56ca-d568-4dc3-8fd8-6582af738d0b/bg_41.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ.adaptive-delivery-prevent-bg, #VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ.lazyload, #VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ.lazyloading { background-image: none; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container { background-color: transparent; background-image: none; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container > .video-iframe-container { display: none; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row > .video-iframe-container { display: none; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .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); }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container { border-width: 0; border-radius: 0; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container { font-size:0.875rem;font-family:arial;height:76.625rem;width:75rem;overflow:visible;position:relative;display:block; }#V1TT9qArTZEd9teumtxJrXfk5RZdPWID { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.999755859375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VCEHXbUaC0b9Xeipwch0J8uAFi2Edakc { color:#0b0b0b;display:block;width:16.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:18.484130859375rem;left:0.311279296875rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XtrksxVASfeiWrEUyqc0JCZI1pQ2OoZu { color:rgba(var(--color-primary-3),1);display:block;width:16.2495rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:22.58251953125rem;left:0.450439453125rem;height:2.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qsrB571MgDhxZyJFaMhBC2bU0AzocvGi { color:#0b0b0b;display:block;width:16.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:25.51171875rem;left:0.404296875rem;height:9.4482375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WslLBFvyAiemlx5RmhaQGzhxutG8ESCH { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:25.18725rem;width:16.6875rem;top:15.4541015625rem;left:17.967041015625rem;overflow:hidden;display:block; }
#cxQn1vaGMNa1TqxgW574ia8RPHfSWPPW { color:#0b0b0b;display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.2;letter-spacing:0;top:23.09765625rem;left:41.247802734375rem;height:2.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DeylctO1Vs6WqvPuHCmxlzoUstTe1K70 { color:#0b0b0b;display:block;width:14.87475rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.295166015625rem;left:41.373779296875rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WbIAydAzQERG0DEzB37GIAPrnc9o74LI { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.862060546875rem;left:17.873291015625rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#fPV0Hd3FXoao0T50b7H9hIgBIPI3Sitv { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16rem;left:56.875rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ncz8a7duBOKvA18aNO7ZMyoncuNzKAn7 { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:46.25rem;left:40rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#udxX7Kz4T24yFALytN9P6G6xbKffCqFU { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:46.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#fLTcx70WhCxKlpdeTHq9SaFMkBwmELfP { color:#0b0b0b;display:block;width:42.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9.484130859375rem;left:16.467041015625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV { color:#0b0b0b;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15097;line-height:1.2;letter-spacing:0;top:26.543701171875rem;left:42.355224609375rem;height:3.01171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
#ITVsy2CAPlFZRXasEbCQAe4JQVG66zrt { color:#0b0b0b;display:block;width:16.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:49.375rem;left:57.5rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UyTuS1N5yMNeyKCzbqvild2eFwZugUCr { color:rgba(var(--color-primary-3),1);display:block;width:16.2495rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:54rem;left:57.5625rem;height:2.09985625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wMFhHGGR2RVAoHc9IRKQFqf4BvTUze7F { color:#0b0b0b;display:block;width:16.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:56.861572265625rem;left:57.5478515625rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QLAlAaSFZeo6cifsHbtzSOvXctOIl0br { color:#0b0b0b;display:block;width:16.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:49.6875rem;left:17.4375rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CwG4SsHkaIObbJUk9lKXnegflltx8N1k { color:rgba(var(--color-primary-3),1);display:block;width:16.2495rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:54.3125rem;left:17.5rem;height:2.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gft1JdRnIfetDFiWeFAvlMnVrO0ecBgC { color:#0b0b0b;display:block;width:16.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.4;letter-spacing:0;top:57.875rem;left:17.4375rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QooS12phChnZ4BLUVgJTL6VwabMVo5Ku { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:25rem;width:16.625rem;top:15.097412109375rem;left:56.968505859375rem;overflow:hidden;display:block; }
#WcDcdD6kt6qd7dzLp2BBx18sGQHZgD00 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:24.8125rem;width:16.5625rem;top:45.68701171875rem;left:40.497802734375rem;overflow:hidden;display:block; }
#CgDZhE4aeExpTSi1vH1lLyp6KXohEeTg { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:24.8125rem;width:16.5625rem;top:45.671630859375rem;left:0rem;overflow:hidden;display:block; }
#e7zsLxgHiFRJOUeVmZgghllpRBg8XQg7 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1230625rem;height:3.4370125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:72.125rem;left:27.43798828125rem;display:block; }
#BQLQAIx9BZy79MuH51mfhp984pAOIA19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX { position:relative;display:block; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX { background-color: transparent; background-image: none; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row .container > .video-iframe-container { display: none; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row > .video-iframe-container { display: none; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .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); }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX { border-width: 0; border-radius: 0; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oLqq6h2CBIU4n6cPU1f2lCcKJKd2oBdw { color:#0b0b0b;display:block;width:16.125rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.873779296875rem;left:51.437255859375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aW0pyftkNXWmadW7f37x2oXtbtoaRTJ6 { color:#0b0b0b;display:block;width:22.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:15.405029296875rem;left:48.18603515625rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kT5TmLmpIfIOrZKHavV1FzuQQkPb8mbK { position:absolute;display:block;z-index:15093;height:21.75rem;width:38.75rem;top:3.09375rem;left:2.060302734375rem;display:block; }
#P7EomvlEfJhERFvRgTvdNnu2XNaBVVr6 { color:#0b0b0b;display:block;width:29.0625rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.5625rem;left:44.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 { position:relative;display:block; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 { background-color: transparent; background-image: none; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row .container > .video-iframe-container { display: none; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row > .video-iframe-container { display: none; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .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); }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 { border-width: 0; border-radius: 0; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xvegREmSm0kPOgmOdxhKoQiswVouqAEg { color:#0b0b0b;display:block;width:55.9375rem;position:absolute;font-family:fraunces;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.68603515625rem;left:8.31201171875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kEML9tapKPQtJEpUTolcWe25Drx7JfOe { color:#0b0b0b;display:block;width:55.9375rem;position:absolute;font-family:fraunces;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.31103515625rem;left:8.31201171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULS962SvaDIE3tpGw3kKXxPRN0ZFBJus { top:2.0625rem;left:0rem;width:47.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e { top:5.125rem;left:0rem;width:31.125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiEhXeFdrR4R67MAshFAzu6PusaNDpGi { top:3.125rem;left:42.125rem;width:5.625rem;height:6.4365rem;display:block; }
 }@media only screen and (max-width: 763px) { #KchvpsRxd8niC5Bu43KROCWczAkabmGJ { top:10.125rem;left:15.125rem;width:32.625rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { top:13.6875rem;left:13.75rem;width:34rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXDDPakmwm6SaPoiuww3elmeQp1VehMh { top:6.5rem;left:36.625rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4STOoJGJCIFDtwLO74w3tdzC202hm3G { top:6.125rem;left:36.6875rem;width:11.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmukFfnNSG5VLRe3DCNPpuChKiFqXzcQ { width:20.0625rem;height:3.375rem;top:28.375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0uHEgsh0qwBFfK2QCkThIF266haWps { display:block; }
 }@media only screen and (max-width: 763px) { #H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE { display:block; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXJO0r9SrQ9ov5wBa4iGDEvJii6olFiR { top:4.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9LK68q9ZWM2UMpbgB6vAIsBgExiaVC { top:9.5rem;left:2.59375rem;width:42.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLEZVsgCAAuw5VHngVMkkFttHZvPZ8av { width:20.0625rem;height:3.375rem;top:52.5625rem;left:13.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13TIb3GbAW7xv7yRwVq8VD2zNUM4Ipv { display:block; }
 }@media only screen and (max-width: 763px) { #zF6hACuhHaQABQi6t0EB7AEqZWd0ke8Z { top:14.375rem;left:24.125rem;width:23.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovWzIfZRUQA8XK6Of1HATlE2TbVvyp5 { top:19.9375rem;left:35.3125rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH { top:22.5625rem;left:26.9375rem;width:20.8125rem;height:6.125rem;font-size:1rem;display:block; }#LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #tKdKLgeJ2hDtGzSxFlkqBsSgk3poxKTg { top:14.375rem;left:12rem;width:23.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDB5DTcrn1iXmZGmERHCVMJTcXz5E2PH { top:19.9375rem;left:14.625rem;width:19.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d { top:22.5625rem;left:13.49951171875rem;width:20.8125rem;height:6.125rem;font-size:1rem;display:block; }#eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #F6nwnxGUa4PLrzy2ckG5UGthlIbR6sor { top:15.9375rem;left:31.25rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUmhm8c9gRlPJaiIOC50DObqQooc0Rlf { top:15.9375rem;left:44.75rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaWtnZC4um79TGqFfvG0nELJsvZ5xL2q { top:14.375rem;left:0rem;width:23.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbXSqTyc9m2IetrLGFfKfdkPSZmTaqzK { top:15.9375rem;left:5.625rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avTPkdCOAglbHLoMV1aLbUEbI5hzkkpy { top:19.9375rem;left:0rem;width:19.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW { top:22.5625rem;left:0rem;width:20.8125rem;height:4.5rem;font-size:1rem;display:block; }#c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #voUuGT9IBCafFnoPzEqfDzUtkbTRC9CB { top:33.125rem;left:24.125rem;width:23.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp51JMqq34nKt4iXvUreIsK3y2lQJXMs { top:34.6875rem;left:44.75rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFL3rw7HTUZCwwJp4h26InpSMK50HcX { top:38.625rem;left:35.3125rem;width:12.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKIb964uS5gv3VltdpiDTvB5sEpx5MzN { top:41.3125rem;left:26.937255859375rem;width:20.8125rem;height:6.125rem;font-size:1rem;display:block; }#yKIb964uS5gv3VltdpiDTvB5sEpx5MzN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #vox3ThuvmnNM342BvLsHPqTKoDqPqoUQ { top:33.125rem;left:0rem;width:23.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrtTmEyrF03HDZZfrnsC2U9Nr47pE4Ab { top:34.6875rem;left:18.312255859375rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzcZ6dDPVToevy7HQ6HXdxRZULAoyZq { top:38.625rem;left:8.047607421875rem;width:13.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ { top:42.75rem;left:0.498291015625rem;width:20.8125rem;height:4.5rem;font-size:1rem;display:block; }#VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl { display:block; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUxq1bUsmmGkcZKE0iZQrqaLJUU6qLfe { top:4.5rem;left:0rem;width:34.9375rem;height:8.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQi3XdmwqIbTTM7vWflOBlE1yKWAJGJ9 { top:13.9375rem;left:0rem;width:34.9375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #CMA94X50AmMrW9AMf7mg2NUHB0V1ACDG { top:4.5625rem;left:17.75rem;width:30rem;height:45.1245rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcZC1iCcLA0wUfxHxpbU4DTWTATaRmhT { top:1.125rem;left:27.5rem;width:12.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRy7U6GfWETX5CdMQyv3214yXuhmXsW { top:20.0625rem;left:0rem;width:34.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr0e45LVngL87ivKcJqHUq2xihkayNOB { top:33.1875rem;left:0rem;width:34.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1fET1zZz0pCAOZ3OmVTfzJz55272G7e { top:35.4375rem;left:0rem;width:34.9375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbzxy27UzNC926Z9QmtcqdpJ082021UN { width:20.0625rem;height:3.375rem;top:42.5625rem;left:3.045654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZsw27cd6Uwn4sfsDNK7Jbeyr0GEi6JM { display:block; }
 }@media only screen and (max-width: 763px) { #VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ { display:block; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1TT9qArTZEd9teumtxJrXfk5RZdPWID { top:3.9375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCEHXbUaC0b9Xeipwch0J8uAFi2Edakc { top:18.4375rem;left:0rem;width:16.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtrksxVASfeiWrEUyqc0JCZI1pQ2OoZu { top:22.5625rem;left:0rem;width:16.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsrB571MgDhxZyJFaMhBC2bU0AzocvGi { top:25.5rem;left:0rem;width:16.1875rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WslLBFvyAiemlx5RmhaQGzhxutG8ESCH { top:15.4375rem;left:4.342041015625rem;width:16.6875rem;height:25.18725rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxQn1vaGMNa1TqxgW574ia8RPHfSWPPW { top:23.0625rem;left:27.622802734375rem;width:15.0625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeylctO1Vs6WqvPuHCmxlzoUstTe1K70 { top:18.25rem;left:27.748779296875rem;width:14.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbIAydAzQERG0DEzB37GIAPrnc9o74LI { top:15.8125rem;left:4.248291015625rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPV0Hd3FXoao0T50b7H9hIgBIPI3Sitv { top:16rem;left:30.875rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncz8a7duBOKvA18aNO7ZMyoncuNzKAn7 { top:46.25rem;left:26.375rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxX7Kz4T24yFALytN9P6G6xbKffCqFU { top:46.25rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLTcx70WhCxKlpdeTHq9SaFMkBwmELfP { top:9.4375rem;left:2.842041015625rem;width:42rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV { top:26.5rem;left:28.730224609375rem;width:14.0625rem;height:3rem;font-size:1.125rem;display:block; }#QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #ITVsy2CAPlFZRXasEbCQAe4JQVG66zrt { top:49.375rem;left:31.5625rem;width:16.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTuS1N5yMNeyKCzbqvild2eFwZugUCr { top:54rem;left:31.5625rem;width:16.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMFhHGGR2RVAoHc9IRKQFqf4BvTUze7F { top:56.8125rem;left:31.5625rem;width:16.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLAlAaSFZeo6cifsHbtzSOvXctOIl0br { top:49.6875rem;left:3.8125rem;width:16.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwG4SsHkaIObbJUk9lKXnegflltx8N1k { top:54.3125rem;left:3.875rem;width:16.1875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gft1JdRnIfetDFiWeFAvlMnVrO0ecBgC { top:57.875rem;left:3.8125rem;width:16.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QooS12phChnZ4BLUVgJTL6VwabMVo5Ku { top:15.0625rem;left:31.0625rem;width:16.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDcdD6kt6qd7dzLp2BBx18sGQHZgD00 { top:45.625rem;left:26.872802734375rem;width:16.5625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgDZhE4aeExpTSi1vH1lLyp6KXohEeTg { top:45.625rem;left:0rem;width:16.5625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zsLxgHiFRJOUeVmZgghllpRBg8XQg7 { width:20.0625rem;height:3.375rem;top:72.125rem;left:13.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQLQAIx9BZy79MuH51mfhp984pAOIA19 { display:block; }
 }@media only screen and (max-width: 763px) { #iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX { display:block; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLqq6h2CBIU4n6cPU1f2lCcKJKd2oBdw { top:9.8125rem;left:31.625rem;width:16.125rem;height:3rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #aW0pyftkNXWmadW7f37x2oXtbtoaRTJ6 { top:15.375rem;left:25.125rem;width:22.5625rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT5TmLmpIfIOrZKHavV1FzuQQkPb8mbK { top:3.0625rem;left:0rem;width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7EomvlEfJhERFvRgTvdNnu2XNaBVVr6 { top:18.5625rem;left:18.6875rem;width:29.0625rem;height:;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 { display:block; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvegREmSm0kPOgmOdxhKoQiswVouqAEg { top:2.625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEML9tapKPQtJEpUTolcWe25Drx7JfOe { top:9.25rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { background-color:#00687a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { background-color: transparent; background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .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); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { width:20rem;height:64.68701171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULS962SvaDIE3tpGw3kKXxPRN0ZFBJus { width:20rem;height:58.125rem;top:0.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLHcHtmutu8Q17TsOpv13ZQBIeJlQe8e { width:19.125rem;height:16.25rem;top:15.873579442501rem;left:0.37433415651321rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiEhXeFdrR4R67MAshFAzu6PusaNDpGi { width:4.562325rem;height:5.31205625rem;top:1.5620560646057rem;left:7.7183952927587rem;display:block; }
 }@media only screen and (max-width: 763px) { #KchvpsRxd8niC5Bu43KROCWczAkabmGJ { width:19.99975rem;height:4.6494125rem;top:7rem;left:0.0625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { width:18.1230625rem;height:18.19724375rem;top:34.05908203125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXDDPakmwm6SaPoiuww3elmeQp1VehMh { width:11.1248125rem;height:1.29980625rem;top:13rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4STOoJGJCIFDtwLO74w3tdzC202hm3G { width:11.0625rem;height:1.6875rem;top:12.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmukFfnNSG5VLRe3DCNPpuChKiFqXzcQ { width:19rem;height:3.375rem;top:60.06201171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0uHEgsh0qwBFfK2QCkThIF266haWps { display:block; }
 }@media only screen and (max-width: 763px) { #H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE { display:block; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { width:20rem;height:113.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXJO0r9SrQ9ov5wBa4iGDEvJii6olFiR { width:15.687rem;height:2.4375rem;top:2.499755859375rem;left:2.685791015625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AU9LK68q9ZWM2UMpbgB6vAIsBgExiaVC { width:18.6875rem;height:6.5rem;top:6.125rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLEZVsgCAAuw5VHngVMkkFttHZvPZ8av { width:18.9983125rem;height:3.375rem;top:107.18627929688rem;left:0.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13TIb3GbAW7xv7yRwVq8VD2zNUM4Ipv { display:block; }
 }@media only screen and (max-width: 763px) { #zF6hACuhHaQABQi6t0EB7AEqZWd0ke8Z { width:20rem;height:18.0625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovWzIfZRUQA8XK6Of1HATlE2TbVvyp5 { width:12.43725rem;height:1.7871125rem;top:19.75rem;left:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH { width:16.875rem;height:8.7363125rem;top:22.5rem;left:1.8125rem;font-size:1rem;display:block; }#LA2PDiAqlbCvOZpatfxhnhbH2zT3tpsH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #tKdKLgeJ2hDtGzSxFlkqBsSgk3poxKTg { width:20rem;height:16.3125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDB5DTcrn1iXmZGmERHCVMJTcXz5E2PH { width:18.125rem;height:1.7871125rem;top:39.8125rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d { width:16.9375rem;height:6.13671875rem;top:42.5rem;left:1.75rem;font-size:1rem;display:block; }#eEE0zAuzJZLB46fAqwUJOaB7lBAf0I7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #F6nwnxGUa4PLrzy2ckG5UGthlIbR6sor { width:3.06225625rem;height:3.25rem;top:35.8125rem;left:15.35595703125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUmhm8c9gRlPJaiIOC50DObqQooc0Rlf { width:3rem;height:3.25rem;top:16.43701171875rem;left:15.418212890625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaWtnZC4um79TGqFfvG0nELJsvZ5xL2q { width:20rem;height:16.3125rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbXSqTyc9m2IetrLGFfKfdkPSZmTaqzK { width:3rem;height:3.25rem;top:53.6875rem;left:16.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avTPkdCOAglbHLoMV1aLbUEbI5hzkkpy { width:17.4375rem;height:1.7871125rem;top:57.5rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW { width:17.75rem;height:4.5244125rem;top:60.5625rem;left:1.125rem;font-size:1rem;display:block; }#c9vx2I1wZ2JTlaoTHZrs4yBkBEqwazSW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #voUuGT9IBCafFnoPzEqfDzUtkbTRC9CB { width:20rem;height:16.5rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp51JMqq34nKt4iXvUreIsK3y2lQJXMs { width:3rem;height:3.25rem;top:71.93701171875rem;left:16.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFL3rw7HTUZCwwJp4h26InpSMK50HcX { width:12.43725rem;height:1.7871125rem;top:75.75rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKIb964uS5gv3VltdpiDTvB5sEpx5MzN { width:18.3125rem;height:7.4365rem;top:78.0615234375rem;left:1.030517578125rem;font-size:1rem;display:block; }#yKIb964uS5gv3VltdpiDTvB5sEpx5MzN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #vox3ThuvmnNM342BvLsHPqTKoDqPqoUQ { width:20rem;height:16.875rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrtTmEyrF03HDZZfrnsC2U9Nr47pE4Ab { width:3rem;height:3.25rem;top:89.8125rem;left:16.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzcZ6dDPVToevy7HQ6HXdxRZULAoyZq { width:13.375rem;height:3.57421875rem;top:93.724365234375rem;left:5.6728515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ { width:17.562rem;height:5.82421875rem;top:97.92333984375rem;left:1.40478515625rem;font-size:1rem;display:block; }#VQ8ndJbdp97TBKpv5qfZLEISNd6qNuhJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl { background-color:#dfedeb;background-image:none;display:block; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container { background-color: transparent; background-image: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container > .video-iframe-container { display: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row > .video-iframe-container { display: none; }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .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); }#Z6moltRmlAlfCCIcZUZTcdx4h2DhrNyl > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUxq1bUsmmGkcZKE0iZQrqaLJUU6qLfe { width:19.062rem;height:8.661625rem;top:2.259521484375rem;left:0.468017578125rem;font-size:2.625rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OQi3XdmwqIbTTM7vWflOBlE1yKWAJGJ9 { width:18.75rem;height:7.8735625rem;top:12.12451171875rem;left:0.6875rem;font-size:1.125rem;text-align:right;text-align-last:right;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 { width:18.687rem;height:10.4980625rem;top:25.061279296875rem;left:0.655517578125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }#mfKnDxrt5RZiB6wF9hkN5CKgPud1VSX5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #CMA94X50AmMrW9AMf7mg2NUHB0V1ACDG { width:18.375rem;height:27.687rem;top:36.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcZC1iCcLA0wUfxHxpbU4DTWTATaRmhT { width:9.4995rem;height:9.8745rem;top:54.5625rem;left:10.5rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #CwRy7U6GfWETX5CdMQyv3214yXuhmXsW { width:17.75rem;height:1.57470625rem;top:22.12353515625rem;left:1.500732421875rem;font-size:1.125rem;text-align:right;text-align-last:right;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #pr0e45LVngL87ivKcJqHUq2xihkayNOB { width:19.4375rem;height:1.57470625rem;top:66.52294921875rem;left:0.000732421875rem;font-size:1.125rem;text-align:right;text-align-last:right;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #i1fET1zZz0pCAOZ3OmVTfzJz55272G7e { width:18.5625rem;height:7.8735625rem;top:69.17138671875rem;left:0.750732421875rem;font-size:1.125rem;text-align:right;text-align-last:right;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Kbzxy27UzNC926Z9QmtcqdpJ082021UN { width:19rem;height:3.375rem;top:78.582275390625rem;left:0.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZsw27cd6Uwn4sfsDNK7Jbeyr0GEi6JM { display:block; }
 }@media only screen and (max-width: 763px) { #VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ { display:block; }#VW73oZ7gNHhK5yP6QEfsNsLwOW7hVofJ > .row .container { width:20rem;height:213.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1TT9qArTZEd9teumtxJrXfk5RZdPWID { width:19.9995rem;height:4.0004875rem;top:1.99951171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCEHXbUaC0b9Xeipwch0J8uAFi2Edakc { width:17.49975rem;height:3.5996125rem;top:67.937255859375rem;left:1.24951171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtrksxVASfeiWrEUyqc0JCZI1pQ2OoZu { width:17.49975rem;height:2.09985625rem;top:72.31201171875rem;left:1.623779296875rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qsrB571MgDhxZyJFaMhBC2bU0AzocvGi { width:17.49975rem;height:9.4482375rem;top:75.68701171875rem;left:1.24951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WslLBFvyAiemlx5RmhaQGzhxutG8ESCH { width:16.437rem;height:24.8745rem;top:86.556884765625rem;left:1.77978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxQn1vaGMNa1TqxgW574ia8RPHfSWPPW { width:17.49975rem;height:2.69970625rem;top:25.68310546875rem;left:1.24951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeylctO1Vs6WqvPuHCmxlzoUstTe1K70 { width:17.49975rem;height:3.5996125rem;top:20.8467rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbIAydAzQERG0DEzB37GIAPrnc9o74LI { width:16.875rem;height:24.375rem;top:34.727783203125rem;left:1.623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPV0Hd3FXoao0T50b7H9hIgBIPI3Sitv { width:16.875rem;height:24.375rem;top:86.805908203125rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncz8a7duBOKvA18aNO7ZMyoncuNzKAn7 { width:16.875rem;height:24.375rem;top:133.78930664062rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udxX7Kz4T24yFALytN9P6G6xbKffCqFU { width:16.875rem;height:24.375rem;top:181.30004882812rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLTcx70WhCxKlpdeTHq9SaFMkBwmELfP { width:19.9995rem;height:7rem;top:7.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV { width:17.3745rem;height:3.01171875rem;top:29.7216796875rem;left:1.31103515625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }#QZWpREU74TMeJ8HrwTQIXtOgEHiHn0TV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc328bcefe24f6360b936d4e3211c2e39ba7bbac.svg); }
 }@media only screen and (max-width: 763px) { #ITVsy2CAPlFZRXasEbCQAe4JQVG66zrt { width:16.18725rem;height:3.5996125rem;top:168.9375rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyTuS1N5yMNeyKCzbqvild2eFwZugUCr { width:16.18725rem;height:2.09985625rem;top:173.8125rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wMFhHGGR2RVAoHc9IRKQFqf4BvTUze7F { width:16.18725rem;height:3.1494125rem;top:177.12451171875rem;left:1.90576171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLAlAaSFZeo6cifsHbtzSOvXctOIl0br { width:16.18725rem;height:3.5996125rem;top:121.43041992188rem;left:1.90576171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwG4SsHkaIObbJUk9lKXnegflltx8N1k { width:16.18725rem;height:2.1875rem;top:125.54370117188rem;left:1.90576171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Gft1JdRnIfetDFiWeFAvlMnVrO0ecBgC { width:16.18725rem;height:3.1494125rem;top:128.70336914062rem;left:1.90576171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QooS12phChnZ4BLUVgJTL6VwabMVo5Ku { width:16.625rem;height:25rem;top:34.056884765625rem;left:1.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDcdD6kt6qd7dzLp2BBx18sGQHZgD00 { width:16.5625rem;height:24.8125rem;top:181.30004882812rem;left:2.232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgDZhE4aeExpTSi1vH1lLyp6KXohEeTg { width:16.5625rem;height:24.8125rem;top:133.30517578125rem;left:1.716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zsLxgHiFRJOUeVmZgghllpRBg8XQg7 { width:19rem;height:3.375rem;top:207.3623046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQLQAIx9BZy79MuH51mfhp984pAOIA19 { display:block; }
 }@media only screen and (max-width: 763px) { #iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX { display:block; }#iIxTbIAbGheDQlpAEZLAKTsmreHfFwMX > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLqq6h2CBIU4n6cPU1f2lCcKJKd2oBdw { width:19.99875rem;height:2.00024375rem;top:2.999267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aW0pyftkNXWmadW7f37x2oXtbtoaRTJ6 { width:16.1865rem;height:3.1494125rem;top:6.68701171875rem;left:1.906494140625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #kT5TmLmpIfIOrZKHavV1FzuQQkPb8mbK { top:12.07763671875rem;left:0.6240234375rem;width:18.75rem;height:26.0625rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #P7EomvlEfJhERFvRgTvdNnu2XNaBVVr6 { width:20rem;height:4rem;top:39.39013671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 { display:block; }#mh6ypcTvFRFlZFA9UkHwCnmniSXAiUV5 > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvegREmSm0kPOgmOdxhKoQiswVouqAEg { width:19.99875rem;height:2.00024375rem;top:2.999267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kEML9tapKPQtJEpUTolcWe25Drx7JfOe { width:20rem;height:0;top:6.2490234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }