.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:223,237,235;--color-primary-1:148,196,189;--color-primary-2:40,136,122;--color-primary-3:20,68,61;--color-primary-4:6,20,18;--color-secondary-0:255,249,234;--color-secondary-1:255,234,187;--color-secondary-2:255,212,118;--color-secondary-3:128,106,59;--color-secondary-4:38,32,18;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_2cc1f412dcdaec7176e154b5bbb2661745554433.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;position:relative;display:block; }#RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { box-sizing:content-box;height:4.375rem;width:42.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:32.8125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:fraunces;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:63.53125rem;display:block; }
#HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:56.71875rem;display:block; }
#ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qETJfRT09USLpuMTDiHZcHriTWDFETUC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:51.15625rem;display:block; }
#DLlCQCAmX9C18whTr2PGsk05PEHSa2mk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:44.34375rem;display:block; }
#p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etprpDvI8HxGJDNKEVfTJJdtOI2mevr4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:40.03125rem;display:block; }
#lNwvU9NeDTGzURlwtxTUOBcUS5ZsnCMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:34.46875rem;display:block; }
#In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_68ac2d2fd7e3de1078e9daeafc760d935bda5cfb.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.adaptive-delivery-prevent-bg, #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.lazyload, #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.lazyloading { background-image: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { background-color: transparent; background-image: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container > .video-iframe-container { display: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container { display: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .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); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { border-width: 0; border-radius: 0; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TbrBOPIczXF4eaHitZitb369VoVWKs7t { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:fraunces;font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:15.25rem;left:0rem;height:10.125rem;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; }
#mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:27.375rem;left:0rem;height:4.72265625rem;font-style:normal;display:block; }
#bTu4JpapWB5A5FwaleavMGABgSM1Tpet { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:fraunces;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:block; }
#FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLsnbTIiuImmM11L6bEfhqqqEORoEPL9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.4375rem;left:13.75rem;display:block; }
#FM6OUVq7cafv1lbSCgmOhd6Dd8rCkmk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.375rem;width:18.125rem;top:20.8125rem;left:37.6875rem;overflow:hidden;display:block; }
#vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { position:absolute;display:block;z-index:15002;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.875rem;width:8.0625rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.3125rem;width:18.125rem;top:3.8125rem;left:56.875rem;overflow:hidden;display:block; }
#LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.125rem;left:56.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { position:relative;display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:fraunces;height:53.3125rem;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; }#z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { box-sizing:content-box;height:52.5rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
#ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.25rem;left:15.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8rem;left:41.875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.875rem;left:41.875rem;height:6.296875rem;font-style:normal;display:block; }
#PlctMpxZtThgQzdlxzVtaTPU384qIl4n { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:fraunces;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.0625rem;left:41.875rem;height:3.9375rem;font-style:normal;display:block; }
#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/13f4fd08-ddf2-4e4e-a40d-56c31b2e976a/for_who_3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.adaptive-delivery-prevent-bg, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyload, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyloading { background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { background-color: transparent; background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .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); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { border-width: 0; border-radius: 0; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:31.875rem;left:1.875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.5rem;left:9rem; }
#g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.875rem;left:54.375rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:28rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.5rem;left:61.5rem; }
#QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5rem;left:35.25rem; }
#rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:28rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILo85cFftn5iKv92yb0XVqnFRt894HwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.875rem;left:28.125rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://icons.assets-landingi.com/icon_a46c9d7b5e936e47be3384d4a14c6a3022f0f451.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N.adaptive-delivery-prevent-bg, #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N.lazyload, #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N.lazyloading { background-image: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { background-color: transparent; background-image: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container > .video-iframe-container { display: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row > .video-iframe-container { display: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .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); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { border-width: 0; border-radius: 0; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { font-size:0.875rem;font-family:fraunces;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#GoWE94swXPTK4NMwkAdmbrvnuXXmA0op { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:15.4375rem;left:8.125rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KpHnEQAK0QPTx8UV4PaEq5zJJamyJ4vr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:20.8125rem;left:8.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hmq9hw45pErPna4sWDIzO98ZWWTTC3Xo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:15.4375rem;left:29.375rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4kaZmhTdXDMRbB3eDKdBsCKCKz81nbb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:20.8125rem;left:29.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egsEqFx5Fzn5zpwl424K0zTPoIVoalDs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:15.4375rem;left:50.6875rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bMHT50Ss2NVGk9AaUoPMa1CqaMmJkr06 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:20.8125rem;left:50.6875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UCFNLhe8wapbk8WylzV01O8A3olMXHUV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:35.6875rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#V1nMlXhB9kGTEFdZC9weTsrai4IDJhPa { box-sizing:content-box;height:16.375rem;width:68.75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.5625rem;left:3.125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#OMqx8odIHzXUwdXrAzw5TV66TWigrHXU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:35.6875rem;width:23.75rem;top:4.9375rem;left:51.25rem;overflow:hidden;display:block; }
#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_585e143095d3293b88462d560ca52f01b8a07b60.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.adaptive-delivery-prevent-bg, #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.lazyload, #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.lazyloading { background-image: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { background-color: transparent; background-image: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container > .video-iframe-container { display: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container { display: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .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); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { border-width: 0; border-radius: 0; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { font-size:0.875rem;font-family:fraunces;height:72rem;width:75rem;overflow:visible;position:relative;display:block; }#TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ikALWWgAc3B4o39v51wURZoWdZM6Shhg { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.8125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Wk7JhbGSbcy4t75rWoR5Uo9tb3OixZ8J { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.5rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZA9fp80i51wqi80kxVeyC4Ltt9dnLFBy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:31.443359375rem;left:41.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSRONu2mfhph3MshaZMky51z0oykrINW { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24.375rem;left:41.25rem; }
#DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.8125rem;left:0rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTVzyCbyWOTDosilbe8n8n2ZBtlG7RpW { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TFT7ahMBK3trOgK8dWVrg9ulXl1iPh1p { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:35rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIz0Tbq9y00lJM35pTzE1mS9zrTwoNHG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:37.9375rem;left:2.5rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bs9DT0cF8IPKvUUdRQiVRRFhU0UcNaHB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.875rem;left:2.5rem; }
#OQRZIuS9Zeiiv7RuaddlL5prmoV6DCDg { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KQX6KpsUJTdtZB5PiLX6abtBKGrSHP7e { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:46.8125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0tEL5CZuUaDdBzsPu4n7ghXLeRShw3B { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:49.75rem;left:41.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHTnDUeeXskKSL7phqQVNQpG4ryzn8tm { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:42.6875rem;left:41.25rem; }
#Nz8ORWTfUtpB76dEpd75TGRgHIqeTeNi { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dDST0s9npfx0XFZobFkzOnnN6ATVCfW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:53.375rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXPJC8Sa7tlWWCr93QipQNLP3lqZOvF7 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:49.25rem;left:2.5rem; }
#fW6hmkSAvdRACrpb9TKrT9dCXWQTuUVp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:56.3125rem;left:2.5rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_c27dfdbe62111123b50192e81344f061917d9f5a.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9.adaptive-delivery-prevent-bg, #N7LesFuS1wJIusErDBWTnVb8foTqBWg9.lazyload, #N7LesFuS1wJIusErDBWTnVb8foTqBWg9.lazyloading { background-image: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { background-color: transparent; background-image: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .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); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { border-width: 0; border-radius: 0; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { font-size:0.875rem;font-family:fraunces;height:57.1875rem;width:75rem;position:relative;display:block; }#OzVDk3WvblWl6AHRrMckoXCq8CSfXSSe { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WwHNB0cCEvTzIOJ67NnI6ewtxJsheUQD { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.8125rem;left:0rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlmkoIVRAbLctwzyaUW4uOaPBFu8wydV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:fraunces;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#STRX5XDkcZk1aIhguli4IpopT2T7LFrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:29.875rem;left:0rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17a58e76e17b7cd7860a3eed8b9d6d9f8d5a03c1.svg); }
#Exgc4ShlE0FS4n5BFaNcckPs9qh8HcsR { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:47rem;width:31.25rem;top:4.09375rem;left:43.75rem;overflow:hidden;display:block; }
#x4pRZWsXIubgDArUgRGv3D7km3oUD8MC { box-sizing:content-box;height:12.875rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:35rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://icons.assets-landingi.com/icon_cb352cadbb15394005a4ec2d896d6fa50fdd2eb2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B.adaptive-delivery-prevent-bg, #JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B.lazyload, #JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B.lazyloading { background-image: none; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container { background-color: transparent; background-image: none; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container > .video-iframe-container { display: none; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row > .video-iframe-container { display: none; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .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); }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container { border-width: 0; border-radius: 0; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container { font-size:0.875rem;font-family:fraunces;height:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#pbtDQDJnFgNdw2Ca8NpSMEEit88tb7Fa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.75rem;left:0rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpvZL7Qlqcwu7L76N7Ct689oyXUL1sLp { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:28.0625rem;left:6.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#Ti4sbo3172HCJdvVdPa7m4N8OrufFseR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:43.1875rem;left:1.875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZEXAhKE9FOXrWTmXixHMoF92RD3kv1I { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:39.3125rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByuPzuDifvTwZiyT9T0AFUzCWlKGN7dV { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.8125rem;left:9rem; }
#zLhhhPplonNDWA4qAa0NQkNlqglXqXF4 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.8125rem;left:35.25rem; }
#AVySbdbM2VxPR5XcribXDdJM97HN3XiO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:39.375rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwiMbtiGT1XzASyrzuoIQbCRZgi8IqQt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:43.25rem;left:28.125rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bh7q4qKUcZvJM5sz7RHtcCmGDb96rVUX { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.8125rem;left:61.5rem; }
#vytNtKQeKzyS8rTFa1Oib7lCgVBGkDo9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:39.375rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQETA72Xw9Jv4Elz4wGpun5AOdp9EBil { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:43.25rem;left:54.375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9EzPLu1iT9ceJI6eIhuyrPIhoyPw2m3 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:28.0625rem;left:32.5rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#oxcm5V4BBNGxTz59Jc4Ri4w5OrJreLbf { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:28.0625rem;left:58.75rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_9b4e88f0ca975078c4c904ef17ac43b4ea020c85.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR.adaptive-delivery-prevent-bg, #kDasK67rSn09MWpJ16woh835xy4TTyIR.lazyload, #kDasK67rSn09MWpJ16woh835xy4TTyIR.lazyloading { background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { border-width: 0; border-radius: 0; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { font-size:0.875rem;font-family:fraunces;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:10.6875rem;left:0rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.875rem;left:10.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:fraunces;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.0625rem;left:31.25rem;display:block; }
#tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://icons.assets-landingi.com/icon_a11386392ee62aa2e6fb3d1b18cd1fc1439270ec.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z.adaptive-delivery-prevent-bg, #tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z.lazyload, #tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z.lazyloading { background-image: none; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container { background-color: transparent; background-image: none; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container > .video-iframe-container { display: none; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row > .video-iframe-container { display: none; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .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); }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container { border-width: 0; border-radius: 0; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container { font-size:0.875rem;font-family:fraunces;height:59.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#zSv2LgShNQJZVn5e9ip8TUZyImyK2T8t { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z8He1kWcmFTuyTgkNfR3TdiWzBxQg2X4 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.5625rem;left:10.625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zVtuKcbJ57TsCDdMXaqwgi6iny5Caod9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.4375rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4zU8XUrN5Mf2hyXi2dlRaedPf7sCry4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:47.5625rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABF5Jq6DOTspxWwpaewVN5CpTbxMnRMB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.4375rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB7FVAEgk1StVDf8XARr4oHHbawuiErE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:47.5625rem;left:26.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8wGcVqldue0g01aQ3Jtg4lAVRsiCkWE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:47.5625rem;left:53.75rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvWoDKpSXWSJ4aTlaZoLkmqJJrRnZfxo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:45.4375rem;left:53.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmGzTbdputVAUdK1MNTT7PtbnBLlLxHV { position:absolute;display:block;z-index:15057;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:21.25rem;width:21.25rem;top:22.9375rem;left:0rem;overflow:hidden;display:block; }
#VURgBaDc8Ur6kn5do3F2ywlsHuyfV4ZT { position:absolute;display:block;z-index:15058;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:21.25rem;width:21.25rem;top:22.90625rem;left:26.875rem;overflow:hidden;display:block; }
#pGKCCGoSFubWkKFTshZO4ohi1qWQSipA { position:absolute;display:block;z-index:15059;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:21.25rem;width:21.25rem;top:22.90625rem;left:53.75rem;overflow:hidden;display:block; }
#KiMkPSxkeb4ygHdts965k4CGbuRa5T1C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.375rem;left:18.46875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#PQ2V7gCX8GWnaKWTr7gXzac28m9B66OO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_00185dd279e9bc2814f047f861613a30bc64b3ab.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW.adaptive-delivery-prevent-bg, #zSch2Ak9oySy8bKc2W86CRHXlCOBstQW.lazyload, #zSch2Ak9oySy8bKc2W86CRHXlCOBstQW.lazyloading { background-image: none; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container { background-color: transparent; background-image: none; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container > .video-iframe-container { display: none; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row > .video-iframe-container { display: none; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .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); }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container { border-width: 0; border-radius: 0; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container { font-size:0.875rem;font-family:fraunces;height:61.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#aTffBX4EO3EMfCCnWdf3EKvoGTQTnp9H { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.25rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S9F3GVQ5pi0BIhyARJbbfd7J7kpSoohX { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.25rem;width:36.25rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
#VZLNXt0wXtJkOkGauQ88TIRDp3JQ1VGG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:16.8125rem;left:57.5rem;overflow:hidden;display:block; }
#C2QvyoW0otymvXHFdJ9seaCNu6rLlWkc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:16.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#slnDqMBFgmFMsHcCLXGsBk8xUW9HQTz8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:35.625rem;left:57.5rem;overflow:hidden;display:block; }
#wnit93CTkMe2DHD0ys95GrAzlAFVS5Vv { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:35.625rem;left:38.1875rem;overflow:hidden;display:block; }
#eQGSMPTZTMQRitdX3BfpTlWDQWGZ0IXG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:48.5625rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#e3UavHOyJBRO3wwu1Rav6ndCKtFD9iwb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container { background-color: transparent; background-image: none; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container > .video-iframe-container { display: none; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row > .video-iframe-container { display: none; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .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); }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container { border-width: 0; border-radius: 0; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container { font-size:0.875rem;font-family:fraunces;height:34.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#fb1BpMdT4lME4MwLODByM5I29CpC07iP { position:absolute;display:block;z-index:15033;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.9375rem;width:9.75rem;top:26.125rem;left:3.75rem;overflow:hidden;display:block; }
#r8DoFbT73ihf5TCAoKC1a7eWeqOLWbvu { position:absolute;display:block;z-index:15034;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.9375rem;width:9.75rem;top:26.125rem;left:15.375rem;overflow:hidden;display:block; }
#EGXqAEympxR0I4rt66DBPFaONub1OOtg { position:absolute;display:block;z-index:15035;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.9375rem;width:9.75rem;top:26.125rem;left:27rem;overflow:hidden;display:block; }
#uygtosW8Nezzx4JOzaqhwGtFozzV5FNf { position:absolute;display:block;z-index:15036;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.9375rem;width:9.75rem;top:26.125rem;left:38.625rem;overflow:hidden;display:block; }
#rModsfbN0KwvL2TT9DvzxlGKZTBPzOBb { position:absolute;display:block;z-index:15037;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.9375rem;width:9.75rem;top:26.125rem;left:50.25rem;overflow:hidden;display:block; }
#b1n3s4Leq4dTS2T6WTueIhT2CBf2EIpS { position:absolute;display:block;z-index:15038;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.9375rem;width:9.75rem;top:26.125rem;left:61.5625rem;overflow:hidden;display:block; }
#P8LDOXI4XUptuJptW7RGbViohX12qsGl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.0625rem;left:0rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fWbtdswO0lSMJO1Jk4NLNqKmTvraNcQB { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:19.0625rem;left:13.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { background-color: transparent; background-image: none; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container > .video-iframe-container { display: none; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row > .video-iframe-container { display: none; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .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); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { border-width: 0; border-radius: 0; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { font-size:0.875rem;font-family:fraunces;height:70.375rem;width:75rem;overflow:visible;position:relative;display:block; }#mlfOzFc00qUkgCRC7Pq9uVHViOg6MHh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LE4sM1LXRZ2MxsxKSNSebqHz1IW4KqfM { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:10.625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0iTmTrnyRd8TAeeAowzf5f2U8aETK0W { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.8125rem;left:1.9375rem;height:7.69925rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#istnPtPZLTARuDsp1KAFTFh9pGEe27dR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:1.9375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E32UbRcfEoGtJqVeqAMP2fqBFlKMRuhV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:1.9375rem; }
#VWEQGH3u6ATbSHZgdkEv1rkKx09CGOe9 { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.3125rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#mc55IaLkb0WzMo3TPbV2gUwLd5ff5fTD { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.375rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Nr5014E0T3gkfbIgdAfaQPAcJmflU3Io { box-sizing:content-box;height:40.5rem;width:38.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.5625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#Nzu9QDiimKmtNdw4nmLQfwgzAkTnOptk { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.125rem;left:25.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#QF6IEAKlmJXEb9oJXUTwptKJWmeU72US { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:27.8125rem; }
#W6BXReTEenHtXEGLCMPWqVxSO5eTR4gx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:27.8125rem;height:7.69925rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9giTkVbO2rzpXeK8fmBmRwmveedTonl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:27.8125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhsiJwdsgPdgw8AOUHTxeCq7LAIV2TmE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:53.625rem; }
#Zyc6phna9hHe9RmCHqFkOMn73UMSC9Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:53.625rem;height:;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqEmIzZPzxQvkU6HfkiIkWIdATTleONK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:53.625rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RaWT7yf1PWM0PURtZ9Fpknpvf7k7gcfq { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.125rem;left:51.6875rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { background-color: transparent; background-image: none; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container > .video-iframe-container { display: none; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row > .video-iframe-container { display: none; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .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); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { border-width: 0; border-radius: 0; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { font-size:0.875rem;font-family:fraunces;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#uwRfrysAs3dgNVJVNfK6kar6mQefFlRG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:fraunces;font-size:4rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.125rem;left:3.125rem;height:16rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BwkRlTVZBzGAqklKNminBbAqIde5qDWT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:12.125rem;left:46.875rem;overflow:hidden;display:block; }
#Pw5NL6AnhUukmOqPk11bhtB6SciU5Xw5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:21.875rem;left:46.875rem;overflow:hidden;display:block; }
#uw99Xqb9FHuXww4E8elyG7hHzfnfotDT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:12.125rem;left:57.25rem;overflow:hidden;display:block; }
#nW5QwiI1LVEbScbtlV7SyKGW4QBuZ7NC { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:21.875rem;left:57.3125rem;overflow:hidden;display:block; }
#ayykT5Dt6p5t6rHTVoPZxTlUHO5UJFx8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:12.125rem;left:67.6875rem;overflow:hidden;display:block; }
#y5Iv7WQQ24vTRLGg4PZZNOQuf8iJ2XcN { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:21.875rem;left:67.6875rem;overflow:hidden;display:block; }
#x88ItT14TxQ6wBa7ek0XaKIKIevOTmzk { box-sizing:content-box;height:41.3125rem;width:38.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#xDzXeeN21kpANx4FmJuvThquRuOamDlB { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_a4246c632d4b26836ffe41a131a72197980dd1d4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB.adaptive-delivery-prevent-bg, #xDzXeeN21kpANx4FmJuvThquRuOamDlB.lazyload, #xDzXeeN21kpANx4FmJuvThquRuOamDlB.lazyloading { background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { background-color: transparent; background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .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); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { border-width: 0; border-radius: 0; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { font-size:0.875rem;font-family:fraunces;height:47.875rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5rem;left:0rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);font-family:fraunces;height:auto;line-height:1.4;overflow:hidden; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:fraunces;height:auto;line-height:1.4;overflow:hidden; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_673cf0a354fdba729ef18f1cfa37189c194993b3.svg");background-size:contain !important; }#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.adaptive-delivery-prevent-bg, #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.lazyload, #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.lazyloading { background-image: none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12rem;left:38.0625rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #UiosM5GqIzcsDoe1nduknm49D2HfUKoh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wNhS6O7Py1CzAfgQIiomTyZ4eXyVKWqw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #WezClJDkSBE5mofWzwkAQqBCgfVyyvRF { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sRTB8DQgznECGoIxTcFHwGzrIZ157zNT {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #T1lJ3qIc1Hhi216QinGTiG54IzBILQ7c {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #DhuaHDEGQfJ1aTxHqpf1Tf6Oi5fGbBJ6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ndIybBglgBMDSDVdRq65AQMuviGXVTSb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ofTAXfx8iTOEK0TwqCZF8XJh0BPq2rlu { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #IVWPkpSEZ9PKrs0ZUfcXcaJGSCrIWGGg {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #lCgkIcVyCTESK6P9tfXk44vvcCpNkecK { display:none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #IDRE29wgx2T9HvWMUzIx3oxgWWOlh9ts { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #UTBJmq89TRCtzKzTnFGoq6EcHfUVZToE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #t811tZ08EinNSnKFds9H8TmtvX1wVGkW { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #MZP5aUUwr7OpqNTcNSoCSipwU36UKA8x {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dAoK65tmiNCGAK2pyFCdOc1T96Za5rXX { display:none; }
#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bf311c2b-0281-4762-8e04-e900559948e4/bg_123.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp.adaptive-delivery-prevent-bg, #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp.lazyload, #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp.lazyloading { background-image: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { background-color: transparent; background-image: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container > .video-iframe-container { display: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container { display: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .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); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { border-width: 0; border-radius: 0; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { font-size:0.875rem;font-family:fraunces;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:23.875rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:21.9375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#GuQoxqGBPto9nR8CUghHBsmoQMvA26oN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:37.9375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#zVz546gIHvQBJlQzsRIGmSbIQAU5lFVS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:36rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#yJL2VKLckH49zEuOeQePxUF0vkxLMvSv { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:30.8125rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#ZkfFT7Vg8JJPLAhSU80OuwrWup9RUwQT { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:28.9375rem;left:5.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.0625rem;left:1.125rem; }
#ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.0625rem;left:1.125rem; }
#TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#qTedADTP3P76SZPCEMBSGnvfQMFyAKBG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.3125rem;left:1.125rem; }
#S0T26renlTg966RpEdl4wQEMohVtIf4C { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.75rem;width:38.75rem;top:5.7744140625rem;left:36.25rem;overflow:hidden;display:block; }
#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { background-color: transparent; background-image: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container > .video-iframe-container { display: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container { display: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .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); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { border-width: 0; border-radius: 0; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { font-size:0.875rem;font-family:fraunces;height:18.75rem;width:75rem;position:relative;display:block; }#ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5625rem;left:53.875rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lpNOaWruhEzrnB27fFRCOOMwfnV63Iku { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10rem;left:0rem; }
#XTo7tOtbNPKBbOsM7G9b9J4C9yRp4fIm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10rem;left:4.0625rem; }
#LK9KB6dhT4FUJPQ2XAAngqTAP8ieNN2H { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10rem;left:8.25rem; }
#snl7XZwKkImo2HNCyyWDXJKD7pMgqGTN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.3125rem;left:65rem;display:block; }
#cZFKZhcyzImiQTuxIF7nuOmLVeMa6anp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K00IcVFXbPwMnNmVPD9QhR6arLT9Cuoo { position:absolute;display:block;z-index:15004;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.875rem;width:8.125rem;top:6.28125rem;left:0rem;overflow:hidden;display:block; }
#fk8iLmAqRxZnHGFq5PlStcCRxxelVKAy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.3125rem;left:55.0625rem;display:block; }
#TFHH1qn3ahOIHNuQXAVSeAE5rqAO4f43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyKHzZVm6OiVT5TLrDytQ1SoiuVDOag3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.3125rem;left:45.125rem;display:block; }
#pJr2JJKJwqUFsdQBrSBkCqANdZHmJgz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { top:0.9375rem;left:5.5625rem;width:42.1875rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { width:5.625rem;height:2.5rem;top:1.875rem;left:42.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block; }
 }@media only screen and (max-width: 763px) { #qETJfRT09USLpuMTDiHZcHriTWDFETUC { width:5.625rem;height:2.5rem;top:1.875rem;left:37.53125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #DLlCQCAmX9C18whTr2PGsk05PEHSa2mk { display:block; }
 }@media only screen and (max-width: 763px) { #T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { width:6.875rem;height:2.5rem;top:1.875rem;left:30.71875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block; }
 }@media only screen and (max-width: 763px) { #etprpDvI8HxGJDNKEVfTJJdtOI2mevr4 { width:4.375rem;height:2.5rem;top:1.875rem;left:26.40625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #lNwvU9NeDTGzURlwtxTUOBcUS5ZsnCMe { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:5.625rem;height:2.5rem;top:1.875rem;left:20.84375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { top:15.25rem;left:0rem;width:37.6875rem;height:10.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { top:27.375rem;left:0rem;width:31.875rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #sLsnbTIiuImmM11L6bEfhqqqEORoEPL9 { width:12.5rem;height:3.5rem;top:36.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6OUVq7cafv1lbSCgmOhd6Dd8rCkmk8 { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { top:20.8125rem;left:24.0625rem;width:18.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { top:5.25rem;left:0rem;width:8.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { top:3.8125rem;left:29.625rem;width:18.125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { top:32.125rem;left:29.625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { top:0rem;left:11.5rem;width:36.25rem;height:52.5rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { top:0rem;left:0rem;width:31.25rem;height:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { top:31.25rem;left:0rem;width:15.625rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { top:31.25rem;left:8.25rem;width:15.625rem;height:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { top:8rem;left:16.0625rem;width:31.6875rem;height:5.375rem;font-size:2.625rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { top:20.875rem;left:19rem;width:28.75rem;height:6.25rem;font-size:1rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #PlctMpxZtThgQzdlxzVtaTPU384qIl4n { top:29.0625rem;left:19rem;width:28.75rem;height:3.9375rem;font-size:0.9375rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { top:16.9375rem;left:0rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { top:28rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { top:31.875rem;left:0rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { top:21.5rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { top:16.9375rem;left:25.25rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { top:31.875rem;left:29rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { top:28rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { top:21.5rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { top:21.5rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { top:28rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { top:31.875rem;left:14.5rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N { display:block; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoWE94swXPTK4NMwkAdmbrvnuXXmA0op { top:15.4375rem;left:0rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpHnEQAK0QPTx8UV4PaEq5zJJamyJ4vr { top:20.8125rem;left:0rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmq9hw45pErPna4sWDIzO98ZWWTTC3Xo { top:15.4375rem;left:15.75rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4kaZmhTdXDMRbB3eDKdBsCKCKz81nbb { top:20.8125rem;left:15.75rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egsEqFx5Fzn5zpwl424K0zTPoIVoalDs { top:15.4375rem;left:31.5rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMHT50Ss2NVGk9AaUoPMa1CqaMmJkr06 { top:20.8125rem;left:31.5rem;width:16.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCFNLhe8wapbk8WylzV01O8A3olMXHUV { top:0rem;left:0rem;width:23.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1nMlXhB9kGTEFdZC9weTsrai4IDJhPa { top:11.5625rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMqx8odIHzXUwdXrAzw5TV66TWigrHXU { top:4.9375rem;left:24rem;width:23.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { top:8.125rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikALWWgAc3B4o39v51wURZoWdZM6Shhg { top:21.8125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk7JhbGSbcy4t75rWoR5Uo9tb3OixZ8J { top:28.5rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9fp80i51wqi80kxVeyC4Ltt9dnLFBy { top:31.4375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRONu2mfhph3MshaZMky51z0oykrINW { top:24.375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { top:21.8125rem;left:0rem;width:36.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVzyCbyWOTDosilbe8n8n2ZBtlG7RpW { top:28.3125rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT7ahMBK3trOgK8dWVrg9ulXl1iPh1p { top:35rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIz0Tbq9y00lJM35pTzE1mS9zrTwoNHG { top:37.9375rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs9DT0cF8IPKvUUdRQiVRRFhU0UcNaHB { top:30.875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRZIuS9Zeiiv7RuaddlL5prmoV6DCDg { top:40.125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQX6KpsUJTdtZB5PiLX6abtBKGrSHP7e { top:46.8125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tEL5CZuUaDdBzsPu4n7ghXLeRShw3B { top:49.75rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTnDUeeXskKSL7phqQVNQpG4ryzn8tm { top:42.6875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz8ORWTfUtpB76dEpd75TGRgHIqeTeNi { top:46.6875rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDST0s9npfx0XFZobFkzOnnN6ATVCfW5 { top:53.375rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPJC8Sa7tlWWCr93QipQNLP3lqZOvF7 { top:49.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6hmkSAvdRACrpb9TKrT9dCXWQTuUVp { top:56.3125rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LesFuS1wJIusErDBWTnVb8foTqBWg9 { display:block; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzVDk3WvblWl6AHRrMckoXCq8CSfXSSe { top:10.5rem;left:0rem;width:35rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwHNB0cCEvTzIOJ67NnI6ewtxJsheUQD { top:23.8125rem;left:0rem;width:35rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmkoIVRAbLctwzyaUW4uOaPBFu8wydV { width:12.5rem;height:3.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRX5XDkcZk1aIhguli4IpopT2T7LFrG { display:block; }
 }@media only screen and (max-width: 763px) { #QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17a58e76e17b7cd7860a3eed8b9d6d9f8d5a03c1.svg); }
 }@media only screen and (max-width: 763px) { #Exgc4ShlE0FS4n5BFaNcckPs9qh8HcsR { top:4.0625rem;left:16.5rem;width:31.25rem;height:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4pRZWsXIubgDArUgRGv3D7km3oUD8MC { top:0rem;left:21.375rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B { display:block; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbtDQDJnFgNdw2Ca8NpSMEEit88tb7Fa { top:11.75rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvZL7Qlqcwu7L76N7Ct689oyXUL1sLp { top:28.0625rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4sbo3172HCJdvVdPa7m4N8OrufFseR { top:43.1875rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZEXAhKE9FOXrWTmXixHMoF92RD3kv1I { top:39.3125rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuPzuDifvTwZiyT9T0AFUzCWlKGN7dV { top:30.8125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhhhPplonNDWA4qAa0NQkNlqglXqXF4 { top:30.8125rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVySbdbM2VxPR5XcribXDdJM97HN3XiO { top:39.375rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwiMbtiGT1XzASyrzuoIQbCRZgi8IqQt { top:43.25rem;left:14.5rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7q4qKUcZvJM5sz7RHtcCmGDb96rVUX { top:30.8125rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vytNtKQeKzyS8rTFa1Oib7lCgVBGkDo9 { top:39.375rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQETA72Xw9Jv4Elz4wGpun5AOdp9EBil { top:43.25rem;left:29rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9EzPLu1iT9ceJI6eIhuyrPIhoyPw2m3 { top:28.0625rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxcm5V4BBNGxTz59Jc4Ri4w5OrJreLbf { top:28.0625rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { top:10.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { top:18.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { width:12.5rem;height:3.5rem;top:25.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z { display:block; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSv2LgShNQJZVn5e9ip8TUZyImyK2T8t { top:6.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8He1kWcmFTuyTgkNfR3TdiWzBxQg2X4 { top:14.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtuKcbJ57TsCDdMXaqwgi6iny5Caod9 { top:45.4375rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4zU8XUrN5Mf2hyXi2dlRaedPf7sCry4 { top:47.5625rem;left:0rem;width:21.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABF5Jq6DOTspxWwpaewVN5CpTbxMnRMB { top:45.4375rem;left:13.25rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7FVAEgk1StVDf8XARr4oHHbawuiErE { top:47.5625rem;left:13.25rem;width:21.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8wGcVqldue0g01aQ3Jtg4lAVRsiCkWE { top:47.5625rem;left:26.5rem;width:21.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWoDKpSXWSJ4aTlaZoLkmqJJrRnZfxo { top:45.4375rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmGzTbdputVAUdK1MNTT7PtbnBLlLxHV { top:22.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VURgBaDc8Ur6kn5do3F2ywlsHuyfV4ZT { top:22.875rem;left:13.25rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKCCGoSFubWkKFTshZO4ohi1qWQSipA { top:22.875rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMkPSxkeb4ygHdts965k4CGbuRa5T1C { top:32.375rem;left:4.84375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ2V7gCX8GWnaKWTr7gXzac28m9B66OO { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSch2Ak9oySy8bKc2W86CRHXlCOBstQW { display:block; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTffBX4EO3EMfCCnWdf3EKvoGTQTnp9H { top:6.375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9F3GVQ5pi0BIhyARJbbfd7J7kpSoohX { top:16.8125rem;left:0rem;width:36.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZLNXt0wXtJkOkGauQ88TIRDp3JQ1VGG { top:16.8125rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QvyoW0otymvXHFdJ9seaCNu6rLlWkc { top:16.8125rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnDqMBFgmFMsHcCLXGsBk8xUW9HQTz8 { top:35.625rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnit93CTkMe2DHD0ys95GrAzlAFVS5Vv { top:35.625rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGSMPTZTMQRitdX3BfpTlWDQWGZ0IXG { top:48.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UavHOyJBRO3wwu1Rav6ndCKtFD9iwb { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumMQD67ICUCLARX8tqoyseFp3SeQUn9 { display:block; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb1BpMdT4lME4MwLODByM5I29CpC07iP { width:9.75rem;height:1.9375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8DoFbT73ihf5TCAoKC1a7eWeqOLWbvu { width:9.75rem;height:1.9375rem;top:26.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGXqAEympxR0I4rt66DBPFaONub1OOtg { width:9.75rem;height:1.9375rem;top:26.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uygtosW8Nezzx4JOzaqhwGtFozzV5FNf { width:9.75rem;height:1.9375rem;top:26.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rModsfbN0KwvL2TT9DvzxlGKZTBPzOBb { width:9.75rem;height:1.9375rem;top:26.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1n3s4Leq4dTS2T6WTueIhT2CBf2EIpS { width:9.75rem;height:1.9375rem;top:26.125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LDOXI4XUptuJptW7RGbViohX12qsGl { top:5.0625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbtdswO0lSMJO1Jk4NLNqKmTvraNcQB { top:19.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay67PJHunxdwV51BzyE2QrZmK8AfgrrO { display:block; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlfOzFc00qUkgCRC7Pq9uVHViOg6MHh5 { top:5.625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4sM1LXRZ2MxsxKSNSebqHz1IW4KqfM { top:17.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0iTmTrnyRd8TAeeAowzf5f2U8aETK0W { top:38.8125rem;left:0rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #istnPtPZLTARuDsp1KAFTFh9pGEe27dR { top:52.1875rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32UbRcfEoGtJqVeqAMP2fqBFlKMRuhV { top:34.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWEQGH3u6ATbSHZgdkEv1rkKx09CGOe9 { top:4.3125rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc55IaLkb0WzMo3TPbV2gUwLd5ff5fTD { top:31.375rem;left:0rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5014E0T3gkfbIgdAfaQPAcJmflU3Io { top:25.5625rem;left:0rem;width:38.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzu9QDiimKmtNdw4nmLQfwgzAkTnOptk { top:31.125rem;left:12.25rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6IEAKlmJXEb9oJXUTwptKJWmeU72US { top:34.5625rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6BXReTEenHtXEGLCMPWqVxSO5eTR4gx { top:38.5625rem;left:14.1875rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9giTkVbO2rzpXeK8fmBmRwmveedTonl { top:52.1875rem;left:14.1875rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsiJwdsgPdgw8AOUHTxeCq7LAIV2TmE { top:34.5625rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyc6phna9hHe9RmCHqFkOMn73UMSC9Ow { top:38.5625rem;left:28.375rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqEmIzZPzxQvkU6HfkiIkWIdATTleONK { top:52.1875rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaWT7yf1PWM0PURtZ9Fpknpvf7k7gcfq { top:31.125rem;left:24.4375rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ { display:block; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwRfrysAs3dgNVJVNfK6kar6mQefFlRG { top:12.125rem;left:0rem;width:32.5rem;height:16rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwkRlTVZBzGAqklKNminBbAqIde5qDWT { top:12.125rem;left:33.25rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5NL6AnhUukmOqPk11bhtB6SciU5Xw5 { top:21.875rem;left:33.25rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw99Xqb9FHuXww4E8elyG7hHzfnfotDT { top:12.125rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5QwiI1LVEbScbtlV7SyKGW4QBuZ7NC { top:21.875rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayykT5Dt6p5t6rHTVoPZxTlUHO5UJFx8 { top:12.125rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Iv7WQQ24vTRLGg4PZZNOQuf8iJ2XcN { top:21.875rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x88ItT14TxQ6wBa7ek0XaKIKIevOTmzk { top:0rem;left:0rem;width:38.75rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzXeeN21kpANx4FmJuvThquRuOamDlB { display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { top:11.4375rem;left:0rem;width:26.25rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { top:30.5rem;left:0rem;width:26.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #UiosM5GqIzcsDoe1nduknm49D2HfUKoh {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wNhS6O7Py1CzAfgQIiomTyZ4eXyVKWqw {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #WezClJDkSBE5mofWzwkAQqBCgfVyyvRF {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sRTB8DQgznECGoIxTcFHwGzrIZ157zNT {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #T1lJ3qIc1Hhi216QinGTiG54IzBILQ7c {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #DhuaHDEGQfJ1aTxHqpf1Tf6Oi5fGbBJ6 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ndIybBglgBMDSDVdRq65AQMuviGXVTSb {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ofTAXfx8iTOEK0TwqCZF8XJh0BPq2rlu {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #IVWPkpSEZ9PKrs0ZUfcXcaJGSCrIWGGg {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #lCgkIcVyCTESK6P9tfXk44vvcCpNkecK {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #IDRE29wgx2T9HvWMUzIx3oxgWWOlh9ts {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #UTBJmq89TRCtzKzTnFGoq6EcHfUVZToE {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #t811tZ08EinNSnKFds9H8TmtvX1wVGkW {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #MZP5aUUwr7OpqNTcNSoCSipwU36UKA8x {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dAoK65tmiNCGAK2pyFCdOc1T96Za5rXX {  }
 }@media only screen and (max-width: 763px) { #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { top:8.5625rem;left:0rem;width:37.0625rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQoxqGBPto9nR8CUghHBsmoQMvA26oN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVz546gIHvQBJlQzsRIGmSbIQAU5lFVS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJL2VKLckH49zEuOeQePxUF0vkxLMvSv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkfFT7Vg8JJPLAhSU80OuwrWup9RUwQT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { top:23.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { top:21.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { top:30.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { top:28.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTedADTP3P76SZPCEMBSGnvfQMFyAKBG { top:37.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T26renlTg966RpEdl4wQEMohVtIf4C { top:36.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { width:38.75rem;height:38.75rem;top:5.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { top:6.5625rem;left:26.625rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpNOaWruhEzrnB27fFRCOOMwfnV63Iku { top:10rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTo7tOtbNPKBbOsM7G9b9J4C9yRp4fIm { top:10rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK9KB6dhT4FUJPQ2XAAngqTAP8ieNN2H { top:10rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snl7XZwKkImo2HNCyyWDXJKD7pMgqGTN { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFKZhcyzImiQTuxIF7nuOmLVeMa6anp { display:block; }
 }@media only screen and (max-width: 763px) { #K00IcVFXbPwMnNmVPD9QhR6arLT9Cuoo { width:8.125rem;height:1.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk8iLmAqRxZnHGFq5PlStcCRxxelVKAy { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHH1qn3ahOIHNuQXAVSeAE5rqAO4f43 { display:block; }
 }@media only screen and (max-width: 763px) { #oyKHzZVm6OiVT5TLrDytQ1SoiuVDOag3 { width:10rem;height:3rem;top:9.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJr2JJKJwqUFsdQBrSBkCqANdZHmJgz4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { width:9.375rem;height:2.5rem;top:7.8125rem;left:5.3125rem;background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { width:5.4375rem;height:2.5rem;top:4.75rem;left:14rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block; }
 }@media only screen and (max-width: 763px) { #qETJfRT09USLpuMTDiHZcHriTWDFETUC { width:5.8125rem;height:2.5rem;top:4.75rem;left:8.1875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #DLlCQCAmX9C18whTr2PGsk05PEHSa2mk { display:block; }
 }@media only screen and (max-width: 763px) { #T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { width:7.5625rem;height:2.5rem;top:4.75rem;left:0.625rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block; }
 }@media only screen and (max-width: 763px) { #etprpDvI8HxGJDNKEVfTJJdtOI2mevr4 { width:5.0625rem;height:2.5rem;top:2.3125rem;left:10.75rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #lNwvU9NeDTGzURlwtxTUOBcUS5ZsnCMe { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:6.5625rem;height:2.5rem;top:2.3125rem;left:4.1875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { width:20rem;height:4.7246125rem;top:4.6875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { width:20rem;height:8.3965rem;top:11.0029296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:53.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #sLsnbTIiuImmM11L6bEfhqqqEORoEPL9 { width:12.5rem;height:3.5rem;top:57.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6OUVq7cafv1lbSCgmOhd6Dd8rCkmk8 { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { width:10rem;height:15.25rem;top:35.625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { width:8.0625rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { width:10rem;height:15.0625rem;top:20.625rem;left:10rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { width:10rem;height:8.625rem;top:35.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { width:10rem;height:8.625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:20rem;height:76.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { width:20rem;height:39.8125rem;top:33.4375rem;left:0rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { width:20rem;height:20rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { width:10rem;height:10rem;top:21.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { width:10rem;height:10rem;top:21.25rem;left:10rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { width:17.5rem;height:2.625rem;top:36.4375rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { width:17.5rem;height:8.3965rem;top:43.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #PlctMpxZtThgQzdlxzVtaTPU384qIl4n { width:17.5rem;height:6.5625rem;top:53.875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { width:20rem;height:21.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { width:17.5rem;height:1.75rem;top:22.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { width:17.5rem;height:5.59765625rem;top:25.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { display:flex;width:4.5rem;height:4.5rem;top:16.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { width:20rem;height:21.875rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { width:17.5rem;height:5.59765625rem;top:66.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { width:17.5rem;height:1.75rem;top:63.75rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { display:flex;width:4.5rem;height:4.5rem;top:57.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { display:flex;width:4.5rem;height:4.5rem;top:36.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { width:17.5rem;height:1.75rem;top:42.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { width:17.5rem;height:4.19824375rem;top:45.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N { display:block; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoWE94swXPTK4NMwkAdmbrvnuXXmA0op { width:16.25rem;height:2.75rem;top:13rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KpHnEQAK0QPTx8UV4PaEq5zJJamyJ4vr { width:16.25rem;height:2.923825rem;top:16.375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hmq9hw45pErPna4sWDIzO98ZWWTTC3Xo { width:16.25rem;height:2.75rem;top:21.8125rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #f4kaZmhTdXDMRbB3eDKdBsCKCKz81nbb { width:16.25rem;height:2.923825rem;top:25.1875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #egsEqFx5Fzn5zpwl424K0zTPoIVoalDs { width:16.25rem;height:2.75rem;top:30.625rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bMHT50Ss2NVGk9AaUoPMa1CqaMmJkr06 { width:16.25rem;height:4.38574375rem;top:34rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UCFNLhe8wapbk8WylzV01O8A3olMXHUV { width:12.5rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1nMlXhB9kGTEFdZC9weTsrai4IDJhPa { width:20rem;height:32.375rem;top:9.875rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMqx8odIHzXUwdXrAzw5TV66TWigrHXU { width:12.75rem;height:19.1875rem;top:31.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { width:20rem;height:7.875rem;top:1.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikALWWgAc3B4o39v51wURZoWdZM6Shhg { width:20rem;height:17.8125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk7JhbGSbcy4t75rWoR5Uo9tb3OixZ8J { width:17.5rem;height:1.75rem;top:25.125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9fp80i51wqi80kxVeyC4Ltt9dnLFBy { width:17.5rem;height:6.9970625rem;top:28.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSRONu2mfhph3MshaZMky51z0oykrINW { display:flex;width:2.75rem;height:2.75rem;top:21.125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { width:20rem;height:6.9970625rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTVzyCbyWOTDosilbe8n8n2ZBtlG7RpW { width:20rem;height:17.8125rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT7ahMBK3trOgK8dWVrg9ulXl1iPh1p { width:17.5rem;height:1.75rem;top:45.125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIz0Tbq9y00lJM35pTzE1mS9zrTwoNHG { width:17.5rem;height:6.9970625rem;top:48.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs9DT0cF8IPKvUUdRQiVRRFhU0UcNaHB { display:flex;width:2.75rem;height:2.75rem;top:40.8125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #OQRZIuS9Zeiiv7RuaddlL5prmoV6DCDg { width:20rem;height:17.8125rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQX6KpsUJTdtZB5PiLX6abtBKGrSHP7e { width:17.5rem;height:1.75rem;top:84.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0tEL5CZuUaDdBzsPu4n7ghXLeRShw3B { width:17.5rem;height:6.9970625rem;top:87.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHTnDUeeXskKSL7phqQVNQpG4ryzn8tm { display:flex;width:2.75rem;height:2.75rem;top:80.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Nz8ORWTfUtpB76dEpd75TGRgHIqeTeNi { width:20rem;height:17.8125rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDST0s9npfx0XFZobFkzOnnN6ATVCfW5 { width:17.5rem;height:1.75rem;top:64.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXPJC8Sa7tlWWCr93QipQNLP3lqZOvF7 { display:flex;width:2.75rem;height:2.75rem;top:60.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #fW6hmkSAvdRACrpb9TKrT9dCXWQTuUVp { width:17.5rem;height:6.9970625rem;top:67.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7LesFuS1wJIusErDBWTnVb8foTqBWg9 { background-color:#dfedeb;background-image:none;display:block; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { background-color: transparent; background-image: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .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); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzVDk3WvblWl6AHRrMckoXCq8CSfXSSe { width:20rem;height:5.25rem;top:3.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwHNB0cCEvTzIOJ67NnI6ewtxJsheUQD { width:20rem;height:6.9970625rem;top:11.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nlmkoIVRAbLctwzyaUW4uOaPBFu8wydV { width:12.5rem;height:3.5rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRX5XDkcZk1aIhguli4IpopT2T7LFrG { display:block; }
 }@media only screen and (max-width: 763px) { #QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 { width:20rem;height:6.3613125rem;top:18.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#QgAJPJnrzRZLr9gTLTpzMmb94WxlMBX7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17a58e76e17b7cd7860a3eed8b9d6d9f8d5a03c1.svg); }
 }@media only screen and (max-width: 763px) { #Exgc4ShlE0FS4n5BFaNcckPs9qh8HcsR { width:20rem;height:30.079125rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4pRZWsXIubgDArUgRGv3D7km3oUD8MC { width:12.375rem;height:12.875rem;top:53.5625rem;left:7.625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B { display:block; }#JSSGouGEd7K0EC50ySm4aZ7UPSmGiq0B > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbtDQDJnFgNdw2Ca8NpSMEEit88tb7Fa { width:20rem;height:7.875rem;top:5.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpvZL7Qlqcwu7L76N7Ct689oyXUL1sLp { width:10rem;height:10rem;top:15.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4sbo3172HCJdvVdPa7m4N8OrufFseR { width:17.5rem;height:5.59765625rem;top:30.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZEXAhKE9FOXrWTmXixHMoF92RD3kv1I { width:17.5rem;height:1.75rem;top:27.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByuPzuDifvTwZiyT9T0AFUzCWlKGN7dV { display:flex;width:4.5rem;height:4.5rem;top:18.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zLhhhPplonNDWA4qAa0NQkNlqglXqXF4 { display:flex;width:4.5rem;height:4.5rem;top:42.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #AVySbdbM2VxPR5XcribXDdJM97HN3XiO { width:17.5rem;height:1.75rem;top:51.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwiMbtiGT1XzASyrzuoIQbCRZgi8IqQt { width:17.5rem;height:2.798825rem;top:54.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7q4qKUcZvJM5sz7RHtcCmGDb96rVUX { display:flex;width:4.5rem;height:4.5rem;top:66.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #vytNtKQeKzyS8rTFa1Oib7lCgVBGkDo9 { width:17.5rem;height:1.75rem;top:75.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQETA72Xw9Jv4Elz4wGpun5AOdp9EBil { width:17.5rem;height:4.19824375rem;top:78.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9EzPLu1iT9ceJI6eIhuyrPIhoyPw2m3 { width:10rem;height:10rem;top:39.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxcm5V4BBNGxTz59Jc4Ri4w5OrJreLbf { width:10rem;height:10rem;top:63.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:#ffd476;background-image:none;display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { width:20rem;height:7.875rem;top:7.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { width:20rem;height:5.59765625rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { width:12.5rem;height:3.5rem;top:23.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { width:6.25rem;height:6.25rem;top:29.375rem;left:13.75rem;z-index:15001;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z { display:block; }#tRCN6IFQK1tlJv8UFSBMoyi8bgr5xi8Z > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSv2LgShNQJZVn5e9ip8TUZyImyK2T8t { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8He1kWcmFTuyTgkNfR3TdiWzBxQg2X4 { width:20rem;height:6.9970625rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVtuKcbJ57TsCDdMXaqwgi6iny5Caod9 { width:20rem;height:1.5rem;top:43.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4zU8XUrN5Mf2hyXi2dlRaedPf7sCry4 { width:20rem;height:1.57421875rem;top:45.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ABF5Jq6DOTspxWwpaewVN5CpTbxMnRMB { width:20rem;height:1.5rem;top:70.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB7FVAEgk1StVDf8XARr4oHHbawuiErE { width:20rem;height:1.57421875rem;top:72.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #d8wGcVqldue0g01aQ3Jtg4lAVRsiCkWE { width:20rem;height:1.57421875rem;top:99.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UvWoDKpSXWSJ4aTlaZoLkmqJJrRnZfxo { width:20rem;height:1.5rem;top:97.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmGzTbdputVAUdK1MNTT7PtbnBLlLxHV { width:20rem;height:20rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VURgBaDc8Ur6kn5do3F2ywlsHuyfV4ZT { width:20rem;height:20rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKCCGoSFubWkKFTshZO4ohi1qWQSipA { width:20rem;height:20rem;top:76.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMkPSxkeb4ygHdts965k4CGbuRa5T1C { width:6.25rem;height:6.25rem;top:99.125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PQ2V7gCX8GWnaKWTr7gXzac28m9B66OO { width:6.25rem;height:6.25rem;top:18.94921875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSch2Ak9oySy8bKc2W86CRHXlCOBstQW { display:block; }#zSch2Ak9oySy8bKc2W86CRHXlCOBstQW > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTffBX4EO3EMfCCnWdf3EKvoGTQTnp9H { width:20rem;height:7.875rem;top:3.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9F3GVQ5pi0BIhyARJbbfd7J7kpSoohX { width:8.75rem;height:8.75rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZLNXt0wXtJkOkGauQ88TIRDp3JQ1VGG { width:8.75rem;height:8.75rem;top:22.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QvyoW0otymvXHFdJ9seaCNu6rLlWkc { width:8.75rem;height:8.75rem;top:12.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnDqMBFgmFMsHcCLXGsBk8xUW9HQTz8 { width:8.75rem;height:8.75rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnit93CTkMe2DHD0ys95GrAzlAFVS5Vv { width:8.75rem;height:8.75rem;top:22.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGSMPTZTMQRitdX3BfpTlWDQWGZ0IXG { width:5.4375rem;height:5.4375rem;top:36.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UavHOyJBRO3wwu1Rav6ndCKtFD9iwb { width:5.4375rem;height:5.4375rem;top:32.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumMQD67ICUCLARX8tqoyseFp3SeQUn9 { display:block; }#kumMQD67ICUCLARX8tqoyseFp3SeQUn9 > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb1BpMdT4lME4MwLODByM5I29CpC07iP { width:9.75rem;height:1.875rem;top:18.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8DoFbT73ihf5TCAoKC1a7eWeqOLWbvu { width:9.75rem;height:1.9375rem;top:21.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGXqAEympxR0I4rt66DBPFaONub1OOtg { width:9.75rem;height:1.9375rem;top:24.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uygtosW8Nezzx4JOzaqhwGtFozzV5FNf { width:9.75rem;height:1.9375rem;top:28.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rModsfbN0KwvL2TT9DvzxlGKZTBPzOBb { width:9.75rem;height:1.9375rem;top:31.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1n3s4Leq4dTS2T6WTueIhT2CBf2EIpS { width:9.75rem;height:1.9375rem;top:34.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LDOXI4XUptuJptW7RGbViohX12qsGl { width:20rem;height:6rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWbtdswO0lSMJO1Jk4NLNqKmTvraNcQB { width:20rem;height:5.84765625rem;top:10.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ay67PJHunxdwV51BzyE2QrZmK8AfgrrO { display:block; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlfOzFc00qUkgCRC7Pq9uVHViOg6MHh5 { width:20rem;height:7.875rem;top:3.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LE4sM1LXRZ2MxsxKSNSebqHz1IW4KqfM { width:20rem;height:8.3965rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0iTmTrnyRd8TAeeAowzf5f2U8aETK0W { width:17.5rem;height:11.5488125rem;top:32.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #istnPtPZLTARuDsp1KAFTFh9pGEe27dR { width:17.5rem;height:1.3994125rem;top:45.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E32UbRcfEoGtJqVeqAMP2fqBFlKMRuhV { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VWEQGH3u6ATbSHZgdkEv1rkKx09CGOe9 { width:6.1875rem;height:7.9375rem;top:0rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mc55IaLkb0WzMo3TPbV2gUwLd5ff5fTD { width:20rem;height:28.125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5014E0T3gkfbIgdAfaQPAcJmflU3Io { width:11.9375rem;height:94.75rem;top:22.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzu9QDiimKmtNdw4nmLQfwgzAkTnOptk { width:20rem;height:28.125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6IEAKlmJXEb9oJXUTwptKJWmeU72US { display:flex;width:1.5rem;height:1.5rem;top:60.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W6BXReTEenHtXEGLCMPWqVxSO5eTR4gx { width:17.5rem;height:9.624rem;top:62.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9giTkVbO2rzpXeK8fmBmRwmveedTonl { width:17.5rem;height:1.3994125rem;top:75.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dhsiJwdsgPdgw8AOUHTxeCq7LAIV2TmE { display:flex;width:1.5rem;height:1.5rem;top:90.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Zyc6phna9hHe9RmCHqFkOMn73UMSC9Ow { width:17.5rem;height:11.5488125rem;top:92.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HqEmIzZPzxQvkU6HfkiIkWIdATTleONK { width:17.5rem;height:1.3994125rem;top:105.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RaWT7yf1PWM0PURtZ9Fpknpvf7k7gcfq { width:20rem;height:28.125rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ { display:block; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwRfrysAs3dgNVJVNfK6kar6mQefFlRG { width:16.25rem;height:8rem;top:5rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwkRlTVZBzGAqklKNminBbAqIde5qDWT { width:5.625rem;height:5.5625rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5NL6AnhUukmOqPk11bhtB6SciU5Xw5 { width:5.625rem;height:5.5625rem;top:25.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw99Xqb9FHuXww4E8elyG7hHzfnfotDT { width:5.625rem;height:5.5625rem;top:17.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5QwiI1LVEbScbtlV7SyKGW4QBuZ7NC { width:5.625rem;height:5.5625rem;top:33.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayykT5Dt6p5t6rHTVoPZxTlUHO5UJFx8 { width:5.625rem;height:5.5625rem;top:25.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Iv7WQQ24vTRLGg4PZZNOQuf8iJ2XcN { width:5.625rem;height:5.5625rem;top:33.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x88ItT14TxQ6wBa7ek0XaKIKIevOTmzk { width:20rem;height:12.8125rem;top:2.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzXeeN21kpANx4FmJuvThquRuOamDlB { background-color:#ffffff;background-image:none;display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { background-color: transparent; background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .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); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { width:20rem;height:7.875rem;top:3.70703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { width:20rem;height:4.19824375rem;top:13.01953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-text { font-size:1.125rem;height:auto; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { display:flex;height:auto;width:20rem;top:19.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #UiosM5GqIzcsDoe1nduknm49D2HfUKoh {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wNhS6O7Py1CzAfgQIiomTyZ4eXyVKWqw {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #WezClJDkSBE5mofWzwkAQqBCgfVyyvRF {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sRTB8DQgznECGoIxTcFHwGzrIZ157zNT {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #T1lJ3qIc1Hhi216QinGTiG54IzBILQ7c {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #DhuaHDEGQfJ1aTxHqpf1Tf6Oi5fGbBJ6 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ndIybBglgBMDSDVdRq65AQMuviGXVTSb {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ofTAXfx8iTOEK0TwqCZF8XJh0BPq2rlu {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #IVWPkpSEZ9PKrs0ZUfcXcaJGSCrIWGGg {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #lCgkIcVyCTESK6P9tfXk44vvcCpNkecK {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #IDRE29wgx2T9HvWMUzIx3oxgWWOlh9ts {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #UTBJmq89TRCtzKzTnFGoq6EcHfUVZToE {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #t811tZ08EinNSnKFds9H8TmtvX1wVGkW {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #MZP5aUUwr7OpqNTcNSoCSipwU36UKA8x {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dAoK65tmiNCGAK2pyFCdOc1T96Za5rXX {  }
 }@media only screen and (max-width: 763px) { #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { width:20rem;height:5.25rem;top:2.8125rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { width:15rem;height:1.9121125rem;top:12.5rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { width:15rem;height:1.9121125rem;top:10.5625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuQoxqGBPto9nR8CUghHBsmoQMvA26oN { width:15rem;height:3.82421875rem;top:24rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zVz546gIHvQBJlQzsRIGmSbIQAU5lFVS { width:15rem;height:1.9121125rem;top:22.0625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJL2VKLckH49zEuOeQePxUF0vkxLMvSv { width:15rem;height:1.9121125rem;top:18.25rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZkfFT7Vg8JJPLAhSU80OuwrWup9RUwQT { width:15rem;height:1.9121125rem;top:16.3125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { display:flex;width:1.625rem;height:1.625rem;top:11.625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { width:3.875rem;height:3.875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { display:flex;width:1.625rem;height:1.625rem;top:17.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { width:3.875rem;height:3.875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTedADTP3P76SZPCEMBSGnvfQMFyAKBG { display:flex;width:1.625rem;height:1.625rem;top:23.1875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #S0T26renlTg966RpEdl4wQEMohVtIf4C { width:3.875rem;height:3.875rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { width:20rem;height:20rem;top:30.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { width:20rem;height:1.3125rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpNOaWruhEzrnB27fFRCOOMwfnV63Iku { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:5.875rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #XTo7tOtbNPKBbOsM7G9b9J4C9yRp4fIm { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:8.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #LK9KB6dhT4FUJPQ2XAAngqTAP8ieNN2H { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:11.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #snl7XZwKkImo2HNCyyWDXJKD7pMgqGTN { width:10rem;height:3rem;top:18.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFKZhcyzImiQTuxIF7nuOmLVeMa6anp { display:block; }
 }@media only screen and (max-width: 763px) { #K00IcVFXbPwMnNmVPD9QhR6arLT9Cuoo { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk8iLmAqRxZnHGFq5PlStcCRxxelVKAy { width:10rem;height:3rem;top:15.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHH1qn3ahOIHNuQXAVSeAE5rqAO4f43 { display:block; }
 }@media only screen and (max-width: 763px) { #oyKHzZVm6OiVT5TLrDytQ1SoiuVDOag3 { width:10rem;height:3rem;top:13rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJr2JJKJwqUFsdQBrSBkCqANdZHmJgz4 { display:block; }
 }