.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:255,246,234;--color-primary-1:255,221,102;--color-primary-2:255,198,0;--color-primary-3:153,119,0;--color-primary-4:51,40,0;--color-secondary-0:224,248,230;--color-secondary-1:163,233,179;--color-secondary-2:102,218,129;--color-secondary-3:41,185,55;--color-secondary-4:0,193,45;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:79,79,79;--color-tertiary-3:12,12,12;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3e7;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-3),1);display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:3.8125rem;left:2.3125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:rgba(var(--color-tertiary-3),1);display:block;width:52.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:16.03515625rem;left:3.59375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;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-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:2.625rem;width:47.875rem;top:1.1875rem;left:8.0625rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#c70000;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:8.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:48.75rem;left:13.53125rem;display:block; }
#GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:55.25rem;left:13.375rem;overflow:hidden;display:block; }
#LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55.5625rem;left:17.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aF0h7E0BRRmeFI8X47aLuM19UbTz5vsn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:20.40625rem;left:16.34375rem;overflow:hidden;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { position:relative;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:108.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#c70000;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.4375rem;left:11.84375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:5.75rem;left:10.5625rem;height:31.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { color:#c70000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:43.1875rem;left:10.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:46.75rem;left:10.5625rem;height:31.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { color:#c70000;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:84.0625rem;left:10.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwW06hJX5nI0ehKt1DbESeLdAC5kJRD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:87.4375rem;left:10.5625rem;height:17.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N775wB0x9w0WRwV8HI84gHi90TVNkWxK { color:#c70000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:46.187502861023rem;left:10.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TkpphV1n4dkndp4NT6PkdkcT2SuLCrFu { color:#c70000;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:102.375rem;left:9.3229179382325rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP { position:relative;display:block; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP { background-color: transparent; background-image: none; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .row .container > .video-iframe-container { display: none; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .row > .video-iframe-container { display: none; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .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); }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP { border-width: 0; border-radius: 0; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .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; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .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:139.625rem;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; }#SqJB8m6fN7mKCvZMQtTGoL8gBWcMb6TD { color:#c70000;display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.40625rem;left:4.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OvqLATDSqoTcEPXkTUuhLnlNZNQTfed2 { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #c70000;border-left:0.0625rem solid #c70000;border-right:0.0625rem solid #c70000;border-bottom:0.0625rem solid #c70000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.125rem;width:17.875rem;top:7.34375rem;left:32.328125rem;overflow:hidden;display:block; }
#AOQ6dSeONJTu7NqivyUlnsmSUrvTsR4m { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.8125rem;left:9.84375rem;height:20.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FSnu24zfVliCT2K5ydfiJCF92VkLZQZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:94.8125rem;left:9.6875rem;height:42.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#urpvGaawmGB2n2RAv3bceqm6hVyXwy4p { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:40.3125rem;top:52.5rem;left:9.84375rem;overflow:hidden;display:block; }
#J3yyguD5ys5PGu14k7cB0HlWv0dH7KPG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.34375rem;left:9.875rem;height:17.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { box-sizing:content-box;height:107.625rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:#faf3e7;background-image:none;top:140.892578125rem;left:5.28125rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:block; }
#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { position:relative;display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { background-color: transparent; background-image: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container > .video-iframe-container { display: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row > .video-iframe-container { display: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { border-width: 0; border-radius: 0; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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:111.6875rem;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; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.75rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
#xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:45.4375rem;left:10.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:69.875rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:73.1875rem;left:9.6875rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
#PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:86rem;left:13.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WshwClABviF8I2A4aINLt8NLrihcIOB4 { color:#f45050;display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.810546875rem;left:7.1875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.125rem;left:10.25rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:102.75rem;left:17.375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cfexTLSyeCafZ1W3cdt76CP7948A5R3o { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.2490234375rem;width:12.935546875rem;top:100.25rem;left:23.5625rem;overflow:hidden;display:block; }
#kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:98.75rem;left:25.6875rem;height:1.5rem;font-style:normal;display:block; }
#CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:92.5rem;left:14.9375rem;display:block; }
#c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:98.6875rem;left:23.875rem; }
#XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:102.4375rem;left:13.375rem;overflow:hidden;display:block; }
#eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:89.1875rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2CR4PTiRhTblKRfxM3JcRKpLCkZfiGp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:98.6875rem;left:15.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#br77QBTIZIu71MbuTUWwV0VC7TBHuTQE { box-sizing:content-box;height:107.625rem;width:47.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:141.517578125rem;left:5.90625rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:none; }
#WdhQ4IXcDFMIKhlOzTqSAuKOolT8uEmq { position:absolute;display:block;z-index:15026;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:26.375rem;width:26.375rem;top:18rem;left:16.8125rem;overflow:hidden;display:block; }
#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { position:relative;display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { background-color: transparent; background-image: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container > .video-iframe-container { display: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row > .video-iframe-container { display: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { border-width: 0; border-radius: 0; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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:70.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; }#hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZ0iOJ185JyTprJXyyex9alvAMfniL4F { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5rem;left:9.6875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { position:absolute;display:block;z-index:15014;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:13.8125rem;width:13.8125rem;top:17.09375rem;left:23.09375rem;overflow:hidden;display:block; }
#VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:11.15625rem;left:9.6875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:4.75rem;top:10.1875rem;left:27.625rem;display:block; }
#rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:62.125rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:65.4375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { 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:15028;opacity:1;top:62.25rem;left:15.9375rem; }
#Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:32.375rem;left:9.6875rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5rem;left:9.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { position:relative;display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { background-color: transparent; background-image: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container > .video-iframe-container { display: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row > .video-iframe-container { display: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { border-width: 0; border-radius: 0; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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:49.6875rem;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; }#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1); }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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:"open sans";height:auto;line-height:1.5;overflow:hidden; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.adaptive-delivery-prevent-bg, #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.lazyload, #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.lazyloading { background-image: none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { box-sizing:content-box;height:auto;width:45.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.78125rem;left:6.125rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #oVW1F3rCbvgE6sTBy4cRTrf79kkwi4k0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #v4TWtq3oFoMykPHXc81FgCS8TZb0SUaK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #fDV9F5UNOTO9MBEXiwbmyqnz30n04dHA { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CXKWz7amqFLwyGfbXnWmlAamXXyvaIwX {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Jz8cbm2dG5DcGe8gwkgUnSLlUGp5lSO0 { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #cqADwrNaaOu5cFTxSL5QsoW9mFwAAz3m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SnH8KQFtb3dQ7OkRuMe4KRC1rTt8tpTB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CXhppDhsqBWinGU07ixmzf5Qb11TleMO { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #TlLxi7wpclrplS2pCsdaOOqLlx7JoerD {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lCVfRuEELahBtGu2rxyEJNu1TdFDwvBa { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #EAKV5RzJ46IDLTlfJe47LwHx52yGG6Lf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #GOKA3w2X59kpdC3u12asrK7vAG0hHrtk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #RtZTCRtXZdlLAVtSwtllfpK3mIPxwkTr { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CLa51HTDRPsJGcF4kuv7s5U9Q7cvrK91 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qw4DNW8cZTDIkxWUzWwvhqiGLmOn3CN1 { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #B7aN06MntWkF26sfCCq2DpgUpP81pwpg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #aU5o7SZUH27aBBMHahgOKE2vxiLiBIFT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #fc0AqhLndPJfvBbDEvdM4sKchJsii2uA { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sgWdIU4VNpTyAfIkAXmw8N73DUQIy2bM {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CuBHnytcTl6sS2O6OtKXWB07aTWabLI8 { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #dT43SMcOaL6C71uW9onuWDopds6LTygL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #R0pbKTLLVIaJKzvgwJ5nUsKTnduSgIaP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #T06xdBsfKa9LNfJ8uc6q36K1f9Wuq9JU { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #oPF22VyUGrzl52Z1rxu83wv2OJhDb2c9 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bvFW5XvXkBaCzC86WZ3OHEMNiDaH8DQF { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Rge1lbNTH1ZOh4ElTTGJnPwElCTnyQR5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #PCWr88uT23xpDvcu9T7oFoXP5LETeDTf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HAJqcmNSsFQS07n7tZ4Z9dkfWuqQSAC4 { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qMxmKWLCirae6WkribonciT3Twq0PJTP {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LAP55EQ9BkS5Wz8HMVrAFooDRrpQffGA { display:none; }
#LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { color:rgba(var(--color-tertiary-3),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.96875rem;left:9.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS { position:relative;display:block; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS { background-color: transparent; background-image: none; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .row .container > .video-iframe-container { display: none; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .row > .video-iframe-container { display: none; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .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); }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS { border-width: 0; border-radius: 0; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .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; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .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:111.3125rem;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; }#N2Te5J53hFC1cuJCsdQmi13wFFngagvd { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.75rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#N2Te5J53hFC1cuJCsdQmi13wFFngagvd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N2Te5J53hFC1cuJCsdQmi13wFFngagvd li:before{  }
#dnbT7gUpRc4tW038yozTmh1M27HFv5n4 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:45.4375rem;left:10.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFAzBtT83kkHhBvcvvIKHE71pyd7Lr9h { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:69.875rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKLbuITzdpFcenpXooTztn8cfDOki9kO { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:73.1875rem;left:9.6875rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XKLbuITzdpFcenpXooTztn8cfDOki9kO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XKLbuITzdpFcenpXooTztn8cfDOki9kO li:before{  }
#oVZPdUGf7khyP8BLvfbFoVqJOmA9LToz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:86rem;left:13.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwQpkTewcQBPvEAJG1VresZN1LBV3lKV { color:#f45050;display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.810546875rem;left:7.1875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR2c1pZE5lwr4mPVntKR5FcxNVwIpPoO { color:rgba(var(--color-tertiary-3),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.125rem;left:10.25rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuHISiM1l3x5VeR9pkrSXZ4KxVXFWILV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:102.75rem;left:17.375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXvTnAsnqDR5vzWipbUqCmx3CBcQtAA3 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.2490234375rem;width:12.935546875rem;top:100.25rem;left:23.5625rem;overflow:hidden;display:block; }
#Rs4Oa1ctJlmmomfIOEWK7tlKoyO6dzqy { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:98.75rem;left:25.6875rem;height:1.5rem;font-style:normal;display:block; }
#ErmwGubZ5O8qeZCHXoRRowpp48b3Wcom { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:92.5rem;left:14.9375rem;display:block; }
#XRQdDvvB18vnT2FAa0eFkLAEzNLreTU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiW8IZT1kNnQGbm92xhkgiIABm7Vdbdr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:98.6875rem;left:23.875rem; }
#I0wSVzlMTHHckB2FumNvTHbTDanRlzaM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:102.4375rem;left:13.375rem;overflow:hidden;display:block; }
#bAnsKBLxvThXpFCt3KyOBywFMdbbhkO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:89.1875rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzFma6C4xe213woqwhEfQtsHtTP4zk1h { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:98.6875rem;left:15.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XU6i0SOK42I7txb5XilHT2mJayzEmONH { box-sizing:content-box;height:107.625rem;width:47.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:141.517578125rem;left:5.90625rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:none; }
#OdVFCvsV26T7xO7c52LLUfwHOiixrbWs { position:absolute;display:block;z-index:15026;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:26.375rem;width:26.375rem;top:18rem;left:16.8125rem;overflow:hidden;display:block; }
#xfKeQiJz8pPuVF9iTtbfV51PJu0EpRNp { box-sizing:content-box;height:106.3125rem;width:47.9375rem;position:absolute;display:block;z-index:15001;background-color:#faf3e7;background-image:none;top:1.84375rem;left:5.84375rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.15625rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#t9zqbkB7LfIfoVbKBaapA6TZZOxSrTAG { position:absolute;display:block;z-index:15003;height:21.625rem;width:38.625rem;top:5.8246082305909rem;left:3.3821305803559rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:3.8125rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:16rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:1.1875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:1.6875rem;left:0.5rem;width:47.25rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:32.9375rem;height:5.1875rem;top:48.75rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { top:55.25rem;left:7.25rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { top:55.5625rem;left:11.1875rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF0h7E0BRRmeFI8X47aLuM19UbTz5vsn { top:20.375rem;left:10.21875rem;width:27.3125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:2.4375rem;left:5.71875rem;width:36.3125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:5.75rem;left:4.4375rem;width:38.875rem;height:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { top:43.1875rem;left:4.5rem;width:38.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { top:46.75rem;left:4.4375rem;width:38.875rem;height:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { top:84.0625rem;left:4.4375rem;width:38.875rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwW06hJX5nI0ehKt1DbESeLdAC5kJRD3 { top:87.4375rem;left:4.4375rem;width:38.875rem;height:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N775wB0x9w0WRwV8HI84gHi90TVNkWxK { top:57.5rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkpphV1n4dkndp4NT6PkdkcT2SuLCrFu { top:124.25rem;left:0rem;width:20rem;height:6.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP { display:block; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqJB8m6fN7mKCvZMQtTGoL8gBWcMb6TD { top:1.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqLATDSqoTcEPXkTUuhLnlNZNQTfed2 { top:7.3125rem;left:26.203125rem;width:17.875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOQ6dSeONJTu7NqivyUlnsmSUrvTsR4m { top:27.8125rem;left:3.71875rem;width:40.3125rem;height:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnu24zfVliCT2K5ydfiJCF92VkLZQZ9 { top:94.8125rem;left:3.5625rem;width:40.625rem;height:42.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urpvGaawmGB2n2RAv3bceqm6hVyXwy4p { top:52.5rem;left:3.71875rem;width:40.3125rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yyguD5ys5PGu14k7cB0HlWv0dH7KPG { top:7.3125rem;left:3.75rem;width:21.6875rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { top:140.875rem;left:0rem;width:47.375rem;height:107.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:48.75rem;left:3.5625rem;width:40.625rem;height:;font-size:1rem;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
 }@media only screen and (max-width: 763px) { #xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { top:45.4375rem;left:4.125rem;width:39.5rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { top:69.875rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { top:73.1875rem;left:3.5625rem;width:40.625rem;height:10.3125rem;font-size:1rem;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
 }@media only screen and (max-width: 763px) { #PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { top:86rem;left:7.5rem;width:32.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshwClABviF8I2A4aINLt8NLrihcIOB4 { top:2.75rem;left:1.0625rem;width:45.625rem;height:6.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { top:10.125rem;left:4.125rem;width:41.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { top:102.75rem;left:11.25rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfexTLSyeCafZ1W3cdt76CP7948A5R3o { top:100.25rem;left:17.4375rem;width:12.875rem;height:2.2384965272535rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { width:10.8125rem;height:1.5rem;top:98.75rem;left:19.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { width:30.125rem;height:5.5rem;top:92.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block; }
 }@media only screen and (max-width: 763px) { #C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { top:98.6875rem;left:17.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { top:102.4375rem;left:7.25rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { top:89.1875rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CR4PTiRhTblKRfxM3JcRKpLCkZfiGp { top:98.6875rem;left:9.25rem;width:29.25rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #br77QBTIZIu71MbuTUWwV0VC7TBHuTQE { top:141.5rem;left:0rem;width:47.375rem;height:107.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdhQ4IXcDFMIKhlOzTqSAuKOolT8uEmq { top:18rem;left:10.6875rem;width:26.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { top:2rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0iOJ185JyTprJXyyex9alvAMfniL4F { top:7.5rem;left:3.5625rem;width:40.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { top:17.0625rem;left:16.96875rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { top:11.125rem;left:3.5625rem;width:40.625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { width:4.75rem;height:0.125rem;top:10.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { top:62.125rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { width:29.4375rem;height:2.0625rem;top:65.4375rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { top:62.25rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { top:32.375rem;left:3.5625rem;width:40.625rem;height:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { top:5.5625rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { display:flex;height:auto;width:45.25rem;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #oVW1F3rCbvgE6sTBy4cRTrf79kkwi4k0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #v4TWtq3oFoMykPHXc81FgCS8TZb0SUaK {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #fDV9F5UNOTO9MBEXiwbmyqnz30n04dHA {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CXKWz7amqFLwyGfbXnWmlAamXXyvaIwX {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Jz8cbm2dG5DcGe8gwkgUnSLlUGp5lSO0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #cqADwrNaaOu5cFTxSL5QsoW9mFwAAz3m {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SnH8KQFtb3dQ7OkRuMe4KRC1rTt8tpTB {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CXhppDhsqBWinGU07ixmzf5Qb11TleMO {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #TlLxi7wpclrplS2pCsdaOOqLlx7JoerD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lCVfRuEELahBtGu2rxyEJNu1TdFDwvBa {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #EAKV5RzJ46IDLTlfJe47LwHx52yGG6Lf {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #GOKA3w2X59kpdC3u12asrK7vAG0hHrtk {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #RtZTCRtXZdlLAVtSwtllfpK3mIPxwkTr {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CLa51HTDRPsJGcF4kuv7s5U9Q7cvrK91 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qw4DNW8cZTDIkxWUzWwvhqiGLmOn3CN1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #B7aN06MntWkF26sfCCq2DpgUpP81pwpg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #aU5o7SZUH27aBBMHahgOKE2vxiLiBIFT {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #fc0AqhLndPJfvBbDEvdM4sKchJsii2uA {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sgWdIU4VNpTyAfIkAXmw8N73DUQIy2bM {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CuBHnytcTl6sS2O6OtKXWB07aTWabLI8 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #dT43SMcOaL6C71uW9onuWDopds6LTygL {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #R0pbKTLLVIaJKzvgwJ5nUsKTnduSgIaP {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #T06xdBsfKa9LNfJ8uc6q36K1f9Wuq9JU {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #oPF22VyUGrzl52Z1rxu83wv2OJhDb2c9 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bvFW5XvXkBaCzC86WZ3OHEMNiDaH8DQF {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Rge1lbNTH1ZOh4ElTTGJnPwElCTnyQR5 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #PCWr88uT23xpDvcu9T7oFoXP5LETeDTf {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HAJqcmNSsFQS07n7tZ4Z9dkfWuqQSAC4 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qMxmKWLCirae6WkribonciT3Twq0PJTP {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LAP55EQ9BkS5Wz8HMVrAFooDRrpQffGA {  }
 }@media only screen and (max-width: 763px) { #LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { top:1.9375rem;left:3.25rem;width:39.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS { display:block; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2Te5J53hFC1cuJCsdQmi13wFFngagvd { top:48.75rem;left:3.5625rem;width:40.625rem;height:;font-size:1rem;display:block; }#N2Te5J53hFC1cuJCsdQmi13wFFngagvd li:before{  }
 }@media only screen and (max-width: 763px) { #dnbT7gUpRc4tW038yozTmh1M27HFv5n4 { top:45.4375rem;left:4.125rem;width:39.5rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFAzBtT83kkHhBvcvvIKHE71pyd7Lr9h { top:69.875rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLbuITzdpFcenpXooTztn8cfDOki9kO { top:73.1875rem;left:3.5625rem;width:40.625rem;height:10.3125rem;font-size:1rem;display:block; }#XKLbuITzdpFcenpXooTztn8cfDOki9kO li:before{  }
 }@media only screen and (max-width: 763px) { #oVZPdUGf7khyP8BLvfbFoVqJOmA9LToz { top:86rem;left:7.5rem;width:32.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwQpkTewcQBPvEAJG1VresZN1LBV3lKV { top:2.75rem;left:1.0625rem;width:45.625rem;height:6.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR2c1pZE5lwr4mPVntKR5FcxNVwIpPoO { top:10.125rem;left:4.125rem;width:41.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHISiM1l3x5VeR9pkrSXZ4KxVXFWILV { top:102.75rem;left:11.25rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXvTnAsnqDR5vzWipbUqCmx3CBcQtAA3 { top:100.25rem;left:17.4375rem;width:12.875rem;height:2.2384965272535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4Oa1ctJlmmomfIOEWK7tlKoyO6dzqy { width:10.8125rem;height:1.5rem;top:98.75rem;left:19.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErmwGubZ5O8qeZCHXoRRowpp48b3Wcom { width:30.125rem;height:5.5rem;top:92.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRQdDvvB18vnT2FAa0eFkLAEzNLreTU1 { display:block; }
 }@media only screen and (max-width: 763px) { #XiW8IZT1kNnQGbm92xhkgiIABm7Vdbdr { top:98.6875rem;left:17.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wSVzlMTHHckB2FumNvTHbTDanRlzaM { top:102.4375rem;left:7.25rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAnsKBLxvThXpFCt3KyOBywFMdbbhkO4 { top:89.1875rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFma6C4xe213woqwhEfQtsHtTP4zk1h { top:98.6875rem;left:9.25rem;width:29.25rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU6i0SOK42I7txb5XilHT2mJayzEmONH { top:141.5rem;left:0rem;width:47.375rem;height:107.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdVFCvsV26T7xO7c52LLUfwHOiixrbWs { top:18rem;left:10.6875rem;width:26.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfKeQiJz8pPuVF9iTtbfV51PJu0EpRNp { top:1.8125rem;left:0rem;width:47.375rem;height:106.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zqbkB7LfIfoVbKBaapA6TZZOxSrTAG { top:5.8125rem;left:0rem;width:38.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.5625rem;height:8.4375rem;top:3.5rem;left:0.71875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.1875rem;height:4.75rem;top:13.287109375rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:19rem;height:1.375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.248046875rem;height:0.625rem;top:1.625rem;left:0.3759765625rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:19rem;height:4.625rem;top:36.125rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { width:3.375rem;height:3.375rem;top:41.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { width:14.6875rem;height:2.8125rem;top:42rem;left:4.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aF0h7E0BRRmeFI8X47aLuM19UbTz5vsn { width:15.9375rem;height:15.9375rem;top:18.9384765625rem;left:2.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#ffffff;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:129.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.185546875rem;height:1.75rem;top:2.125rem;left:0.4072265625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:20rem;height:46.75rem;top:4.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { width:18.5625rem;height:1.75rem;top:54rem;left:0.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { width:20rem;height:38.5rem;top:56.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { width:16.75rem;height:3.5rem;top:98.8125rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xwW06hJX5nI0ehKt1DbESeLdAC5kJRD3 { width:20rem;height:23.375rem;top:103rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N775wB0x9w0WRwV8HI84gHi90TVNkWxK { width:15.4375rem;height:0;top:58.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #TkpphV1n4dkndp4NT6PkdkcT2SuLCrFu { width:20rem;height:0;top:149.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP { display:block; }#wuWs24vhpVlmQuC3t8v9yECWv2RvhzOP > .row .container { width:20rem;height:161.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqJB8m6fN7mKCvZMQtTGoL8gBWcMb6TD { width:18.625rem;height:11.25rem;top:0.6875rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OvqLATDSqoTcEPXkTUuhLnlNZNQTfed2 { width:19.5rem;height:20.9375rem;top:11.9375rem;left:0.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOQ6dSeONJTu7NqivyUlnsmSUrvTsR4m { width:20rem;height:31.625rem;top:50.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FSnu24zfVliCT2K5ydfiJCF92VkLZQZ9 { width:20rem;height:56.375rem;top:104rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #urpvGaawmGB2n2RAv3bceqm6hVyXwy4p { width:19.5rem;height:19.5rem;top:83.25rem;left:0.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yyguD5ys5PGu14k7cB0HlWv0dH7KPG { width:20rem;height:16.5rem;top:33.6455078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { width:19.625rem;height:46.5rem;top:133.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.8125rem;height:26.3125rem;top:31.0185546875rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
 }@media only screen and (max-width: 763px) { #xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { width:18.75rem;height:3.375rem;top:26.8935546875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { width:18.8125rem;height:3.375rem;top:61rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { width:18.8125rem;height:16.0625rem;top:65.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
 }@media only screen and (max-width: 763px) { #PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { width:20rem;height:1.9375rem;top:83.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshwClABviF8I2A4aINLt8NLrihcIOB4 { width:16rem;height:6.5625rem;top:2.5869140625rem;left:2rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { width:18.8125rem;height:4.75rem;top:9.16650390625rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { width:15.25rem;height:2.8125rem;top:98.375rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfexTLSyeCafZ1W3cdt76CP7948A5R3o { width:10.1875rem;height:1.6875rem;top:95.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { width:8rem;height:1rem;top:93.875rem;left:6.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { width:19rem;height:4.625rem;top:88.1875rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block; }
 }@media only screen and (max-width: 763px) { #C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { display:flex;width:1.25rem;height:1.25rem;top:93.75rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { width:3.375rem;height:3.375rem;top:98.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { width:20rem;height:1.1875rem;top:85.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CR4PTiRhTblKRfxM3JcRKpLCkZfiGp { width:20rem;height:0;top:92.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #br77QBTIZIu71MbuTUWwV0VC7TBHuTQE { width:19.625rem;height:100.5625rem;top:1.77734375rem;left:0rem;z-index:15002;background-color:#faf3e7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WdhQ4IXcDFMIKhlOzTqSAuKOolT8uEmq { width:12.5625rem;height:12.5625rem;top:14.3935546875rem;left:3.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { width:18.8125rem;height:4rem;top:1.0625rem;left:0.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0iOJ185JyTprJXyyex9alvAMfniL4F { width:20rem;height:0;top:6.3623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { width:15.75rem;height:15.75rem;top:18.822265625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { width:18.8125rem;height:6.875rem;top:10.421875rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { width:4.75rem;height:0.125rem;top:9.13623046875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { width:14rem;height:1.875rem;top:74.0625rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { width:20rem;height:3.125rem;top:76.1875rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { display:flex;width:2.4375rem;height:2.4375rem;top:73.8125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { width:18.8125rem;height:35.75rem;top:36.072265625rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { width:20rem;height:2.75rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-text { font-size:1rem;height:auto; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-desc-text { font-size:0.875rem;height:auto; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { display:flex;height:auto;width:17.5rem;top:7.04980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #oVW1F3rCbvgE6sTBy4cRTrf79kkwi4k0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #v4TWtq3oFoMykPHXc81FgCS8TZb0SUaK {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #fDV9F5UNOTO9MBEXiwbmyqnz30n04dHA {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CXKWz7amqFLwyGfbXnWmlAamXXyvaIwX {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Jz8cbm2dG5DcGe8gwkgUnSLlUGp5lSO0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #cqADwrNaaOu5cFTxSL5QsoW9mFwAAz3m {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SnH8KQFtb3dQ7OkRuMe4KRC1rTt8tpTB {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CXhppDhsqBWinGU07ixmzf5Qb11TleMO {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #TlLxi7wpclrplS2pCsdaOOqLlx7JoerD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lCVfRuEELahBtGu2rxyEJNu1TdFDwvBa {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #EAKV5RzJ46IDLTlfJe47LwHx52yGG6Lf {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #GOKA3w2X59kpdC3u12asrK7vAG0hHrtk {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #RtZTCRtXZdlLAVtSwtllfpK3mIPxwkTr {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CLa51HTDRPsJGcF4kuv7s5U9Q7cvrK91 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qw4DNW8cZTDIkxWUzWwvhqiGLmOn3CN1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #B7aN06MntWkF26sfCCq2DpgUpP81pwpg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #aU5o7SZUH27aBBMHahgOKE2vxiLiBIFT {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #fc0AqhLndPJfvBbDEvdM4sKchJsii2uA {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sgWdIU4VNpTyAfIkAXmw8N73DUQIy2bM {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CuBHnytcTl6sS2O6OtKXWB07aTWabLI8 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #dT43SMcOaL6C71uW9onuWDopds6LTygL {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #R0pbKTLLVIaJKzvgwJ5nUsKTnduSgIaP {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #T06xdBsfKa9LNfJ8uc6q36K1f9Wuq9JU {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #oPF22VyUGrzl52Z1rxu83wv2OJhDb2c9 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bvFW5XvXkBaCzC86WZ3OHEMNiDaH8DQF {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Rge1lbNTH1ZOh4ElTTGJnPwElCTnyQR5 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #PCWr88uT23xpDvcu9T7oFoXP5LETeDTf {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HAJqcmNSsFQS07n7tZ4Z9dkfWuqQSAC4 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qMxmKWLCirae6WkribonciT3Twq0PJTP {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LAP55EQ9BkS5Wz8HMVrAFooDRrpQffGA {  }
 }@media only screen and (max-width: 763px) { #LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { width:20rem;height:4rem;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS { display:block; }#TTE8bL7zDZqNa1h7B8qfF1KD0Xuh8yXS > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2Te5J53hFC1cuJCsdQmi13wFFngagvd { width:18.8125rem;height:26.3125rem;top:31.0185546875rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#N2Te5J53hFC1cuJCsdQmi13wFFngagvd li:before{  }
 }@media only screen and (max-width: 763px) { #dnbT7gUpRc4tW038yozTmh1M27HFv5n4 { width:18.75rem;height:3.375rem;top:26.8935546875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LFAzBtT83kkHhBvcvvIKHE71pyd7Lr9h { width:18.8125rem;height:3.375rem;top:61rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XKLbuITzdpFcenpXooTztn8cfDOki9kO { width:18.8125rem;height:16.0625rem;top:65.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#XKLbuITzdpFcenpXooTztn8cfDOki9kO li:before{  }
 }@media only screen and (max-width: 763px) { #oVZPdUGf7khyP8BLvfbFoVqJOmA9LToz { width:20rem;height:1.9375rem;top:83.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwQpkTewcQBPvEAJG1VresZN1LBV3lKV { width:16rem;height:6.5625rem;top:2.5869140625rem;left:2rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FR2c1pZE5lwr4mPVntKR5FcxNVwIpPoO { width:18.8125rem;height:4.75rem;top:9.16650390625rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nuHISiM1l3x5VeR9pkrSXZ4KxVXFWILV { width:15.25rem;height:2.8125rem;top:98.375rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXvTnAsnqDR5vzWipbUqCmx3CBcQtAA3 { width:10.1875rem;height:1.6875rem;top:95.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4Oa1ctJlmmomfIOEWK7tlKoyO6dzqy { width:8rem;height:1rem;top:93.875rem;left:6.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ErmwGubZ5O8qeZCHXoRRowpp48b3Wcom { width:19rem;height:4.625rem;top:88.1875rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRQdDvvB18vnT2FAa0eFkLAEzNLreTU1 { display:block; }
 }@media only screen and (max-width: 763px) { #XiW8IZT1kNnQGbm92xhkgiIABm7Vdbdr { display:flex;width:1.25rem;height:1.25rem;top:93.75rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #I0wSVzlMTHHckB2FumNvTHbTDanRlzaM { width:3.375rem;height:3.375rem;top:98.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAnsKBLxvThXpFCt3KyOBywFMdbbhkO4 { width:20rem;height:1.1875rem;top:85.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFma6C4xe213woqwhEfQtsHtTP4zk1h { width:20rem;height:0;top:92.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XU6i0SOK42I7txb5XilHT2mJayzEmONH { width:19.625rem;height:100.5625rem;top:1.77734375rem;left:0rem;z-index:15002;background-color:#faf3e7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OdVFCvsV26T7xO7c52LLUfwHOiixrbWs { width:12.5625rem;height:12.5625rem;top:14.3935546875rem;left:3.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xfKeQiJz8pPuVF9iTtbfV51PJu0EpRNp { width:19.625rem;height:106.3125rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:5.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9zqbkB7LfIfoVbKBaapA6TZZOxSrTAG { width:20rem;height:21.625rem;top:11.5rem;left:0rem;display:none; }
 }