.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:240,219,230;--color-primary-1:207,136,172;--color-primary-2:158,17,88;--color-primary-3:79,9,44;--color-primary-4:24,3,13;--color-secondary-0:234,246,222;--color-secondary-1:186,225,146;--color-secondary-2:116,195,37;--color-secondary-3:58,98,19;--color-secondary-4:17,29,6;--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:"Inter";--paragraphs-font-family:"Inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cd8356;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; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container { background-color: transparent; background-image: none; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container > .video-iframe-container { display: none; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row > .video-iframe-container { display: none; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .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); }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container { border-width: 0; border-radius: 0; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#ggyHkll988d5krUsnr9l7FtRFZJgU12A { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1937503814698rem;left:10.34375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c128093e-1d5a-4cc2-a4db-911c08044a59/Group5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB.adaptive-delivery-prevent-bg, #e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB.lazyload, #e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB.lazyloading { background-image: none; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container { background-color: transparent; background-image: none; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container > .video-iframe-container { display: none; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row > .video-iframe-container { display: none; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .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); }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container { border-width: 0; border-radius: 0; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#pquMWTb5nsRwVcUpUMBD9tuuebTudlb9 { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0510416030881rem;left:1.25rem;height:7.8rem;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; }
#qROZfe2Viq6ytHSWT4PtoCecN3ecCPGq { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#y4xGHDT1dpc35GwmrmoOp4ve0qgardk3 { box-sizing:content-box;height:2.1875rem;width:14.125rem;position:absolute;display:block;z-index:14999;background-color:#3a5882;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.75rem;left:1.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cLTaxlz2V8T4TPVlcG5ac9IIroNXOI5X { background-color:#cd8356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4375rem;left:1.25rem;display:block; }
#hWvo5VuzipKTQCwvtvBrQfbCwgMTywrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOrgWaZTPf9DrinKiAo9UKWROXTW0XTO { 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:1.5rem;width:1.5rem;top:18.4375rem;left:19.4375rem;overflow:hidden;display:block; }
#aDip6iKUtzmgoDb7iTdZ0uEe9wT3WPmC { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:#eef1f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:7.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#O3ko9rGPp95NzaEvahSvU4pv75IQv1aG { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.3125rem;left:15.8125rem;overflow:hidden;display:block; }
#P7wS300dm9rMhSRME185yk6Rk5hw3VyE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.9375rem;left:9rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mXLE2yo0OsJcyztCFZiLLXiIia6UhZo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.25rem;left:9rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#KRP4kHQ0fITVrJaAl7roPFhewvOfulrA { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#eef1f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:28.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Sxn0MI4rc7INsRm4JX9JTLclwxrhlPCm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.875rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#ynTXzlRm53KdWPGNk6RnLWrpnhoC7FST { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.9375rem;left:29.875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riOrH46GcyyzNyE8JnEKF1SeQr9WfrBb { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.3125rem;left:36.75rem;overflow:hidden;display:block; }
#WniZePuB3lqNrBRfsTldxSgJrTTsIESa { box-sizing:content-box;height:9.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15012;background-color:#eef1f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:49.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xAldrurnuaVtoECkOBqlCDS4yAiG5C3q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.4375rem;left:50.375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#XZmrQ5eEsXDawUyQ2O66s9O79h8r5Vp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.9375rem;left:50.375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8TdBC0BiOPM8csV5FtJrbyJvX2MPqBS { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:25.3125rem;left:57.25rem;overflow:hidden;display:block; }
#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 { position:relative;display:block; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 { background-color: transparent; background-image: none; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .row .container > .video-iframe-container { display: none; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .row > .video-iframe-container { display: none; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .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); }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 { border-width: 0; border-radius: 0; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .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; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .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:2.125rem;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; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm { position:relative;display:block; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm { background-color: transparent; background-image: none; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .row .container > .video-iframe-container { display: none; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .row > .video-iframe-container { display: none; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .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); }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm { border-width: 0; border-radius: 0; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .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; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .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:37.75rem;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; }#c2w1TqJxMtU1FTy6H4xIup7gFFgJF9KP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.125rem;width:30.25rem;top:2.1875rem;left:1rem;overflow:hidden;display:block; }
#zSHFF46VPFWRzXwPTPLr1c4I1pf0USML { color:#cd8356;display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:33.8125rem;height:1.95rem;font-style:normal;display:block; }
#SSeFBS5bHWVgQ5Iu5uNEJtQhRIc9Anud { color:#242424;display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.75rem;left:33.8125rem;height:24rem;display:block; }
#k3IuO3bw8iKnmetSa155ZzG8n9dGJmBQ { background-color:#cd8356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.875rem;left:33.8125rem;display:block; }
#iwE8Lchz4W2THCFLFt6C6kBlHy2PQ6DU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHiwkxi8eQN42J803BhscVsRNJA5u8y7 { 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:1.5rem;width:1.5rem;top:32.875rem;left:49.125rem;overflow:hidden;display:block; }
#SdqaSb1VhXR2SouT4hF32TMliIvuboso { position:relative;display:block; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso { background-color: transparent; background-image: none; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .row .container > .video-iframe-container { display: none; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .row > .video-iframe-container { display: none; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .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); }#SdqaSb1VhXR2SouT4hF32TMliIvuboso { border-width: 0; border-radius: 0; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .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; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .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:42.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; }#baBzMphMLqW9rzRLX84kwUxT4aEOt2dQ { color:#cd8356;display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:3.625rem;height:1.95rem;font-style:normal;display:block; }
#iSHassZ2NyX41eDr4LhVrnKMZ7J2fM50 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:4.625rem;top:5.8125rem;left:3.625rem;overflow:hidden;display:block; }
#lZKy3T2O4oBFNQRwMNNzgTQk53A1fPAP { color:#242424;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.5rem;height:6rem;display:block; }
#UOMqIMTaz5HSKfmZGfbnuy0uNEzhUw6A { color:#242424;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.3125rem;left:9.5rem;height:4.5rem;display:block; }
#NH4XC5K4vXpwDh5xKy2gUfwnvMObRCmN { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:4.375rem;top:13.3125rem;left:3.625rem;overflow:hidden;display:block; }
#SVsKdelcyzkO6V80L7VM1pqoA2spyawN { color:#242424;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.625rem;left:9.5rem;height:6rem;display:block; }
#MMvqzVuOpS3GTQ96o0F7oeSqHlZyJu66 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:4.375rem;top:19.625rem;left:3.625rem;overflow:hidden;display:block; }
#en41deHJ05TDVaJDXL8ayAJoAhRILVhe { color:#242424;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:27.75rem;left:9.5rem;height:6rem;display:block; }
#NdGqgqGvVkhXTNLK7X7qoDOp8b6VDVha { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:3.875rem;top:27.75rem;left:3.625rem;overflow:hidden;display:block; }
#Nh86LDNy5JQJ92Zn876PafmcHDtGS7Ss { color:#242424;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:35.125rem;left:9.5rem;height:4.5rem;display:block; }
#RlZF9aIvTJaq8M9UqSk2eTP9HMbV38tE { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:3.6875rem;top:35.125rem;left:3.625rem;overflow:hidden;display:block; }
#AolD3gfvLVMVh3QgDCPvLhXd5icMtw38 { box-sizing:content-box;height:37.5rem;width:0.0625rem;position:absolute;display:block;z-index:15012;background-color:#1f3a5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:36.4375rem;display:block; }
#B7S6uchssWRKIP094v4P75roC1yId9tT { color:#1f3a5f;display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:38.5rem;height:1.95rem;font-style:normal;display:block; }
#UG1gK0MynJhTgE9csXOPNy8Voy2S6KI7 { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:38.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aVg37izCpKiPkyaIha44anLUOIs1h9hI { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:6.625rem;left:39.5625rem;overflow:hidden;display:block; }
#GgSTQKJZ6y8D0BTxoG9bmuyRhrhHe8sT { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:43.875rem;height:2.6rem;font-style:normal;display:block; }
#UTLTOIvDGbXHBKFZRat96T5sxqkxTTcQ { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:57.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kmXCf8wcfflgxPNCfngegTB6QiehJgy7 { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:63rem;height:2.6rem;font-style:normal;display:block; }
#xxeieOvEL2tpK4gU2drAdOT3ZXmhlkJD { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:6.625rem;left:58.6875rem;overflow:hidden;display:block; }
#VX1v19dT472wLL5MuZpcIeA5cMHU3nB4 { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:38.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ph5qcZyHQylNfUNWTCTHc9HdJXd0dNTr { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:13.875rem;left:39.5625rem;overflow:hidden;display:block; }
#UfQRT1QGH31JFwWzUWk8DTEcztu6E2Z5 { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:43.875rem;height:2.6rem;font-style:normal;display:block; }
#o2FITv8k8khTr1tfUZewgTMmRgJE0Em8 { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:57.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oa1DgSbA7p7SyzSFIyJdbhRMTnluGZ9L { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:13.875rem;left:58.6875rem;overflow:hidden;display:block; }
#ZdD2esiSwWQ5JWiPITtMLSaQIudTudeN { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.1875rem;left:63rem;height:2.6rem;font-style:normal;display:block; }
#TrPDUZZevEWMCtPbCTu8zREQBDwJAMqT { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:38.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DpCeMB1iVmTgxpet3BS9EZfzrNSoPwnF { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:20.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#TGtx6S853RR9ZckwLXdBZ8klTApDsiom { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.875rem;height:2.6rem;font-style:normal;display:block; }
#SKkRZbuHANow3sDa04mX6yDP8XE5HpV5 { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:57.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Og2ZXUTb9PFKSttm49H5Hr7TxMJoklWs { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:20.9375rem;left:58.6875rem;overflow:hidden;display:block; }
#efbaRlfR3upmezHIzAiyQcUdMg200qqm { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.25rem;left:63rem;height:2.6rem;font-style:normal;display:block; }
#RZkZTb0MHqcK0JhaWtaCyne0IEnp5Har { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:38.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aLkxTJTrELI8oLhfo5lcegHOZLxuXppR { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:28.125rem;left:39.5625rem;overflow:hidden;display:block; }
#Sk7tZ5Nos8RsvG5IxoAJWJeoSMFbSmX2 { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.4375rem;left:43.875rem;height:2.6rem;font-style:normal;display:block; }
#M4f8dVp3aZMqsSUP8F7XLDt7HTrWmqyA { box-sizing:content-box;height:5.9375rem;width:17.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:57.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZnI3X6GLh9isqSGkJMWhv8N5hqkk69Ul { color:#1f3a5f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.4375rem;left:63rem;height:2.6rem;font-style:normal;display:block; }
#XTQBs46FUfDLwmKLWNatkSFMHXZWPDqP { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:28.125rem;left:58.6875rem;overflow:hidden;display:block; }
#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f3a5f;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; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container { background-color: transparent; background-image: none; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container > .video-iframe-container { display: none; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row > .video-iframe-container { display: none; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .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); }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container { border-width: 0; border-radius: 0; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#cxVur0wWrbPUQncau0xzisbI9O8ebGfi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ZOKfoxJbZ3RWtK4fMucbqvImtT36NycU { box-sizing:content-box;height:5.5rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(50,77,114,0.6);background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KdQNg1V3stFzzwzt5lCZ2gl7R4GTHgsQ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.5rem;left:1.125rem;overflow:hidden;display:block; }
#dNTMPS8TougGVFlvatWKOfm8k6WAC1fn { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.375rem;left:4.25rem;height:2.275rem;display:block; }
#rBZZ5TeQwhND24Xs0kA1P6s9ZZMvBeqd { box-sizing:content-box;height:5.5rem;width:17.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(50,77,114,0.6);background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:19.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tpWWglLza0km4CklKQRfaIrJG8xug773 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:24.0625rem;height:2.275rem;display:block; }
#HrFEWI2i44QG8EKPbTfrngysOAQiGSpQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.5rem;left:20.9375rem;overflow:hidden;display:block; }
#bPOeagp3uFDVfA498XdrQPAITSa5RQyq { box-sizing:content-box;height:5.5rem;width:17.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(50,77,114,0.6);background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:39.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wcwmqOlywPgAZWBtTK1yzmpQUP7SDJb6 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.375rem;left:43.375rem;height:2.275rem;display:block; }
#Dma9fzmpPalNwUET5BMPLvPQLReZIO42 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.5rem;left:40.25rem;overflow:hidden;display:block; }
#gaacDapvRNMG1MCkBAqGotrZuDmuhVdX { box-sizing:content-box;height:5.5rem;width:17.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(50,77,114,0.6);background-image:none;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:57.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#J0hAVPmn4rOkES2DJl0KTT0KTO6IlmNK { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.375rem;left:62.0625rem;height:3.4125rem;display:block; }
#WAVTwlrARqdsulkw8fmvK3TNsssIEXDI { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:10.5rem;left:58.9375rem;overflow:hidden;display:block; }
#AEohoemkL7RoQUrVq4ADoEJ2KLvlns3F { background-color:#cd8356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.375rem;left:28.625rem;display:block; }
#cAEBBDbNs7XCFpprECl3kU8n9euZq7bi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBfm0LHD8iLNHrMhuNuM58SEtmO4S49x { 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:1.5rem;width:1.5rem;top:17.375rem;left:43.9375rem;overflow:hidden;display:block; }
#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d5de5058-abd6-4869-b6e5-f6e883ea5512/Group10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe.adaptive-delivery-prevent-bg, #ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe.lazyload, #ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe.lazyloading { background-image: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container { background-color: transparent; background-image: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container > .video-iframe-container { display: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row > .video-iframe-container { display: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .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); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container { border-width: 0; border-radius: 0; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#Jy34ArWvfEVzA8ZUILZdzuwsGMucfTDo { box-sizing:content-box;height:34.375rem;width:43.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:15.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rTOdTOn26CsSlL0FapG3oNI9HMkte0Qu { color:#242424;display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhGeTcCLx9ZUqAhA9bsrOdDVXUV9rJwo { box-sizing:content-box;height:2.1875rem;width:14.125rem;position:absolute;display:block;z-index:15001;background-color:#cd8356;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:30.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BJEHheU987oeyIPmlDwwvXxNX8Q71USX { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:31.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vNlsPEXDNoIWGTCcqvUGMzFsBOBo1tfU { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:9.6875rem;left:19.5625rem;overflow:hidden;display:block; }
#DTqRLtrbzEKyJB85hhRrQBCWxuZztzzp { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:23.8125rem;height:1.625rem;font-style:normal;display:block; }
#eKsebSOz1658n6yule9PcSWocrwBDxTM { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:23.8125rem;height:2.6rem;font-style:normal;display:block; }
#O3agRaAO7XCkfkNy8TrZfkmuRQnSbflR { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:15.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#n6bSJaTcClbguyMWV7n2OLvi3ZQT0REA { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.4375rem;left:23.8125rem;height:1.625rem;font-style:normal;display:block; }
#GDbItanSQwadgqJXm5E3NOHERRK3X6Cd { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:23.8125rem;height:1.3rem;font-style:normal;display:block; }
#W9ihUmGlXsexOco4BzNX10OfmPKSKH6m { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:20.875rem;left:19.5625rem;overflow:hidden;display:block; }
#HiWNICUr9FvbSE9d08NaMlUl6LpUDNSg { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.875rem;left:23.8125rem;height:1.625rem;font-style:normal;display:block; }
#phzFtuCSnfNu2mb9nGTAhpeFdI2oeCSz { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.5rem;left:23.8125rem;height:1.3rem;font-style:normal;display:block; }
#Lwam67G0oC4mZmQ2rqQ3t0DapiyrbgeX { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:26.1875rem;left:19.5625rem;overflow:hidden;display:block; }
#AZx96ZW9LK259StAeXEouJPSuaDz2k7X { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:23.8125rem;height:1.625rem;font-style:normal;display:block; }
#cfrVMDsJto2kr35D2FyLBGqORK1JrKFB { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.8125rem;left:23.8125rem;height:1.3rem;font-style:normal;display:block; }
#pRCk4do9ffxU6IVsn4OdI2NGCzurrbxD { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:31.5625rem;left:19.5625rem;overflow:hidden;display:block; }
#dlGfKFfQOQVJBSGAk1D08LgyUShCblJq { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5625rem;left:23.8125rem;height:1.625rem;font-style:normal;display:block; }
#hgcWfKOIMSpCxM4TUOoUN0xNOrmIJv0Q { color:#242424;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:33.1875rem;left:23.8125rem;height:1.3rem;font-style:normal;display:block; }
#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f3a5f;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; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container { background-color: transparent; background-image: none; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container > .video-iframe-container { display: none; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row > .video-iframe-container { display: none; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .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); }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container { border-width: 0; border-radius: 0; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#SoAr1phoohtF2Gfv41czH4HkzVwcNnyP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DdwdO9EIKxE5TEEi7eSApxD8SzAlqq8b { background-color:#cd8356;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.125rem;left:28.625rem;display:block; }
#B1Bkc2QHMtF1uXAQsATcC1OdgrgA3wKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2UV3BENFFy5usuzXJmE9e6qEANto1wy { 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:1.5rem;width:1.5rem;top:12.125rem;left:43.9375rem;overflow:hidden;display:block; }
#COfuLgCAUAP7CIWxoCkPaXVzBITclADg { color:#ffffff;display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rln75UO219ahgRL3CAkONlM8tbAwgIns { position:relative;display:block; }#rln75UO219ahgRL3CAkONlM8tbAwgIns { background-color: transparent; background-image: none; }#rln75UO219ahgRL3CAkONlM8tbAwgIns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .row .container > .video-iframe-container { display: none; }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .row > .video-iframe-container { display: none; }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .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); }#rln75UO219ahgRL3CAkONlM8tbAwgIns { border-width: 0; border-radius: 0; }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .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; }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .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:30.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; }#aCKIZNK5nk2VDe9wRkWKGlSDgXoMmJAJ { color:#4a6fa5;display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:14.4375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPvavRZqcy6DSoyrL3zDTb2oB7LKlMGR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:13.9375rem;top:5.0625rem;left:14.4375rem;overflow:hidden;display:block; }
#hKXrgHleNPpSv88yE2tGQyqwmDdB8Qlm { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:7.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#pDrfTWZdJEXqgpeVzyqus30AXT3yqNbT { color:#242424;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.375rem;left:14.4375rem;height:16.5rem;display:block; }
#UP8sqyJnznu4c0U1ZwJUplX0vZAKxepI { box-sizing:content-box;height:17.0625rem;width:23.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(220,230,242,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:51.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pKk4sOlm1ea9m11Q4d2wPpxw2835eOJA { color:#4a6fa5;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.125rem;left:53.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL { color:#242424;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:12.15625rem;left:53.5625rem;height:9.8125rem;overflow:hidden;display:block; }#RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf4d4078cbac369f51f4ebdb18ff3260f6d3a21a.svg); }
#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f3a5f;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; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container { background-color: transparent; background-image: none; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container > .video-iframe-container { display: none; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row > .video-iframe-container { display: none; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .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); }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container { border-width: 0; border-radius: 0; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;position:relative;display:block; }#X4Cr9oxO2SkxRNlhW9eJxussQnT8RIX1 { position:absolute;z-index:15000;top:10.75rem;left:0rem;width:75rem;height:50.625rem;display:block; }
#kRrR16FuCrdEeVFPzRTbmGlnbiHNreSm { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:3.5rem;left:18.53125rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { background-color: transparent; background-image: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container > .video-iframe-container { display: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container { display: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .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); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { border-width: 0; border-radius: 0; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:block; }#ERJwOWXrqeroSf1cIJKeIofJxcdEhZwr { display:block;width:56.1875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:1.3875007629394rem;left:9.40625rem;height:8.1rem;text-align:center;text-align-last:center;color:#9b9898;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #MTD5R1ZEHLFazayO3RxZTGkkmiutayTo { display:block; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container { width:47.75rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ggyHkll988d5krUsnr9l7FtRFZJgU12A { width:47.75rem;height:1.3rem;top:1.1312503814698rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB { display:block; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pquMWTb5nsRwVcUpUMBD9tuuebTudlb9 { width:33.6875rem;height:9.99375rem;top:4.25rem;left:0rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qROZfe2Viq6ytHSWT4PtoCecN3ecCPGq { width:13.1875rem;height:1.4625rem;top:1.625rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #y4xGHDT1dpc35GwmrmoOp4ve0qgardk3 { width:14.125rem;height:2.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLTaxlz2V8T4TPVlcG5ac9IIroNXOI5X { width:23.5rem;height:4.0625rem;top:26.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWvo5VuzipKTQCwvtvBrQfbCwgMTywrJ { display:block; }
 }@media only screen and (max-width: 1199px) { #LOrgWaZTPf9DrinKiAo9UKWROXTW0XTO { width:1.5rem;height:1.5rem;top:28.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDip6iKUtzmgoDb7iTdZ0uEe9wT3WPmC { width:14.8125rem;height:9.1875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3ko9rGPp95NzaEvahSvU4pv75IQv1aG { width:2rem;height:2rem;top:16.375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7wS300dm9rMhSRME185yk6Rk5hw3VyE { width:13.75rem;height:1.3rem;top:18.81875038147rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXLE2yo0OsJcyztCFZiLLXiIia6UhZo6 { width:13.75rem;height:3.4125rem;top:20.299999237061rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRP4kHQ0fITVrJaAl7roPFhewvOfulrA { width:14.8125rem;height:9.1875rem;top:15.5625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sxn0MI4rc7INsRm4JX9JTLclwxrhlPCm { width:13.75rem;height:2.275rem;top:21.5rem;left:17.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynTXzlRm53KdWPGNk6RnLWrpnhoC7FST { width:13.75rem;height:2.6rem;top:18.856250762939rem;left:17.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riOrH46GcyyzNyE8JnEKF1SeQr9WfrBb { width:2rem;height:2rem;top:16.375rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WniZePuB3lqNrBRfsTldxSgJrTTsIESa { width:14.8125rem;height:9.1875rem;top:15.5625rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAldrurnuaVtoECkOBqlCDS4yAiG5C3q { width:13.75rem;height:2.275rem;top:21.5rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZmrQ5eEsXDawUyQ2O66s9O79h8r5Vp6 { width:13.75rem;height:2.6rem;top:18.856250762939rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8TdBC0BiOPM8csV5FtJrbyJvX2MPqBS { width:2rem;height:2rem;top:16.375rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 { display:block; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm { display:block; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .row .container { width:47.75rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c2w1TqJxMtU1FTy6H4xIup7gFFgJF9KP { width:17.1875rem;height:18.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSHFF46VPFWRzXwPTPLr1c4I1pf0USML { width:30rem;height:3.9rem;top:2.1875rem;left:17.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSeFBS5bHWVgQ5Iu5uNEJtQhRIc9Anud { width:29.9375rem;height:31.5rem;top:6.75rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3IuO3bw8iKnmetSa155ZzG8n9dGJmBQ { width:23.5rem;height:4.0625rem;top:40rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwE8Lchz4W2THCFLFt6C6kBlHy2PQ6DU { display:block; }
 }@media only screen and (max-width: 1199px) { #OHiwkxi8eQN42J803BhscVsRNJA5u8y7 { width:1.5rem;height:1.5rem;top:41.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdqaSb1VhXR2SouT4hF32TMliIvuboso { display:block; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .row .container { width:47.75rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #baBzMphMLqW9rzRLX84kwUxT4aEOt2dQ { width:22.9375rem;height:3.9rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iSHassZ2NyX41eDr4LhVrnKMZ7J2fM50 { width:4.625rem;height:3.6875rem;top:6.625rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZKy3T2O4oBFNQRwMNNzgTQk53A1fPAP { width:23.5rem;height:6rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOMqIMTaz5HSKfmZGfbnuy0uNEzhUw6A { width:23.375rem;height:4.5rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NH4XC5K4vXpwDh5xKy2gUfwnvMObRCmN { width:4.375rem;height:3.625rem;top:18.5625rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVsKdelcyzkO6V80L7VM1pqoA2spyawN { width:23.3125rem;height:6rem;top:31.59375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MMvqzVuOpS3GTQ96o0F7oeSqHlZyJu66 { width:4.375rem;height:3.5rem;top:28.09375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #en41deHJ05TDVaJDXL8ayAJoAhRILVhe { width:22.875rem;height:6rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdGqgqGvVkhXTNLK7X7qoDOp8b6VDVha { width:3.875rem;height:3.4375rem;top:38.875rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nh86LDNy5JQJ92Zn876PafmcHDtGS7Ss { width:23.75rem;height:4.5rem;top:54.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlZF9aIvTJaq8M9UqSk2eTP9HMbV38tE { width:3.6875rem;height:3.4375rem;top:50.0625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AolD3gfvLVMVh3QgDCPvLhXd5icMtw38 { width:0.0625rem;height:37.5rem;top:2rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7S6uchssWRKIP094v4P75roC1yId9tT { width:23.5rem;height:1.95rem;top:2rem;left:24.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UG1gK0MynJhTgE9csXOPNy8Voy2S6KI7 { width:17.375rem;height:5.9375rem;top:5.5rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVg37izCpKiPkyaIha44anLUOIs1h9hI { width:3rem;height:2.9375rem;top:7rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GgSTQKJZ6y8D0BTxoG9bmuyRhrhHe8sT { width:10.125rem;height:2.6rem;top:7.1687507629394rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTLTOIvDGbXHBKFZRat96T5sxqkxTTcQ { width:17.375rem;height:5.9375rem;top:13.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmXCf8wcfflgxPNCfngegTB6QiehJgy7 { width:10.125rem;height:2.6rem;top:14.918750762939rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxeieOvEL2tpK4gU2drAdOT3ZXmhlkJD { width:3rem;height:2.9375rem;top:14.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VX1v19dT472wLL5MuZpcIeA5cMHU3nB4 { width:17.375rem;height:5.9375rem;top:20.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ph5qcZyHQylNfUNWTCTHc9HdJXd0dNTr { width:3rem;height:2.9375rem;top:21.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfQRT1QGH31JFwWzUWk8DTEcztu6E2Z5 { width:10.125rem;height:2.6rem;top:22.1875rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2FITv8k8khTr1tfUZewgTMmRgJE0Em8 { width:17.375rem;height:5.9375rem;top:28.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oa1DgSbA7p7SyzSFIyJdbhRMTnluGZ9L { width:3rem;height:2.9375rem;top:29.625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdD2esiSwWQ5JWiPITtMLSaQIudTudeN { width:10.125rem;height:2.6rem;top:29.793750762939rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrPDUZZevEWMCtPbCTu8zREQBDwJAMqT { width:17.375rem;height:5.9375rem;top:35.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpCeMB1iVmTgxpet3BS9EZfzrNSoPwnF { width:3rem;height:2.9375rem;top:36.625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGtx6S853RR9ZckwLXdBZ8klTApDsiom { width:10.125rem;height:2.6rem;top:36.637500762939rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKkRZbuHANow3sDa04mX6yDP8XE5HpV5 { width:17.375rem;height:5.9375rem;top:43.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Og2ZXUTb9PFKSttm49H5Hr7TxMJoklWs { width:3rem;height:2.9375rem;top:44.59375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #efbaRlfR3upmezHIzAiyQcUdMg200qqm { width:10.125rem;height:2.6rem;top:44.762500762939rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZkZTb0MHqcK0JhaWtaCyne0IEnp5Har { width:17.375rem;height:5.9375rem;top:50.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aLkxTJTrELI8oLhfo5lcegHOZLxuXppR { width:3rem;height:2.9375rem;top:52.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sk7tZ5Nos8RsvG5IxoAJWJeoSMFbSmX2 { width:10.125rem;height:2.6rem;top:52.293750762939rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4f8dVp3aZMqsSUP8F7XLDt7HTrWmqyA { width:17.375rem;height:5.9375rem;top:58rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnI3X6GLh9isqSGkJMWhv8N5hqkk69Ul { width:10.125rem;height:2.6rem;top:59.668750762939rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTQBs46FUfDLwmKLWNatkSFMHXZWPDqP { width:3rem;height:2.9375rem;top:59.5rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK { display:block; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cxVur0wWrbPUQncau0xzisbI9O8ebGfi { width:47.75rem;height:1.95rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOKfoxJbZ3RWtK4fMucbqvImtT36NycU { width:17.1875rem;height:5.5rem;top:8.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdQNg1V3stFzzwzt5lCZ2gl7R4GTHgsQ { width:2rem;height:2rem;top:10.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNTMPS8TougGVFlvatWKOfm8k6WAC1fn { width:11.75rem;height:2.275rem;top:10rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBZZ5TeQwhND24Xs0kA1P6s9ZZMvBeqd { width:17.1875rem;height:5.5rem;top:8.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tpWWglLza0km4CklKQRfaIrJG8xug773 { width:11.75rem;height:2.275rem;top:10rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HrFEWI2i44QG8EKPbTfrngysOAQiGSpQ { width:2rem;height:2rem;top:10.125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPOeagp3uFDVfA498XdrQPAITSa5RQyq { width:17.1875rem;height:5.5rem;top:14.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcwmqOlywPgAZWBtTK1yzmpQUP7SDJb6 { width:11.75rem;height:2.275rem;top:16.5625rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dma9fzmpPalNwUET5BMPLvPQLReZIO42 { width:2rem;height:2rem;top:16.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gaacDapvRNMG1MCkBAqGotrZuDmuhVdX { width:17.1875rem;height:5.5rem;top:14.9375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0hAVPmn4rOkES2DJl0KTT0KTO6IlmNK { width:11.75rem;height:3.4125rem;top:16rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAVTwlrARqdsulkw8fmvK3TNsssIEXDI { width:1.875rem;height:2rem;top:16.875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEohoemkL7RoQUrVq4ADoEJ2KLvlns3F { width:23.5rem;height:4.0625rem;top:22.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cAEBBDbNs7XCFpprECl3kU8n9euZq7bi { display:block; }
 }@media only screen and (max-width: 1199px) { #aBfm0LHD8iLNHrMhuNuM58SEtmO4S49x { width:1.5rem;height:1.5rem;top:23.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe { display:block; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jy34ArWvfEVzA8ZUILZdzuwsGMucfTDo { width:43.25rem;height:34.375rem;top:2.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTOdTOn26CsSlL0FapG3oNI9HMkte0Qu { width:35.875rem;height:1.95rem;top:3.75rem;left:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhGeTcCLx9ZUqAhA9bsrOdDVXUV9rJwo { width:14.125rem;height:2.1875rem;top:6.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJEHheU987oeyIPmlDwwvXxNX8Q71USX { width:39.25rem;height:1.7875rem;top:6.4500007629394rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vNlsPEXDNoIWGTCcqvUGMzFsBOBo1tfU { width:2.4375rem;height:2.4375rem;top:9.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTqRLtrbzEKyJB85hhRrQBCWxuZztzzp { width:34rem;height:1.625rem;top:9.6875rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKsebSOz1658n6yule9PcSWocrwBDxTM { width:34rem;height:2.6rem;top:11.3125rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3agRaAO7XCkfkNy8TrZfkmuRQnSbflR { width:2.4375rem;height:2.4375rem;top:15.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n6bSJaTcClbguyMWV7n2OLvi3ZQT0REA { width:34rem;height:1.625rem;top:15.4375rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDbItanSQwadgqJXm5E3NOHERRK3X6Cd { width:34rem;height:1.3rem;top:17.0625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W9ihUmGlXsexOco4BzNX10OfmPKSKH6m { width:2.4375rem;height:2.4375rem;top:20.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HiWNICUr9FvbSE9d08NaMlUl6LpUDNSg { width:34rem;height:1.625rem;top:20.875rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #phzFtuCSnfNu2mb9nGTAhpeFdI2oeCSz { width:34rem;height:1.3rem;top:22.5rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lwam67G0oC4mZmQ2rqQ3t0DapiyrbgeX { width:2.4375rem;height:2.4375rem;top:26.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZx96ZW9LK259StAeXEouJPSuaDz2k7X { width:34rem;height:1.625rem;top:26.1875rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfrVMDsJto2kr35D2FyLBGqORK1JrKFB { width:34rem;height:1.3rem;top:27.8125rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRCk4do9ffxU6IVsn4OdI2NGCzurrbxD { width:2.4375rem;height:2.4375rem;top:31.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlGfKFfQOQVJBSGAk1D08LgyUShCblJq { width:34rem;height:1.625rem;top:31.5625rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgcWfKOIMSpCxM4TUOoUN0xNOrmIJv0Q { width:34rem;height:1.3rem;top:33.1875rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW { display:block; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container { width:47.75rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SoAr1phoohtF2Gfv41czH4HkzVwcNnyP { width:47.75rem;height:2.6rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdwdO9EIKxE5TEEi7eSApxD8SzAlqq8b { width:23.5rem;height:4.0625rem;top:9.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1Bkc2QHMtF1uXAQsATcC1OdgrgA3wKu { display:block; }
 }@media only screen and (max-width: 1199px) { #J2UV3BENFFy5usuzXJmE9e6qEANto1wy { width:1.5rem;height:1.5rem;top:11.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COfuLgCAUAP7CIWxoCkPaXVzBITclADg { width:45rem;height:2.6rem;top:5.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rln75UO219ahgRL3CAkONlM8tbAwgIns { display:block; }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .row .container { width:47.75rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aCKIZNK5nk2VDe9wRkWKGlSDgXoMmJAJ { width:35.875rem;height:1.95rem;top:2.0625rem;left:11rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPvavRZqcy6DSoyrL3zDTb2oB7LKlMGR { width:13.9375rem;height:4.0625rem;top:5rem;left:11rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKXrgHleNPpSv88yE2tGQyqwmDdB8Qlm { width:11rem;height:11rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDrfTWZdJEXqgpeVzyqus30AXT3yqNbT { width:36.5rem;height:16.5rem;top:9.9375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UP8sqyJnznu4c0U1ZwJUplX0vZAKxepI { width:23.8125rem;height:17.0625rem;top:27.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKk4sOlm1ea9m11Q4d2wPpxw2835eOJA { width:19.8125rem;height:1.95rem;top:29.8125rem;left:12.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL { width:18.625rem;height:9.8125rem;top:32.6875rem;left:12.5rem;font-size:1rem;display:block; }#RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf4d4078cbac369f51f4ebdb18ff3260f6d3a21a.svg); }
 }@media only screen and (max-width: 1199px) { #Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT { display:block; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container { width:47.75rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X4Cr9oxO2SkxRNlhW9eJxussQnT8RIX1 { width:47.75rem;height:51.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kRrR16FuCrdEeVFPzRTbmGlnbiHNreSm { width:37.9375rem;height:4.2rem;top:3.5rem;left:4.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { background-color:#ffffff;background-image:none;display:block; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { background-color: transparent; background-image: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container > .video-iframe-container { display: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row > .video-iframe-container { display: none; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .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); }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { width:47.75rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ERJwOWXrqeroSf1cIJKeIofJxcdEhZwr { width:46.4375rem;height:8.1rem;top:1.6687507629394rem;left:0.65625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MTD5R1ZEHLFazayO3RxZTGkkmiutayTo { display:block; }#MTD5R1ZEHLFazayO3RxZTGkkmiutayTo > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggyHkll988d5krUsnr9l7FtRFZJgU12A { width:20rem;height:2.6rem;top:1.9499998092651rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB { display:block; }#e1fuwIV3AU2aHglp1LEu5sVXGTqJ1DIB > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pquMWTb5nsRwVcUpUMBD9tuuebTudlb9 { width:20rem;height:23.4rem;top:3.7843751907349rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qROZfe2Viq6ytHSWT4PtoCecN3ecCPGq { width:20rem;height:1.4625rem;top:1.484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4xGHDT1dpc35GwmrmoOp4ve0qgardk3 { width:14.125rem;height:2.1875rem;top:1.1218748092651rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTaxlz2V8T4TPVlcG5ac9IIroNXOI5X { width:19rem;height:3.5rem;top:27.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWvo5VuzipKTQCwvtvBrQfbCwgMTywrJ { display:block; }
 }@media only screen and (max-width: 763px) { #LOrgWaZTPf9DrinKiAo9UKWROXTW0XTO { width:1.5rem;height:1.5rem;top:28.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDip6iKUtzmgoDb7iTdZ0uEe9wT3WPmC { width:17.8125rem;height:9.1875rem;top:33.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3ko9rGPp95NzaEvahSvU4pv75IQv1aG { width:2rem;height:2rem;top:33.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7wS300dm9rMhSRME185yk6Rk5hw3VyE { width:15.6875rem;height:1.3rem;top:36.375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXLE2yo0OsJcyztCFZiLLXiIia6UhZo6 { width:15.6875rem;height:3.4125rem;top:37.6875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRP4kHQ0fITVrJaAl7roPFhewvOfulrA { width:17.8125rem;height:9.1875rem;top:43.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxn0MI4rc7INsRm4JX9JTLclwxrhlPCm { width:15.6875rem;height:2.275rem;top:49.081249237061rem;left:2.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTXzlRm53KdWPGNk6RnLWrpnhoC7FST { width:15.6875rem;height:2.6rem;top:46.481249809265rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riOrH46GcyyzNyE8JnEKF1SeQr9WfrBb { width:2rem;height:2rem;top:44rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniZePuB3lqNrBRfsTldxSgJrTTsIESa { width:17.8125rem;height:9.1875rem;top:53.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAldrurnuaVtoECkOBqlCDS4yAiG5C3q { width:15.6875rem;height:2.275rem;top:59.518749237061rem;left:2.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmrQ5eEsXDawUyQ2O66s9O79h8r5Vp6 { width:15.6875rem;height:2.6rem;top:56.918750762939rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8TdBC0BiOPM8csV5FtJrbyJvX2MPqBS { width:2rem;height:2rem;top:54.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 { display:block; }#vKoQo0T4xJWVDAURf8v9s4PwbHtqM985 > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm { display:block; }#CLBJSNDfuZVh1cySWKrCEBXiOCAfAKcm > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2w1TqJxMtU1FTy6H4xIup7gFFgJF9KP { width:20rem;height:21.890909090909rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHFF46VPFWRzXwPTPLr1c4I1pf0USML { width:20rem;height:3.9rem;top:24.390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSeFBS5bHWVgQ5Iu5uNEJtQhRIc9Anud { width:20rem;height:45rem;top:29.540625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3IuO3bw8iKnmetSa155ZzG8n9dGJmBQ { width:17.8125rem;height:3.5rem;top:75.790625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwE8Lchz4W2THCFLFt6C6kBlHy2PQ6DU { display:block; }
 }@media only screen and (max-width: 763px) { #OHiwkxi8eQN42J803BhscVsRNJA5u8y7 { width:1.5rem;height:1.5rem;top:76.790624618531rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdqaSb1VhXR2SouT4hF32TMliIvuboso { display:block; }#SdqaSb1VhXR2SouT4hF32TMliIvuboso > .row .container { width:20rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baBzMphMLqW9rzRLX84kwUxT4aEOt2dQ { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHassZ2NyX41eDr4LhVrnKMZ7J2fM50 { width:4.625rem;height:3.6875rem;top:6.96249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKy3T2O4oBFNQRwMNNzgTQk53A1fPAP { width:15rem;height:9rem;top:6.96249961853rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMqIMTaz5HSKfmZGfbnuy0uNEzhUw6A { width:15rem;height:6rem;top:18.52499961853rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH4XC5K4vXpwDh5xKy2gUfwnvMObRCmN { width:4.375rem;height:3.625rem;top:18.52499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVsKdelcyzkO6V80L7VM1pqoA2spyawN { width:15rem;height:9rem;top:27.27499961853rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMvqzVuOpS3GTQ96o0F7oeSqHlZyJu66 { width:4.375rem;height:3.5rem;top:27.27499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #en41deHJ05TDVaJDXL8ayAJoAhRILVhe { width:15rem;height:9rem;top:38.77499961853rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdGqgqGvVkhXTNLK7X7qoDOp8b6VDVha { width:3.875rem;height:3.4375rem;top:38.77499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh86LDNy5JQJ92Zn876PafmcHDtGS7Ss { width:15rem;height:7.5rem;top:49.96249961853rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlZF9aIvTJaq8M9UqSk2eTP9HMbV38tE { width:3.6875rem;height:3.4375rem;top:49.96249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolD3gfvLVMVh3QgDCPvLhXd5icMtw38 { width:0.0625rem;height:37.5rem;top:47.4rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7S6uchssWRKIP094v4P75roC1yId9tT { width:20rem;height:1.95rem;top:59.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1gK0MynJhTgE9csXOPNy8Voy2S6KI7 { width:17.375rem;height:5.9375rem;top:62.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVg37izCpKiPkyaIha44anLUOIs1h9hI { width:3rem;height:2.9375rem;top:63.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgSTQKJZ6y8D0BTxoG9bmuyRhrhHe8sT { width:10.125rem;height:2.6rem;top:63.9375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLTOIvDGbXHBKFZRat96T5sxqkxTTcQ { width:17.375rem;height:5.9375rem;top:69.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmXCf8wcfflgxPNCfngegTB6QiehJgy7 { width:10.125rem;height:2.6rem;top:71.125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxeieOvEL2tpK4gU2drAdOT3ZXmhlkJD { width:3rem;height:2.9375rem;top:71rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX1v19dT472wLL5MuZpcIeA5cMHU3nB4 { width:17.375rem;height:5.9375rem;top:76.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5qcZyHQylNfUNWTCTHc9HdJXd0dNTr { width:3rem;height:2.9375rem;top:78.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfQRT1QGH31JFwWzUWk8DTEcztu6E2Z5 { width:10.125rem;height:2.6rem;top:78.4375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2FITv8k8khTr1tfUZewgTMmRgJE0Em8 { width:17.375rem;height:5.9375rem;top:83.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1DgSbA7p7SyzSFIyJdbhRMTnluGZ9L { width:3rem;height:2.9375rem;top:85.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdD2esiSwWQ5JWiPITtMLSaQIudTudeN { width:10.125rem;height:2.6rem;top:85.5rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPDUZZevEWMCtPbCTu8zREQBDwJAMqT { width:17.375rem;height:5.9375rem;top:91.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpCeMB1iVmTgxpet3BS9EZfzrNSoPwnF { width:3rem;height:2.9375rem;top:92rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGtx6S853RR9ZckwLXdBZ8klTApDsiom { width:10.125rem;height:2.6rem;top:92rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKkRZbuHANow3sDa04mX6yDP8XE5HpV5 { width:17.375rem;height:5.9375rem;top:98.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og2ZXUTb9PFKSttm49H5Hr7TxMJoklWs { width:3rem;height:2.9375rem;top:99.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efbaRlfR3upmezHIzAiyQcUdMg200qqm { width:10.125rem;height:2.6rem;top:99.875rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZkZTb0MHqcK0JhaWtaCyne0IEnp5Har { width:17.375rem;height:5.9375rem;top:105.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLkxTJTrELI8oLhfo5lcegHOZLxuXppR { width:3rem;height:2.9375rem;top:106.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk7tZ5Nos8RsvG5IxoAJWJeoSMFbSmX2 { width:10.125rem;height:2.6rem;top:107.0625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4f8dVp3aZMqsSUP8F7XLDt7HTrWmqyA { width:17.375rem;height:5.9375rem;top:112.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnI3X6GLh9isqSGkJMWhv8N5hqkk69Ul { width:10.125rem;height:2.6rem;top:114.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQBs46FUfDLwmKLWNatkSFMHXZWPDqP { width:3rem;height:2.9375rem;top:114.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK { display:block; }#eEBtAkgFT2S8TeKZETfHGpBe9tsWTMqK > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxVur0wWrbPUQncau0xzisbI9O8ebGfi { width:20rem;height:5.85rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOKfoxJbZ3RWtK4fMucbqvImtT36NycU { width:17.1875rem;height:5.5rem;top:8.35rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdQNg1V3stFzzwzt5lCZ2gl7R4GTHgsQ { width:2rem;height:2rem;top:10.1rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTMPS8TougGVFlvatWKOfm8k6WAC1fn { width:11.75rem;height:2.275rem;top:9.975rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZZ5TeQwhND24Xs0kA1P6s9ZZMvBeqd { width:17.1875rem;height:5.5rem;top:15.1rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpWWglLza0km4CklKQRfaIrJG8xug773 { width:11.75rem;height:2.275rem;top:16.725rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFEWI2i44QG8EKPbTfrngysOAQiGSpQ { width:2rem;height:2rem;top:16.85rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOeagp3uFDVfA498XdrQPAITSa5RQyq { width:17.1875rem;height:5.5rem;top:21.85rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwmqOlywPgAZWBtTK1yzmpQUP7SDJb6 { width:11.75rem;height:2.275rem;top:23.475rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dma9fzmpPalNwUET5BMPLvPQLReZIO42 { width:2rem;height:2rem;top:23.6rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaacDapvRNMG1MCkBAqGotrZuDmuhVdX { width:17.1875rem;height:5.5rem;top:28.6rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0hAVPmn4rOkES2DJl0KTT0KTO6IlmNK { width:11.75rem;height:3.4125rem;top:29.6625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAVTwlrARqdsulkw8fmvK3TNsssIEXDI { width:1.875rem;height:2rem;top:30.5375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEohoemkL7RoQUrVq4ADoEJ2KLvlns3F { width:17.8125rem;height:3.5rem;top:35.35rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAEBBDbNs7XCFpprECl3kU8n9euZq7bi { display:block; }
 }@media only screen and (max-width: 763px) { #aBfm0LHD8iLNHrMhuNuM58SEtmO4S49x { width:1.5rem;height:1.5rem;top:36.349998474121rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d5de5058-abd6-4869-b6e5-f6e883ea5512/Group10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe.adaptive-delivery-prevent-bg, #ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe.lazyload, #ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe.lazyloading { background-image: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container { background-color: transparent; background-image: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container > .video-iframe-container { display: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row > .video-iframe-container { display: none; }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .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); }#ClL5PwPlQhEoqxTCCWIoMlpdUpHLbHGe > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy34ArWvfEVzA8ZUILZdzuwsGMucfTDo { width:20rem;height:56.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOdTOn26CsSlL0FapG3oNI9HMkte0Qu { width:20rem;height:3.9rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhGeTcCLx9ZUqAhA9bsrOdDVXUV9rJwo { width:14.125rem;height:2.1875rem;top:6.1499996185303rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJEHheU987oeyIPmlDwwvXxNX8Q71USX { width:11.8125rem;height:1.4625rem;top:6.5125007629394rem;left:4.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNlsPEXDNoIWGTCcqvUGMzFsBOBo1tfU { width:2.4375rem;height:2.4375rem;top:9.77499961853rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqRLtrbzEKyJB85hhRrQBCWxuZztzzp { width:13.125rem;height:3.25rem;top:9.77499961853rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsebSOz1658n6yule9PcSWocrwBDxTM { width:13.125rem;height:7.8rem;top:13.02499961853rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3agRaAO7XCkfkNy8TrZfkmuRQnSbflR { width:2.4375rem;height:2.4375rem;top:21.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6bSJaTcClbguyMWV7n2OLvi3ZQT0REA { width:13.125rem;height:3.25rem;top:21.75rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbItanSQwadgqJXm5E3NOHERRK3X6Cd { width:13.125rem;height:3.9rem;top:25rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ihUmGlXsexOco4BzNX10OfmPKSKH6m { width:2.4375rem;height:2.4375rem;top:30.125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWNICUr9FvbSE9d08NaMlUl6LpUDNSg { width:13.125rem;height:6.5rem;top:30.125rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phzFtuCSnfNu2mb9nGTAhpeFdI2oeCSz { width:13.125rem;height:2.6rem;top:36.625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwam67G0oC4mZmQ2rqQ3t0DapiyrbgeX { width:2.4375rem;height:2.4375rem;top:40rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZx96ZW9LK259StAeXEouJPSuaDz2k7X { width:13.125rem;height:1.625rem;top:40rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfrVMDsJto2kr35D2FyLBGqORK1JrKFB { width:13.125rem;height:3.9rem;top:41.625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRCk4do9ffxU6IVsn4OdI2NGCzurrbxD { width:2.4375rem;height:2.4375rem;top:47.375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGfKFfQOQVJBSGAk1D08LgyUShCblJq { width:13.125rem;height:4.875rem;top:47.375rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgcWfKOIMSpCxM4TUOoUN0xNOrmIJv0Q { width:13.125rem;height:3.9rem;top:52.25rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW { display:block; }#MnL3c3xUqgiDJsx5aMzMRnkISVQ6I3bW > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoAr1phoohtF2Gfv41czH4HkzVwcNnyP { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdwdO9EIKxE5TEEi7eSApxD8SzAlqq8b { width:17.8125rem;height:3.5rem;top:16.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Bkc2QHMtF1uXAQsATcC1OdgrgA3wKu { display:block; }
 }@media only screen and (max-width: 763px) { #J2UV3BENFFy5usuzXJmE9e6qEANto1wy { width:1.5rem;height:1.5rem;top:17.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COfuLgCAUAP7CIWxoCkPaXVzBITclADg { width:20rem;height:5.2rem;top:10.3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rln75UO219ahgRL3CAkONlM8tbAwgIns { display:block; }#rln75UO219ahgRL3CAkONlM8tbAwgIns > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCKIZNK5nk2VDe9wRkWKGlSDgXoMmJAJ { width:18.4375rem;height:1.95rem;top:13rem;left:0.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvavRZqcy6DSoyrL3zDTb2oB7LKlMGR { width:13.9375rem;height:4.0625rem;top:16.262500762939rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKXrgHleNPpSv88yE2tGQyqwmDdB8Qlm { width:11rem;height:11rem;top:1.0750007629394rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrfTWZdJEXqgpeVzyqus30AXT3yqNbT { width:18.75rem;height:31.5rem;top:21.825000762939rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP8sqyJnznu4c0U1ZwJUplX0vZAKxepI { width:20rem;height:17.0625rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKk4sOlm1ea9m11Q4d2wPpxw2835eOJA { width:18.4375rem;height:1.95rem;top:55.4375rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL { width:18.625rem;height:9.8125rem;top:58.4375rem;left:1.375rem;font-size:1rem;display:block; }#RGpJ2p35lgh2Gm2HkazCcit5eTtcxonL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf4d4078cbac369f51f4ebdb18ff3260f6d3a21a.svg); }
 }@media only screen and (max-width: 763px) { #Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT { display:block; }#Dqdtz6UTgGJmx9Z8u9VhfKixhFvEDRnT > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4Cr9oxO2SkxRNlhW9eJxussQnT8RIX1 { width:18.75rem;height:69.375rem;top:14.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRrR16FuCrdEeVFPzRTbmGlnbiHNreSm { width:20rem;height:10.5rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA { display:block; }#sOnpieoPJg5u27Xy8VrQbMJCf7cqkDQA > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERJwOWXrqeroSf1cIJKeIofJxcdEhZwr { width:17.4375rem;height:9.075rem;top:1.7125015258789rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:14996;display:block; }
 }