.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:217,224,230;--color-primary-1:128,150,170;--color-primary-2:0,45,85;--color-primary-3:0,23,43;--color-primary-4:0,7,13;--color-secondary-0:242,239,231;--color-secondary-1:213,203,174;--color-secondary-2:170,150,93;--color-secondary-3:85,75,47;--color-secondary-4:26,23,14;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,45,85,0.5);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container { background-color: transparent; background-image: none; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container > .video-iframe-container { display: none; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row > .video-iframe-container { display: none; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .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); }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container { border-width: 0; border-radius: 0; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#gKxCMbGdD2FcZyktKglqGgq57hIyEfwo { z-index:15003;top:0.65625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.46);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nAUy88dK4Lm6m9praIkJ2t84qK1cTekO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzlIT8JNes887EbRhXHdAVcP5x74flxC { z-index:15004;top:0.65625rem;left:10.125rem;background-color:rgba(var(--color-tertiary-0),0.46);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hTh8JddoHKThZooquuEgriGP8xlMsvz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssUx2mO3rDJEbN67t8Hm4E3gBVsN8N8z { z-index:15005;top:0.65625rem;left:20.25rem;background-color:rgba(var(--color-tertiary-0),0.46);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q6BK4gvNaoTahzJp4C0iTWRfbJzC5yWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uewmTuSNtFJSNKiZQG8xrnqxwavBNabo { z-index:15006;top:0.65625rem;left:30.25rem;background-color:rgba(var(--color-tertiary-0),0.46);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Eavo6A5pcpD6TmKhNko66c8hOhTG5Bzl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moXpyTpSpB6AITUJwoAQLCNgd81Oqgd3 { z-index:15007;top:0.65625rem;left:40.25rem;background-color:rgba(var(--color-tertiary-0),0.46);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IKXam2QxcinSqTKTswnQuenGtkFUx0zU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nch1rPbxNrTcBiJ6P3ql8mJx7C8qTli4 { z-index:15008;top:0.65625rem;left:50.8125rem;background-color:rgba(var(--color-tertiary-0),0.46);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BuxzeFX5mAk2R76fQsMp9cZF4chNFJkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e542ef6-e241-4201-9b14-419e1d91b612/WIZKP4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.adaptive-delivery-prevent-bg, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyload, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyloading { background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { background-color: transparent; background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.5); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.5); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { border-width: 0; border-radius: 0; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;overflow:visible;position:relative;display:block; }#TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.883983612061rem;left:35.247650146484rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-form-header {  }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:12.375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ;line-height:1; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:italic; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:italic; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:italic; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:italic; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:first-of-type{padding-top:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:last-of-type{padding-bottom:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.464057922363rem;left:33.96328163147rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW {display:block;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.464057922363rem;left:33.96328163147rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #boKs9IbdcuUPKd5PZ7h6G8EDyMJPq21L { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #L0gmPKnw0S0DgctbIPBoyORX7zUzhR1q { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #vvby5woJAGm3LVeenNH9TqDFbFsK1Gnl { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Bw2u2Al3u3qToEnx96lmbT24npL8RMpL { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #einhL3KWZo6b9GJGQuB7cgbnJk14f0pb { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #VBAaq9mxbbmacG8FMsmabBnw6lPg3DMc { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #hatasFxUmHUR8OK4Th6TcZvgDkHTM34c { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #bx3MkzF48vL7Fxro1TVwneLIdOqtrhDQ { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #xVpBu1qmdKDW7mQ0BQzZBQcviUxH1RwG { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #ddVU64VDCbr1rGBf7kQ90D16Jo1nlePx { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #mn240wgenT2BbfQbklbTnU7m2zsxh9KP { position:relative;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #p77RsZxxdgCg9knbI5KAXEsdqbqFTgHv { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #tECCqWOqZ9bkzQRSM3RW2xlLUhvwQzMC { position:relative; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #CB2isOy3rBJgW4yQFptRT8gTBzBD4xLP { position:relative; }
#Wn5EeiL2LdVSU3pPWcodohgUUqM17hFk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-secondary-4),0.1) ;height:27.999625rem;width:28.6875rem;top:15.335155487061rem;left:31.3125rem;display:block; }
#Awiq7ihribU6xLv835tKgzzZVWwDZZdO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),0.26);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:7.5625rem;width:28.75rem;top:7.74960899353rem;left:31.249214172363rem;display:block; }
#LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:13.0625rem;left:1.375rem;height:16.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.25rem;width:10.3125rem;top:0rem;left:10.53125rem;overflow:hidden;display:block; }
#bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1242179870606rem;left:35.25rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH8TeRd7WTmzTJOy8kHIJeCR3XC7BDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6241875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.860935211182rem;left:1.3734359741211rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZegp9HThnoJE1xbKeQrmC16n9yrMPus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container { background-color: transparent; background-image: none; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container > .video-iframe-container { display: none; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row > .video-iframe-container { display: none; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .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); }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container { border-width: 0; border-radius: 0; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#hfnMQalxcFNWWLw8B5IOcWR6e8bhZF32 { color:#aa965d;display:block;width:56rem;position:absolute;font-family:satoshi;font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0.81562519073488rem;left:2rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TMhQ5rTJDMMS2se9PnUrMcieoqlNwuIM { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:6.25rem;left:15.1875rem;height:1.8rem;font-style:normal;display:block; }
#e4J62TPIbzhuXNhgbIV1vxGP4hpBVM8Z { 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:15024;background-color:#30cc34;background-image:none;top:6.2750005722044rem;left:11.816665649414rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WJRcc18DTqTZVqTMWWKOOwm57xTFQqqR { color:rgba(var(--color-primary-4),1);display:block;width:43.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:7.625rem;left:15.0625rem;height:2rem;font-style:normal;display:block; }
#F03Su2HhvaS6TPQCZZ9N8G5amZrCpQGP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:11.527778625488rem;left:15.187501907349rem;height:4.79948125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qTn40oTTZZUeAuuTZhtg38SF3Z0eAhVp { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5625rem;left:13.5rem;display:block; }
#EAQPTiQ6sa0uAMqUlSFKB9CX1t7nOvQP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:21.625rem;width:14.0625rem;top:5.0239582061767rem;left:0rem;overflow:hidden;display:block; }
#NGbwiZVh2qTbLTnT8GX7Po3za3nZ1TkL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:22.7489375rem;width:15rem;top:16.5625rem;left:45rem;overflow:hidden;display:block; }
#hyRHglZDgVdT48JDFxqT1flaLXbbJSrq { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:23.375rem;left:5.9375rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Rcf1mo5IJ6MtwvAMHpCvyGK2bfclIRZi { color:rgba(var(--color-primary-4),1);display:block;width:36.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:24.8125rem;left:6rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d6tdWu696fPQtRpDTXNxTzSc5wbU4c3S { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:27.875rem;left:27.625rem;display:block; }
#a8hxvxL06dXi2kPJ7I0KaNvKZI4bdfvV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:28.8125rem;left:6.125rem;height:4.79948125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#O9IX64TqsZruvkhBqyWFW9RGEei4LA6W { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:15025;background-color:#4ed321;background-image:none;top:17.5625rem;left:46.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tMcGsrgcsca8x6b9oPLmtvfNn0WG7gFn { background-color:#aa965d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.125rem 0.1875rem 1.125rem rgba(var(--color-secondary-4),0.28) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.299482345581rem;left:25.993055343628rem;display:block; }
#wIzIbqUXgKTUm1Sfu4WrIAyw4tpqNtCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnoZpb561TvgfbgfTDa1rsi87EnieGKS { background-color:#aa965d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.125rem 0.1875rem 1.125rem rgba(var(--color-secondary-4),0.28) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:17.562501907349rem;left:15.187501907349rem;display:block; }
#rlWlRHeJEcVraR8a4as2bKLKPwgUKqRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container { background-color: transparent; background-image: none; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container > .video-iframe-container { display: none; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row > .video-iframe-container { display: none; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .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); }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container { border-width: 0; border-radius: 0; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#pcBBrfAdTN9l2PNrKNPu0rhwSRUfQtEK { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NFkywXOONubr6s9IPNsdqwSTTc1Xeyz6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTt57zpo8yIJoDvWAoehsWdCqFc9qxVK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.625rem;left:16.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhIN8X1EoDBTkCSJgMcnEVUgOr2LTo8k { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:16.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJ9MKZnSUrLDX6KxW74Cfrvo4ycZqVrR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:31.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHVGd4vRsTSQWKvmyVLFcZg0GlzIqrVi { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75rem;left:31.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmcFBll7c24UJVSFsOBCsfCmVDJvTJP4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:46.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2HTWmttB3ay6W2RHiyF4eTr2DJ3g1oU { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:46.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0TAcBSmkR566CNZN8iZRhpSVoL5QlSD { position:absolute;display:block;z-index:15008;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:5.3125rem;display:block; }
#sEdAhTKx5bRmbJNSgafPQt5rkePK412e { position:absolute;display:block;z-index:15009;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:20.3125rem;display:block; }
#lsWmJiumhTQ58kveRZ9O3GkGGgSvzswG { position:absolute;display:block;z-index:15010;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:35.3125rem;display:block; }
#xC7RoiMrQpC2GZVPWwsd3PAf7M8KMWrU { position:absolute;display:block;z-index:15011;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:50.3125rem;display:block; }
#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container { background-color: transparent; background-image: none; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container > .video-iframe-container { display: none; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row > .video-iframe-container { display: none; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .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); }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container { border-width: 0; border-radius: 0; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#C0xNLUe0KMrQavECnpxynFEbGJDcazZy { position:absolute;display:block;z-index:15007;background-color:#002d55;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:2.875rem;left:0rem;display:block; }
#NMTd0QbBFOge4pa8eIKFakVffx2TsGQT { color:#aa965d;display:block;width:19rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.324999809265rem;left:0rem;height:15.597625rem;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:left;text-align-last:left;display:block; }
#cqIpeifrOwJmciyo92hquklpUxzaWlvt { color:#1c1c1c;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.5625rem;left:22.5rem;height:6rem;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:justify;text-align-last:initial;display:block; }
#OU1xLwn3Jp37SNporKPcVMTAmP04nMxt { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:1.3125rem;left:22.5rem;height:1.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; }
#wcwhK1xhWdp1Zxss0p7yRnFAzxOHt1ID { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:10.75rem;left:22.5rem;height:1.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; }
#LTh9RmsGfOFqH7QFxODnQToTVcwHmbro { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.8125rem;left:22.5rem;height:4.5rem;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:justify;text-align-last:initial;display:block; }
#hJRJK0VbrEU4n7I9TTrtRvJQ3B5H9eR5 { color:#002d55;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:19.75rem;left:23rem;height:1.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; }
#DqK2c7LNPcpUE9z2DbeSepdAURkhZnWA { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.625rem;left:22.5rem;height:6rem;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:justify;text-align-last:initial;display:block; }
#I21O5TXVfKyur1XTwJSEG7N9NwbREh3k { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.5625rem;left:43.4375rem;height:4.5rem;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:justify;text-align-last:initial;display:block; }
#iv2s1LKkRlGylBQ8qTpr53hOmIE3lxPG { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.3125rem;left:43.4375rem;height:1.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; }
#LaGfTJ30z3Mkpc2MUpGLupt4h02iubhx { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:10.75rem;left:43.4375rem;height:1.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; }
#VuP0eMvlGWaGW3J6RdhpEIwBm0HVT6G5 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:12.8125rem;left:43.4375rem;height:6rem;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:justify;text-align-last:initial;display:block; }
#ZMs7ZuevMQN0P9CmOMzGN2J4IJXGwu9L { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:43.4375rem;height:1.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; }
#xTFc6d48sZBtwoxKXWTUylfDoBhH79bG { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:21.625rem;left:43.4375rem;height:6rem;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:justify;text-align-last:initial;display:block; }
#xdaDXHHtJdHXzoftOTdKwTLDE9brXMR9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.125rem;left:20rem; }
#gWCz2fFQ6so0LbRok9df2OICI4ZrdZcC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.125rem;left:40.8125rem; }
#Tcmf5JtaOOXz0HyN1fKOg6xobTgB79GR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.625rem;left:40.8125rem; }
#lqQbKrlLya0BTOpr2vvZLJesfsuqieQr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.625rem;left:20rem; }
#EU6qEiFcgB3nys6QAmpqK7SQVRidcVaF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.75rem;left:20.000001907349rem; }
#qQGfG6lDTEe1o2oEMATuau1klNRzvx1J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.625rem;left:40.8125rem; }
#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container { background-color: transparent; background-image: none; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container > .video-iframe-container { display: none; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row > .video-iframe-container { display: none; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .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); }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container { border-width: 0; border-radius: 0; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#wbG3K5qkUTzTuguSuAWNfGsArWszTNGt { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0dd412f4-2f33-4d8e-8011-1e9888e29791/GosiaiDawid2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:26.0625rem;width:17.4375rem;position:absolute;display:block;z-index:15000;top:6.875rem;left:8rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.55) ;display:block; }#wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.adaptive-delivery-prevent-bg, #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.lazyload, #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.lazyloading { background-image: none; }
#e4MDFOC6aPHglhvCBFeTQuQlC1UTMl3g { display:block;width:29.375rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.205200195312rem;left:2.03125rem;height:1.70625rem;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;color:#002d55;text-align:center;text-align-last:center;display:block; }
#RA5UnCN0H7ZcT9vdOsqVVEAcq81ahbuZ { display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3968706130981rem;left:0rem;height:1.4619125rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#DwGBJibzLpOu0B42qg7rBdBVWNhotO8D { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2d2e25cb-8c25-4882-817d-fa7d69d6a725/Karolina2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:26.125rem;width:17.5rem;position:absolute;display:block;z-index:15001;top:6.8125rem;left:34.5rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.55) ;display:block; }#DwGBJibzLpOu0B42qg7rBdBVWNhotO8D.adaptive-delivery-prevent-bg, #DwGBJibzLpOu0B42qg7rBdBVWNhotO8D.lazyload, #DwGBJibzLpOu0B42qg7rBdBVWNhotO8D.lazyloading { background-image: none; }
#xxnbfFxkbC2vaPqIFFrQ7xkr0gBis0lq { display:block;width:29.375rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.12290763855rem;left:28.5625rem;height:1.86875rem;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;color:#002d55;text-align:center;text-align-last:center;display:block; }
#QOv04czAuaZJA3ff2T3MrmuTmTb5roaI { color:rgba(0,0,0,0.79);display:block;width:23.3125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:36.187500953674rem;left:5.0625rem;height:9.098625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GUn3gXcnItu88Te9xuP7MwI2cQ3UdIep { color:rgba(0,0,0,0.7);display:block;width:23.3125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:36.187500953674rem;left:31.75rem;height:10.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#E8iybPO5LPbkOWuCwRq7xvcpeK4UTJ6o { display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56249523162842rem;left:0rem;height:3.9rem;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;color:#aa965d;text-align:center;text-align-last:center;display:block; }
#VZdclNGH6DuPDQ4OcytTxFk0OM6CsZun { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:2.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.95833337307rem;left:18.961805343628rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkwShyXryWrS63slafSfeV35QRMfCOx9 { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:2.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.8125rem;left:18.875rem;height:3.57465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaBNnOFQHkInB5VqNTQeMGXXVcyo1QPc { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:2.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:45.5rem;height:3.57465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zK9CJyp2MSrTKTKSR0lrIJJuRuDzQmsL { box-sizing:content-box;height:2.9375rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.532117724419rem;left:19.086805343628rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#cc4cOlkIZOix19JrktZbXFplwPqTrpmM { box-sizing:content-box;height:2.9375rem;width:12.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.3125rem;left:19rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#FhzVuyKzlP1DRutMn3vgAw0EJkTGGG8C { box-sizing:content-box;height:2.9375rem;width:12.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:45.625rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#gxweMkF1dS6NyDHpt2u8rvus2Rm7RVrr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.532110095024rem;left:18.961805343628rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gVFfvfZ8ml7mGXKs8BTgHwIZ0DVE7zxq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:45.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S7IF9b8F6c6w79MMpBmyvszTRnhfcaCS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:19rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ip7lsZITNdwpy1cAzn9KL2pGrBbyaWxF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90rem;width:59.9375rem;display:none; }
#rNLofsM4KnnWibOqzcwyTB0BkG5uPbvt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89.875rem;width:59.875rem;display:none; }
#Oa8dzUJyh1hmIGbcMBuKP2kR5SypeQSa { display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56249523162842rem;left:0rem;height:3.9rem;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;color:#aa965d;text-align:center;text-align-last:center;display:none; }
#Rg2wvHIEmpJTeDf1cvdW5qkBKT89t8Nl { display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56249523162842rem;left:0rem;height:3.9rem;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;color:#aa965d;text-align:center;text-align-last:center;display:none; }
#RVAz8FWMXo4WNaKKVDCibzGZfsV6kZuW { display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56249523162842rem;left:0rem;height:3.9rem;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;color:#aa965d;text-align:center;text-align-last:center;display:none; }
#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A { 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; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container { background-color: transparent; background-image: none; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container > .video-iframe-container { display: none; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row > .video-iframe-container { display: none; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .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); }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container { border-width: 0; border-radius: 0; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#A4aowTqwCn1gu5MK5pBbASpwKFyNq8IW { color:#aa965d;display:block;width:56rem;position:absolute;font-family:satoshi;font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:0.58750057220459rem;left:3.0625rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i34POvhErozUa3dqSyhHZqVpay0nJBh8 { box-sizing:content-box;height:3.75rem;width:55.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:2.125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#kHcSSFxxx4vgkFG6CZkCGx74XMU6Po2s { box-sizing:content-box;height:3.75rem;width:55.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:2.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#eSpISSkfdZ79i3yRbvNh6JyUSyDbyAUD { box-sizing:content-box;height:3.75rem;width:55.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:2.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#efc4QfeHIAcsleBV0WZS9nTgSg4P940F { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:3.0625rem;display:block; }
#J2dwUFd8dANzxaulSx1d7ZnbrVR5kJfo { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:3.0625rem;display:block; }
#o7TaWcCDIfTQyOnPOfOqkAG46k7UVDvk { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.375rem;left:3.0625rem;display:block; }
#T6yqq2GgVwHMaHDKhkHTqSb5DSZGq7ev { color:rgba(0,0,0,0.7);display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:6.5937509536744rem;left:7.3125rem;height:1.3994125rem;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:left;text-align-last:left;display:block; }
#uGH78kOaXhCaqLaMNp1hQATuvV2hduIQ { color:rgba(0,0,0,0.7);display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.468750953674rem;left:7.3125rem;height:1.3994125rem;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:left;text-align-last:left;display:block; }
#vgdQQyWPT4qrPHXtKZZk7iPI3dEwtcMQ { color:rgba(0,0,0,0.7);display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:16.218750953674rem;left:7.3125rem;height:1.3994125rem;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:left;text-align-last:left;display:block; }
#Z47P3Ra9hq6mdvTgH1SXre0ZZpIP3QFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.687500953674rem;left:3.40625rem; }
#wUrPJAMGF6SfoQIMyoxcswcwrb0lrSGE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.125000953674rem;left:3.59375rem; }
#k4trB9p2Ish909wdlWZwLXHHNMLJFEmJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.0625rem;left:3.40625rem; }
#gxXQaDyJaZ9BOouCqsgE2ZMZLL3gUqnk { box-sizing:content-box;height:3.75rem;width:55.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:2.125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
#oeU249xhirZdFwgOP0okdOThT1qaztvK { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:3.0625rem;display:none; }
#unTMABB86JGzRw0hKMqvykuAOuKJa9zN { box-sizing:content-box;height:3.75rem;width:55.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:2.125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
#if4secamZq1xt1ZdaFNKrD4X8gCqhncH { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:3.0625rem;display:none; }
#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container { background-color: transparent; background-image: none; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container > .video-iframe-container { display: none; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row > .video-iframe-container { display: none; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .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); }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container { border-width: 0; border-radius: 0; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#pG8ZJZFeOfiZztcbAZKC1ET5N0K92WxX { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCHeVQz2HSwUL3fnZwUMDxp5I54wJfVS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASxKIe0G9zkdUK6EMwsv6ue1ZZRH8E58 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.625rem;left:16.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ul3XuaKP5hplTC8SrWLGTQePvyWBWgQf { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:16.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAKk7cVONBTtyOwpwEsR6DIPNXWGlg4Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:31.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UAKoe1osKMoynFL2M2tcTR4T7LscfEvR { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75rem;left:31.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EolTteHB63NIygdANlm9GyzXRbUF6Zdx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.7541744709012rem;left:46.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJPaeufKIOeOMaBtcXOBwTQOhT4GwOz8 { color:#aa965d;display:block;width:12.5rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:46.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ib8vQu7BQhJPo3fPHGfflARWzf6trhsR { position:absolute;display:block;z-index:15008;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:5.3125rem;display:block; }
#oQig0ZPVoFIHM52Vx9H1a6WLMdtcQTaI { position:absolute;display:block;z-index:15009;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:20.3125rem;display:block; }
#NG9vQytGBBQsF8mBus4f1xigBIcgHpN2 { position:absolute;display:block;z-index:15010;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:35.3125rem;display:block; }
#Nsk4uSOvPCRtIKuWhntv3GhpKRSReZyt { position:absolute;display:block;z-index:15011;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.5625rem;left:50.3125rem;display:block; }
#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container { background-color: transparent; background-image: none; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container > .video-iframe-container { display: none; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row > .video-iframe-container { display: none; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .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); }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container { border-width: 0; border-radius: 0; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container { font-size:0.875rem;font-family:"open sans";height:40.6875rem;width:60rem;position:relative;display:block; }#qKCrnTx22Kw9QdlrOcXZaZIgB2PaV3xc { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:16.875rem;left:1rem;height:2.75rem;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:right;text-align-last:right;display:block; }
#QPEJmRnS02skXiELrzd7UaTXUWpZtGbL { color:rgba(0,0,0,0.7);display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.0625rem;left:0.0625rem;height:3.9375rem;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:right;text-align-last:right;display:block; }
#BNFsL4J7GTuM6RMgkC92DHroINpikcaH { position:absolute;display:block;z-index:15013;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:5.625rem;top:19.5625rem;left:18rem;display:block; }
#EfA6IakpOS6UGu9mGcu5XLUg3I4hCczQ { position:absolute;display:block;z-index:15014;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.125rem;left:23.625rem;display:block; }
#qpOLb1gvSu6J5EUJkS6NfcklRinT5vm5 { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:29.6875rem;left:0.0625rem;height:2.75rem;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:right;text-align-last:right;display:block; }
#g0EATNLPogM7Tde0hFIzXJ697S2S63CX { color:rgba(0,0,0,0.7);display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:33rem;left:-0.4375rem;height:5.25rem;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:right;text-align-last:right;display:block; }
#hwC32CQceTXmr2TT01o8UBn3ZRu2AZEI { position:absolute;display:block;z-index:15017;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:30.8125rem;left:18rem;display:block; }
#cQUy5Jpdchlzi2IFmsZpoGAU1CELV6HO { position:absolute;display:block;z-index:15018;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:30.375rem;left:26.75rem;display:block; }
#tITyCcuo5rJ0S4ko5dNu8k59vqg0bsn2 { position:absolute;display:block;z-index:15019;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:15.625rem;left:36rem;display:block; }
#ICBDZ28xAUAG0yPZFTtHFXLGRnlR0s0a { position:absolute;display:block;z-index:15018;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:16.0625rem;left:36.9375rem;display:block; }
#K1s2BG1zvP7eqUlgzHfhdOmt9hpk5OSX { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:14.9375rem;left:44.4375rem;height:1.375rem;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:left;text-align-last:left;display:block; }
#bGoaa8GliT1Dop9s1GwR59AaTNl7gKEO { color:rgba(0,0,0,0.7);display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.9375rem;left:43.75rem;height:3.9375rem;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:left;text-align-last:left;display:block; }
#Mc6274TdISkJyp2HDkifTQmH0yWgqq86 { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:23.6875rem;left:44.4375rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#IX7RwVMDbNA8K3DsagaWu44CVZBLBwm9 { color:rgba(0,0,0,0.7);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:26.9375rem;left:44.4375rem;height:2.625rem;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:left;text-align-last:left;display:block; }
#gikf57XuUskUosAlbMbtwSBKNwe4Koyc { position:absolute;display:block;z-index:15022;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8.125rem;top:24.8125rem;left:35.0625rem;display:block; }
#OnCq5gDdDZivdP34uc0AaQpVK0TrPKGh { position:absolute;display:block;z-index:15023;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:24.375rem;left:34.125rem;display:block; }
#Nxksq4MrytdGfCnbHufpA7i4NUubyqHC { color:#aa965d;display:block;width:56rem;position:absolute;font-family:satoshi;font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:0.97812509536744rem;left:2rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zy0VgeUOxTpLd67lpSa3t3LBdZ3ygetl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:39.75rem;top:14.375rem;left:10.1875rem;overflow:hidden;display:block; }
#IEXTOeqf0GAD8dkQqKa5WccpG5J3qDs4 { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:32.4375rem;left:44.4375rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#WN5hBPudTDTItigLlphIpTWU271f9E4l { color:rgba(0,0,0,0.7);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:35.6875rem;left:44.4375rem;height:3.9375rem;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:left;text-align-last:left;display:block; }
#INGbIuZHWF2N4voHDXDw8sxT55m9RqAG { position:absolute;display:block;z-index:15023;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8.125rem;top:34.3125rem;left:36rem;display:block; }
#DHoSFkuwr4UslTrQ7RmrqzUIZqWopaK6 { position:absolute;display:block;z-index:15024;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:33.8125rem;left:35.125rem;display:block; }
#yZS0LwQN1zwmnMpxEcFprKVvrCVye7TT { color:#002d55;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.25rem;left:15.875rem;height:2.75rem;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:right;text-align-last:right;display:block; }
#ubXBCkA4kAUzDrahhlu6IeW7QOllXZeT { color:rgba(0,0,0,0.7);display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.4375rem;left:14.9375rem;height:5.25rem;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:right;text-align-last:right;display:block; }
#zR8y4l4gMhD1O77Jd586qZXuvhIHa2W7 { position:absolute;display:block;z-index:15020;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:17.780381202698rem;left:32.388888835907rem;display:block; }
#sA50l0sIw2TPBu3XKahqFIEoUBuvvdKo { position:absolute;display:block;z-index:15019;background-color:#aa965d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:0.0625rem;top:8.5635421276094rem;left:32.826043128967rem;display:block; }
#w95TuarKnoqlevSMkehUnsQBGTGyBHgz { position:relative;display:block; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz { background-color: transparent; background-image: none; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row .container > .video-iframe-container { display: none; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row > .video-iframe-container { display: none; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .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); }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz { border-width: 0; border-radius: 0; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aKSflHKrXz6K7FRhnyBbWdEQIPPuh0DB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:0rem;overflow:hidden;display:block; }
#WbuVJzLx77x2gpz71dEcBJQymzNC8n11 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.84375rem;left:20.53125rem;overflow:hidden;display:block; }
#cAx3Se0BKTvJOcDFeDcpKup5rRV2RZK2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.90625rem;left:41.25rem;overflow:hidden;display:block; }
#SVcdBuHe4nrlGLlXDScc3WbF1Bc35LHO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:19.75rem;left:0rem;overflow:hidden;display:block; }
#R7k1e0oMRKA0adGLTOqxIhteHU3xEPiF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:19.78125rem;left:20.5625rem;overflow:hidden;display:block; }
#y92idTh54KBwO4FfZ1kfUxLl9yvAfqbg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:19.75rem;left:41.0625rem;overflow:hidden;display:block; }
#deLASzGlKkxM97f6FcS4XREx6O2xJUEB { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;color:#aa965d;font-style:normal;display:block; }
#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container { background-color: transparent; background-image: none; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container > .video-iframe-container { display: none; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row > .video-iframe-container { display: none; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .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); }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container { border-width: 0; border-radius: 0; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#k0r6rS33Pisw3AgataXDucsXbAbwvfzG { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MLcC5tyt0EMghJPTZBvaVVqL75yDZNEl { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.6875rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ca44wDglQBMSqRVkOTgsWIvZTsTB00Ln { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.84375rem;left:20.625rem;height:10.39843125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rPz9xUkVuAF56bbELQIDRZ5TTm42CEkp { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.125rem;left:20.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIMqbPkxU6admdon7ROzznFiRKx78uu9 { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHRLqT1AmU5NAQSezOuN97k12novt2wM { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.125rem;left:40.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tyu4ola4wkcJzkJQSnWCmt01g7TPQQlk { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.84765625rem;left:45.75rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3B0PtS2AVWZxH8Zvt0498Op16HU9NDR { position:absolute;display:block;z-index:15016;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:1.6875rem;left:27.21875rem;display:block; }
#rtllZ4sIMxL1Sd2VR5N7NuV53kTiJmrQ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.631075rem;text-align:center;text-align-last:center;color:#aa965d;font-style:normal;display:block; }
#CQtwmsJds6NOF3q5tT8Z4z3wdOs1NuR8 { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.609375rem;left:0.625rem;height:11.69825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eNLnAJ5Kh5sLrcTZFDUoJg1kaBq7NCU4 { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.609375rem;left:40.625rem;height:7.7988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b0ZA4QvFMCJgzwSlaZxTapPs7uC2Ab91 { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.125rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzhWVMtUPlKX9hom8MA34R8cxvNQdPxZ { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32rem;left:0.5625rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u4koO3JLRKrAAJOugMSxvdrUgU9OzvJW { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.875rem;left:4.875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gtlmfhk0ffCdv0UeQAqDSWqD07E3yddb { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.125rem;left:20.875rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDL6lcvXybX9I7TGKuMy8LRXbACpbczF { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.875rem;left:25.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GXsm2PPBQE7BLFTA5yL95cOr5N9IEsIO { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:32rem;left:20.5625rem;height:7.7988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SHGT2ZLHH6F9ENbumebbQri0omUshDPB { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.125rem;left:40.875rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1bKIMbRwvMlr0p3WnOMetiUFIEuyUrL { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.875rem;left:44.875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETy2PBOvBmDruTX91OosDtWgBBdIcE0E { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32rem;left:40.5625rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JQIyTd1AHNtPqOEAmtKttmlZwwFU8lS2 { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.8125rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tc0bZwp1wbmxLw1kDXAe7MedrF3q1C2A { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.5rem;left:4.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWxwlLXu1G6bH7RUxeRP86kvKytmTJzA { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.25rem;left:0.625rem;height:9.098625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rMVioi5TUeTXB3ue69fLkhcZHuLAim2A { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.8125rem;left:20.9375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCRnZThnWABwpmTla3U81GDsSrvgDtdw { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.5rem;left:25.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R5u0ChcW5pu3qFQKgCxPRNdK0WFJ0ASJ { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:46.25rem;left:20.625rem;height:7.7988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#h38AyecuE0rsgo3JE0wLApeWqAlbCecG { color:rgba(170,150,93,0.26);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.875rem;left:40.9375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqwozSTyxa6TOovSk3S73Rm25Up09qGR { color:#002d55;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.5rem;left:44.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBv4iLM0PCEtgi25S55Uhl1eb3yTifmE { color:rgba(0,0,0,0.7);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.25rem;left:40.625rem;height:7.7988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#z3ZqcfMg00KwUCQf1MxMZ6O0nQ5T1gwB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.421875rem;left:2.21875rem; }
#MrbKrTR3waya21UXQveHyg2LVHkv1QrM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.421875rem;left:22.28125rem; }
#vZdIRW1RJ3hRdlGOzlsDM1BOVuqAB5Tt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.421875rem;left:42.28125rem; }
#aIQtPvGCdGxwfbMVMu4I3dL83topBHBZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.4375rem;left:0.5625rem; }
#t2yX31yLgauaTMCdyIS47Vf0sVsO3XH6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.4375rem;left:22.25rem; }
#GsiRCRRRCJwQq9CagBkr5STPEPVTuXDS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.4375rem;left:40.875rem; }
#qLzWlvDDIgByIhCNif3HcniJtfS0nK9w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:42.125rem;left:0.625rem; }
#oxB1hDEf2i4ZMQenzyyeikyn3gTQsU1m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:42.125rem;left:21.5rem; }
#B9yMGsTtPtry5tweGdstzXksAhAZgcL6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:42.125rem;left:40.9375rem; }
#u99CncoeyAa7mgNxhOtQy30aT005cTnw { position:relative;display:block; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw { background-color: transparent; background-image: none; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row .container > .video-iframe-container { display: none; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row > .video-iframe-container { display: none; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .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); }#u99CncoeyAa7mgNxhOtQy30aT005cTnw { border-width: 0; border-radius: 0; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:100.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .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(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .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; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:#002d55;font-style:normal;height:auto; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .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_209e636799c326e8dabf266cef7a5f508d57ff93.svg");background-size:contain !important; }#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-trigger.adaptive-delivery-prevent-bg, #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-trigger.lazyload, #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-trigger.lazyloading { background-image: none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD { box-sizing:content-box;height:auto;width:54.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-2),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.125rem;left:1.53125rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kEDhdP2VNdbMaVqHvbcO8l3iotFZvcpk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yFuGoPOUPpZg0ZR8cd0iDzUcJhXtATur { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pTXtVOUtS1BmE9p2EbRQN0tnEs2obnVF { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #nRHTNr7dU6uotPilLnwIVzSRTFoTgXuf {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CkIBKhctLGQO9CpQ9hTWdtgK4H0OKDEx {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #vM5uw2DRkuKt6tXd5525dNr0APVWrTZo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sQCsz2vknnJRzhnOoAyXD1yNvUhiNMJz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #EtSTiW2IbvQapXZTIIRfPvHtnph4lwh0 { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #B7qgwXf8ERNUAE0og5b9pi6PK5MCqlU9 {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dueGINcyaAIucoZNlMERIcq43dnX5kZZ { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Uv3W7rTzvPPMtTCOVDV2JpLkGt1BUszm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #mfSVAWKqgewAJsoyr5cv1AKBVJtnAkIA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #bxchcLrsrpW1pTehDSK1iSWTdphtkSkS { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #zAFDwMD3r5Jc2SB2T7O7INlaPP24d6D6 {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dvGTMcp1kWA37Jpzd79SL6vMhaaKhp1d { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #aTlwa8XBoTemc5qhFGmXHmkypAKdTwAU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #y4iofgEPpioA2pUzmwqKT3DFcac3nmqx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #TEu899BZmeI52T4hLZw5gDhb2ZJs4017 { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #q3LatCHnws56G2X7XOp8aU0Sdqxlb7am {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #lTNybJOSwHW1gR4pMoHiiNryfFAw6RcO { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Q0Tvr30tE0iGU0sTVoqUbOPyMtrgDw9X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ytoTEyOhiakgls5s3whTW8Ao6fCoL23S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #T7CvbzXQd1MPndHkazq3QvunhK1s8rc9 { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #QrNPecBSdXrf150LsRyU4vGQgKCrA3nW {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pLFQA304W4OoruuKUWitZ8tBMUCgtTzN { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #phBnIO8MJf8t0XWOUGpGRalfdWJ2nwBf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #M57thIaMTMgZPBws8u12TRy0zPvVKwJv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #bDlOI1fhhxZX4rL0kBwquKPo2OAmxFly { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UvccVw7JvUmztJrvuG3Rli1TxTi231DT {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CsIT6OHO57zWHZTB4qzMBOIqph5z5Pvb { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hK7WK3Sk7rkfOR9rTydxIf4dnOCH5P0Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BbDJTC2P5DGqZ5graVBqIVwbS3nMTmWs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Eqxsi3IioCBJarPmQCoukNC4FG8Zn6iz { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #qdhVNtmgPxI7grTgCqM88GqHB9msacRy {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #k81eEa6ZI6VkkcQ02TTfhgcT8UUnD0uy { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hDuyEDgwgwdkWL4kcqIySTnGND1kSTFT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #VyDiaXhIHnAgTbOmkw1AMqKWk2UDT6h2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CtwQc7p5WsiJmmgMTXk8QkJ05tXLmeOp { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JXImvvaGyMlmUDirUN0iAxH2sqp9uzps {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BxTzkx5BgVtA8IyOyBf3RXUxPq8ve2Ht { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #fzkSusC2gu1hTi7XxbUE979BBhI9IUf2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #KF9dRZluZHf9VUNMgszPRhQfnDeBqhKG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sAdNiFTaOGgbqxrZuRNDcouumqn8yJJ6 { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #OFbtVy5MtQMkkSgOXvlA5msocH9uZi1U {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #AlbSTeNo12UKEOtNgzzIE5wsQuFeP8uH { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WiSEXN8lray2SFgym2r1teIDTgxotB66 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #RWqukMdORlT2Oa4FIiZIBAezlG4vvZ33 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #PUMxZKDre5HD9oCw4P58EAxXLSZrSZtE { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #rTvKGVaeZV8CdKMzVUpxhzE3NL7CAVb5 {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #y23F7aJOyXKEkQsph4WETMa9Ahl5mktP { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ZDI4T5KDSwqfGTr2qhvrCwT4lKIEiTpT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WLTNMN6Ny6Ru7dlITFfnTC9EIxXMQJCw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #QIbA21w0f5DrwuEyA2RtiMZGgHlu1APz { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #d5vnJirxGop5peKO4HR9x3603NO5FqwU {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BKFauhZ7fON62IeVctWGJX0dJMhRUbDC { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WslLbTsXNT3uHnBkTvJwhN8qsapwWzd3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #VTIKlbgu5UoxpcgCETow4SoNs6nzuIWH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #eu4AAMnIazLbDvPvbQov9wFRQfJJHLCK { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Uax3INkPzJE0fRabCSBDFs18neBM6wSt {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #FCbJbeUHIxiyN90l4iTRqvPWBBN424JM { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #tlU9TgTH160bG8oAOGUuD7KbTm1x09uL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #z4bMy927dcD7WGZCt2kHmGuwb1XTTdoq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ri0puP9Ed2cgDSTT9ARlTZUK34L9r8lC { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yTWzEPaHEeaJfolkLEveMA8hapbJM9TP {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kwl5T61AAgU4uEmMD5exf8Ueqe6kPcRt { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #gEwQcoynhODMdPXMEd4T9Idn6SJXqTUT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CPbcE1ce3uZylo6mCmfaFcGeh0awCNAN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #qh8f8xTDWtyK2wGoz0k4hyfr1mwfWNEM { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JxthemZ17Jge2cyFe7xBiqv2LkTTUKCF {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dZs3udCpvSZbzDXq1rg4XO48th0FVHvB { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JcXSPy5GxNeOcbM7b4T2TTdmaiHhShVM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sUl1x1TenzJ8RvJV27zl2OEeVy7OOVgi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yAIK7a4FrotOU4VSmKKpHL0NdFRZTec5 { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #LUXfOT0mmkk9gOtntLLNETrAxGxDIN67 {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #KRrOxN0Ur0E6qJPUBV80iZER3tI7IULV { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dyA9Mr94AeLglR2pVPNxne2rCr1fB35s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #FrKyfiLp9BHEvLCS5y58iNnqpQm1GvSN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #rnaPpuctf8CygyU85c6SBDxfWXTzBJm9 { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #vttlRCWCAunugx1OTgKkLWZOAI79Ib7T {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UCMHKnKHRHT7q1v8S8DEnuk7DQxc7zdZ { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kqZ8XOcaM6H52TJfQOmEHkawnZWMD84S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #r7oego3kHytwv39qraXSfsQgOPMPA1s9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Hwg3UWpK8k3Xehyn1am8fvrg3lDo0qcg { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UhSh0T2HOFex27LK17iCp3wlWvLeXPC9 {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #F10R5BSffBoHxbUshO8LiSfzNHQk1tkc { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #fqSxqvCJ7Z00iqRQD9Ia3BnCEkQQ0NX5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #b8ui5ev5c8aaSpCCXNvmkWsNACuD1UqZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Pk6aQ4VPR8kF5mqLWpAmxv1GEBDTHFFP { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #xTHvMA49UHaRx7FVZ4F1SGIRkNopyZEx {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #q4B6RLv7d1gt3JJaTuGpDK0ZAPfzKnUp { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #S9zQPRIdzNFxqbZXoZQcfHKCm1xxn4kR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #teuNgfLcPP5MVvd4i9guTOs44m5cx5q7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #oV5eDTBh79bgXB336nSK8d24CqZJs3uh { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pTAaf27We11om7VnsVxfoxnwNMN7MWIy {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CRdKtvFKXTSwPDRZqWzhMp0HdX7la5xp { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UZ9aR6PNw89rF3KDHZTGgIJfGwHdcBON { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #c7LbZrn1kkP5wEPHRPKdKKJ7tsKHn5Ss { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BhROVZT22alZb35iFUibyw10SCx6iKum { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #uxSG38VHc2KnOluIaXvPN4FAMdpz2X9N {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #lPGepDWJVTPOsJUezn7rZMuKFAagHv1k { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hwePGXAI21yCfLvPK6qxgBXSQt6cAEHF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #cXWE6HBE7nyKN3W6gqpHxVonO94mkdhW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #wJ6OwKcJiTKVPGK4f8ZUhlFSPEw80KPL { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #TL65F7eRZRZ7BzIXqF3z2wkoC2MBSxks {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WKlDgrIaWPTqt8Zcq8BcclhFxfdGs3PG { display:none; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #i3xeqQFrwCbQaR0PCSQe8bXAbOBEGlzo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #aeTWtPMffU8RcvIAHmgFT8OxGDMimS0p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UBSE0y3TW7bBGNdTsI6VcTDVdC7g0IBU { display:block;position:relative; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ffb4QJRyTK3E8Nh9GIZd6tgJ6SpOk5eH {  }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sFGFe4O2L4LgJ6wPey0GCK8FPL0l7HoM { display:none; }
#RexJkl7iys9vQdbv3PInaM7sE2O2TEd5 { position:absolute;display:block;z-index:15018;background-color:#002d55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:1.25rem;left:27.25rem;display:block; }
#ur4HPM6cFx65UPqpryaJFSR5Us01zich { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;color:#aa965d;font-style:normal;display:block; }
#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt { position:relative;display:block; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt { background-color: transparent; background-image: none; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row .container > .video-iframe-container { display: none; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row > .video-iframe-container { display: none; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .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); }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt { border-width: 0; border-radius: 0; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fyu1RnwHLOVZslvLbH2zFSOsrTrvIy38 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;color:#aa965d;font-style:normal;display:block; }
#cUxfSMZc0xxTkT80b5eyW25STeEtx6Wn { color:#000000;display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.318359375rem;left:4.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JAxRmwA8tWHddudJVHU0mPoQBD2GZZXH { color:#333333;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.875rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aa965d;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; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container { background-color: transparent; background-image: none; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container > .video-iframe-container { display: none; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row > .video-iframe-container { display: none; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .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); }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container { border-width: 0; border-radius: 0; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#TUOuZVB06dl284VvWKbNB5sJc6XPOTbb { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.513671875rem;left:38.6875rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LPbKsJCFy02ZCdEOG9M5OeGxHhmdZTao { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:0rem;height:2.2743rem;text-align:left;text-align-last:left;display:block; }
#pD4hoi8AClO3hW870J6KMsk2JLUz8Eqa { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.21875rem;left:18.71875rem;display:block; }
#ax6gWpyyfUoaVlNph4XZ3WCW4sBpTOwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckQ6Ht09vPBMuXSATXClTLrpGaIvFh7W { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.21875rem;left:31.53125rem;display:block; }
#lEaL9NSAOiCJb4bKvaJG3q0Vupoo3H95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 { display:block; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKxCMbGdD2FcZyktKglqGgq57hIyEfwo { top:0.625rem;left:0rem;width:9.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAUy88dK4Lm6m9praIkJ2t84qK1cTekO { display:block; }
 }@media only screen and (max-width: 763px) { #bzlIT8JNes887EbRhXHdAVcP5x74flxC { top:0.625rem;left:4rem;width:9.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTh8JddoHKThZooquuEgriGP8xlMsvz6 { display:block; }
 }@media only screen and (max-width: 763px) { #ssUx2mO3rDJEbN67t8Hm4E3gBVsN8N8z { top:0.625rem;left:14.125rem;width:9.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6BK4gvNaoTahzJp4C0iTWRfbJzC5yWn { display:block; }
 }@media only screen and (max-width: 763px) { #uewmTuSNtFJSNKiZQG8xrnqxwavBNabo { top:0.625rem;left:24.125rem;width:9.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eavo6A5pcpD6TmKhNko66c8hOhTG5Bzl { display:block; }
 }@media only screen and (max-width: 763px) { #moXpyTpSpB6AITUJwoAQLCNgd81Oqgd3 { top:0.625rem;left:34.125rem;width:9.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKXam2QxcinSqTKTswnQuenGtkFUx0zU { display:block; }
 }@media only screen and (max-width: 763px) { #nch1rPbxNrTcBiJ6P3ql8mJx7C8qTli4 { top:0.625rem;left:38.5625rem;width:9.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuxzeFX5mAk2R76fQsMp9cZF4chNFJkQ { display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { width:20.625rem;height:2.25rem;top:11.875rem;left:27.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW  { width:20.6875rem;height:auto;top:17.4375rem;left:24.5625rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW {display:block;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW { width:20.6875rem;height:auto;top:17.4375rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #boKs9IbdcuUPKd5PZ7h6G8EDyMJPq21L {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #L0gmPKnw0S0DgctbIPBoyORX7zUzhR1q {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #vvby5woJAGm3LVeenNH9TqDFbFsK1Gnl {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Bw2u2Al3u3qToEnx96lmbT24npL8RMpL {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #einhL3KWZo6b9GJGQuB7cgbnJk14f0pb { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #VBAaq9mxbbmacG8FMsmabBnw6lPg3DMc {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #hatasFxUmHUR8OK4Th6TcZvgDkHTM34c {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #bx3MkzF48vL7Fxro1TVwneLIdOqtrhDQ { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #xVpBu1qmdKDW7mQ0BQzZBQcviUxH1RwG {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #ddVU64VDCbr1rGBf7kQ90D16Jo1nlePx {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #mn240wgenT2BbfQbklbTnU7m2zsxh9KP {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #p77RsZxxdgCg9knbI5KAXEsdqbqFTgHv {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #tECCqWOqZ9bkzQRSM3RW2xlLUhvwQzMC {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #CB2isOy3rBJgW4yQFptRT8gTBzBD4xLP {  }
 }@media only screen and (max-width: 763px) { #Wn5EeiL2LdVSU3pPWcodohgUUqM17hFk { width:28.6875rem;height:27.9375rem;top:15.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awiq7ihribU6xLv835tKgzzZVWwDZZdO { width:28.75rem;height:7.5625rem;top:7.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:28.5625rem;height:16.75rem;top:13rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { top:0rem;left:4.40625rem;width:10.3125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { width:20.625rem;height:2.75rem;top:9.0625rem;left:27.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH8TeRd7WTmzTJOy8kHIJeCR3XC7BDJ { width:28.5625rem;height:6.5rem;top:31.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZegp9HThnoJE1xbKeQrmC16n9yrMPus { display:block; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfnMQalxcFNWWLw8B5IOcWR6e8bhZF32 { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMhQ5rTJDMMS2se9PnUrMcieoqlNwuIM { top:6.25rem;left:3.9375rem;width:43.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4J62TPIbzhuXNhgbIV1vxGP4hpBVM8Z { top:6.25rem;left:5.6916656494141rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJRcc18DTqTZVqTMWWKOOwm57xTFQqqR { top:7.625rem;left:3.8125rem;width:43.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F03Su2HhvaS6TPQCZZ9N8G5amZrCpQGP { top:11.5rem;left:5.6875rem;width:37.375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTn40oTTZZUeAuuTZhtg38SF3Z0eAhVp { top:10.5625rem;left:7.375rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAQPTiQ6sa0uAMqUlSFKB9CX1t7nOvQP { top:5rem;left:0rem;width:14.0625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGbwiZVh2qTbLTnT8GX7Po3za3nZ1TkL { top:16.5625rem;left:32.75rem;width:15rem;height:22.7479375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyRHglZDgVdT48JDFxqT1flaLXbbJSrq { top:23.375rem;left:0rem;width:36.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcf1mo5IJ6MtwvAMHpCvyGK2bfclIRZi { top:24.8125rem;left:0rem;width:36.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6tdWu696fPQtRpDTXNxTzSc5wbU4c3S { top:27.875rem;left:21.5rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8hxvxL06dXi2kPJ7I0KaNvKZI4bdfvV { top:28.8125rem;left:0rem;width:37.3125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9IX64TqsZruvkhBqyWFW9RGEei4LA6W { top:17.5625rem;left:40.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMcGsrgcsca8x6b9oPLmtvfNn0WG7gFn { width:17.5rem;height:3.4375rem;top:34.25rem;left:19.868055343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzIbqUXgKTUm1Sfu4WrIAyw4tpqNtCn { display:block; }
 }@media only screen and (max-width: 763px) { #mnoZpb561TvgfbgfTDa1rsi87EnieGKS { width:17.5rem;height:3.4375rem;top:17.5625rem;left:9.0625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlWlRHeJEcVraR8a4as2bKLKPwgUKqRO { display:block; }
 }@media only screen and (max-width: 763px) { #Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN { display:block; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcBBrfAdTN9l2PNrKNPu0rhwSRUfQtEK { width:12.5rem;height:4.9375rem;top:0.75rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFkywXOONubr6s9IPNsdqwSTTc1Xeyz6 { width:12.5rem;height:1.4375rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt57zpo8yIJoDvWAoehsWdCqFc9qxVK { width:12.5rem;height:1.4375rem;top:8.625rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhIN8X1EoDBTkCSJgMcnEVUgOr2LTo8k { width:12.5rem;height:4.9375rem;top:0.75rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ9MKZnSUrLDX6KxW74Cfrvo4ycZqVrR { width:12.5rem;height:1.4375rem;top:8.625rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVGd4vRsTSQWKvmyVLFcZg0GlzIqrVi { width:12.5rem;height:4.9375rem;top:0.75rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmcFBll7c24UJVSFsOBCsfCmVDJvTJP4 { width:12.5rem;height:2.875rem;top:7.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HTWmttB3ay6W2RHiyF4eTr2DJ3g1oU { width:12.5rem;height:4.9375rem;top:0.75rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0TAcBSmkR566CNZN8iZRhpSVoL5QlSD { top:6.5625rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEdAhTKx5bRmbJNSgafPQt5rkePK412e { top:6.5625rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWmJiumhTQ58kveRZ9O3GkGGgSvzswG { top:6.5625rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC7RoiMrQpC2GZVPWwsd3PAf7M8KMWrU { top:6.5625rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz { display:block; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0xNLUe0KMrQavECnpxynFEbGJDcazZy { width:6.25rem;height:0.0625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTd0QbBFOge4pa8eIKFakVffx2TsGQT { width:19rem;height:15.5625rem;top:6.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIpeifrOwJmciyo92hquklpUxzaWlvt { width:16.5625rem;height:6rem;top:3.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU1xLwn3Jp37SNporKPcVMTAmP04nMxt { width:15.625rem;height:1.875rem;top:1.3125rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwhK1xhWdp1Zxss0p7yRnFAzxOHt1ID { width:15.625rem;height:1.875rem;top:10.75rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTh9RmsGfOFqH7QFxODnQToTVcwHmbro { width:16.5625rem;height:4.5rem;top:12.8125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRJK0VbrEU4n7I9TTrtRvJQ3B5H9eR5 { width:16.5625rem;height:1.875rem;top:19.75rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqK2c7LNPcpUE9z2DbeSepdAURkhZnWA { width:16.5625rem;height:6rem;top:21.625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I21O5TXVfKyur1XTwJSEG7N9NwbREh3k { width:16.5625rem;height:4.5rem;top:3.5625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv2s1LKkRlGylBQ8qTpr53hOmIE3lxPG { width:15.625rem;height:1.875rem;top:1.3125rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaGfTJ30z3Mkpc2MUpGLupt4h02iubhx { width:15.625rem;height:1.875rem;top:10.75rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuP0eMvlGWaGW3J6RdhpEIwBm0HVT6G5 { width:16.5625rem;height:6rem;top:12.8125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMs7ZuevMQN0P9CmOMzGN2J4IJXGwu9L { width:15.625rem;height:1.875rem;top:19.75rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFc6d48sZBtwoxKXWTUylfDoBhH79bG { width:16.5625rem;height:6rem;top:21.625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdaDXHHtJdHXzoftOTdKwTLDE9brXMR9 { top:1.125rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCz2fFQ6so0LbRok9df2OICI4ZrdZcC { top:1.125rem;left:31.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcmf5JtaOOXz0HyN1fKOg6xobTgB79GR { top:10.625rem;left:31.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQbKrlLya0BTOpr2vvZLJesfsuqieQr { top:10.625rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU6qEiFcgB3nys6QAmpqK7SQVRidcVaF { top:18.75rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQGfG6lDTEe1o2oEMATuau1klNRzvx1J { top:19.625rem;left:31.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx { display:block; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.adaptive-delivery-prevent-bg, #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.lazyload, #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e4MDFOC6aPHglhvCBFeTQuQlC1UTMl3g { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA5UnCN0H7ZcT9vdOsqVVEAcq81ahbuZ { width:47.75rem;height:1.4375rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwGBJibzLpOu0B42qg7rBdBVWNhotO8D { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DwGBJibzLpOu0B42qg7rBdBVWNhotO8D.adaptive-delivery-prevent-bg, #DwGBJibzLpOu0B42qg7rBdBVWNhotO8D.lazyload, #DwGBJibzLpOu0B42qg7rBdBVWNhotO8D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xxnbfFxkbC2vaPqIFFrQ7xkr0gBis0lq { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOv04czAuaZJA3ff2T3MrmuTmTb5roaI { width:23.3125rem;height:9.0625rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUn3gXcnItu88Te9xuP7MwI2cQ3UdIep { width:23.3125rem;height:10.375rem;top:36.1875rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8iybPO5LPbkOWuCwRq7xvcpeK4UTJ6o { width:47.75rem;height:3.875rem;top:0.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZdclNGH6DuPDQ4OcytTxFk0OM6CsZun { width:12.5rem;height:3.5625rem;top:7.9375rem;left:12.836805343628rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkwShyXryWrS63slafSfeV35QRMfCOx9 { width:12.5rem;height:3.5625rem;top:25.8125rem;left:12.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaBNnOFQHkInB5VqNTQeMGXXVcyo1QPc { width:12.5rem;height:3.5625rem;top:7.9375rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK9CJyp2MSrTKTKSR0lrIJJuRuDzQmsL { top:11.5rem;left:12.961805343628rem;width:12.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc4cOlkIZOix19JrktZbXFplwPqTrpmM { top:29.3125rem;left:12.875rem;width:12.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhzVuyKzlP1DRutMn3vgAw0EJkTGGG8C { top:11.5625rem;left:35.375rem;width:12.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxweMkF1dS6NyDHpt2u8rvus2Rm7RVrr { width:12.5rem;height:1.25rem;top:11.5rem;left:12.836805343628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVFfvfZ8ml7mGXKs8BTgHwIZ0DVE7zxq { width:12.5rem;height:2.5625rem;top:11.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7IF9b8F6c6w79MMpBmyvszTRnhfcaCS { width:12.5rem;height:2.5625rem;top:29.3125rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip7lsZITNdwpy1cAzn9KL2pGrBbyaWxF { width:47.6875rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNLofsM4KnnWibOqzcwyTB0BkG5uPbvt { width:47.625rem;height:71.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oa8dzUJyh1hmIGbcMBuKP2kR5SypeQSa { width:18.75rem;height:;top:5.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rg2wvHIEmpJTeDf1cvdW5qkBKT89t8Nl { width:8.375rem;height:;top:19.9375rem;left:4.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVAz8FWMXo4WNaKKVDCibzGZfsV6kZuW { width:8.375rem;height:;top:39.4375rem;left:4.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A { display:block; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4aowTqwCn1gu5MK5pBbASpwKFyNq8IW { top:0.5625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i34POvhErozUa3dqSyhHZqVpay0nJBh8 { top:5.375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcSSFxxx4vgkFG6CZkCGx74XMU6Po2s { top:10.25rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSpISSkfdZ79i3yRbvNh6JyUSyDbyAUD { top:15rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efc4QfeHIAcsleBV0WZS9nTgSg4P940F { top:5.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dwUFd8dANzxaulSx1d7ZnbrVR5kJfo { top:10.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TaWcCDIfTQyOnPOfOqkAG46k7UVDvk { top:15.375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yqq2GgVwHMaHDKhkHTqSb5DSZGq7ev { width:47.75rem;height:1.375rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGH78kOaXhCaqLaMNp1hQATuvV2hduIQ { width:47.75rem;height:1.375rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgdQQyWPT4qrPHXtKZZk7iPI3dEwtcMQ { width:47.75rem;height:1.375rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z47P3Ra9hq6mdvTgH1SXre0ZZpIP3QFM { top:15.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUrPJAMGF6SfoQIMyoxcswcwrb0lrSGE { top:11.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4trB9p2Ish909wdlWZwLXHHNMLJFEmJ { top:6.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxXQaDyJaZ9BOouCqsgE2ZMZLL3gUqnk { top:5.375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeU249xhirZdFwgOP0okdOThT1qaztvK { top:5.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #unTMABB86JGzRw0hKMqvykuAOuKJa9zN { top:5.375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #if4secamZq1xt1ZdaFNKrD4X8gCqhncH { top:5.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVIrIhhGJlpiT0w6n131p8dEEkTplGXK { display:block; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG8ZJZFeOfiZztcbAZKC1ET5N0K92WxX { width:12.5rem;height:4.9375rem;top:0.75rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHeVQz2HSwUL3fnZwUMDxp5I54wJfVS { width:12.5rem;height:2.875rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASxKIe0G9zkdUK6EMwsv6ue1ZZRH8E58 { width:12.5rem;height:2.875rem;top:8.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul3XuaKP5hplTC8SrWLGTQePvyWBWgQf { width:12.5rem;height:4.9375rem;top:0.75rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKk7cVONBTtyOwpwEsR6DIPNXWGlg4Z { width:12.5rem;height:;top:8.5625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKoe1osKMoynFL2M2tcTR4T7LscfEvR { width:12.5rem;height:4.9375rem;top:0.75rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EolTteHB63NIygdANlm9GyzXRbUF6Zdx { width:12.5rem;height:;top:8.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPaeufKIOeOMaBtcXOBwTQOhT4GwOz8 { width:12.5rem;height:4.9375rem;top:0.75rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib8vQu7BQhJPo3fPHGfflARWzf6trhsR { top:6.5625rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQig0ZPVoFIHM52Vx9H1a6WLMdtcQTaI { top:6.5625rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG9vQytGBBQsF8mBus4f1xigBIcgHpN2 { top:6.5625rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsk4uSOvPCRtIKuWhntv3GhpKRSReZyt { top:6.5625rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs { display:block; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKCrnTx22Kw9QdlrOcXZaZIgB2PaV3xc { width:15.625rem;height:2.75rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPEJmRnS02skXiELrzd7UaTXUWpZtGbL { width:16.8125rem;height:3.9375rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFsL4J7GTuM6RMgkC92DHroINpikcaH { width:5.625rem;height:0.0625rem;top:19.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfA6IakpOS6UGu9mGcu5XLUg3I4hCczQ { width:0.9375rem;height:0.9375rem;top:19.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpOLb1gvSu6J5EUJkS6NfcklRinT5vm5 { width:15.625rem;height:2.75rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0EATNLPogM7Tde0hFIzXJ697S2S63CX { width:16rem;height:5.25rem;top:33rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwC32CQceTXmr2TT01o8UBn3ZRu2AZEI { width:9.375rem;height:0.0625rem;top:30.8125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUy5Jpdchlzi2IFmsZpoGAU1CELV6HO { width:0.9375rem;height:0.9375rem;top:30.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITyCcuo5rJ0S4ko5dNu8k59vqg0bsn2 { width:0.9375rem;height:0.9375rem;top:15.625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICBDZ28xAUAG0yPZFTtHFXLGRnlR0s0a { width:6.25rem;height:0.0625rem;top:16.0625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1s2BG1zvP7eqUlgzHfhdOmt9hpk5OSX { width:15.625rem;height:1.375rem;top:14.9375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGoaa8GliT1Dop9s1GwR59AaTNl7gKEO { width:16.1875rem;height:3.9375rem;top:16.9375rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc6274TdISkJyp2HDkifTQmH0yWgqq86 { width:15.625rem;height:2.75rem;top:23.6875rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX7RwVMDbNA8K3DsagaWu44CVZBLBwm9 { width:15.625rem;height:2.625rem;top:26.9375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikf57XuUskUosAlbMbtwSBKNwe4Koyc { width:8.125rem;height:0.0625rem;top:24.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnCq5gDdDZivdP34uc0AaQpVK0TrPKGh { width:0.9375rem;height:0.9375rem;top:24.375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxksq4MrytdGfCnbHufpA7i4NUubyqHC { top:0.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy0VgeUOxTpLd67lpSa3t3LBdZ3ygetl { top:14.375rem;left:4.0625rem;width:39.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEXTOeqf0GAD8dkQqKa5WccpG5J3qDs4 { width:15.625rem;height:2.75rem;top:32.4375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5hBPudTDTItigLlphIpTWU271f9E4l { width:15.625rem;height:3.9375rem;top:35.6875rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INGbIuZHWF2N4voHDXDw8sxT55m9RqAG { width:8.125rem;height:0.0625rem;top:34.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHoSFkuwr4UslTrQ7RmrqzUIZqWopaK6 { width:0.9375rem;height:0.9375rem;top:33.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZS0LwQN1zwmnMpxEcFprKVvrCVye7TT { width:15.625rem;height:2.75rem;top:7.25rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubXBCkA4kAUzDrahhlu6IeW7QOllXZeT { width:16.8125rem;height:5.25rem;top:10.4375rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR8y4l4gMhD1O77Jd586qZXuvhIHa2W7 { width:0.9375rem;height:0.9375rem;top:17.75rem;left:26.263888835907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA50l0sIw2TPBu3XKahqFIEoUBuvvdKo { width:0.0625rem;height:9.25rem;top:8.5625rem;left:26.701043128967rem;display:block; }
 }@media only screen and (max-width: 763px) { #w95TuarKnoqlevSMkehUnsQBGTGyBHgz { display:block; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKSflHKrXz6K7FRhnyBbWdEQIPPuh0DB { width:18.9375rem;height:12.5625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuVJzLx77x2gpz71dEcBJQymzNC8n11 { width:18.9375rem;height:12.625rem;top:5.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAx3Se0BKTvJOcDFeDcpKup5rRV2RZK2 { width:18.75rem;height:12.5rem;top:5.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVcdBuHe4nrlGLlXDScc3WbF1Bc35LHO { width:18.9375rem;height:12.625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7k1e0oMRKA0adGLTOqxIhteHU3xEPiF { width:18.875rem;height:12.5625rem;top:19.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92idTh54KBwO4FfZ1kfUxLl9yvAfqbg { width:18.9375rem;height:12.625rem;top:19.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deLASzGlKkxM97f6FcS4XREx6O2xJUEB { width:47.75rem;height:4.625rem;top:0.625rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 { display:block; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0r6rS33Pisw3AgataXDucsXbAbwvfzG { width:7.5625rem;height:7.6875rem;top:7.125rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLcC5tyt0EMghJPTZBvaVVqL75yDZNEl { width:14.25rem;height:1.9375rem;top:10.1875rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca44wDglQBMSqRVkOTgsWIvZTsTB00Ln { width:18.75rem;height:10.375rem;top:14.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPz9xUkVuAF56bbELQIDRZ5TTm42CEkp { width:7.5625rem;height:7.6875rem;top:7.125rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMqbPkxU6admdon7ROzznFiRKx78uu9 { width:14.25rem;height:2rem;top:10.1875rem;left:17.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRLqT1AmU5NAQSezOuN97k12novt2wM { width:7.5625rem;height:7.6875rem;top:7.125rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyu4ola4wkcJzkJQSnWCmt01g7TPQQlk { width:14.25rem;height:1.9375rem;top:9.8125rem;left:33.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3B0PtS2AVWZxH8Zvt0498Op16HU9NDR { top:1.6875rem;left:21.03125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtllZ4sIMxL1Sd2VR5N7NuV53kTiJmrQ { width:47.75rem;height:4.625rem;top:1.6875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQtwmsJds6NOF3q5tT8Z4z3wdOs1NuR8 { width:18.75rem;height:11.6875rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLnAJ5Kh5sLrcTZFDUoJg1kaBq7NCU4 { width:18.75rem;height:7.75rem;top:14.5625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ZA4QvFMCJgzwSlaZxTapPs7uC2Ab91 { width:7.5625rem;height:7.6875rem;top:25.125rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzhWVMtUPlKX9hom8MA34R8cxvNQdPxZ { width:18.75rem;height:5.1875rem;top:32rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4koO3JLRKrAAJOugMSxvdrUgU9OzvJW { width:14.25rem;height:2rem;top:27.875rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtlmfhk0ffCdv0UeQAqDSWqD07E3yddb { width:7.5625rem;height:7.6875rem;top:25.125rem;left:15.875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDL6lcvXybX9I7TGKuMy8LRXbACpbczF { width:14.25rem;height:2rem;top:27.875rem;left:17.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXsm2PPBQE7BLFTA5yL95cOr5N9IEsIO { width:18.75rem;height:7.75rem;top:32rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHGT2ZLHH6F9ENbumebbQri0omUshDPB { width:7.5625rem;height:7.6875rem;top:25.125rem;left:31.75rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1bKIMbRwvMlr0p3WnOMetiUFIEuyUrL { width:14.25rem;height:2rem;top:27.875rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETy2PBOvBmDruTX91OosDtWgBBdIcE0E { width:18.75rem;height:5.1875rem;top:32rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQIyTd1AHNtPqOEAmtKttmlZwwFU8lS2 { width:7.5625rem;height:7.6875rem;top:39.8125rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0bZwp1wbmxLw1kDXAe7MedrF3q1C2A { width:14.25rem;height:2rem;top:42.5rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWxwlLXu1G6bH7RUxeRP86kvKytmTJzA { width:18.75rem;height:9.0625rem;top:46.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVioi5TUeTXB3ue69fLkhcZHuLAim2A { width:7.5625rem;height:7.6875rem;top:39.8125rem;left:15.875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCRnZThnWABwpmTla3U81GDsSrvgDtdw { width:14.25rem;height:2rem;top:42.5rem;left:17.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5u0ChcW5pu3qFQKgCxPRNdK0WFJ0ASJ { width:18.75rem;height:7.75rem;top:46.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38AyecuE0rsgo3JE0wLApeWqAlbCecG { width:7.5625rem;height:7.6875rem;top:39.875rem;left:31.75rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqwozSTyxa6TOovSk3S73Rm25Up09qGR { width:14.25rem;height:2rem;top:42.5rem;left:33.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBv4iLM0PCEtgi25S55Uhl1eb3yTifmE { width:18.75rem;height:7.75rem;top:46.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ZqcfMg00KwUCQf1MxMZ6O0nQ5T1gwB { top:9.375rem;left:0.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrbKrTR3waya21UXQveHyg2LVHkv1QrM { top:9.375rem;left:16.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZdIRW1RJ3hRdlGOzlsDM1BOVuqAB5Tt { top:9.375rem;left:31.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQtPvGCdGxwfbMVMu4I3dL83topBHBZ { top:27.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2yX31yLgauaTMCdyIS47Vf0sVsO3XH6 { top:27.4375rem;left:16.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsiRCRRRCJwQq9CagBkr5STPEPVTuXDS { top:27.4375rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLzWlvDDIgByIhCNif3HcniJtfS0nK9w { top:42.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxB1hDEf2i4ZMQenzyyeikyn3gTQsU1m { top:42.125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9yMGsTtPtry5tweGdstzXksAhAZgcL6 { top:42.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99CncoeyAa7mgNxhOtQy30aT005cTnw { display:block; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD { display:flex;height:auto;width:45.25rem;top:1.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kEDhdP2VNdbMaVqHvbcO8l3iotFZvcpk {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yFuGoPOUPpZg0ZR8cd0iDzUcJhXtATur {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pTXtVOUtS1BmE9p2EbRQN0tnEs2obnVF {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #nRHTNr7dU6uotPilLnwIVzSRTFoTgXuf {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CkIBKhctLGQO9CpQ9hTWdtgK4H0OKDEx {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #vM5uw2DRkuKt6tXd5525dNr0APVWrTZo {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sQCsz2vknnJRzhnOoAyXD1yNvUhiNMJz {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #EtSTiW2IbvQapXZTIIRfPvHtnph4lwh0 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #B7qgwXf8ERNUAE0og5b9pi6PK5MCqlU9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dueGINcyaAIucoZNlMERIcq43dnX5kZZ {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Uv3W7rTzvPPMtTCOVDV2JpLkGt1BUszm {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #mfSVAWKqgewAJsoyr5cv1AKBVJtnAkIA {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #bxchcLrsrpW1pTehDSK1iSWTdphtkSkS {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #zAFDwMD3r5Jc2SB2T7O7INlaPP24d6D6 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dvGTMcp1kWA37Jpzd79SL6vMhaaKhp1d {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #aTlwa8XBoTemc5qhFGmXHmkypAKdTwAU {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #y4iofgEPpioA2pUzmwqKT3DFcac3nmqx {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #TEu899BZmeI52T4hLZw5gDhb2ZJs4017 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #q3LatCHnws56G2X7XOp8aU0Sdqxlb7am {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #lTNybJOSwHW1gR4pMoHiiNryfFAw6RcO {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Q0Tvr30tE0iGU0sTVoqUbOPyMtrgDw9X {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ytoTEyOhiakgls5s3whTW8Ao6fCoL23S {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #T7CvbzXQd1MPndHkazq3QvunhK1s8rc9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #QrNPecBSdXrf150LsRyU4vGQgKCrA3nW {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pLFQA304W4OoruuKUWitZ8tBMUCgtTzN {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #phBnIO8MJf8t0XWOUGpGRalfdWJ2nwBf {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #M57thIaMTMgZPBws8u12TRy0zPvVKwJv {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #bDlOI1fhhxZX4rL0kBwquKPo2OAmxFly {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UvccVw7JvUmztJrvuG3Rli1TxTi231DT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CsIT6OHO57zWHZTB4qzMBOIqph5z5Pvb {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hK7WK3Sk7rkfOR9rTydxIf4dnOCH5P0Q {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BbDJTC2P5DGqZ5graVBqIVwbS3nMTmWs {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Eqxsi3IioCBJarPmQCoukNC4FG8Zn6iz {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #qdhVNtmgPxI7grTgCqM88GqHB9msacRy {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #k81eEa6ZI6VkkcQ02TTfhgcT8UUnD0uy {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hDuyEDgwgwdkWL4kcqIySTnGND1kSTFT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #VyDiaXhIHnAgTbOmkw1AMqKWk2UDT6h2 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CtwQc7p5WsiJmmgMTXk8QkJ05tXLmeOp {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JXImvvaGyMlmUDirUN0iAxH2sqp9uzps {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BxTzkx5BgVtA8IyOyBf3RXUxPq8ve2Ht {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #fzkSusC2gu1hTi7XxbUE979BBhI9IUf2 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #KF9dRZluZHf9VUNMgszPRhQfnDeBqhKG {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sAdNiFTaOGgbqxrZuRNDcouumqn8yJJ6 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #OFbtVy5MtQMkkSgOXvlA5msocH9uZi1U {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #AlbSTeNo12UKEOtNgzzIE5wsQuFeP8uH {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WiSEXN8lray2SFgym2r1teIDTgxotB66 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #RWqukMdORlT2Oa4FIiZIBAezlG4vvZ33 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #PUMxZKDre5HD9oCw4P58EAxXLSZrSZtE {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #rTvKGVaeZV8CdKMzVUpxhzE3NL7CAVb5 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #y23F7aJOyXKEkQsph4WETMa9Ahl5mktP {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ZDI4T5KDSwqfGTr2qhvrCwT4lKIEiTpT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WLTNMN6Ny6Ru7dlITFfnTC9EIxXMQJCw {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #QIbA21w0f5DrwuEyA2RtiMZGgHlu1APz {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #d5vnJirxGop5peKO4HR9x3603NO5FqwU {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BKFauhZ7fON62IeVctWGJX0dJMhRUbDC {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WslLbTsXNT3uHnBkTvJwhN8qsapwWzd3 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #VTIKlbgu5UoxpcgCETow4SoNs6nzuIWH {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #eu4AAMnIazLbDvPvbQov9wFRQfJJHLCK {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Uax3INkPzJE0fRabCSBDFs18neBM6wSt {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #FCbJbeUHIxiyN90l4iTRqvPWBBN424JM {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #tlU9TgTH160bG8oAOGUuD7KbTm1x09uL {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #z4bMy927dcD7WGZCt2kHmGuwb1XTTdoq {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ri0puP9Ed2cgDSTT9ARlTZUK34L9r8lC {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yTWzEPaHEeaJfolkLEveMA8hapbJM9TP {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kwl5T61AAgU4uEmMD5exf8Ueqe6kPcRt {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #gEwQcoynhODMdPXMEd4T9Idn6SJXqTUT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CPbcE1ce3uZylo6mCmfaFcGeh0awCNAN {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #qh8f8xTDWtyK2wGoz0k4hyfr1mwfWNEM {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JxthemZ17Jge2cyFe7xBiqv2LkTTUKCF {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dZs3udCpvSZbzDXq1rg4XO48th0FVHvB {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JcXSPy5GxNeOcbM7b4T2TTdmaiHhShVM {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sUl1x1TenzJ8RvJV27zl2OEeVy7OOVgi {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yAIK7a4FrotOU4VSmKKpHL0NdFRZTec5 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #LUXfOT0mmkk9gOtntLLNETrAxGxDIN67 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #KRrOxN0Ur0E6qJPUBV80iZER3tI7IULV {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dyA9Mr94AeLglR2pVPNxne2rCr1fB35s {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #FrKyfiLp9BHEvLCS5y58iNnqpQm1GvSN {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #rnaPpuctf8CygyU85c6SBDxfWXTzBJm9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #vttlRCWCAunugx1OTgKkLWZOAI79Ib7T {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UCMHKnKHRHT7q1v8S8DEnuk7DQxc7zdZ {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kqZ8XOcaM6H52TJfQOmEHkawnZWMD84S {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #r7oego3kHytwv39qraXSfsQgOPMPA1s9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Hwg3UWpK8k3Xehyn1am8fvrg3lDo0qcg {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UhSh0T2HOFex27LK17iCp3wlWvLeXPC9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #F10R5BSffBoHxbUshO8LiSfzNHQk1tkc {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #fqSxqvCJ7Z00iqRQD9Ia3BnCEkQQ0NX5 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #b8ui5ev5c8aaSpCCXNvmkWsNACuD1UqZ {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Pk6aQ4VPR8kF5mqLWpAmxv1GEBDTHFFP {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #xTHvMA49UHaRx7FVZ4F1SGIRkNopyZEx {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #q4B6RLv7d1gt3JJaTuGpDK0ZAPfzKnUp {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #S9zQPRIdzNFxqbZXoZQcfHKCm1xxn4kR {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #teuNgfLcPP5MVvd4i9guTOs44m5cx5q7 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #oV5eDTBh79bgXB336nSK8d24CqZJs3uh {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pTAaf27We11om7VnsVxfoxnwNMN7MWIy {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CRdKtvFKXTSwPDRZqWzhMp0HdX7la5xp {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UZ9aR6PNw89rF3KDHZTGgIJfGwHdcBON {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #c7LbZrn1kkP5wEPHRPKdKKJ7tsKHn5Ss {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BhROVZT22alZb35iFUibyw10SCx6iKum {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #uxSG38VHc2KnOluIaXvPN4FAMdpz2X9N {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #lPGepDWJVTPOsJUezn7rZMuKFAagHv1k {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hwePGXAI21yCfLvPK6qxgBXSQt6cAEHF {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #cXWE6HBE7nyKN3W6gqpHxVonO94mkdhW {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #wJ6OwKcJiTKVPGK4f8ZUhlFSPEw80KPL {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #TL65F7eRZRZ7BzIXqF3z2wkoC2MBSxks {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WKlDgrIaWPTqt8Zcq8BcclhFxfdGs3PG {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #i3xeqQFrwCbQaR0PCSQe8bXAbOBEGlzo {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #aeTWtPMffU8RcvIAHmgFT8OxGDMimS0p {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UBSE0y3TW7bBGNdTsI6VcTDVdC7g0IBU {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ffb4QJRyTK3E8Nh9GIZd6tgJ6SpOk5eH {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sFGFe4O2L4LgJ6wPey0GCK8FPL0l7HoM {  }
 }@media only screen and (max-width: 763px) { #RexJkl7iys9vQdbv3PInaM7sE2O2TEd5 { top:1.25rem;left:21.125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4HPM6cFx65UPqpryaJFSR5Us01zich { width:47.75rem;height:;top:1.25rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt { display:block; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyu1RnwHLOVZslvLbH2zFSOsrTrvIy38 { width:47.75rem;height:4.625rem;top:0rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUxfSMZc0xxTkT80b5eyW25STeEtx6Wn { width:47.75rem;height:;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAxRmwA8tWHddudJVHU0mPoQBD2GZZXH { width:47.75rem;height:1.5625rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm { display:block; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUOuZVB06dl284VvWKbNB5sJc6XPOTbb { top:1.5rem;left:26.4375rem;width:21.3125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPbKsJCFy02ZCdEOG9M5OeGxHhmdZTao { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4hoi8AClO3hW870J6KMsk2JLUz8Eqa { width:10.5rem;height:2rem;top:2.1875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax6gWpyyfUoaVlNph4XZ3WCW4sBpTOwf { display:block; }
 }@media only screen and (max-width: 763px) { #ckQ6Ht09vPBMuXSATXClTLrpGaIvFh7W { width:10.5rem;height:2rem;top:2.1875rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEaL9NSAOiCJb4bKvaJG3q0Vupoo3H95 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fxxGDabKMHwz7KZB9W18M906BMTS4Bw9 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKxCMbGdD2FcZyktKglqGgq57hIyEfwo { top:0.8125rem;left:0rem;width:5.5rem;height:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAUy88dK4Lm6m9praIkJ2t84qK1cTekO { display:block; }
 }@media only screen and (max-width: 763px) { #bzlIT8JNes887EbRhXHdAVcP5x74flxC { top:0.65625rem;left:14.3125rem;width:5.6875rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTh8JddoHKThZooquuEgriGP8xlMsvz6 { display:block; }
 }@media only screen and (max-width: 763px) { #ssUx2mO3rDJEbN67t8Hm4E3gBVsN8N8z { top:0.6875rem;left:7.03125rem;width:5.9375rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6BK4gvNaoTahzJp4C0iTWRfbJzC5yWn { display:block; }
 }@media only screen and (max-width: 763px) { #uewmTuSNtFJSNKiZQG8xrnqxwavBNabo { top:3.375rem;left:0rem;width:5.8125rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eavo6A5pcpD6TmKhNko66c8hOhTG5Bzl { display:block; }
 }@media only screen and (max-width: 763px) { #moXpyTpSpB6AITUJwoAQLCNgd81Oqgd3 { top:3.375rem;left:6.875rem;width:5.9375rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKXam2QxcinSqTKTswnQuenGtkFUx0zU { display:block; }
 }@media only screen and (max-width: 763px) { #nch1rPbxNrTcBiJ6P3ql8mJx7C8qTli4 { top:3.3125rem;left:14.1875rem;width:5.9375rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuxzeFX5mAk2R76fQsMp9cZF4chNFJkQ { display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZE9HW6yWrHxbqBafy0Gz7gdV0ZdJFba { width:20rem;height:1.7875rem;top:20.300001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-text {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-select {padding-top: 0; padding-bottom: 0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#005bae;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:first-of-type{padding-top:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .widget-container:last-of-type{padding-bottom:0;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW  { width:15.9375rem;height:auto;top:22.08749961853rem;left:0.78046876192094rem; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW {display:block;}#icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW { width:15.9375rem;height:auto;top:22.08749961853rem;left:0.78046876192094rem; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #boKs9IbdcuUPKd5PZ7h6G8EDyMJPq21L {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #L0gmPKnw0S0DgctbIPBoyORX7zUzhR1q {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #vvby5woJAGm3LVeenNH9TqDFbFsK1Gnl {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #Bw2u2Al3u3qToEnx96lmbT24npL8RMpL {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #einhL3KWZo6b9GJGQuB7cgbnJk14f0pb { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #VBAaq9mxbbmacG8FMsmabBnw6lPg3DMc {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #hatasFxUmHUR8OK4Th6TcZvgDkHTM34c {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #bx3MkzF48vL7Fxro1TVwneLIdOqtrhDQ { display:block; }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #xVpBu1qmdKDW7mQ0BQzZBQcviUxH1RwG {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #ddVU64VDCbr1rGBf7kQ90D16Jo1nlePx {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #mn240wgenT2BbfQbklbTnU7m2zsxh9KP {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #p77RsZxxdgCg9knbI5KAXEsdqbqFTgHv {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #tECCqWOqZ9bkzQRSM3RW2xlLUhvwQzMC {  }
 }@media only screen and (max-width: 763px) { #icMTZNBN9ZXXVGrxcDoJgMAmtF2GBpHW #CB2isOy3rBJgW4yQFptRT8gTBzBD4xLP {  }
 }@media only screen and (max-width: 763px) { #Wn5EeiL2LdVSU3pPWcodohgUUqM17hFk { width:20rem;height:23.375rem;top:22.811458587646rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awiq7ihribU6xLv835tKgzzZVWwDZZdO { width:20rem;height:5.5rem;top:17.362501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:20rem;height:7.875rem;top:9.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { width:3.9375rem;height:5.375rem;top:5.9375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUlCQTQDUefw7IMJm9EF2WdwM5iF1yoJ { width:20rem;height:2.6rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH8TeRd7WTmzTJOy8kHIJeCR3XC7BDJ { width:19.9991875rem;height:8.75rem;top:47.798405487061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZegp9HThnoJE1xbKeQrmC16n9yrMPus { display:block; }#nZegp9HThnoJE1xbKeQrmC16n9yrMPus > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfnMQalxcFNWWLw8B5IOcWR6e8bhZF32 { width:20rem;height:4.798825rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMhQ5rTJDMMS2se9PnUrMcieoqlNwuIM { width:11.5rem;height:3.19965rem;top:9.25rem;left:8.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4J62TPIbzhuXNhgbIV1vxGP4hpBVM8Z { width:1.25rem;height:1.25rem;top:6rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJRcc18DTqTZVqTMWWKOOwm57xTFQqqR { width:11.75rem;height:2rem;top:7.25rem;left:8.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F03Su2HhvaS6TPQCZZ9N8G5amZrCpQGP { width:19.1875rem;height:9.597625rem;top:18.18359375rem;left:0.40625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qTn40oTTZZUeAuuTZhtg38SF3Z0eAhVp { width:16rem;height:0.0625rem;top:29.586715698243rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAQPTiQ6sa0uAMqUlSFKB9CX1t7nOvQP { width:7.875rem;height:11.875rem;top:5.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGbwiZVh2qTbLTnT8GX7Po3za3nZ1TkL { width:7.875rem;height:11.875rem;top:28.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyRHglZDgVdT48JDFxqT1flaLXbbJSrq { width:11.4375rem;height:1.599825rem;top:33.8251953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rcf1mo5IJ6MtwvAMHpCvyGK2bfclIRZi { width:9rem;height:4rem;top:29.8876953125rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6tdWu696fPQtRpDTXNxTzSc5wbU4c3S { width:17.5rem;height:0.0625rem;top:63.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8hxvxL06dXi2kPJ7I0KaNvKZI4bdfvV { width:19.0625rem;height:9.597625rem;top:41.068359375rem;left:0.46875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #O9IX64TqsZruvkhBqyWFW9RGEei4LA6W { width:1.25rem;height:1.25rem;top:29.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMcGsrgcsca8x6b9oPLmtvfNn0WG7gFn { width:10.5625rem;height:2.1875rem;top:36.296875rem;left:0.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzIbqUXgKTUm1Sfu4WrIAyw4tpqNtCn { display:block; }
 }@media only screen and (max-width: 763px) { #mnoZpb561TvgfbgfTDa1rsi87EnieGKS { width:11rem;height:2.1875rem;top:13.796875rem;left:8.5rem;font-size:0.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #rlWlRHeJEcVraR8a4as2bKLKPwgUKqRO { display:block; }
 }@media only screen and (max-width: 763px) { #Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN { display:block; }#Tyw1aR3lr9By0Inr2JhrzvsfpDmTqNwN > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcBBrfAdTN9l2PNrKNPu0rhwSRUfQtEK { width:12.5rem;height:2.599825rem;top:0.7119140625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFkywXOONubr6s9IPNsdqwSTTc1Xeyz6 { width:12.5rem;height:1.29980625rem;top:3.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt57zpo8yIJoDvWAoehsWdCqFc9qxVK { width:12.5rem;height:1.29980625rem;top:8.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhIN8X1EoDBTkCSJgMcnEVUgOr2LTo8k { width:12.5rem;height:2.599825rem;top:5.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ9MKZnSUrLDX6KxW74Cfrvo4ycZqVrR { width:12.5rem;height:1.29980625rem;top:13.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVGd4vRsTSQWKvmyVLFcZg0GlzIqrVi { width:12.5rem;height:2.599825rem;top:10.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmcFBll7c24UJVSFsOBCsfCmVDJvTJP4 { width:12.5rem;height:2.5996125rem;top:18.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HTWmttB3ay6W2RHiyF4eTr2DJ3g1oU { width:12.5rem;height:2.599825rem;top:15.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0TAcBSmkR566CNZN8iZRhpSVoL5QlSD { width:4.375rem;height:0.25rem;top:3.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEdAhTKx5bRmbJNSgafPQt5rkePK412e { width:4.375rem;height:0.25rem;top:8.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWmJiumhTQ58kveRZ9O3GkGGgSvzswG { width:4.375rem;height:0.25rem;top:13.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC7RoiMrQpC2GZVPWwsd3PAf7M8KMWrU { width:4.375rem;height:0.25rem;top:17.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz { display:block; }#JTJ8HTZiJON44qe4KGGrE3ExIiEouTbz > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0xNLUe0KMrQavECnpxynFEbGJDcazZy { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTd0QbBFOge4pa8eIKFakVffx2TsGQT { width:14.625rem;height:10.3993125rem;top:2.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIpeifrOwJmciyo92hquklpUxzaWlvt { width:16.5625rem;height:6rem;top:20.3125rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU1xLwn3Jp37SNporKPcVMTAmP04nMxt { width:15.625rem;height:1.875rem;top:17.1875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcwhK1xhWdp1Zxss0p7yRnFAzxOHt1ID { width:15.625rem;height:1.875rem;top:30.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTh9RmsGfOFqH7QFxODnQToTVcwHmbro { width:16.5625rem;height:4.5rem;top:33.875rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRJK0VbrEU4n7I9TTrtRvJQ3B5H9eR5 { width:15.625rem;height:1.875rem;top:42.8125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqK2c7LNPcpUE9z2DbeSepdAURkhZnWA { width:16.5625rem;height:6rem;top:45.9375rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I21O5TXVfKyur1XTwJSEG7N9NwbREh3k { width:16.5625rem;height:4.5rem;top:58.8125rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv2s1LKkRlGylBQ8qTpr53hOmIE3lxPG { width:15.625rem;height:1.875rem;top:55.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaGfTJ30z3Mkpc2MUpGLupt4h02iubhx { width:15.625rem;height:1.875rem;top:68.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuP0eMvlGWaGW3J6RdhpEIwBm0HVT6G5 { width:16.5625rem;height:6rem;top:71.375rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMs7ZuevMQN0P9CmOMzGN2J4IJXGwu9L { width:15.625rem;height:1.875rem;top:81.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFc6d48sZBtwoxKXWTUylfDoBhH79bG { width:16.5625rem;height:6rem;top:84.875rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdaDXHHtJdHXzoftOTdKwTLDE9brXMR9 { display:flex;width:1.9375rem;height:1.9375rem;top:14rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #gWCz2fFQ6so0LbRok9df2OICI4ZrdZcC { display:flex;width:1.9375rem;height:1.9375rem;top:52.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Tcmf5JtaOOXz0HyN1fKOg6xobTgB79GR { display:flex;width:1.9375rem;height:1.9375rem;top:65.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #lqQbKrlLya0BTOpr2vvZLJesfsuqieQr { display:flex;width:1.9375rem;height:1.9375rem;top:27.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #EU6qEiFcgB3nys6QAmpqK7SQVRidcVaF { display:flex;width:1.9375rem;height:1.9375rem;top:39.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #qQGfG6lDTEe1o2oEMATuau1klNRzvx1J { display:flex;width:1.9375rem;height:1.9375rem;top:78.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx { display:block; }#Ty6T1BQ2KDfzH9Zy3sAB1cqMz3KqrSpx > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt { width:18.75rem;height:9.8125rem;top:11.5rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.adaptive-delivery-prevent-bg, #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.lazyload, #wbG3K5qkUTzTuguSuAWNfGsArWszTNGt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e4MDFOC6aPHglhvCBFeTQuQlC1UTMl3g { width:18.75rem;height:1.94965rem;top:24.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA5UnCN0H7ZcT9vdOsqVVEAcq81ahbuZ { width:17.25rem;height:3.8994125rem;top:6.3125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwGBJibzLpOu0B42qg7rBdBVWNhotO8D { width:17.5rem;height:26.125rem;top:35.939453125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxnbfFxkbC2vaPqIFFrQ7xkr0gBis0lq { width:20rem;height:1.8681625rem;top:51.322048187256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOv04czAuaZJA3ff2T3MrmuTmTb5roaI { width:19.125rem;height:10.3984375rem;top:26.25rem;left:0.4375rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUn3gXcnItu88Te9xuP7MwI2cQ3UdIep { width:19.375rem;height:14.297875rem;top:53.190103530884rem;left:0.3125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8iybPO5LPbkOWuCwRq7xvcpeK4UTJ6o { width:18.75rem;height:4.798825rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VZdclNGH6DuPDQ4OcytTxFk0OM6CsZun { width:12.5rem;height:0;top:26.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkwShyXryWrS63slafSfeV35QRMfCOx9 { width:12.5rem;height:0;top:50.33595rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaBNnOFQHkInB5VqNTQeMGXXVcyo1QPc { width:12.5rem;height:0;top:30.4121125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zK9CJyp2MSrTKTKSR0lrIJJuRuDzQmsL { width:12.375rem;height:2.9375rem;top:38.1113375rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cc4cOlkIZOix19JrktZbXFplwPqTrpmM { width:12.375rem;height:2.9375rem;top:54.1855625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhzVuyKzlP1DRutMn3vgAw0EJkTGGG8C { width:12.375rem;height:2.9375rem;top:46.14845rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxweMkF1dS6NyDHpt2u8rvus2Rm7RVrr { width:12.5rem;height:0;top:34.261725rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #gVFfvfZ8ml7mGXKs8BTgHwIZ0DVE7zxq { width:12.5rem;height:0;top:42.2988375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7IF9b8F6c6w79MMpBmyvszTRnhfcaCS { width:12.5rem;height:0;top:54.1855625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ip7lsZITNdwpy1cAzn9KL2pGrBbyaWxF { top:10.743055522442rem;left:5.7812501192093rem;width:8.4375rem;height:12.6875rem;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rNLofsM4KnnWibOqzcwyTB0BkG5uPbvt { top:37.743068873882rem;left:5.7812501192093rem;width:8.4375rem;height:12.6875rem;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oa8dzUJyh1hmIGbcMBuKP2kR5SypeQSa { width:8.375rem;height:1.57421875rem;top:11.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Rg2wvHIEmpJTeDf1cvdW5qkBKT89t8Nl { width:8.375rem;height:1.57421875rem;top:19.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RVAz8FWMXo4WNaKKVDCibzGZfsV6kZuW { width:8.375rem;height:;top:39.4375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A { display:block; }#JHs0A1E6uVxL3QSI7ZESPXM6bu3puT3A > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4aowTqwCn1gu5MK5pBbASpwKFyNq8IW { width:20rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i34POvhErozUa3dqSyhHZqVpay0nJBh8 { width:20rem;height:9.5625rem;top:2.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcSSFxxx4vgkFG6CZkCGx74XMU6Po2s { width:20rem;height:3.75rem;top:24.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSpISSkfdZ79i3yRbvNh6JyUSyDbyAUD { width:20rem;height:3.75rem;top:31.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #efc4QfeHIAcsleBV0WZS9nTgSg4P940F { width:3.0625rem;height:3.0625rem;top:3.32421875rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dwUFd8dANzxaulSx1d7ZnbrVR5kJfo { width:3.0625rem;height:3.0625rem;top:25.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7TaWcCDIfTQyOnPOfOqkAG46k7UVDvk { width:3.0625rem;height:3.0625rem;top:31.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6yqq2GgVwHMaHDKhkHTqSb5DSZGq7ev { width:20rem;height:4.19824375rem;top:6.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGH78kOaXhCaqLaMNp1hQATuvV2hduIQ { width:18.4375rem;height:4.19824375rem;top:17.1875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vgdQQyWPT4qrPHXtKZZk7iPI3dEwtcMQ { width:17.9375rem;height:4.19824375rem;top:27.67578125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z47P3Ra9hq6mdvTgH1SXre0ZZpIP3QFM { display:flex;width:2.375rem;height:2.375rem;top:24.34375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #wUrPJAMGF6SfoQIMyoxcswcwrb0lrSGE { display:flex;width:2rem;height:2rem;top:14.03125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #k4trB9p2Ish909wdlWZwLXHHNMLJFEmJ { display:flex;width:2.375rem;height:2.375rem;top:3.66796875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #gxXQaDyJaZ9BOouCqsgE2ZMZLL3gUqnk { width:20rem;height:9.5625rem;top:12.875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oeU249xhirZdFwgOP0okdOThT1qaztvK { width:3.0625rem;height:3.0625rem;top:13.5rem;left:8.46875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #unTMABB86JGzRw0hKMqvykuAOuKJa9zN { width:20rem;height:9.5625rem;top:23.25rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #if4secamZq1xt1ZdaFNKrD4X8gCqhncH { width:3.0625rem;height:3.0625rem;top:24rem;left:8.46875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kVIrIhhGJlpiT0w6n131p8dEEkTplGXK { display:block; }#kVIrIhhGJlpiT0w6n131p8dEEkTplGXK > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG8ZJZFeOfiZztcbAZKC1ET5N0K92WxX { width:12.5rem;height:2.599825rem;top:1.1240234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHeVQz2HSwUL3fnZwUMDxp5I54wJfVS { width:12.5rem;height:2.5996125rem;top:3.849609375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASxKIe0G9zkdUK6EMwsv6ue1ZZRH8E58 { width:12.5rem;height:2.5996125rem;top:10.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul3XuaKP5hplTC8SrWLGTQePvyWBWgQf { width:12.5rem;height:2.599825rem;top:7.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKk7cVONBTtyOwpwEsR6DIPNXWGlg4Z { width:12.5rem;height:2.5996125rem;top:16.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKoe1osKMoynFL2M2tcTR4T7LscfEvR { width:12.5rem;height:2.599825rem;top:13.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EolTteHB63NIygdANlm9GyzXRbUF6Zdx { width:12.5rem;height:2.5996125rem;top:22.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPaeufKIOeOMaBtcXOBwTQOhT4GwOz8 { width:12.5rem;height:2.599825rem;top:19.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib8vQu7BQhJPo3fPHGfflARWzf6trhsR { width:4.375rem;height:0.25rem;top:3.662109375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQig0ZPVoFIHM52Vx9H1a6WLMdtcQTaI { width:4.375rem;height:0.25rem;top:9.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG9vQytGBBQsF8mBus4f1xigBIcgHpN2 { width:4.375rem;height:0.25rem;top:16.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsk4uSOvPCRtIKuWhntv3GhpKRSReZyt { width:4.375rem;height:0.25rem;top:22.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs { display:block; }#NlLpBbSHbI7AlPCwQy9X4fHUEHxm9nLs > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKCrnTx22Kw9QdlrOcXZaZIgB2PaV3xc { width:20rem;height:1.099825rem;top:20.23046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPEJmRnS02skXiELrzd7UaTXUWpZtGbL { width:16.0625rem;height:5.59765625rem;top:22.830078125rem;left:1.96875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFsL4J7GTuM6RMgkC92DHroINpikcaH { width:5.625rem;height:0.0625rem;top:44.57618125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfA6IakpOS6UGu9mGcu5XLUg3I4hCczQ { width:0.9375rem;height:0.9375rem;top:44.13868125rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpOLb1gvSu6J5EUJkS6NfcklRinT5vm5 { width:15.625rem;height:2.19965rem;top:36.876953125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0EATNLPogM7Tde0hFIzXJ697S2S63CX { width:15.625rem;height:5.59765625rem;top:40.154296875rem;left:2.1875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwC32CQceTXmr2TT01o8UBn3ZRu2AZEI { width:9.375rem;height:0.0625rem;top:55.82618125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQUy5Jpdchlzi2IFmsZpoGAU1CELV6HO { width:0.9375rem;height:0.9375rem;top:55.38868125rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tITyCcuo5rJ0S4ko5dNu8k59vqg0bsn2 { width:0.9375rem;height:0.9375rem;top:40.63868125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICBDZ28xAUAG0yPZFTtHFXLGRnlR0s0a { width:6.25rem;height:0.0625rem;top:41.07618125rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1s2BG1zvP7eqUlgzHfhdOmt9hpk5OSX { width:15.625rem;height:1.099825rem;top:12.630859375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGoaa8GliT1Dop9s1GwR59AaTNl7gKEO { width:15.625rem;height:4.19824375rem;top:14.638671875rem;left:2.1875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc6274TdISkJyp2HDkifTQmH0yWgqq86 { width:15.625rem;height:2.19965rem;top:29.615234375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX7RwVMDbNA8K3DsagaWu44CVZBLBwm9 { width:15.625rem;height:2.798825rem;top:32.4619140625rem;left:2.1875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikf57XuUskUosAlbMbtwSBKNwe4Koyc { width:8.125rem;height:0.0625rem;top:49.82618125rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnCq5gDdDZivdP34uc0AaQpVK0TrPKGh { width:0.9375rem;height:0.9375rem;top:49.38868125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nxksq4MrytdGfCnbHufpA7i4NUubyqHC { width:20rem;height:2.3994125rem;top:0.84765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zy0VgeUOxTpLd67lpSa3t3LBdZ3ygetl { width:20rem;height:13rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEXTOeqf0GAD8dkQqKa5WccpG5J3qDs4 { width:15.625rem;height:2.19965rem;top:47.197265625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5hBPudTDTItigLlphIpTWU271f9E4l { width:15.625rem;height:4.19824375rem;top:50.208984375rem;left:2.1875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INGbIuZHWF2N4voHDXDw8sxT55m9RqAG { width:8.125rem;height:0.0625rem;top:59.32618125rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHoSFkuwr4UslTrQ7RmrqzUIZqWopaK6 { width:0.9375rem;height:0.9375rem;top:58.82618125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZS0LwQN1zwmnMpxEcFprKVvrCVye7TT { width:15.625rem;height:1.099825rem;top:4.18359375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubXBCkA4kAUzDrahhlu6IeW7QOllXZeT { width:16.8125rem;height:5.59765625rem;top:6.158203125rem;left:1.59375rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR8y4l4gMhD1O77Jd586qZXuvhIHa2W7 { width:0.9375rem;height:0.9375rem;top:42.7939546875rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sA50l0sIw2TPBu3XKahqFIEoUBuvvdKo { width:0.0625rem;height:9.25rem;top:60.63868125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w95TuarKnoqlevSMkehUnsQBGTGyBHgz { display:block; }#w95TuarKnoqlevSMkehUnsQBGTGyBHgz > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKSflHKrXz6K7FRhnyBbWdEQIPPuh0DB { width:18.9375rem;height:12.5625rem;top:7.69921875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuVJzLx77x2gpz71dEcBJQymzNC8n11 { width:18.9375rem;height:12.625rem;top:21.51171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAx3Se0BKTvJOcDFeDcpKup5rRV2RZK2 { width:18.75rem;height:12.5rem;top:35.38671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVcdBuHe4nrlGLlXDScc3WbF1Bc35LHO { width:18.9375rem;height:12.625rem;top:49.13671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7k1e0oMRKA0adGLTOqxIhteHU3xEPiF { width:18.625rem;height:12.5625rem;top:63.011291503906rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92idTh54KBwO4FfZ1kfUxLl9yvAfqbg { width:18.9375rem;height:12.625rem;top:76.82421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deLASzGlKkxM97f6FcS4XREx6O2xJUEB { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 { display:block; }#kXEe0UqDmBUb8TbtVIzKb7OenqT9skn3 > .row .container { width:20rem;height:139.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0r6rS33Pisw3AgataXDucsXbAbwvfzG { width:3.1875rem;height:2.599825rem;top:6.4487848281863rem;left:8.4062501192094rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLcC5tyt0EMghJPTZBvaVVqL75yDZNEl { width:14.25rem;height:1.94965rem;top:9.0468759536744rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca44wDglQBMSqRVkOTgsWIvZTsTB00Ln { width:18.25rem;height:10.39843125rem;top:27.86111164093rem;left:0.875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPz9xUkVuAF56bbELQIDRZ5TTm42CEkp { width:7.5625rem;height:2.599825rem;top:22.187500357628rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMqbPkxU6admdon7ROzznFiRKx78uu9 { width:14.25rem;height:2.03125rem;top:25.309883594513rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRLqT1AmU5NAQSezOuN97k12novt2wM { width:7.5625rem;height:2.599825rem;top:37.5rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyu4ola4wkcJzkJQSnWCmt01g7TPQQlk { width:14.25rem;height:1.94965rem;top:40.685804843903rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3B0PtS2AVWZxH8Zvt0498Op16HU9NDR { width:4.9375rem;height:0.125rem;top:110.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtllZ4sIMxL1Sd2VR5N7NuV53kTiJmrQ { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQtwmsJds6NOF3q5tT8Z4z3wdOs1NuR8 { width:18.75rem;height:11.69825rem;top:11.58333337307rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLnAJ5Kh5sLrcTZFDUoJg1kaBq7NCU4 { width:18.75rem;height:7.7988125rem;top:44.0625rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ZA4QvFMCJgzwSlaZxTapPs7uC2Ab91 { width:7.5625rem;height:2.599825rem;top:52.93749332428rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzhWVMtUPlKX9hom8MA34R8cxvNQdPxZ { width:18.75rem;height:5.19921875rem;top:58.8125rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4koO3JLRKrAAJOugMSxvdrUgU9OzvJW { width:14.25rem;height:2.03125rem;top:55.534721374512rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtlmfhk0ffCdv0UeQAqDSWqD07E3yddb { width:7.5625rem;height:2.599825rem;top:64.839443206787rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDL6lcvXybX9I7TGKuMy8LRXbACpbczF { width:14.25rem;height:2.03125rem;top:67.98437690735rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXsm2PPBQE7BLFTA5yL95cOr5N9IEsIO { width:18.75rem;height:7.7988125rem;top:71.220443725588rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHGT2ZLHH6F9ENbumebbQri0omUshDPB { width:7.5625rem;height:2.599825rem;top:79.880176544188rem;left:6.1875001192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1bKIMbRwvMlr0p3WnOMetiUFIEuyUrL { width:14.25rem;height:2.03125rem;top:83.545125961306rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETy2PBOvBmDruTX91OosDtWgBBdIcE0E { width:18.75rem;height:5.19921875rem;top:87.387153625487rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQIyTd1AHNtPqOEAmtKttmlZwwFU8lS2 { width:7.5625rem;height:2.599825rem;top:93.250015258787rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0bZwp1wbmxLw1kDXAe7MedrF3q1C2A { width:14.25rem;height:2.03125rem;top:95.848958969119rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWxwlLXu1G6bH7RUxeRP86kvKytmTJzA { width:18.75rem;height:9.098625rem;top:99.732639312744rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVioi5TUeTXB3ue69fLkhcZHuLAim2A { width:7.5625rem;height:2.599825rem;top:109.70573234558rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCRnZThnWABwpmTla3U81GDsSrvgDtdw { width:14.25rem;height:2.03125rem;top:112.85156440735rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5u0ChcW5pu3qFQKgCxPRNdK0WFJ0ASJ { width:18.75rem;height:7.7988125rem;top:116.08680915832rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38AyecuE0rsgo3JE0wLApeWqAlbCecG { width:7.5625rem;height:2.599825rem;top:124.5625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqwozSTyxa6TOovSk3S73Rm25Up09qGR { width:14.25rem;height:2.03125rem;top:127.70833110809rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBv4iLM0PCEtgi25S55Uhl1eb3yTifmE { width:18.75rem;height:7.7988125rem;top:131.24999809265rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ZqcfMg00KwUCQf1MxMZ6O0nQ5T1gwB { display:flex;width:3.125rem;height:3.125rem;top:8.45833337307rem;left:1.2977432012558rem; }
 }@media only screen and (max-width: 763px) { #MrbKrTR3waya21UXQveHyg2LVHkv1QrM { display:flex;width:3.125rem;height:3.125rem;top:24.160589575767rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #vZdIRW1RJ3hRdlGOzlsDM1BOVuqAB5Tt { display:flex;width:3.125rem;height:3.125rem;top:40.098091125488rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #aIQtPvGCdGxwfbMVMu4I3dL83topBHBZ { display:flex;width:3.125rem;height:3.125rem;top:54.987846374512rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #t2yX31yLgauaTMCdyIS47Vf0sVsO3XH6 { display:flex;width:3.125rem;height:3.125rem;top:67.437505722044rem;left:1.2977432012558rem; }
 }@media only screen and (max-width: 763px) { #GsiRCRRRCJwQq9CagBkr5STPEPVTuXDS { display:flex;width:3.125rem;height:3.125rem;top:83.00000190735rem;left:1.2977432012558rem; }
 }@media only screen and (max-width: 763px) { #qLzWlvDDIgByIhCNif3HcniJtfS0nK9w { display:flex;width:3.125rem;height:3.125rem;top:95.302083969119rem;left:1.8750001192093rem; }
 }@media only screen and (max-width: 763px) { #oxB1hDEf2i4ZMQenzyyeikyn3gTQsU1m { display:flex;width:3.125rem;height:3.125rem;top:112.30468940735rem;left:1.2977432012558rem; }
 }@media only screen and (max-width: 763px) { #B9yMGsTtPtry5tweGdstzXksAhAZgcL6 { display:flex;width:3.125rem;height:3.125rem;top:127.16145610809rem;left:1.2977432012558rem; }
 }@media only screen and (max-width: 763px) { #u99CncoeyAa7mgNxhOtQy30aT005cTnw { display:block; }#u99CncoeyAa7mgNxhOtQy30aT005cTnw > .row .container { width:20rem;height:146.32421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD .accordion-desc-text { color:rgba(var(--color-tertiary-4),0.52); }
#ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD { display:flex;height:auto;width:17.5rem;top:9.07421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kEDhdP2VNdbMaVqHvbcO8l3iotFZvcpk {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yFuGoPOUPpZg0ZR8cd0iDzUcJhXtATur {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pTXtVOUtS1BmE9p2EbRQN0tnEs2obnVF {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #nRHTNr7dU6uotPilLnwIVzSRTFoTgXuf {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CkIBKhctLGQO9CpQ9hTWdtgK4H0OKDEx {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #vM5uw2DRkuKt6tXd5525dNr0APVWrTZo {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sQCsz2vknnJRzhnOoAyXD1yNvUhiNMJz {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #EtSTiW2IbvQapXZTIIRfPvHtnph4lwh0 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #B7qgwXf8ERNUAE0og5b9pi6PK5MCqlU9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dueGINcyaAIucoZNlMERIcq43dnX5kZZ {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Uv3W7rTzvPPMtTCOVDV2JpLkGt1BUszm {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #mfSVAWKqgewAJsoyr5cv1AKBVJtnAkIA {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #bxchcLrsrpW1pTehDSK1iSWTdphtkSkS {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #zAFDwMD3r5Jc2SB2T7O7INlaPP24d6D6 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dvGTMcp1kWA37Jpzd79SL6vMhaaKhp1d {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #aTlwa8XBoTemc5qhFGmXHmkypAKdTwAU {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #y4iofgEPpioA2pUzmwqKT3DFcac3nmqx {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #TEu899BZmeI52T4hLZw5gDhb2ZJs4017 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #q3LatCHnws56G2X7XOp8aU0Sdqxlb7am {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #lTNybJOSwHW1gR4pMoHiiNryfFAw6RcO {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Q0Tvr30tE0iGU0sTVoqUbOPyMtrgDw9X {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ytoTEyOhiakgls5s3whTW8Ao6fCoL23S {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #T7CvbzXQd1MPndHkazq3QvunhK1s8rc9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #QrNPecBSdXrf150LsRyU4vGQgKCrA3nW {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pLFQA304W4OoruuKUWitZ8tBMUCgtTzN {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #phBnIO8MJf8t0XWOUGpGRalfdWJ2nwBf {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #M57thIaMTMgZPBws8u12TRy0zPvVKwJv {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #bDlOI1fhhxZX4rL0kBwquKPo2OAmxFly {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UvccVw7JvUmztJrvuG3Rli1TxTi231DT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CsIT6OHO57zWHZTB4qzMBOIqph5z5Pvb {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hK7WK3Sk7rkfOR9rTydxIf4dnOCH5P0Q {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BbDJTC2P5DGqZ5graVBqIVwbS3nMTmWs {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Eqxsi3IioCBJarPmQCoukNC4FG8Zn6iz {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #qdhVNtmgPxI7grTgCqM88GqHB9msacRy {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #k81eEa6ZI6VkkcQ02TTfhgcT8UUnD0uy {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hDuyEDgwgwdkWL4kcqIySTnGND1kSTFT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #VyDiaXhIHnAgTbOmkw1AMqKWk2UDT6h2 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CtwQc7p5WsiJmmgMTXk8QkJ05tXLmeOp {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JXImvvaGyMlmUDirUN0iAxH2sqp9uzps {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BxTzkx5BgVtA8IyOyBf3RXUxPq8ve2Ht {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #fzkSusC2gu1hTi7XxbUE979BBhI9IUf2 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #KF9dRZluZHf9VUNMgszPRhQfnDeBqhKG {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sAdNiFTaOGgbqxrZuRNDcouumqn8yJJ6 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #OFbtVy5MtQMkkSgOXvlA5msocH9uZi1U {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #AlbSTeNo12UKEOtNgzzIE5wsQuFeP8uH {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WiSEXN8lray2SFgym2r1teIDTgxotB66 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #RWqukMdORlT2Oa4FIiZIBAezlG4vvZ33 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #PUMxZKDre5HD9oCw4P58EAxXLSZrSZtE {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #rTvKGVaeZV8CdKMzVUpxhzE3NL7CAVb5 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #y23F7aJOyXKEkQsph4WETMa9Ahl5mktP {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ZDI4T5KDSwqfGTr2qhvrCwT4lKIEiTpT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WLTNMN6Ny6Ru7dlITFfnTC9EIxXMQJCw {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #QIbA21w0f5DrwuEyA2RtiMZGgHlu1APz {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #d5vnJirxGop5peKO4HR9x3603NO5FqwU {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BKFauhZ7fON62IeVctWGJX0dJMhRUbDC {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WslLbTsXNT3uHnBkTvJwhN8qsapwWzd3 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #VTIKlbgu5UoxpcgCETow4SoNs6nzuIWH {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #eu4AAMnIazLbDvPvbQov9wFRQfJJHLCK {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Uax3INkPzJE0fRabCSBDFs18neBM6wSt {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #FCbJbeUHIxiyN90l4iTRqvPWBBN424JM {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #tlU9TgTH160bG8oAOGUuD7KbTm1x09uL {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #z4bMy927dcD7WGZCt2kHmGuwb1XTTdoq {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ri0puP9Ed2cgDSTT9ARlTZUK34L9r8lC {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yTWzEPaHEeaJfolkLEveMA8hapbJM9TP {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kwl5T61AAgU4uEmMD5exf8Ueqe6kPcRt {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #gEwQcoynhODMdPXMEd4T9Idn6SJXqTUT {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CPbcE1ce3uZylo6mCmfaFcGeh0awCNAN {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #qh8f8xTDWtyK2wGoz0k4hyfr1mwfWNEM {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JxthemZ17Jge2cyFe7xBiqv2LkTTUKCF {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dZs3udCpvSZbzDXq1rg4XO48th0FVHvB {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #JcXSPy5GxNeOcbM7b4T2TTdmaiHhShVM {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sUl1x1TenzJ8RvJV27zl2OEeVy7OOVgi {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #yAIK7a4FrotOU4VSmKKpHL0NdFRZTec5 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #LUXfOT0mmkk9gOtntLLNETrAxGxDIN67 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #KRrOxN0Ur0E6qJPUBV80iZER3tI7IULV {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #dyA9Mr94AeLglR2pVPNxne2rCr1fB35s {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #FrKyfiLp9BHEvLCS5y58iNnqpQm1GvSN {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #rnaPpuctf8CygyU85c6SBDxfWXTzBJm9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #vttlRCWCAunugx1OTgKkLWZOAI79Ib7T {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UCMHKnKHRHT7q1v8S8DEnuk7DQxc7zdZ {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #kqZ8XOcaM6H52TJfQOmEHkawnZWMD84S {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #r7oego3kHytwv39qraXSfsQgOPMPA1s9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Hwg3UWpK8k3Xehyn1am8fvrg3lDo0qcg {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UhSh0T2HOFex27LK17iCp3wlWvLeXPC9 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #F10R5BSffBoHxbUshO8LiSfzNHQk1tkc {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #fqSxqvCJ7Z00iqRQD9Ia3BnCEkQQ0NX5 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #b8ui5ev5c8aaSpCCXNvmkWsNACuD1UqZ {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #Pk6aQ4VPR8kF5mqLWpAmxv1GEBDTHFFP {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #xTHvMA49UHaRx7FVZ4F1SGIRkNopyZEx {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #q4B6RLv7d1gt3JJaTuGpDK0ZAPfzKnUp {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #S9zQPRIdzNFxqbZXoZQcfHKCm1xxn4kR {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #teuNgfLcPP5MVvd4i9guTOs44m5cx5q7 {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #oV5eDTBh79bgXB336nSK8d24CqZJs3uh {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #pTAaf27We11om7VnsVxfoxnwNMN7MWIy {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #CRdKtvFKXTSwPDRZqWzhMp0HdX7la5xp {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UZ9aR6PNw89rF3KDHZTGgIJfGwHdcBON {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #c7LbZrn1kkP5wEPHRPKdKKJ7tsKHn5Ss {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #BhROVZT22alZb35iFUibyw10SCx6iKum {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #uxSG38VHc2KnOluIaXvPN4FAMdpz2X9N {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #lPGepDWJVTPOsJUezn7rZMuKFAagHv1k {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #hwePGXAI21yCfLvPK6qxgBXSQt6cAEHF {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #cXWE6HBE7nyKN3W6gqpHxVonO94mkdhW {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #wJ6OwKcJiTKVPGK4f8ZUhlFSPEw80KPL {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #TL65F7eRZRZ7BzIXqF3z2wkoC2MBSxks {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #WKlDgrIaWPTqt8Zcq8BcclhFxfdGs3PG {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #i3xeqQFrwCbQaR0PCSQe8bXAbOBEGlzo {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #aeTWtPMffU8RcvIAHmgFT8OxGDMimS0p {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #UBSE0y3TW7bBGNdTsI6VcTDVdC7g0IBU {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #ffb4QJRyTK3E8Nh9GIZd6tgJ6SpOk5eH {  }
 }@media only screen and (max-width: 763px) { #ETSZUpiZufSs2dLw43TZEwQiwIQ8A9aD #sFGFe4O2L4LgJ6wPey0GCK8FPL0l7HoM {  }
 }@media only screen and (max-width: 763px) { #RexJkl7iys9vQdbv3PInaM7sE2O2TEd5 { width:5.5625rem;height:0.125rem;top:7.69921875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4HPM6cFx65UPqpryaJFSR5Us01zich { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt { display:block; }#rTpB4BT2clv0XSRJNRSPmQrGTPdQSEEt > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyu1RnwHLOVZslvLbH2zFSOsrTrvIy38 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUxfSMZc0xxTkT80b5eyW25STeEtx6Wn { width:19rem;height:7.3095625rem;top:6.7509765625rem;left:0.5rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAxRmwA8tWHddudJVHU0mPoQBD2GZZXH { width:18.4375rem;height:4.798825rem;top:14.796875rem;left:0.78125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm { display:block; }#oHFk6rLl4CHSmoNym8m2eVUcLq8kLxEm > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUOuZVB06dl284VvWKbNB5sJc6XPOTbb { width:11.3125rem;height:2.9238375rem;top:3.125rem;left:8.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LPbKsJCFy02ZCdEOG9M5OeGxHhmdZTao { width:8.5rem;height:1.949225rem;top:3.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pD4hoi8AClO3hW870J6KMsk2JLUz8Eqa { width:9.25rem;height:1.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax6gWpyyfUoaVlNph4XZ3WCW4sBpTOwf { display:block; }
 }@media only screen and (max-width: 763px) { #ckQ6Ht09vPBMuXSATXClTLrpGaIvFh7W { width:9.3125rem;height:1.6875rem;top:0.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEaL9NSAOiCJb4bKvaJG3q0Vupoo3H95 { display:block; }
 }