.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:225,229,231;--color-primary-1:166,176,182;--color-primary-2:106,123,133;--color-primary-3:64,74,80;--color-primary-4:7,35,52;--color-secondary-0:255,250,228;--color-secondary-1:254,239,166;--color-secondary-2:252,223,77;--color-secondary-3:126,112,39;--color-secondary-4:38,33,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Fraunces 72pt";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0a2f46;background-image:url("https://images.assets-landingi.com/uc/b2fd6030-213d-4f94-9dd2-4a358a7594ad/Top.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#CwDNbknyEh8oSbl0IFVSWsQnG05PmnI9 { color:rgba(var(--color-secondary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:10.94925rem;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; }
#wTu33UlvTsEulFyo8PlFiFuKWOVyXLq9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.5rem;top:17.3125rem;left:0rem;overflow:hidden;display:block; }
#ChTgNOnvdnKaN5D8lC1KoeO1nxxpgpKS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:5.84895625rem;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; }
#IseFxnuk46gDBxDNM0E4m5FZ8btc10lQ { 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:0.25rem;width:10.5rem;top:27.6875rem;left:0rem;overflow:hidden;display:block; }
#sW7SopdPXbIhpQ48d6oHFwgcpe9XPrgh { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:29.4375rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#L7BzvKRfEQ6itgObvaOLhuxD5w99DIuU { background-color:rgba(var(--color-secondary-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:#0a2f46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.5625rem;left:0rem;display:block; }
#QPFJ92USaBPc6uvwe9ELR6mweyFbyns1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTLJWaBVuOn3QzmhbzbCGKkqNTOFsZZz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.625rem;top:46rem;left:35.5rem;overflow:hidden;display:block; }
#XtcG6V7Zggfkn3o8tLgyFnpzdm5IsZhB { position:absolute;display:block;z-index:15006;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11rem;width:11rem;top:50.6875rem;left:0rem;overflow:hidden;display:block; }
#C9SDnPbzFi9GB0EPiNtfPZR3sPGI9ouV { 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:4.6875rem;width:5.125rem;top:54.46875rem;left:69.875rem;overflow:hidden;display:block; }
#sIGVltmtJTJGBZLxG5okqcSdfRddX4dV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:37.5rem;display:none; }
#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container { background-color: transparent; background-image: none; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container > .video-iframe-container { display: none; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row > .video-iframe-container { display: none; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .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); }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container { border-width: 0; border-radius: 0; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#lor2k3Rl3wtQD8CPxoayNC9kEdzBKldU { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.25rem;left:5.84375rem;display:block; }
#q9OLPtS5T9HPm4ThVeDKObLhS3sk3QTu { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:12.75rem;height:2.92480625rem;font-style:normal;display:block; }
#BVgIPdJPDVfX57oSIrgkr4WhXCldbvQP { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:12.5rem;height:11.69925rem;font-style:italic;display:block; }
#IqaEoS63PN02eTstfRtsQ9gb9mQ8U60T { 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:4.6875rem;width:5.125rem;top:54.46875rem;left:69.875rem;overflow:hidden;display:none; }
#HuzZIgEr9rIBMP2leFi9Qc2WRHbqaHNt { position:absolute;display:block;z-index:15006;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11rem;width:11rem;top:50.6875rem;left:0rem;overflow:hidden;display:none; }
#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d05f0c11-5ce7-4940-82ee-2cea09945cb4/zdjecie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN.adaptive-delivery-prevent-bg, #hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN.lazyload, #hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN.lazyloading { background-image: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container { background-color: transparent; background-image: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container > .video-iframe-container { display: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row > .video-iframe-container { display: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .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); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container { border-width: 0; border-radius: 0; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container { font-size:0.875rem;font-family:arial;height:70.375rem;width:75rem;position:relative;display:block; }#wTmaXUL5qBA2QRT7uWDats7gAr19Ocfl { color:rgba(var(--color-secondary-2),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:9.75rem;left:2.5rem;height:9rem;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; }
#k6Q9rf2CpwZTRFWaGHL56mXoXIFl7L1T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.8);top:20.125rem;left:2.5rem;height:42.75rem;font-style:normal;display:block; }
#qCBkFHvPytQp34qG9RBGf9eiI9sp9JcN { box-sizing:content-box;height:70.375rem;width:30.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(176,112,83,0.95);background-image:none;top:0rem;left:0rem;display:block; }
#VtpQnDyAXFTUysT6pHV03vNO7OUOhV3q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:37.5rem;display:none; }
#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container { background-color: transparent; background-image: none; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container > .video-iframe-container { display: none; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row > .video-iframe-container { display: none; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .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); }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container { border-width: 0; border-radius: 0; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#wkb7TrOHpz7R3IFm6qDLVh853o0snAwu { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9374952316284rem;left:0rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rQcaW3Ui4hHyoeaPVrF8yy47XZTRKyGT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:35rem;width:62.5rem;top:9.625rem;left:6.25rem;display:block; }
#NRkn6XrbCNHNZo49IqXn83orvZUzt4GL { background-color:rgba(var(--color-secondary-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:#0a2f46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.8125rem;left:61.25rem;display:block; }
#I2XPF1IQgLzT4QMcPQH4bTSPpLHGK2Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLOxdA0A8LznT3cVeJGdA6Ul23E40EZw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:0.25rem;top:16.25rem;left:3.21875rem;overflow:hidden;display:block; }
#hbPwQPhe0XT9dofT7axGcPk1awlbGQiU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:0.25rem;top:16.25rem;left:71.53125rem;overflow:hidden;display:block; }
#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/2c3e1ba3-0478-4773-97ec-7a6bbd50a792/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC.adaptive-delivery-prevent-bg, #K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC.lazyload, #K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC.lazyloading { background-image: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container { background-color: transparent; background-image: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container > .video-iframe-container { display: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row > .video-iframe-container { display: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .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); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container { border-width: 0; border-radius: 0; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#BTQncXlaKavT4Pc56EnLNTGp0LliZkPD { color:rgba(var(--color-tertiary-0),1);display:block;width:61.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmtJqhhsbuUZ60DzpXiaUTqxim2WxqNB { position:absolute;display:block;z-index:15010;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:1.875rem;top:12.625rem;left:0rem;overflow:hidden;display:block; }
#rceq6T8IXKuyE55IHnGTeZEgoItJuwXA { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.587890625rem;left:2.5rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VqKwUToIqWy92eyE6IkyDpxpFco3FUb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:15.4375rem;left:0rem;height:7.1979375rem;font-style:normal;display:block; }
#QCehs4gIxnLidzK5PlZZpsS24GgTTq5M { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:15.5rem;left:31.375rem;height:7.1979375rem;font-style:normal;display:block; }
#w2gEXUkieg0x8nU04phyN5q034Tz8tbZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.6875rem;left:31.375rem;overflow:hidden;display:block; }
#oWDgSFfKWXEhkcrxkNfCJEr3WTTDwswP { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.625rem;left:33.875rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z7hh3hrwbOVPmEbGIPWlF6Lc7kPvo38v { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:27.6875rem;left:0rem;height:8.997375rem;font-style:normal;display:block; }
#MgyO2QXwqrE3DzeAANhlaLuo3iXlo4B2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.8;letter-spacing:0;top:27.75rem;left:31.375rem;height:7.1979375rem;font-style:normal;display:block; }
#iHQNwzq8c7LCKJTDzBb8GiaACuO5WuSz { position:absolute;display:block;z-index:15019;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:1.875rem;top:24.9375rem;left:31.375rem;overflow:hidden;display:block; }
#OcQtTibhUJKUxuFHCw41F3XCN0RBKvIB { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:24.875rem;left:33.875rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Aiyiwhi745mMWXp7x53FI4EFN4b1t3Jy { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.8125rem;left:2.5rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HTIS5JeyFQ0dP01lNORdb3osgbUlwCLo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.875rem;left:0rem;overflow:hidden;display:block; }
#TTXgB3JMK7XTQ4tSfooW7KSVVClNXwiR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.8;letter-spacing:0;top:40.375rem;left:0rem;height:8.997375rem;font-style:normal;display:block; }
#BQxs2lbIy0raCwqhkC1KQk1u1J0PuKmz { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:40.4375rem;left:31.375rem;height:8.997375rem;font-style:normal;display:block; }
#HxXbUS5scwo20VhTOHVhPhTrKZPSCX75 { position:absolute;display:block;z-index:15025;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:1.875rem;top:37.625rem;left:31.375rem;overflow:hidden;display:block; }
#SFf8ggmtSJmXCBefqD4UtLSqHJfL4WTp { color:rgba(var(--color-secondary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:37.5625rem;left:33.875rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AlN1an4CItpOQGSTSBSWkT0zob5I62KN { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:2.5rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ROKHNSaoyu7XEIAScb5cvxywfSFw9ydb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:37.5625rem;left:0rem;overflow:hidden;display:block; }
#nwGtpoywxr0ACPHFLooAGLO6tllvRsol { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.25rem;width:30.625rem;display:none; }
#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b57558;background-image:url("https://images.assets-landingi.com/uc/0f1be942-e83a-4bca-8e32-764a84094767/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe.adaptive-delivery-prevent-bg, #JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe.lazyload, #JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe.lazyloading { background-image: none; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container { background-color: transparent; background-image: none; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container > .video-iframe-container { display: none; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row > .video-iframe-container { display: none; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .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); }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container { border-width: 0; border-radius: 0; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container { font-size:0.875rem;font-family:arial;height:67.9375rem;width:75rem;position:relative;display:block; }#DpxCNxsDZtTRWvsSXGM06tSTD5scf82Z { color:rgba(var(--color-secondary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z4IBUBHfpNaxUfNVQHlDL0HCkGOw6EVF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.8);top:17.6875rem;left:0rem;height:15.75rem;font-style:normal;display:block; }
#cTH7kh8p2XdEB836CMxGdn1xMWW7gyXm { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;text-shadow:0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.8);top:40.0625rem;left:43.6875rem;height:27rem;font-style:normal;display:block; }
#oR3NEzqAt9T8pVOaW3wRoOu13ynxiyOu { color:rgba(var(--color-secondary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:20.75rem;left:43.6875rem;height:18rem;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; }
#uZHoFRqAAPArwGoKuMyMJMalWL9qvntT { background-color:rgba(var(--color-secondary-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:#0a2f46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.25rem;left:8.21875rem;display:block; }
#uoqmgeZOzv2kcRUzGw59H0NQMPQK93cg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container { background-color: transparent; background-image: none; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container > .video-iframe-container { display: none; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row > .video-iframe-container { display: none; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .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); }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container { border-width: 0; border-radius: 0; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#T2JFwdNJxZ5HxnaTZkD7oPnkPTSq799U { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.3125rem;left:21.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U4XA3ASCR0pPt9WuoG3E0GcSJ7PShtXJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5.125rem;top:6.25rem;left:48.8125rem;overflow:hidden;display:block; }
#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container { background-color: transparent; background-image: none; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container > .video-iframe-container { display: none; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row > .video-iframe-container { display: none; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .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); }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container { border-width: 0; border-radius: 0; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#iHxZX19NK78GCvFnNzwa8zaSUr35vORx { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#oGuh8J9Ju9HwaF7FPPn0vXJP6MnOizOb { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92448125rem;font-style:normal;display:block; }
#rS486vnxL71FoegP1IyubHQEs2ALJOSr { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.48567581176758rem;left:32.75rem;height:1.94986875rem;font-style:normal;display:block; }
#IoHatn0f6nr5F792b7iDxfrwcA0zrpFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:11.6979375rem;font-style:italic;display:block; }
#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container { background-color: transparent; background-image: none; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container > .video-iframe-container { display: none; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row > .video-iframe-container { display: none; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .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); }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container { border-width: 0; border-radius: 0; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#yatzDHJVrLOTwZuipBFuwsaTgaxJowsz { box-sizing:content-box;height:15.875rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#xihMcClT1BvC4q5lAe8Kz37X8FsEv55f { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92480625rem;font-style:normal;display:block; }
#ahwAHrxm5CTeHo7gsPXbSRxbzgqZgFnR { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7373046875rem;left:13.75rem;height:1.94986875rem;font-style:normal;display:block; }
#Q7qZcSpXLlbJPXVoiGI2NITzH5RQWZL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:14.622375rem;font-style:italic;display:block; }
#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container { background-color: transparent; background-image: none; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container > .video-iframe-container { display: none; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row > .video-iframe-container { display: none; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .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); }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container { border-width: 0; border-radius: 0; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#dgk9SuntDbn4shKG0oqUJdSQv45zndfT { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#GDuXcKzJu3zmGqtisAotzN8TPub5tQ3c { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92480625rem;font-style:normal;display:block; }
#u0CtOTuRoLLoXwgOnV9GR2m35TW9QSTU { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7373046875rem;left:26.0625rem;height:1.94986875rem;font-style:normal;display:block; }
#K9wDElyBhqLQQWFu6t0QuBITkQuoLnzK { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:8.7734375rem;font-style:italic;display:block; }
#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container { background-color: transparent; background-image: none; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container > .video-iframe-container { display: none; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row > .video-iframe-container { display: none; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .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); }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container { border-width: 0; border-radius: 0; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#TtiQ93DuP9hXS1qkiHzbK5PalLdWh42O { box-sizing:content-box;height:10rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#zOby8KIlmWum074fCKpuaqLDcWcFH7OM { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92480625rem;font-style:normal;display:block; }
#TlliQHVXTBTdP2QFNvLwURPPcMy8sosm { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7373046875rem;left:18.5625rem;height:1.94986875rem;font-style:normal;display:block; }
#U0TwbrylooMlfpqQtoAnWpglur1RmP34 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:8.7734375rem;font-style:italic;display:block; }
#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container { background-color: transparent; background-image: none; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container > .video-iframe-container { display: none; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row > .video-iframe-container { display: none; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .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); }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container { border-width: 0; border-radius: 0; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#l3TwMx9apTUVfeJBbF6isNWfP7U3DX9T { box-sizing:content-box;height:15.9375rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#xwyO7szD4isDPvsF7fdWO83xJZTtlXGy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92480625rem;font-style:normal;display:block; }
#FSqQyHbaKW4pka4QVCHoV2cha9fhwNug { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7373046875rem;left:17.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#VzwBDBoKZymCEc1FmO8JbnpDygPtqnNB { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:14.622375rem;font-style:italic;display:block; }
#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container { background-color: transparent; background-image: none; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container > .video-iframe-container { display: none; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row > .video-iframe-container { display: none; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .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); }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container { border-width: 0; border-radius: 0; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#GTP1THbp9ZbcQWh0l7TDcXwuAqMsl7ri { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#HfkLIWPmV8aF2y3FieKwSB47JglNUTv5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92480625rem;font-style:normal;display:block; }
#zQEiTD91GrSoqV46h8BGtXrdwfGhtoFx { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7373046875rem;left:16.0625rem;height:1.94986875rem;font-style:normal;display:block; }
#yKAzDEZaLPPk5kHi4aSpawm7RAAEhCey { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:8.7734375rem;font-style:italic;display:block; }
#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container { background-color: transparent; background-image: none; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container > .video-iframe-container { display: none; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row > .video-iframe-container { display: none; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .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); }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container { border-width: 0; border-radius: 0; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#bPNxZNhCopTXAUNhFlU3lvRVZWPs6vCK { box-sizing:content-box;height:10rem;width:0.125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#a8ADCL8uw2VPS8Z9DM4ei6LSOpagQCdC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:2.92480625rem;font-style:normal;display:block; }
#CyZ4SSNcykiWRnBIXJsBQLVEeKnPqNVD { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7373046875rem;left:17rem;height:1.94986875rem;font-style:normal;display:block; }
#LLe7rDkh09wheSTperqGeAz6tQg3D0fh { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:1.25rem;height:8.7734375rem;font-style:italic;display:block; }
#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container { background-color: transparent; background-image: none; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container > .video-iframe-container { display: none; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row > .video-iframe-container { display: none; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .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); }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container { border-width: 0; border-radius: 0; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#tXAW4pHq8H7wNALCvS6iSWZxT7QDTWt5 { background-color:rgba(var(--color-secondary-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:#0a2f46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.125rem;left:30.625rem;display:block; }
#a5DMCwI5ye66XPmawvx0hl1zW3vZlqNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container { background-color: transparent; background-image: none; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container > .video-iframe-container { display: none; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row > .video-iframe-container { display: none; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .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); }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container { border-width: 0; border-radius: 0; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#nVVNuZh2unDTO7Me0dRs3IxEbfmEH0ze { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:17.875rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#vRr6LU0KSyD5vTW8v2d5ervo9WWbEeRh { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.4375rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VTFFt2ulcRHRIRIl8SR2HrDtT1i3F4KR { box-sizing:content-box;height:0.625rem;width:11.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:19.9375rem;left:0rem;display:block; }
#cHSIsvwWXJuiI0zbqxIEpUtF9ItFZtUf { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.875rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#DXtW33DgoL2HUeDJ37eQAJQvc8309vTR { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.875rem;left:37.75rem;height:7.5rem;font-style:normal;display:block; }
#K6DXnk5ysTeaFeghEqBJXDG51hfGpyVg { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:37.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fAaOK0pvf57Am2XWxTWz4Ut760E8NXDd { box-sizing:content-box;height:0.625rem;width:9.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:19.9375rem;left:37.75rem;display:block; }
#RITk7ewrNSUU29cyll93GMTohGImZVWl { 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.3125rem;width:17.875rem;top:6.25rem;left:37.75rem;overflow:hidden;display:block; }
#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b57558;background-image:url("https://images.assets-landingi.com/uc/e1d32489-91db-4473-896c-3fdcf5e26ccd/bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE.adaptive-delivery-prevent-bg, #TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE.lazyload, #TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE.lazyloading { background-image: none; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container { background-color: transparent; background-image: none; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container > .video-iframe-container { display: none; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row > .video-iframe-container { display: none; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .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); }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container { border-width: 0; border-radius: 0; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#mSSDSEfXoBMEkLHZTM6hAXIkhPLQ2lqO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:28.1875rem;top:10.5rem;left:0rem;overflow:hidden;display:block; }
#bQGCWA14do8NGxEhF4gTtDxaePKxDrIO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:31.25rem;height:8.7734375rem;font-style:normal;display:block; }
#MCaMF2upizakxIn7ruCtuuNqR1Tfp0UD { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.25rem;left:31.25rem;height:16.875rem;font-style:italic;display:block; }
#er0nt7kOTs5WZ9lTa541EhTRzcLsZufn { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:36.0625rem;left:31.25rem;height:5.84895625rem;font-style:normal;display:block; }
#R5L77m7TKAKJskmomtNaOauN5TlimuQ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.25rem;left:31.25rem;height:2.92480625rem;font-style:normal;display:block; }
#pCocbQmwyqoq4nwvyu5p36ehQLh0IehT { 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:18.0625rem;width:18.3125rem;top:42.375rem;left:56.6875rem;overflow:hidden;display:block; }
#SSWs42KXocRAiNNk78nUAB3IB33MHXXu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container { background-color: transparent; background-image: none; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container > .video-iframe-container { display: none; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row > .video-iframe-container { display: none; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .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); }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container { border-width: 0; border-radius: 0; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#HqCfk91imn4cT16bF1RWe2xVFFVOqQWc { color:#0a2f46;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.874979972839rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qg7Qxxg3whR7hC1SOf5WKoopDKOz3cGs { color:#0a2f46;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.5rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eWRLGSgHnqlR61T42OT9C0V7aiuAeect { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.8125rem;left:0rem;overflow:hidden;display:block; }
#ISxkT8r4TZ9XoXAl5VqExdw5dmod3XrE { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#0a2f46;background-image:none;top:23.875rem;left:0.0625rem;display:block; }
#gasTznrxA92lzbEsp1kbuHzkN0T9buct { color:#0a2f46;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.9375rem;left:2.5rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QwayDfvkwgfAhgX5GwyvgTET0OsH6Rso { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27rem;left:0rem;overflow:hidden;display:block; }
#NcN5bOKIOPeC2QXDQU6KHOINk5sxszMn { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#0a2f46;background-image:none;top:27.0625rem;left:0.0625rem;display:block; }
#LvwGQ4FGCs4rThrFdUAG6wgcbTQ5vK5Z { color:#0a2f46;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.125rem;left:2.5rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yi64wTWK32qWsuSOdmdOO0ME2OLv1eS6 { position:absolute;display:block;z-index:15018;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:1.875rem;top:30.1875rem;left:0rem;overflow:hidden;display:block; }
#H6QJvyx3FCHK71lyuTKSWMROiBA1nN4d { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#0a2f46;background-image:none;top:30.25rem;left:0.0625rem;display:block; }
#URRDp2FNnkCQV20vvGGH9cTxoTkTVmK7 { color:#0a2f46;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:34.9375rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HnuSFHnLvnbNDR3WAWzFuV6d45ee42Tq { background-color:#0a2f46;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.1875rem;left:10.3125rem;display:block; }
#IvS6txZ1lSBPTqPdX9r08o5ZrthtDbci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTeWpgSeCodImSC8wfnTplKZsManlPZB { position:absolute;display:block;z-index:15020;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:51.1875rem;width:33.6875rem;top:0rem;left:41.3125rem;overflow:hidden;display:block; }
#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2f46;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; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container { background-color: transparent; background-image: none; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container > .video-iframe-container { display: none; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row > .video-iframe-container { display: none; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .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); }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container { border-width: 0; border-radius: 0; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#gkShNV0qITwNEWXNZTKXGl9qw9isSOLq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:2.69986875rem;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;text-align:center;text-align-last:center;display:block; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.3);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.3);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.3);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.3); }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .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; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;height:auto; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-0),1); }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-trigger.adaptive-delivery-prevent-bg, #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-trigger.lazyload, #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-trigger.lazyloading { background-image: none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.6875rem;left:7.5rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ia1wxyZWOV243U5JZXW0KBq3nTLeJh4r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #bH68DBt8PPGvNOJBiiiQG5v4JXuVzZGB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #pkOondTvdVtpkWMRKT2fmXbLGTLgtNvW { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #p5SxozzGZTTEV8pvknP2HG1wzhpwfq5T {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #MwSRV8MpuDIZGeT695Om83fxPkKkrCvo {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #fOLmDM0EtFI3OqwVThqrqi6TBRk9MsQB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ymP1UUgAACAElzBh43LUTRtPGOigkZ2T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #UIMAzyXc1vZcvreZnfOdwz5XlNMqcm6L { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #SnfwEpLoNuCqCbSdLHRERlda6yh4p3wS {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #nnTk93DEahuF8MPDZeJ2gKfxTOKFOQKH { display:none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VqH0s65u4yfBwPxz0xCrAcB6JhkrVL1m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #rQRT7AIyTV3ZxeORxOpAVTytNE6BTJmk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #TPe6BTPs0rNiEF9hxnusHtT9thErNQfs { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #sVCqAyJpVNVseuT53pLRPcUayLU6UqNQ {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #oBGAzDBfOtbIf9TP8uKtb9xFntXAmtQJ { display:none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VAAZwEbaGvDd86R1uScL8rcVcyVxgDWS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #JFdm3ffnDUbASB0zJq5cJKRkspGqXCHV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ZBp81VlnFDyybndbkcaPsVftXPJRygqv { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #qgTVxtQyZCFSZwfS7cN4E1tbZAELxiEl {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #Ht6KSk6QzwQTPZrdWCkgy2x4PQL9ormB { display:none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #T00PZa3k2pcERQJVHWuRV8NRhyPQdnk6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VaqWGaxgpPPL32GmAXOf4fTJ2H2dtT68 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lRTJ9UWW2l7ILreJVNsPmuHRuH0d6D8G { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #TP2nlipgC5gtRBxl7zxkvIRhLO58tocv {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #yqA6fqMlVxKshWHmzs90TcJWGxTWeyW4 { display:none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #dDZgpBkIl1y3cC5Z1M7yeVOlQ8ootriu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #GO2JTkqBWrRehVn7TJHepfEaINu9Tweq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ewStpmVFaMQiTCptnFrKkqRqOmQha4n0 { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lebsi5CRHLZIpDwC0yfxtbx8KKeVv4iK {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #gxmX1eWJhoGWq7acva35bfm8FUfK7Xfg { display:none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #XGDh7d118R7CHMvVBcEEzH71fC3nhtHe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #CzB6AJiThVNc9lgpPcW8h3EIDXPw1Wly { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VLiRHh5fGzpSyTJLy2C9hRu3nE4JtNq1 { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #BrxrQ2fT5esDFLEvdLqkQOzlxLWJpN1f {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #dvMTQxs1LSLzOXDi5rhAEyNh6RQT3W31 { display:none; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lQqh3pa6b2lHqiA1vOu7t6JzEThKJT0i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #hoI9BA8Wyy6Vn4Ggv2ThNqgLy6W6EW4Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #n1OQdP9OXfewQbtgkGEHU89r8aWrHTpi { display:block;position:relative; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #Z0ziuzn8slKtKzkNQk14cgpgpTmbqXf1 {  }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #yUdmgA5OAumu3sTplrouiE1cwWeJ4p71 { display:none; }
#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container { background-color: transparent; background-image: none; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container > .video-iframe-container { display: none; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row > .video-iframe-container { display: none; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .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); }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container { border-width: 0; border-radius: 0; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#B2zKLcnAaJeuSaK2zcWU4TeT0zBcvhM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8098964691162rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ee03c6f1-3f7c-4f11-96ad-9e58792259ae/bg.svg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn.adaptive-delivery-prevent-bg, #UkQpwCFF5raTOwem4HInn1K6X1wcs5zn.lazyload, #UkQpwCFF5raTOwem4HInn1K6X1wcs5zn.lazyloading { background-image: none; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container { background-color: transparent; background-image: none; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container > .video-iframe-container { display: none; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row > .video-iframe-container { display: none; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .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); }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container { border-width: 0; border-radius: 0; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#abf3CTpKxdikq2TLIh8mn2x2wD4lu4mc { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:spartan;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:2.4361991882324rem;left:7.5rem;height:6.75rem;display:block; }
#uSfuZgvt1vhODqLRB0K6pHT5FG438pRk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:7.8125rem;top:11.125rem;left:9.125rem;overflow:hidden;display:block; }
#UM9ZXJbB2xRVBtNvHcm5it9gtMy9d4Jn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #e41e26;border-left:0.125rem solid #e41e26;border-right:0.125rem solid #e41e26;border-bottom:0.125rem solid #e41e26;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:#e41e26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:spartan;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:5.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.8125rem;left:7.5rem;display:block; }
#VfrnM5XkqSiysXu20LJI43AClfOloTGH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHU1KS1oETKFhvgUNF088gTff1odRbw4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.5) ;height:14.5625rem;width:9.5rem;top:14.5625rem;left:25.75rem;overflow:hidden;display:block; }
#vNOvQDDXQn2bhEs14NygW0KNBsDqO5Vv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.5) ;height:14.5625rem;width:9.5rem;top:14.5625rem;left:38rem;overflow:hidden;display:block; }
#spgKGkNNaT7ruaAzrQ9pWTZHn8FuGgxX { position:absolute;display:block;z-index:15010;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: 0rem 0rem 2rem rgba(var(--color-tertiary-4),0.5) ;height:14.625rem;width:9.5625rem;top:14.375rem;left:50.375rem;overflow:hidden;display:block; }
#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container { background-color: transparent; background-image: none; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container > .video-iframe-container { display: none; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row > .video-iframe-container { display: none; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .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); }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container { border-width: 0; border-radius: 0; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#D6ehhQrhaaaINvnDyiSfufuwJmKr9ebK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#ReUNfEzXicnpP8bVJlrFcT5gpN2N5CA2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#TuvqKZKVkRXGNUUgBM1Gw1SFWF863Ssz { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.931640625rem;left:51.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwDNbknyEh8oSbl0IFVSWsQnG05PmnI9 { width:37.375rem;height:10.9375rem;top:5.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTu33UlvTsEulFyo8PlFiFuKWOVyXLq9 { width:10.5rem;height:0.25rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChTgNOnvdnKaN5D8lC1KoeO1nxxpgpKS { width:36.0625rem;height:5.8125rem;top:19.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IseFxnuk46gDBxDNM0E4m5FZ8btc10lQ { width:10.5rem;height:0.25rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW7SopdPXbIhpQ48d6oHFwgcpe9XPrgh { width:36.25rem;height:7.5rem;top:29.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7BzvKRfEQ6itgObvaOLhuxD5w99DIuU { width:13.75rem;height:4.375rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFJ92USaBPc6uvwe9ELR6mweyFbyns1 { display:block; }
 }@media only screen and (max-width: 763px) { #pTLJWaBVuOn3QzmhbzbCGKkqNTOFsZZz { width:10.625rem;height:10.25rem;top:46rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtcG6V7Zggfkn3o8tLgyFnpzdm5IsZhB { width:11rem;height:11rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9SDnPbzFi9GB0EPiNtfPZR3sPGI9ouV { width:5.125rem;height:4.6875rem;top:54.4375rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIGVltmtJTJGBZLxG5okqcSdfRddX4dV { width:37.5rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 { display:block; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lor2k3Rl3wtQD8CPxoayNC9kEdzBKldU { width:0.125rem;height:18.75rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9OLPtS5T9HPm4ThVeDKObLhS3sk3QTu { width:24.625rem;height:2.875rem;top:4.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVgIPdJPDVfX57oSIrgkr4WhXCldbvQP { width:47.75rem;height:11.6875rem;top:8.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqaEoS63PN02eTstfRtsQ9gb9mQ8U60T { width:5.125rem;height:4.6875rem;top:54.4375rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuzZIgEr9rIBMP2leFi9Qc2WRHbqaHNt { width:11rem;height:11rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN { display:block; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTmaXUL5qBA2QRT7uWDats7gAr19Ocfl { width:26.1875rem;height:9rem;top:9.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Q9rf2CpwZTRFWaGHL56mXoXIFl7L1T { width:25.5625rem;height:40.5rem;top:20.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBkFHvPytQp34qG9RBGf9eiI9sp9JcN { width:30.625rem;height:70.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtpQnDyAXFTUysT6pHV03vNO7OUOhV3q { width:37.5rem;height:22rem;display:none; }
 }@media only screen and (max-width: 763px) { #waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P { display:block; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkb7TrOHpz7R3IFm6qDLVh853o0snAwu { width:34.0625rem;height:4.5rem;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQcaW3Ui4hHyoeaPVrF8yy47XZTRKyGT { width:47.75rem;height:26.74rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRkn6XrbCNHNZo49IqXn83orvZUzt4GL { width:13.75rem;height:4.375rem;top:51.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XPF1IQgLzT4QMcPQH4bTSPpLHGK2Fi { display:block; }
 }@media only screen and (max-width: 763px) { #LLOxdA0A8LznT3cVeJGdA6Ul23E40EZw { width:0.25rem;height:21.75rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbPwQPhe0XT9dofT7axGcPk1awlbGQiU { width:0.25rem;height:21.75rem;top:16.25rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC { display:block; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTQncXlaKavT4Pc56EnLNTGp0LliZkPD { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmtJqhhsbuUZ60DzpXiaUTqxim2WxqNB { width:1.875rem;height:1.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rceq6T8IXKuyE55IHnGTeZEgoItJuwXA { width:12.5rem;height:1.9375rem;top:12.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKwUToIqWy92eyE6IkyDpxpFco3FUb6 { width:22.875rem;height:7.1875rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCehs4gIxnLidzK5PlZZpsS24GgTTq5M { width:23.75rem;height:7.1875rem;top:15.5rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2gEXUkieg0x8nU04phyN5q034Tz8tbZ { width:1.875rem;height:1.875rem;top:12.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWDgSFfKWXEhkcrxkNfCJEr3WTTDwswP { width:12.5rem;height:;top:12.625rem;left:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7hh3hrwbOVPmEbGIPWlF6Lc7kPvo38v { width:23.75rem;height:7.1875rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgyO2QXwqrE3DzeAANhlaLuo3iXlo4B2 { width:23.75rem;height:7.1875rem;top:27.75rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQNwzq8c7LCKJTDzBb8GiaACuO5WuSz { width:1.875rem;height:1.875rem;top:24.9375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcQtTibhUJKUxuFHCw41F3XCN0RBKvIB { width:17.0625rem;height:1.9375rem;top:24.875rem;left:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aiyiwhi745mMWXp7x53FI4EFN4b1t3Jy { width:20.5625rem;height:1.9375rem;top:24.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTIS5JeyFQ0dP01lNORdb3osgbUlwCLo { width:1.875rem;height:1.875rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXgB3JMK7XTQ4tSfooW7KSVVClNXwiR { width:23.75rem;height:8.9375rem;top:40.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxs2lbIy0raCwqhkC1KQk1u1J0PuKmz { width:23.75rem;height:7.1875rem;top:40.4375rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxXbUS5scwo20VhTOHVhPhTrKZPSCX75 { width:1.875rem;height:1.875rem;top:37.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFf8ggmtSJmXCBefqD4UtLSqHJfL4WTp { width:22.125rem;height:1.9375rem;top:37.5625rem;left:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlN1an4CItpOQGSTSBSWkT0zob5I62KN { width:20.5625rem;height:;top:37.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROKHNSaoyu7XEIAScb5cvxywfSFw9ydb { width:1.875rem;height:1.875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwGtpoywxr0ACPHFLooAGLO6tllvRsol { width:30.625rem;height:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe { display:block; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpxCNxsDZtTRWvsSXGM06tSTD5scf82Z { width:31.3125rem;height:13.5rem;top:3.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4IBUBHfpNaxUfNVQHlDL0HCkGOw6EVF { width:30.1875rem;height:15.75rem;top:17.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTH7kh8p2XdEB836CMxGdn1xMWW7gyXm { width:30.1875rem;height:24.75rem;top:40.0625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR3NEzqAt9T8pVOaW3wRoOu13ynxiyOu { width:31.3125rem;height:;top:20.75rem;left:16.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZHoFRqAAPArwGoKuMyMJMalWL9qvntT { width:13.75rem;height:4.375rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqmgeZOzv2kcRUzGw59H0NQMPQK93cg { display:block; }
 }@media only screen and (max-width: 763px) { #EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR { display:block; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2JFwdNJxZ5HxnaTZkD7oPnkPTSq799U { width:26.5rem;height:4.5rem;top:6.3125rem;left:7.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4XA3ASCR0pPt9WuoG3E0GcSJ7PShtXJ { width:5.125rem;height:4.6875rem;top:6.25rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc { display:block; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHxZX19NK78GCvFnNzwa8zaSUr35vORx { width:0.125rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGuh8J9Ju9HwaF7FPPn0vXJP6MnOizOb { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS486vnxL71FoegP1IyubHQEs2ALJOSr { width:15.6875rem;height:1.9375rem;top:0.4375rem;left:19.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoHatn0f6nr5F792b7iDxfrwcA0zrpFJ { width:47.75rem;height:11.6875rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfybiaSUykzRTJGuTLNNEp4gPXirN4tR { display:block; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yatzDHJVrLOTwZuipBFuwsaTgaxJowsz { width:0.125rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihMcClT1BvC4q5lAe8Kz37X8FsEv55f { width:16.625rem;height:2.875rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahwAHrxm5CTeHo7gsPXbSRxbzgqZgFnR { width:45.4375rem;height:1.9375rem;top:0.6875rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7qZcSpXLlbJPXVoiGI2NITzH5RQWZL2 { width:47.75rem;height:11.6875rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF { display:block; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgk9SuntDbn4shKG0oqUJdSQv45zndfT { width:0.125rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDuXcKzJu3zmGqtisAotzN8TPub5tQ3c { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0CtOTuRoLLoXwgOnV9GR2m35TW9QSTU { width:45.4375rem;height:1.9375rem;top:0.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9wDElyBhqLQQWFu6t0QuBITkQuoLnzK { width:47.75rem;height:8.75rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O { display:block; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtiQ93DuP9hXS1qkiHzbK5PalLdWh42O { width:0.125rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOby8KIlmWum074fCKpuaqLDcWcFH7OM { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlliQHVXTBTdP2QFNvLwURPPcMy8sosm { width:45.4375rem;height:1.9375rem;top:0.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TwbrylooMlfpqQtoAnWpglur1RmP34 { width:47.75rem;height:5.8125rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT { display:block; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3TwMx9apTUVfeJBbF6isNWfP7U3DX9T { width:0.125rem;height:15.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwyO7szD4isDPvsF7fdWO83xJZTtlXGy { width:16.625rem;height:2.9375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSqQyHbaKW4pka4QVCHoV2cha9fhwNug { width:45.4375rem;height:1.9375rem;top:0.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzwBDBoKZymCEc1FmO8JbnpDygPtqnNB { width:47.75rem;height:11.6875rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo { display:block; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTP1THbp9ZbcQWh0l7TDcXwuAqMsl7ri { width:0.125rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfkLIWPmV8aF2y3FieKwSB47JglNUTv5 { width:16.625rem;height:2.875rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQEiTD91GrSoqV46h8BGtXrdwfGhtoFx { width:45.4375rem;height:1.9375rem;top:0.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKAzDEZaLPPk5kHi4aSpawm7RAAEhCey { width:47.75rem;height:8.75rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G { display:block; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPNxZNhCopTXAUNhFlU3lvRVZWPs6vCK { width:0.125rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ADCL8uw2VPS8Z9DM4ei6LSOpagQCdC { width:16.625rem;height:2.875rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyZ4SSNcykiWRnBIXJsBQLVEeKnPqNVD { width:45.4375rem;height:1.9375rem;top:0.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLe7rDkh09wheSTperqGeAz6tQg3D0fh { width:47.75rem;height:5.8125rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM { display:block; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXAW4pHq8H7wNALCvS6iSWZxT7QDTWt5 { width:13.75rem;height:4.375rem;top:3.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DMCwI5ye66XPmawvx0hl1zW3vZlqNM { display:block; }
 }@media only screen and (max-width: 763px) { #vlSlSpMKANuCSdU5TytWgSM29Th08cG3 { display:block; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVVNuZh2unDTO7Me0dRs3IxEbfmEH0ze { width:17.875rem;height:7.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRr6LU0KSyD5vTW8v2d5ervo9WWbEeRh { width:37.25rem;height:4.875rem;top:15.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFFt2ulcRHRIRIl8SR2HrDtT1i3F4KR { width:11.0625rem;height:0.625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHSIsvwWXJuiI0zbqxIEpUtF9ItFZtUf { width:36.25rem;height:5.625rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtW33DgoL2HUeDJ37eQAJQvc8309vTR { width:36.25rem;height:5.625rem;top:21.875rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6DXnk5ysTeaFeghEqBJXDG51hfGpyVg { width:37.25rem;height:;top:15.4375rem;left:10.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAaOK0pvf57Am2XWxTWz4Ut760E8NXDd { width:9.6875rem;height:0.625rem;top:19.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITk7ewrNSUU29cyll93GMTohGImZVWl { width:17.875rem;height:7.3125rem;top:6.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE { display:block; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSSDSEfXoBMEkLHZTM6hAXIkhPLQ2lqO { width:28.1875rem;height:49.9375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGCWA14do8NGxEhF4gTtDxaePKxDrIO { width:43.75rem;height:8.75rem;top:6.25rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaMF2upizakxIn7ruCtuuNqR1Tfp0UD { width:43.75rem;height:16.875rem;top:17.25rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0nt7kOTs5WZ9lTa541EhTRzcLsZufn { width:43.75rem;height:5.8125rem;top:36.0625rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5L77m7TKAKJskmomtNaOauN5TlimuQ4 { width:43.75rem;height:2.875rem;top:43.25rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCocbQmwyqoq4nwvyu5p36ehQLh0IehT { width:18.3125rem;height:18.0625rem;top:42.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSWs42KXocRAiNNk78nUAB3IB33MHXXu { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy { display:block; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqCfk91imn4cT16bF1RWe2xVFFVOqQWc { width:32.75rem;height:4.875rem;top:13.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg7Qxxg3whR7hC1SOf5WKoopDKOz3cGs { width:29.375rem;height:1.9375rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWRLGSgHnqlR61T42OT9C0V7aiuAeect { width:1.875rem;height:1.875rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxkT8r4TZ9XoXAl5VqExdw5dmod3XrE { width:1.75rem;height:1.75rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gasTznrxA92lzbEsp1kbuHzkN0T9buct { width:29.375rem;height:1.9375rem;top:26.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwayDfvkwgfAhgX5GwyvgTET0OsH6Rso { width:1.875rem;height:1.875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcN5bOKIOPeC2QXDQU6KHOINk5sxszMn { width:1.75rem;height:1.75rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwGQ4FGCs4rThrFdUAG6wgcbTQ5vK5Z { width:29.375rem;height:1.9375rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi64wTWK32qWsuSOdmdOO0ME2OLv1eS6 { width:1.875rem;height:1.875rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6QJvyx3FCHK71lyuTKSWMROiBA1nN4d { width:1.75rem;height:1.75rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URRDp2FNnkCQV20vvGGH9cTxoTkTVmK7 { width:10rem;height:4.875rem;top:34.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnuSFHnLvnbNDR3WAWzFuV6d45ee42Tq { width:16.875rem;height:4.375rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvS6txZ1lSBPTqPdX9r08o5ZrthtDbci { display:block; }
 }@media only screen and (max-width: 763px) { #eTeWpgSeCodImSC8wfnTplKZsManlPZB { width:33.6875rem;height:51.1875rem;top:0rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs { display:block; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkShNV0qITwNEWXNZTKXGl9qw9isSOLq { width:47.75rem;height:2.6875rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH { display:flex;height:auto;width:27.8125rem;top:11.6875rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ia1wxyZWOV243U5JZXW0KBq3nTLeJh4r {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #bH68DBt8PPGvNOJBiiiQG5v4JXuVzZGB {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #pkOondTvdVtpkWMRKT2fmXbLGTLgtNvW {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #p5SxozzGZTTEV8pvknP2HG1wzhpwfq5T {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #MwSRV8MpuDIZGeT695Om83fxPkKkrCvo {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #fOLmDM0EtFI3OqwVThqrqi6TBRk9MsQB {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ymP1UUgAACAElzBh43LUTRtPGOigkZ2T {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #UIMAzyXc1vZcvreZnfOdwz5XlNMqcm6L {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #SnfwEpLoNuCqCbSdLHRERlda6yh4p3wS {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #nnTk93DEahuF8MPDZeJ2gKfxTOKFOQKH {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VqH0s65u4yfBwPxz0xCrAcB6JhkrVL1m {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #rQRT7AIyTV3ZxeORxOpAVTytNE6BTJmk {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #TPe6BTPs0rNiEF9hxnusHtT9thErNQfs {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #sVCqAyJpVNVseuT53pLRPcUayLU6UqNQ {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #oBGAzDBfOtbIf9TP8uKtb9xFntXAmtQJ {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VAAZwEbaGvDd86R1uScL8rcVcyVxgDWS {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #JFdm3ffnDUbASB0zJq5cJKRkspGqXCHV {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ZBp81VlnFDyybndbkcaPsVftXPJRygqv {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #qgTVxtQyZCFSZwfS7cN4E1tbZAELxiEl {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #Ht6KSk6QzwQTPZrdWCkgy2x4PQL9ormB {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #T00PZa3k2pcERQJVHWuRV8NRhyPQdnk6 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VaqWGaxgpPPL32GmAXOf4fTJ2H2dtT68 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lRTJ9UWW2l7ILreJVNsPmuHRuH0d6D8G {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #TP2nlipgC5gtRBxl7zxkvIRhLO58tocv {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #yqA6fqMlVxKshWHmzs90TcJWGxTWeyW4 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #dDZgpBkIl1y3cC5Z1M7yeVOlQ8ootriu {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #GO2JTkqBWrRehVn7TJHepfEaINu9Tweq {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ewStpmVFaMQiTCptnFrKkqRqOmQha4n0 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lebsi5CRHLZIpDwC0yfxtbx8KKeVv4iK {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #gxmX1eWJhoGWq7acva35bfm8FUfK7Xfg {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #XGDh7d118R7CHMvVBcEEzH71fC3nhtHe {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #CzB6AJiThVNc9lgpPcW8h3EIDXPw1Wly {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VLiRHh5fGzpSyTJLy2C9hRu3nE4JtNq1 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #BrxrQ2fT5esDFLEvdLqkQOzlxLWJpN1f {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #dvMTQxs1LSLzOXDi5rhAEyNh6RQT3W31 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lQqh3pa6b2lHqiA1vOu7t6JzEThKJT0i {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #hoI9BA8Wyy6Vn4Ggv2ThNqgLy6W6EW4Z {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #n1OQdP9OXfewQbtgkGEHU89r8aWrHTpi {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #Z0ziuzn8slKtKzkNQk14cgpgpTmbqXf1 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #yUdmgA5OAumu3sTplrouiE1cwWeJ4p71 {  }
 }@media only screen and (max-width: 763px) { #ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf { display:block; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2zKLcnAaJeuSaK2zcWU4TeT0zBcvhM4 { width:47.75rem;height:4.875rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkQpwCFF5raTOwem4HInn1K6X1wcs5zn { display:block; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abf3CTpKxdikq2TLIh8mn2x2wD4lu4mc { width:47.75rem;height:6.75rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfuZgvt1vhODqLRB0K6pHT5FG438pRk { width:7.8125rem;height:10.6875rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9ZXJbB2xRVBtNvHcm5it9gtMy9d4Jn { width:11.5rem;height:5.1875rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrnM5XkqSiysXu20LJI43AClfOloTGH { display:block; }
 }@media only screen and (max-width: 763px) { #yHU1KS1oETKFhvgUNF088gTff1odRbw4 { width:9.5rem;height:14.5625rem;top:14.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNOvQDDXQn2bhEs14NygW0KNBsDqO5Vv { width:9.5rem;height:14.5625rem;top:14.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spgKGkNNaT7ruaAzrQ9pWTZHn8FuGgxX { width:9.5625rem;height:14.625rem;top:14.375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl { display:block; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6ehhQrhaaaINvnDyiSfufuwJmKr9ebK { width:12.5rem;height:1.25rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReUNfEzXicnpP8bVJlrFcT5gpN2N5CA2 { width:18rem;height:1.25rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvqKZKVkRXGNUUgBM1Gw1SFWF863Ssz { width:23.9375rem;height:1.25rem;top:3.875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0a2f46;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwDNbknyEh8oSbl0IFVSWsQnG05PmnI9 { width:20rem;height:5.3997375rem;top:20.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTu33UlvTsEulFyo8PlFiFuKWOVyXLq9 { width:10.5rem;height:0.25rem;top:27.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChTgNOnvdnKaN5D8lC1KoeO1nxxpgpKS { width:20rem;height:5.8496125rem;top:28.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IseFxnuk46gDBxDNM0E4m5FZ8btc10lQ { width:10.5rem;height:0.25rem;top:35.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW7SopdPXbIhpQ48d6oHFwgcpe9XPrgh { width:20rem;height:11.8125rem;top:42.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7BzvKRfEQ6itgObvaOLhuxD5w99DIuU { width:13.75rem;height:4.375rem;top:37rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPFJ92USaBPc6uvwe9ELR6mweyFbyns1 { display:block; }
 }@media only screen and (max-width: 763px) { #pTLJWaBVuOn3QzmhbzbCGKkqNTOFsZZz { width:10.625rem;height:10.25rem;top:54.720725rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtcG6V7Zggfkn3o8tLgyFnpzdm5IsZhB { width:11rem;height:11rem;top:41.220725rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9SDnPbzFi9GB0EPiNtfPZR3sPGI9ouV { width:5.125rem;height:4.6875rem;top:66.220725rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIGVltmtJTJGBZLxG5okqcSdfRddX4dV { top:0rem;left:0rem;width:20rem;height:19.125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 { display:block; }#AF4bm8mlfEPPmWfnZHE7g9ODO93EPkl6 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lor2k3Rl3wtQD8CPxoayNC9kEdzBKldU { width:0.125rem;height:18.75rem;top:3.875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9OLPtS5T9HPm4ThVeDKObLhS3sk3QTu { width:20rem;height:1.94986875rem;top:15rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVgIPdJPDVfX57oSIrgkr4WhXCldbvQP { width:20rem;height:15.597625rem;top:17.537109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqaEoS63PN02eTstfRtsQ9gb9mQ8U60T { width:5.125rem;height:4.6875rem;top:5.78125rem;left:13.46875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HuzZIgEr9rIBMP2leFi9Qc2WRHbqaHNt { width:10rem;height:10rem;top:2.5rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN { background-color:#b57558;background-image:none;display:block; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container { background-color: transparent; background-image: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container > .video-iframe-container { display: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row > .video-iframe-container { display: none; }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .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); }#hfmXMrkcQo8Fy0tXMNmCA2Wp2PJ0OSSN > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTmaXUL5qBA2QRT7uWDats7gAr19Ocfl { width:20rem;height:5.09895625rem;top:2.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Q9rf2CpwZTRFWaGHL56mXoXIFl7L1T { width:20rem;height:34.19010625rem;top:21.787109375rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qCBkFHvPytQp34qG9RBGf9eiI9sp9JcN { width:20rem;height:70.375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtpQnDyAXFTUysT6pHV03vNO7OUOhV3q { top:8.849609375rem;left:0rem;width:20rem;height:11.6875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P { display:block; }#waHs2eVpHI8nOSgfrBhbfTq3UT8hCl5P > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkb7TrOHpz7R3IFm6qDLVh853o0snAwu { width:20rem;height:2.54980625rem;top:2.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQcaW3Ui4hHyoeaPVrF8yy47XZTRKyGT { height:11.19925rem;width:20rem;top:5.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRkn6XrbCNHNZo49IqXn83orvZUzt4GL { width:13.75rem;height:4.375rem;top:18.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XPF1IQgLzT4QMcPQH4bTSPpLHGK2Fi { display:block; }
 }@media only screen and (max-width: 763px) { #LLOxdA0A8LznT3cVeJGdA6Ul23E40EZw { width:0.25rem;height:21.75rem;top:4.8984375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbPwQPhe0XT9dofT7axGcPk1awlbGQiU { width:0.25rem;height:21.75rem;top:40.3476875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC { background-color:#072334;background-image:none;display:block; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container { background-color: transparent; background-image: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container > .video-iframe-container { display: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row > .video-iframe-container { display: none; }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .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); }#K3bkczlmUGNBEFQARgPDbx6S8Z4r1qCC > .row .container { width:20rem;height:108.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTQncXlaKavT4Pc56EnLNTGp0LliZkPD { width:18.6875rem;height:5.09895625rem;top:21.54296875rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lmtJqhhsbuUZ60DzpXiaUTqxim2WxqNB { width:1.875rem;height:1.875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rceq6T8IXKuyE55IHnGTeZEgoItJuwXA { width:12.5rem;height:1.625rem;top:28.125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKwUToIqWy92eyE6IkyDpxpFco3FUb6 { width:20rem;height:7.1979375rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCehs4gIxnLidzK5PlZZpsS24GgTTq5M { width:20rem;height:7.1979375rem;top:42rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2gEXUkieg0x8nU04phyN5q034Tz8tbZ { width:1.875rem;height:1.875rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWDgSFfKWXEhkcrxkNfCJEr3WTTDwswP { width:12.5rem;height:1.625rem;top:39.4375rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7hh3hrwbOVPmEbGIPWlF6Lc7kPvo38v { width:20rem;height:8.997375rem;top:53.591148376465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgyO2QXwqrE3DzeAANhlaLuo3iXlo4B2 { width:20rem;height:8.997375rem;top:66.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQNwzq8c7LCKJTDzBb8GiaACuO5WuSz { width:1.875rem;height:1.875rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcQtTibhUJKUxuFHCw41F3XCN0RBKvIB { width:12.5rem;height:1.625rem;top:64.5625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aiyiwhi745mMWXp7x53FI4EFN4b1t3Jy { width:14.75rem;height:1.625rem;top:50.4375rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTIS5JeyFQ0dP01lNORdb3osgbUlwCLo { width:1.875rem;height:1.875rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXgB3JMK7XTQ4tSfooW7KSVVClNXwiR { width:20rem;height:10.796875rem;top:80.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxs2lbIy0raCwqhkC1KQk1u1J0PuKmz { width:20rem;height:8.997375rem;top:97rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxXbUS5scwo20VhTOHVhPhTrKZPSCX75 { width:1.875rem;height:1.875rem;top:93.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFf8ggmtSJmXCBefqD4UtLSqHJfL4WTp { width:16.6875rem;height:3.25rem;top:93.8125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlN1an4CItpOQGSTSBSWkT0zob5I62KN { width:16.6875rem;height:1.625rem;top:77.9375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROKHNSaoyu7XEIAScb5cvxywfSFw9ydb { width:1.875rem;height:1.875rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwGtpoywxr0ACPHFLooAGLO6tllvRsol { top:1.1875rem;left:2.4375rem;width:13.8125rem;height:19.0625rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe { display:block; }#JF6h7sdTOKHQ5UDRXRko4UEI5TSm3cBe > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpxCNxsDZtTRWvsSXGM06tSTD5scf82Z { width:20rem;height:4.79948125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4IBUBHfpNaxUfNVQHlDL0HCkGOw6EVF { width:20rem;height:16.1953125rem;top:7.29785rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cTH7kh8p2XdEB836CMxGdn1xMWW7gyXm { width:20rem;height:26.9921875rem;top:32.568359375rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oR3NEzqAt9T8pVOaW3wRoOu13ynxiyOu { width:20rem;height:7.19925rem;top:24.7451171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZHoFRqAAPArwGoKuMyMJMalWL9qvntT { width:13.75rem;height:4.375rem;top:60.814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqmgeZOzv2kcRUzGw59H0NQMPQK93cg { display:block; }
 }@media only screen and (max-width: 763px) { #EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR { display:block; }#EWRq8UPOQX9Ag4ZZJ9vRo3xQJTVTN6TR > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2JFwdNJxZ5HxnaTZkD7oPnkPTSq799U { width:20rem;height:2.54980625rem;top:2.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4XA3ASCR0pPt9WuoG3E0GcSJ7PShtXJ { width:3.25rem;height:2.9375rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc { display:block; }#TmodJyUWX41RSZBIgB1dZGrlFfUVR6Qc > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHxZX19NK78GCvFnNzwa8zaSUr35vORx { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGuh8J9Ju9HwaF7FPPn0vXJP6MnOizOb { width:20rem;height:3.8997375rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rS486vnxL71FoegP1IyubHQEs2ALJOSr { width:20rem;height:1.625rem;top:8.8984375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoHatn0f6nr5F792b7iDxfrwcA0zrpFJ { width:20rem;height:15.5989375rem;top:12.07421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfybiaSUykzRTJGuTLNNEp4gPXirN4tR { display:block; }#VfybiaSUykzRTJGuTLNNEp4gPXirN4tR > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yatzDHJVrLOTwZuipBFuwsaTgaxJowsz { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihMcClT1BvC4q5lAe8Kz37X8FsEv55f { width:20rem;height:1.94986875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahwAHrxm5CTeHo7gsPXbSRxbzgqZgFnR { width:20rem;height:1.625rem;top:7.32421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7qZcSpXLlbJPXVoiGI2NITzH5RQWZL2 { width:20rem;height:21.4485625rem;top:10.19921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF { display:block; }#MdoAU9l7VKSSGdiQLAWnLzLLxzhUVQGF > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgk9SuntDbn4shKG0oqUJdSQv45zndfT { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDuXcKzJu3zmGqtisAotzN8TPub5tQ3c { width:20rem;height:1.94986875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0CtOTuRoLLoXwgOnV9GR2m35TW9QSTU { width:20rem;height:3.25rem;top:7.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9wDElyBhqLQQWFu6t0QuBITkQuoLnzK { width:20rem;height:11.69925rem;top:12.07421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O { display:block; }#t6DKrttHZ0MF6c1PRtNT9DurRcQUHk7O > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtiQ93DuP9hXS1qkiHzbK5PalLdWh42O { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOby8KIlmWum074fCKpuaqLDcWcFH7OM { width:20rem;height:1.94986875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlliQHVXTBTdP2QFNvLwURPPcMy8sosm { width:20rem;height:3.25rem;top:7.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0TwbrylooMlfpqQtoAnWpglur1RmP34 { width:20rem;height:9.749375rem;top:12.07421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT { display:block; }#ZtHyEvEl4EUPTAXGz4xWUU0DypTkm8oT > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3TwMx9apTUVfeJBbF6isNWfP7U3DX9T { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwyO7szD4isDPvsF7fdWO83xJZTtlXGy { width:20rem;height:1.94986875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSqQyHbaKW4pka4QVCHoV2cha9fhwNug { width:20rem;height:1.625rem;top:7.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzwBDBoKZymCEc1FmO8JbnpDygPtqnNB { width:20rem;height:21.4485625rem;top:10.44921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo { display:block; }#srgRWbPVbRzwU7terhRqzuJlKH0pn4Mo > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTP1THbp9ZbcQWh0l7TDcXwuAqMsl7ri { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfkLIWPmV8aF2y3FieKwSB47JglNUTv5 { width:20rem;height:1.94986875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQEiTD91GrSoqV46h8BGtXrdwfGhtoFx { width:20rem;height:1.625rem;top:7.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKAzDEZaLPPk5kHi4aSpawm7RAAEhCey { width:20rem;height:15.5989375rem;top:10.44921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G { display:block; }#p4suGy35PHkNaHTU9MDOoMDZnOp8Qo6G > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPNxZNhCopTXAUNhFlU3lvRVZWPs6vCK { width:0.125rem;height:2.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ADCL8uw2VPS8Z9DM4ei6LSOpagQCdC { width:20rem;height:1.94986875rem;top:5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyZ4SSNcykiWRnBIXJsBQLVEeKnPqNVD { width:20rem;height:1.625rem;top:7.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLe7rDkh09wheSTperqGeAz6tQg3D0fh { width:20rem;height:9.749375rem;top:10.44921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM { display:block; }#Js4rPTqyx5hzA32DzLiSAH6eoGSaBrJM > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXAW4pHq8H7wNALCvS6iSWZxT7QDTWt5 { width:13.75rem;height:4.375rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DMCwI5ye66XPmawvx0hl1zW3vZlqNM { display:block; }
 }@media only screen and (max-width: 763px) { #vlSlSpMKANuCSdU5TytWgSM29Th08cG3 { display:block; }#vlSlSpMKANuCSdU5TytWgSM29Th08cG3 > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVVNuZh2unDTO7Me0dRs3IxEbfmEH0ze { width:17.875rem;height:7.3125rem;top:2.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRr6LU0KSyD5vTW8v2d5ervo9WWbEeRh { width:20rem;height:2.5996125rem;top:11.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTFFt2ulcRHRIRIl8SR2HrDtT1i3F4KR { width:6.1875rem;height:0.375rem;top:13.349609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHSIsvwWXJuiI0zbqxIEpUtF9ItFZtUf { width:20rem;height:10.125rem;top:14.912109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXtW33DgoL2HUeDJ37eQAJQvc8309vTR { width:20rem;height:8.4375rem;top:39.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6DXnk5ysTeaFeghEqBJXDG51hfGpyVg { width:20rem;height:2.5996125rem;top:36.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAaOK0pvf57Am2XWxTWz4Ut760E8NXDd { width:5.3125rem;height:0.375rem;top:38.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITk7ewrNSUU29cyll93GMTohGImZVWl { width:17.875rem;height:7.3125rem;top:27.537109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE { display:block; }#TIGpTcII48eu6tFwVDxUvVOgWLRV7vwE > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSSDSEfXoBMEkLHZTM6hAXIkhPLQ2lqO { width:13.75rem;height:24.3125rem;top:2.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGCWA14do8NGxEhF4gTtDxaePKxDrIO { width:20rem;height:7.7995rem;top:27.9306640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaMF2upizakxIn7ruCtuuNqR1Tfp0UD { width:20rem;height:24.75rem;top:36.9775390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0nt7kOTs5WZ9lTa541EhTRzcLsZufn { width:20rem;height:3.8997375rem;top:62.46484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5L77m7TKAKJskmomtNaOauN5TlimuQ4 { width:20rem;height:1.94986875rem;top:67.61328125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCocbQmwyqoq4nwvyu5p36ehQLh0IehT { width:8.875rem;height:8.6875rem;top:66.36328125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSWs42KXocRAiNNk78nUAB3IB33MHXXu { top:26.5625rem;left:0.625rem;width:18.75rem;height:0.25rem;z-index:15005;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy { display:block; }#nQv0KNCR4C5L7NscFKMZwf1q0EzbclMy > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqCfk91imn4cT16bF1RWe2xVFFVOqQWc { width:20rem;height:2.5996125rem;top:24.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qg7Qxxg3whR7hC1SOf5WKoopDKOz3cGs { width:11.3125rem;height:1.625rem;top:31.125rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWRLGSgHnqlR61T42OT9C0V7aiuAeect { width:1.875rem;height:1.875rem;top:31rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxkT8r4TZ9XoXAl5VqExdw5dmod3XrE { width:1.75rem;height:1.75rem;top:31.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gasTznrxA92lzbEsp1kbuHzkN0T9buct { width:10.1875rem;height:1.625rem;top:34.1875rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwayDfvkwgfAhgX5GwyvgTET0OsH6Rso { width:1.875rem;height:1.875rem;top:34.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcN5bOKIOPeC2QXDQU6KHOINk5sxszMn { width:1.75rem;height:1.75rem;top:34.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwGQ4FGCs4rThrFdUAG6wgcbTQ5vK5Z { width:10.75rem;height:1.625rem;top:37.25rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi64wTWK32qWsuSOdmdOO0ME2OLv1eS6 { width:1.875rem;height:1.875rem;top:37.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6QJvyx3FCHK71lyuTKSWMROiBA1nN4d { width:1.75rem;height:1.75rem;top:37.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URRDp2FNnkCQV20vvGGH9cTxoTkTVmK7 { width:10rem;height:3.25rem;top:40.125rem;left:5rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnuSFHnLvnbNDR3WAWzFuV6d45ee42Tq { width:16.875rem;height:4.375rem;top:44rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvS6txZ1lSBPTqPdX9r08o5ZrthtDbci { display:block; }
 }@media only screen and (max-width: 763px) { #eTeWpgSeCodImSC8wfnTplKZsManlPZB { width:13.75rem;height:20.875rem;top:2.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs { display:block; }#Oq7PWltDBivTc28fWJhqyEVvr0D9QsPs > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkShNV0qITwNEWXNZTKXGl9qw9isSOLq { width:20rem;height:1.79980625rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH { display:flex;height:auto;width:20rem;top:5.19921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ia1wxyZWOV243U5JZXW0KBq3nTLeJh4r {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #bH68DBt8PPGvNOJBiiiQG5v4JXuVzZGB {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #pkOondTvdVtpkWMRKT2fmXbLGTLgtNvW {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #p5SxozzGZTTEV8pvknP2HG1wzhpwfq5T {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #MwSRV8MpuDIZGeT695Om83fxPkKkrCvo {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #fOLmDM0EtFI3OqwVThqrqi6TBRk9MsQB {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ymP1UUgAACAElzBh43LUTRtPGOigkZ2T {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #UIMAzyXc1vZcvreZnfOdwz5XlNMqcm6L {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #SnfwEpLoNuCqCbSdLHRERlda6yh4p3wS {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #nnTk93DEahuF8MPDZeJ2gKfxTOKFOQKH {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VqH0s65u4yfBwPxz0xCrAcB6JhkrVL1m {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #rQRT7AIyTV3ZxeORxOpAVTytNE6BTJmk {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #TPe6BTPs0rNiEF9hxnusHtT9thErNQfs {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #sVCqAyJpVNVseuT53pLRPcUayLU6UqNQ {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #oBGAzDBfOtbIf9TP8uKtb9xFntXAmtQJ {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VAAZwEbaGvDd86R1uScL8rcVcyVxgDWS {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #JFdm3ffnDUbASB0zJq5cJKRkspGqXCHV {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ZBp81VlnFDyybndbkcaPsVftXPJRygqv {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #qgTVxtQyZCFSZwfS7cN4E1tbZAELxiEl {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #Ht6KSk6QzwQTPZrdWCkgy2x4PQL9ormB {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #T00PZa3k2pcERQJVHWuRV8NRhyPQdnk6 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VaqWGaxgpPPL32GmAXOf4fTJ2H2dtT68 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lRTJ9UWW2l7ILreJVNsPmuHRuH0d6D8G {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #TP2nlipgC5gtRBxl7zxkvIRhLO58tocv {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #yqA6fqMlVxKshWHmzs90TcJWGxTWeyW4 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #dDZgpBkIl1y3cC5Z1M7yeVOlQ8ootriu {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #GO2JTkqBWrRehVn7TJHepfEaINu9Tweq {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #ewStpmVFaMQiTCptnFrKkqRqOmQha4n0 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lebsi5CRHLZIpDwC0yfxtbx8KKeVv4iK {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #gxmX1eWJhoGWq7acva35bfm8FUfK7Xfg {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #XGDh7d118R7CHMvVBcEEzH71fC3nhtHe {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #CzB6AJiThVNc9lgpPcW8h3EIDXPw1Wly {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #VLiRHh5fGzpSyTJLy2C9hRu3nE4JtNq1 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #BrxrQ2fT5esDFLEvdLqkQOzlxLWJpN1f {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #dvMTQxs1LSLzOXDi5rhAEyNh6RQT3W31 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #lQqh3pa6b2lHqiA1vOu7t6JzEThKJT0i {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #hoI9BA8Wyy6Vn4Ggv2ThNqgLy6W6EW4Z {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #n1OQdP9OXfewQbtgkGEHU89r8aWrHTpi {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #Z0ziuzn8slKtKzkNQk14cgpgpTmbqXf1 {  }
 }@media only screen and (max-width: 763px) { #R6ZvnHWpsNZ2iTHRIOuuAFsIQ1kZK1EH #yUdmgA5OAumu3sTplrouiE1cwWeJ4p71 {  }
 }@media only screen and (max-width: 763px) { #ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf { display:block; }#ueTRqTJi6qoUisV7qSXmBRS6QKDBJEAf > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2zKLcnAaJeuSaK2zcWU4TeT0zBcvhM4 { width:18.5625rem;height:5.19921875rem;top:2.5rem;left:0.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkQpwCFF5raTOwem4HInn1K6X1wcs5zn { display:block; }#UkQpwCFF5raTOwem4HInn1K6X1wcs5zn > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abf3CTpKxdikq2TLIh8mn2x2wD4lu4mc { width:20rem;height:10.79685625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfuZgvt1vhODqLRB0K6pHT5FG438pRk { width:7.25rem;height:10rem;top:13.911459445953rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9ZXJbB2xRVBtNvHcm5it9gtMy9d4Jn { width:14.64583375rem;height:4.95833375rem;top:26.536459445953rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrnM5XkqSiysXu20LJI43AClfOloTGH { display:block; }
 }@media only screen and (max-width: 763px) { #yHU1KS1oETKFhvgUNF088gTff1odRbw4 { width:8.6875rem;height:13.375rem;top:33.22421875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNOvQDDXQn2bhEs14NygW0KNBsDqO5Vv { width:8.6875rem;height:13.375rem;top:47.84921875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spgKGkNNaT7ruaAzrQ9pWTZHn8FuGgxX { width:8.6875rem;height:13.375rem;top:62.47421875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl { display:block; }#c1LNMPlAHOMuQPUWSqTmywy4EcfBEXtl > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6ehhQrhaaaINvnDyiSfufuwJmKr9ebK { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReUNfEzXicnpP8bVJlrFcT5gpN2N5CA2 { width:18rem;height:1.13736875rem;top:4.97265625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuvqKZKVkRXGNUUgBM1Gw1SFWF863Ssz { width:20rem;height:1.13736875rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }