.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:238,237,235;--color-primary-1:205,201,196;--color-primary-2:172,165,156;--color-primary-3:253,188,24;--color-primary-4:34,33,31;--color-secondary-0:225,250,224;--color-secondary-1:166,241,163;--color-secondary-2:107,231,102;--color-secondary-3:62,185,36;--color-secondary-4:8,215,0;--color-tertiary-0:255,255,255;--color-tertiary-1:182,183,186;--color-tertiary-2:133,135,140;--color-tertiary-3:80,81,84;--color-tertiary-4:51,55,64;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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-4),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); }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/5v64eymE/head_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm.adaptive-delivery-prevent-bg, #Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm.lazyload, #Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm.lazyloading { background-image: none; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container { background-color: transparent; background-image: none; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container > .video-iframe-container { display: none; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row > .video-iframe-container { display: none; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .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); }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container { border-width: 0; border-radius: 0; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#lJMR7MOVecJRCxfCht4QTCTOiTlKFC3X { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:4.875rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.75rem;left:0rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#Iff1ISlEUiIAqFZnEHHZpShsvPEgpuvJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.625rem;width:45.6875rem;top:17.3125rem;left:7.1875rem;display:block; }
#GqlrDegRKAFTRkKzWauK7MvhTqRyNT4k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:19.5625rem;top:1.5rem;left:20.218751907349rem;overflow:hidden;display:block; }
#Rq41NXXMt9ZCmJ1acOi9gxiQQf8FqRZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:44.0625rem;left:12.875rem;height:1.7875rem;font-style:normal;display:block; }
#zy4LcpQQpNa182ilGL0d1wGfrSwHke1S { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:42.9375rem;left:10.125rem;display:block; }
#SWnPIp0asHI9P03fqr4solegyVmmCf0Z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:44.3125rem;left:20.625rem;overflow:hidden;display:block; }
#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container { background-color: transparent; background-image: none; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container > .video-iframe-container { display: none; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row > .video-iframe-container { display: none; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .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); }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container { border-width: 0; border-radius: 0; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#wruQ3lzRrE4Af5KolfiHC5W4pcR1WbHp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#IQzlEhVaR4vd26cS7Jw3BXgpL0ttNI0m { position:absolute;display:block;z-index:15005;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:7.625rem;left:9.5625rem;display:block; }
#XwSupyIB3FZ9zkiVdUeUzZDy60bAD4Fn { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P1ESfffy4HJAhVtxJDpqHZU2hgrRMrCI { position:absolute;display:block;z-index:15006;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:14.1875rem;left:9.5625rem;display:block; }
#pL6moaRdlNRT6MLLROGG0iSWxsP8d4J3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:15rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SwLlupE5DdTPp0f6IKuC40cgpR5W5kqI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;height:3.9375rem;width:45rem;top:27.3125rem;left:9.5625rem;display:block; }
#slOcwwvklTJWO0v74T7BNbm2VKhuDCLr { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:21.59375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kRKrQw1waUrptC7MJ0CUG0vR2HFJNS0d { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:33.875rem;left:9.5625rem;display:block; }
#Xp5TMgXPy7SyZsJfWVDTL1g8yrRrdDzc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.71875rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uOzyzuuDhNi5yCheRgWmI8sDsn3TIJ46 { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:20.75rem;left:9.5625rem;display:block; }
#F9kAPPxmKx3TtCZe3ucbgIC6hiOyDHPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28.15625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qvNKUT3M1mNub8kAITTr6ga2TMqpON5p { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:27.625rem;left:2.1875rem;display:block; }
#sN30gtnG1nFmkdbakRSdNrkCldVlPToX { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.03125rem;left:3.3125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#CaOn4TupXhZioH1S4xOfzTAbEPLSrn5W { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:40.656251430511rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gJouEqkX25Wryvqee1vwv8vJLeRTHhZv { position:absolute;display:block;z-index:15012;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:39.8125rem;left:9.5625rem;display:block; }
#IbE9Ms4Bivkmb1np33nLaTmGkRl5fyTc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.75rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#UIG6IMmX5NJLmmvVAvEgILcAiRZUJBIG { position:absolute;display:block;z-index:15014;background-color:#666666;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:34.1875rem;left:2.1875rem;display:block; }
#aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 > .row .container { border-width: 0; border-radius: 0; }#aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:none; }#GBVTdhcKrIADpGSSa1OCuq9m7PVqMlAG { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#ObrfNMvm9lsNDe9auXsVUHgoeCEG1b5k { position:absolute;display:block;z-index:15005;background-color:#e8e8e8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:7.625rem;left:9.5625rem;display:block; }
#XiRoBDrsntQM8mOxOT3xF16F8pXdRkcn { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HuDguitsMM9r22iafqzUlLiPkBZzMh8L { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:14.1875rem;left:9.5rem;display:block; }
#w1N1QAg1VhgqVJvme0GI0kRlTlM6dqLm { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:15rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dsm71ZM5L7TxepdXg3voCTMn8SI4imaT { position:absolute;display:block;z-index:15008;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;height:3.9375rem;width:45rem;top:20.75rem;left:9.4375rem;display:block; }
#acus5cF2vvJ2tx51DmRXei36KKbsqA0B { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:21.59375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hCdLT7qz12sOKcTBE3qgMB9RgVXT5H89 { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:33.875rem;left:9.4375rem;display:block; }
#eb3QfNvf6AzhQngckkJgrQRQ9OV15Och { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.71875rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a8ZTQ5U7hFLPDIwsluyRaGdhsfZ4knhL { position:absolute;display:block;z-index:15012;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:27.3125rem;left:9.3125rem;display:block; }
#irO8ZpLOTHtKceEzgb6yKK2kBV2mEoGi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28.15625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lX2HKxzOuc6hrWu79yDrcA4zCoEUeE7L { position:absolute;display:block;z-index:15012;background-color:#d70000;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:21.0625rem;left:2.25rem;display:block; }
#hI00bxLZwtKVQqC4TR5AvvTHLKT5hf6P { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:21.625rem;left:3.375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#PAa2SMaCrQBXaETxdvMJf6xTNVMoLn5x { position:absolute;display:block;z-index:15014;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:14.5rem;left:2.25rem;display:block; }
#vO78VAwEP8nGHGCKUFUogCmTdOSNQUym { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:14.9375rem;left:3.375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container { background-color: transparent; background-image: none; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container > .video-iframe-container { display: none; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row > .video-iframe-container { display: none; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .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); }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container { border-width: 0; border-radius: 0; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container { font-size:0.875rem;font-family:arial;height:108.1875rem;width:60rem;position:relative;display:block; }#QqromxXGzCeW5op6lC9HFfaFXDIIbw6F { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#DgusXlF7PqNef5mt4hJHwL6fPdOUw7le { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:none; }
#aOSJylTHT6dsTRVuVa4Leyw27RnyfDkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eexLk43cxkcZ70BBPtsdsX9en7Grr22k { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:9.3125rem;left:19.125rem;height:6.75rem;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; }
#eqf8p1wTZTJqA1oJBmrelh117mm1rZhx { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#BKs2lZXqVmupnPPbHUEtB9o1UfoAp1X0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hv4yEczDV9u97zq4EtVTckXZKLXtzNbM { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:18.625rem;left:19.125001907349rem;height:4.5rem;text-align:justify;text-align-last:initial;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; }
#bqyIvfkpKz9xJ7T5BauMdTC4rX57K3FL { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:25.4375rem;left:0rem;display:none; }
#pR13TVLq0fCHw3WQxoJP2XLF6FmLxzeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzbOdcmzR7skIXRrFR1xUEFd4fCxu8IK { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:25.75rem;left:19.125001907349rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#tQtFUGzcRrarNRlrVfbleLtze1x0KJNQ { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.625rem;left:0rem;display:none; }
#kSyl637o1PodNeGTUPDTmWDDUTU8MVMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4Jv5ou3to2zBVGMi0VQJyly6giIhfas { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:38.8125rem;left:19.125001907349rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#swETyKUK1POTgTqwRqOFDliwCrTDHb91 { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:61.5rem;left:0rem;display:none; }
#F7BTiwfqZAeTxvBQfkyvyMhMPHSBVVGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBclQVRLzSHTTTp6b4D2CaG6EoJuUasc { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:70.25rem;left:0rem;display:none; }
#ZpKzRgtbc9tsiPilLb7NZt0tmZv12qJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1h5FCFeIdXHJ92lGB4yRdRiR2mvPwu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Hq87c6uuKyyMLepIZQ35mI4TBD5P0H8T { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:54.46875rem;left:19.125001907349rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#Ccpy4iFPtscGV1fNxIgogyf5ZmT7dg0y { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:96.875rem;left:19.125rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#KDRL5e2IlNkpzOrhlWZqsh2J9iaNueov { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:76.9375rem;left:0rem;display:none; }
#c7WpK6ckBZpnavI1QpeTpWBMOer09bFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orA99zhLNfQ12B6yePSMdHdGaX3TetlF { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:68.125rem;left:19.125001907349rem;height:11.25rem;text-align:justify;text-align-last:initial;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; }
#ZpXB37GmLbBkxxGBrd6TEMQ3c8kRIbHw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:49.437500953674rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qXzNfvwWXuEpbzd2tPQFUlVyTf5Xusr1 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:1.7250003814698rem;left:53.812498092651rem;display:block; }
#PaOzM3GZsHCJ5Slf7l58GAnxOhMaSmwL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5rem;top:9.9375rem;left:0rem;overflow:hidden;display:block; }
#v8boJfaqhTwwXDLCELFnWKZ4OPyudSGE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:18.8125rem;left:0rem;overflow:hidden;display:block; }
#d5TGHIQf8g0PfDqB4maOHOupq8WfmzBb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CKaWvF8XVJaEcxDAu9lXep9yTccqbuDf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:27.625rem;left:0rem;overflow:hidden;display:block; }
#OWAz1RJDnWcGPTfCK4TeBROnvyXHMbMZ { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.4375rem;top:97.5rem;left:0rem;display:block; }
#UCfV4k2ZcNyP18tuaI9QoFlhxwAIbXxB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:98.0625rem;left:1.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTi8ETSy5TtIPIcXB90fvts0ZE9ynfHC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:69.8125rem;left:0rem;overflow:hidden;display:block; }
#vF4eoyWAfawvGZr9GmMKgUw60bOI3fZ7 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.25rem;width:11.125rem;top:37.1875rem;left:2.125rem;overflow:hidden;display:block; }
#pSfBBXr9vTThvTkBHvQcTfU5NGfJx8SK { position:absolute;display:block;z-index:15043;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:12.4375rem;width:11.1875rem;top:52.75rem;left:2.125rem;overflow:hidden;display:block; }
#Tq7UKcoWDOoUBTvFwKoHXbBf4HfhiTqg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#e6uaszz4AAxoafHhuiqTklbX6lkpTWBL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:65rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#aa8TKaB65hh6pm7qNBi5Fv3CRkua26fO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:74.125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VPpNUCblBfXpQOa0S8nImBPeb6w1wu3M { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:81.75rem;left:19.125001907349rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#THOoNz9Npcg9IEbescHTM8yQLLvnrbC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:87.9375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#M5ngGPNdwfRF9iA1BM4zUGP4QkmFkI3d { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:83.625rem;left:0rem;overflow:hidden;display:block; }
#BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu > .row .container { border-width: 0; border-radius: 0; }#BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu > .row .container { font-size:0.875rem;font-family:arial;height:135.625rem;width:60rem;position:relative;display:none; }#ZBUCeZ0hEQt04ifkPLRfmpGtQx54VZrI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#LAgTUNNtqn57gcPPs6fXzd1Ofe0iHwgm { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:none; }
#FcuxbqUVvtQBE4Pk6C4TwHOHlryWTbiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzPfUsRbV7Nb4oGCFnALO9espTCpXDHu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:9.3125rem;left:19.125rem;height:6.75rem;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; }
#brqZ3O78rBfOMqG2qvFrvmGb3fLCG1bD { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#vdT0RbKitBnmSrwMJJv0xFITLUtT0PVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqfEcifLlPm9od9gLW089wLy0pNCm0sz { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:18.1875rem;left:19.125rem;height:4.5rem;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; }
#O1JWN65WZi577pxwo0ZLlIFXgoESF1x8 { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:25.4375rem;left:0rem;display:none; }
#ihF2gA7xtxlqrqlqCxPhcuEaBGHSgTdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt9D2QRruZQE1QHKN5Eda1venfgKwwGN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:27rem;left:19.125rem;height:9rem;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; }
#ngZctvIHlcJxciIzRHM6mvNm7GwDMtUQ { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.625rem;left:0rem;display:none; }
#uSJiEnMhKCD72E5vgd8a5eQvrdBHy8AC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avqHofL6dP20ouZl8USkTHB0eEUgIvVW { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:37.75rem;left:19.125001907349rem;height:9rem;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; }
#vGPnEBhf4xUUrGNE0hmx1XNP4yJNnCzt { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:61.5rem;left:0rem;display:none; }
#Utt51Em29ER9ScMQDGmyQMXrui7euVuB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJCbCoCk6hxJATCgnkgGHAaZXSMIFQkf { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.8;letter-spacing:0;top:55.875rem;left:19.125rem;height:6.75rem;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; }
#nyi4iRJIhxJk19TDurU6cE4pMhAX58Zm { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:70.25rem;left:0rem;display:none; }
#nx7K2R2sT3p677zXlTq8et6EBqBqeqxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiDNLnEoGDZIOk3ZxN8kGKTIh9JuApNk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vS8dqTuvX2aeCaTn3i4FeHhQT2ozF66m { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:69.6875rem;left:19.125rem;height:6.75rem;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; }
#FfBeSCmtPQr8m73kUTvVQAiJMltA1iEy { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:80rem;left:19.125rem;height:9rem;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; }
#xVeGTeV5sUMdpqNDbBly4O91ItzSZkMa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:122.875rem;left:19.125rem;height:9rem;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; }
#GuahV30iwX3Cw1N1sBI5fxZaxRDrssMD { background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:76.9375rem;left:0rem;display:none; }
#rzBfzpRil2EZ7GdFoqsTT3DMdMPGfnkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4XRWW6J6G6HAhqFPvcKR5GeArdnEA8u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:95.1875rem;left:19.125rem;height:11.25rem;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; }
#hVTJVKOv32LwqXIJ1rhShzh9yRODX8CR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:49.5625rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GPDZfxbC3JqoZduSvcdKqhrfPIeT3DeR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:1.7250003814698rem;left:53.812498092651rem;display:block; }
#kTucoKHFnBeyKMTgBbZKToo0E1PRR70o { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5rem;top:9.9375rem;left:0rem;overflow:hidden;display:block; }
#cN1ckWo2f9FiA5SGfp3tA9Xd0MCSHbRL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:18.8125rem;left:0rem;overflow:hidden;display:block; }
#UPJkTtdZh5l6TF0bF8x0tmqNtcswmaaJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UGTmT6NKB0AONlDZf44na5gq1Lv93VLD { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:27.625rem;left:0rem;overflow:hidden;display:block; }
#TIP9GdBkQwR5sZpQGAIbRpKMRTT4QBTQ { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.4375rem;top:123.5rem;left:0rem;display:block; }
#XB6paXOETpvy8MIK94qdwC6hgaCMukuM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:124.0625rem;left:1.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqp2OkOZi9c0WmKN9WOaWw03hrdyfBnx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:95.8125rem;left:0rem;overflow:hidden;display:block; }
#ZAKlmhxPJUtIc5W0sgMCAgN5T1Py4nRR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:70.3125rem;left:0rem;overflow:hidden;display:block; }
#BXRhr8b06NoXbGHGaP9pRCbwldceHqud { position:absolute;display:block;z-index:15042;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:12.375rem;width:11.1875rem;top:37.1875rem;left:2.125rem;overflow:hidden;display:block; }
#SUe88l0DphxuccTN1JA7nEWPqGZwqnW8 { position:absolute;display:block;z-index:15043;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:12.4375rem;width:11.1875rem;top:78.75rem;left:2.125rem;overflow:hidden;display:block; }
#w4QXHn7ddgirMD5mTGWKghoZBUepZBTS { position:absolute;display:block;z-index:15043;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:12.25rem;width:11.1875rem;top:53.625rem;left:2.125rem;overflow:hidden;display:block; }
#aQnk64rlPBJydHcIqTTPkrMXdgFIMnZi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ka8ONUVLhpVXGFKZHNLmbFgrpgEe2E41 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:65.8125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qqZod7Ib6ZM8esEcSkTqpGETvrxiPzPp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:74.625rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#laRkZ1vtuScwBtl5DQ2vPBwqBpnOipSX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:91rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oqCORag0xNRLtAKcAKcS8VcD8z0K0U1x { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:100.125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vT3Vl22TFP6N3vTlPUXyJwd6gq6FQuNB { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:109rem;left:19.125rem;height:9rem;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; }
#L8X1MlAP1XcUfTdefSJCNVRX7ZLt2nlk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:113.9375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dcH2hM5OAeCnhkinkohmXQvy3DITd9nG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:109.625rem;left:0rem;overflow:hidden;display:block; }
#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container { background-color: transparent; background-image: none; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container > .video-iframe-container { display: none; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row > .video-iframe-container { display: none; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .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); }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container { border-width: 0; border-radius: 0; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container { font-size:0.875rem;font-family:arial;height:127.0625rem;width:60rem;position:relative;display:block; }#XAUFvmOQQL45OnPhC2kfrmce8bNzEMBw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#LxRrXwel65UTzRR4HNmuSu4fvKCKVsXE { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:48rem;left:19.125rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#Cy5ldMVQm175lN2Q5hAz7MZJkhruQaRJ { 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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:9.9375rem;left:0rem;display:none; }
#zQnkpOcDZy4dghQwoP3g1AcT06czlOFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lU5vfyfrlPQJZI2A9bDTf37kZvrcBKJI { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:9.3125rem;left:19.125rem;height:11.25rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RB8CazCZ76JfRSvBdU1sHVPWLeTeUG0T { 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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:4.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:23.375rem;left:0rem;display:none; }
#EBpXb2OTsq7IX4TvBOTH8eUNXLhJoRsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKoQHt39Q6q8wnTeN7tsZJVMgHtJtp1A { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.8;letter-spacing:0;top:72.875rem;left:19.125rem;height:11.25rem;text-align:justify;text-align-last:initial;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; }
#CCzgOL6cwhwVC0KBQy1QTR9nQGCBKnAT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.8;letter-spacing:0;top:89rem;left:19.125rem;height:13.5rem;text-align:justify;text-align-last:initial;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; }
#TntDtVx2aqAevWOpNtLWEtlfTafP0Aka { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:108.625rem;left:19.125rem;height:15.75rem;text-align:justify;text-align-last:initial;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; }
#nHfDd2o8Q1CumvFDGBP2DJuEnncIu9Cl { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:1.7250003814698rem;left:54.062498092651rem;display:block; }
#CmZTZOMfTTUh1xMrRUxrxr06NU7lKx4Q { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.4375rem;top:109.3125rem;left:0rem;display:block; }
#T3ZFzCryiUwGVCNNZTISbM7VaI9UUQbA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:109.875rem;left:1.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2CcMZCM27wmKoswQZWSLiS06pdluzTp { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:48.625rem;left:0rem;overflow:hidden;display:block; }
#yHPscAbT0o7BpGrLBAEvk8OQ0fmELkbi { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:9.9375rem;left:0rem;overflow:hidden;display:block; }
#WIc2haPBOOBRlI4l83n2ixeAxvE4z0VP { position:absolute;display:block;z-index:15046;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.875rem;width:16.5rem;top:89rem;left:0rem;overflow:hidden;display:block; }
#WzfRJi7dbAblT9FIIpiaq0MODSD3wRtN { position:absolute;display:block;z-index:15048;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:11.125rem;width:13.9375rem;top:72.875rem;left:0.75rem;overflow:hidden;display:block; }
#HfVcER1JKfLcQqIofW8bnMoMSuQmJXOu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#K1I1wiGhBmvTCDrnA0ifIS2syBgDfgNN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:52.9375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iP6wvbWlrMIy0VZ3wXHTp8AKaDazag4P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:84.125rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZOZE542ffkd6IXzgtH51S0gVlDTh4KUX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:102.5625rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KrJ4fuH9ZbrwcBVprSeBkSw3TCPQTUuo { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.8;letter-spacing:0;top:59.0625rem;left:19.125rem;height:11.25rem;text-align:justify;text-align-last:initial;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; }
#sony8zVbvwWtqpK8EfsrGHuZ30LabT0K { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:66.625rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#um4zxMPKHGHC8qsK8HCyDWfFK4S51L66 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:15.5625rem;top:59.6875rem;left:0rem;overflow:hidden;display:block; }
#qPOm4ygGBuF2IQsq0fKT1dFtd99WlxlT { position:absolute;display:block;z-index:15002;background-color:#80ebdb;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.8125rem;width:15.5625rem;top:60.625rem;left:0rem;display:block; }
#InXsIII40fR4etr0T1tqs8VybwQbDWsM { position:absolute;display:block;z-index:15050;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.0625rem;width:8.375rem;top:63.9375rem;left:0.5rem;overflow:hidden;display:block; }
#fZ1UUtIeOSiUL3OZa3tEOBA04n8PCmaC { position:absolute;display:block;z-index:15051;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.0625rem;width:5.75rem;top:63.9375rem;left:9.1875rem;overflow:hidden;display:block; }
#Dz0Hbs7o4NDqP6ZmKMRyRVAxtp4SpUMh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:9.5625rem;width:9.4375rem;top:22.0625rem;left:3rem;overflow:hidden;display:block; }
#HVatr27K5L2moOwycnJZsdIBTSOcKpdT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.8;letter-spacing:0;top:22.75rem;left:19.125rem;height:11.25rem;text-align:justify;text-align-last:initial;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; }
#OBDAc26eLhQNtRUx2GloC13h4nNqs0vx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#evTmWEaT22moOHn7dIyuIoTnSiBd35p7 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:7.8125rem;width:13.25rem;top:36.5625rem;left:1.09375rem;overflow:hidden;display:block; }
#ObllnBBcNHP9i3OyhyifI08Qxzd09kK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.8;letter-spacing:0;top:36.5625rem;left:19.125rem;height:9rem;text-align:justify;text-align-last:initial;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; }
#UNXZJu3hRvnNbMWBfgUM9uhNgabP9vUI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:44.375001907349rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container { background-color: transparent; background-image: none; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container > .video-iframe-container { display: none; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row > .video-iframe-container { display: none; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .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); }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container { border-width: 0; border-radius: 0; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container { font-size:0.875rem;font-family:arial;height:146.625rem;width:60rem;position:relative;display:block; }#iu7yua1p1MfM0SMw6qTNf5inATZoqane { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.25rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:122.3125rem;left:1.6875rem;height:;text-align:justify;text-align-last:initial;display:block; }#xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv li:before{  }
#I239FSKbl0LOs9e7ghLV5PHhfEo74luO { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:102.6875rem;left:8.1875rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cFQzTDp7iI3wVZ2xJJ75xEAcho4l5Uy1 { position:absolute;display:block;z-index:15048;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:11.625rem;width:11.5rem;top:25.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#XXROPOvHBNeL28BXWGhTDn1XwWsu2zfM { position:absolute;display:block;z-index:15049;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:11.625rem;width:11.5rem;top:39.8125rem;left:46.5625rem;overflow:hidden;display:block; }
#LaAIKNlRSJ5Na3TFvNx2F8mRSOt5T1wt { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.25rem;left:9.5625rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#msl4SfaIRfQzxTczNizK7hbcDxZW9LPi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:37.1875rem;left:46.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6x83nxnDgGPid96i3own0HgLFX0XaJx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:52rem;left:46.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.6875rem;height:57.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr li:before{  }
#ggswIiDHRIZSqMoEgq46y1Bb24DMqe1W { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:85.3125rem;left:1.125rem;height:1.7875rem;font-style:normal;display:block; }
#Zq3X5Kb9NHTr0ho0ZVXUhaCsMCaJAVk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:87.6875rem;left:1.125rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#UuyBOnV2T3A0yZg3NRePweUy5sBKrX8B { position:absolute;display:block;z-index:15047;background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:59.9375rem;top:115.75rem;left:0rem;display:block; }
#xDNxVrLl7dkfQQIreUZs1nvQauTHDOVE { color:rgba(var(--color-tertiary-0),1);display:block;width:58.6875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:116.3125rem;left:0.5625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpysntCo0nNVowiqvusiX0xLGRqFcmCl { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#zpysntCo0nNVowiqvusiX0xLGRqFcmCl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zpysntCo0nNVowiqvusiX0xLGRqFcmCl li:before{  }
#lmEuT03xofqomuAqNXVeAImCrWm45B9f { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#lmEuT03xofqomuAqNXVeAImCrWm45B9f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lmEuT03xofqomuAqNXVeAImCrWm45B9f li:before{  }
#JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 li:before{  }
#ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU li:before{  }
#CrAV8RHp4HXBfAammnBrFosObLhaxZZm { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.4375rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ovx2R8e4ZwrIpFtf2rv1dOJW98mdNRDk { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:107.1875rem;left:1.125rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#AI7OBVFlO6VT0Z0CnsNsl4DXpeZz9KZW { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.4750003814698rem;left:53.499998092651rem;display:block; }
#a5uSXICtQabkLmnTJ2BSTcreSc26NG1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a5uSXICtQabkLmnTJ2BSTcreSc26NG1g > .row .container { border-width: 0; border-radius: 0; }#a5uSXICtQabkLmnTJ2BSTcreSc26NG1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5uSXICtQabkLmnTJ2BSTcreSc26NG1g > .row .container { font-size:0.875rem;font-family:arial;height:181.1875rem;width:60rem;position:relative;display:none; }#VEhV7Orl9aLVRMq8yihV2OQKHw4mAZ3T { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#OrbrtbKCBHqUkFIn1hy4qzZGaLWeOq0N { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:113.1875rem;left:9.5625rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ICFob2VeDZbEFlAm8FihTfqrCNO4qr2a { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.125rem;width:46.9375rem;top:120.9375rem;left:6.5625rem;display:block; }
#gbFZOSWnQbeprRe4ehFmyVKMael9QDUN { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.125rem;width:46.75rem;top:152.5rem;left:6.625rem;display:block; }
#fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:86.1875rem;left:0rem;height:23.925rem;text-align:left;text-align-last:left;display:block; }#fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb li:before{  }
#QTVJR6n6ohuqoXmbU84TOIdE8PWKyDe8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.0625rem;left:23.96875rem;height:1.3rem;display:block; }
#PCI21BlKnw3nREH60SVTcgsv2J9Ba7D9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.375rem;left:54rem;display:block; }
#ytuLUpBogfIV01OGV8Ov0qSPiMSgrDFr { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:77.087500572206rem;left:9.5625rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wnPym5QbIqrqX9wP1giPfOuwMWykLGI2 { position:absolute;display:block;z-index:15048;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:11.625rem;width:11.5rem;top:20.5rem;left:44.875rem;overflow:hidden;display:block; }
#NMT0i9tcG9Lpd5IMHXo8IwuhIy1sbxdv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:117.75rem;left:17.1875rem;height:2.7rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KnSVil6u14x5UXbyhanVUUIKm0slbq10 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:149.125rem;left:13.1875rem;height:2.7rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XhkxqaqtLNwloLtxeTN77kqs858uWWAH { position:absolute;display:block;z-index:15049;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:11.625rem;width:11.5rem;top:35.25rem;left:44.875rem;overflow:hidden;display:block; }
#yIBlbwJzwQ2xWPAibxCSwkWbPHXmXsTv { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:11.875rem;left:9.25rem;height:4.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GTAApK8sz9acIEXJ6KSahDseznw15lu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:32.125rem;left:44.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhPMfRnl59vh61ofkPH5KV6Hf2fTe2NF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:46.9375rem;left:44.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0rem;height:43rem;font-style:normal;display:block; }#nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil li:before{  }
#pwScqvztpxoXJCSbpTyS5sWptQpo3XUw { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#ABBehVqPxGkR3tNoF7wyU27MbQhW6SoZ { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:63.625rem;left:0rem;height:8.125rem;display:block; }
#gA8xRUwgBEe6t4DBzy7pEZyzQX0aWJxD { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:59.9375rem;top:81.3125rem;left:0rem;display:block; }
#eI3Tcw6S091S4VOq4vEHcwOVbvTXgcxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.6875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:81.875rem;left:0.5625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf li:before{  }
#GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla li:before{  }
#ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 li:before{  }
#G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:2.5;letter-spacing:0;top:121.75rem;left:0.5625rem;height:18.4375rem;text-align:left;text-align-last:left;display:none; }#G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH li:before{  }
#vNpB7GaciC5EDFadZo05fqQG69wygUqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container { background-color: transparent; background-image: none; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container > .video-iframe-container { display: none; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row > .video-iframe-container { display: none; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .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); }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container { border-width: 0; border-radius: 0; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container { font-size:0.875rem;font-family:arial;height:76.6875rem;width:60rem;position:relative;display:block; }#h7HFFo0eVuRBX61aVhyeupGgiBSxnmkT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.57486875rem;text-align:center;text-align-last:center;display:block; }
#mSHL88SJygXQaaK7dsogIm2TRI17LVNq { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:66.5rem;left:31.9375rem;display:block; }
#TrwRZheMM6vHiPVbcW3SxVPE0Dhg9QPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCFHzeE01efVPRDJcWxTG7SzL2xU4sBo { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:66.5rem;left:17.3125rem;display:block; }
#vVTkiVQ53TRV1AWeuQTad9SeRntAq0fo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#husgKaLBmqM1xRI7hWyln6kgqwRKI86k { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:60.25rem;left:46.75rem;display:block; }
#MtJBM8yQHvTGegGuTX2xUHo19TmHsDfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OS7W3Q5AN8DzyhUUHFbi3CMzlteqSZO2 { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:66.5rem;left:2.5rem;display:block; }
#FqH9uXOBJsZKN81rNrO5t6LtElZHF62O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzHJzi0mNE3bsFhrbtSwTlhvXhkNX4DT { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:60.25rem;left:2.5rem;display:block; }
#qoZNNFehntT2QpgPrVs0iMNWHZThaP79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXc0Am2FIQc99DvLUuLXvaITswpMT5mG { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:60.25rem;left:17.3125rem;display:block; }
#EOZnGvr7D617XJqOQgnaoi8Vn7S8RK2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5Uay5aCmT06o1SdQazuZ7vCGUDqZxIt { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:60.25rem;left:31.9375rem;display:block; }
#wba2m6Wxz78TTZ58mQ27exWVTv6E3GDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lf6PyuoV92kFmb0boKKpPyiPuMduoPeR { background-color:#aca8a3;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:66.5rem;left:46.75rem;display:block; }
#GhSAzf2QC128ikQ25celN8r1u39cQJdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXticOOGGpOPt8iriPdb8TXasksRIsOD { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:14.625rem;left:2.3125rem;height:36rem;text-align:justify;text-align-last:initial;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; }
#i3LEO3lw72IEpeny1V0LEP4E0qEZvHJe { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:6.0734405517578rem;left:54.874998092651rem;display:none; }
#SirENw07pP2rf4Lfi1aT24My7dastBQe { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.4375rem;top:9.9375rem;left:0rem;display:block; }
#BIFrmmXZSmGTRJuWTrP1cbzRRR4CkmUk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.5rem;left:1.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyPC2RWH04XiIfHyz8gfCTvZt7ZdVo9n { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.125rem;width:15.4375rem;top:54.1875rem;left:0rem;display:block; }
#d1S6RTWu6awAWhTQN0WNtbVuJBWdTJoR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:54.75rem;left:1.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuCypf0r4fTe6UEmSBcxUieBJFFAh6qT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:72.1875rem;left:2.5rem;height:3.5rem;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; }
#RwDfPobH48SDBzDk4PCXDInSMvR3KgeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aca8a3;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:none; }#RwDfPobH48SDBzDk4PCXDInSMvR3KgeT > .row .container { border-width: 0; border-radius: 0; }#RwDfPobH48SDBzDk4PCXDInSMvR3KgeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwDfPobH48SDBzDk4PCXDInSMvR3KgeT > .row .container { font-size:0.875rem;font-family:arial;height:158.5rem;width:60rem;position:relative;display:none; }#eM9my5sczMmRciuwZbSs8VzCtzZ6CzmX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#uKpXz9dtcvlV2IaWcKgpJtfl5VHWKmMq { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:25.375rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:152.68750476837rem;left:17.312501907349rem;display:block; }
#iJ7E5Wf4aIOkUMAosFNR1GeftxLzu46H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9WvEtBBGgfIG4Tun1IGgWLv3KCi4U2w { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.8;letter-spacing:0;top:10rem;left:19.125rem;height:4.5rem;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; }
#laEGRTU5Ki5o4RNggZ9FK6tl8qfz5VTC { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:1.7250003814698rem;left:53.874998092651rem;display:block; }
#ekicotq6J1yHHLZFVMVULR5aMQbW3V4P { position:absolute;display:block;z-index:15044;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:12.25rem;width:11.1875rem;top:8.375rem;left:2.125rem;overflow:hidden;display:block; }
#ykEhbQZXuAq6U2zNogXFnrantto5cpEX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.5rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#e8dDxd4Rf0Tz9aiHEngQMM1MCRES7D45 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:25.4375rem;left:1.875rem;height:123.75rem;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; }
#fHFKoZiQ688hTd7QvXdV9KxZwbkON7SS { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:24.625rem;left:9.5625rem;height:8.55rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aca8a3;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; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container { background-color: transparent; background-image: none; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container > .video-iframe-container { display: none; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row > .video-iframe-container { display: none; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .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); }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container { border-width: 0; border-radius: 0; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container { font-size:0.875rem;font-family:arial;height:129.3125rem;width:60rem;position:relative;display:block; }#rDck7ol3Qqx48c4r2RqiuhVTaNNAGcVN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#rGTtmMS8sp6Poz03TgIkz4iTaRMRS5Kq { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:25.375rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:124.0617184639rem;left:17.312501907349rem;display:block; }
#yaOTWKTI7J6iWo5b2SJumEtTPlPCZpMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrWNW5yIFf89sUnG9dTxqkp58CuL7Vp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.8;letter-spacing:0;top:10rem;left:19.125rem;height:6.75rem;text-align:justify;text-align-last:initial;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; }
#WEb0Xxy1fU0eJpPKKykG3LMECg7iJqme { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:1.7249774932861rem;left:53.749998092651rem;display:block; }
#rEohGb8mABPKTkRTzQXb2gKkP4ecRGUI { position:absolute;display:block;z-index:15044;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:12.25rem;width:11.1875rem;top:8.375rem;left:2.125rem;overflow:hidden;display:block; }
#XPtzPl9esvt1wwM3t8Zxhe6c99JJlTSi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.5rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HlbnyVLcmrxqKtGgf5rgIWSNUNF5ImA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:25.4375rem;left:1.875rem;height:96.75rem;text-align:justify;text-align-last:initial;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; }
#mbJASNXnRV5JO6F15QMos5tWQ9gJHO8u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:atrament;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:24.625rem;left:9.5625rem;height:4.2747375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container { background-color: transparent; background-image: none; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container > .video-iframe-container { display: none; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row > .video-iframe-container { display: none; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .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); }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container { border-width: 0; border-radius: 0; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#TT4IGtsEvK4t1HDvU3chzTLTJAEhffMt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.125rem;top:7.75rem;left:4.8125rem;overflow:hidden;display:block; }
#OXX4unoA5GTEHhNKNoDQiUsPmQi1bNcD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:3.0875rem;display:block; }
#SPU3PRb3Rn7doORGOPRdJvprq89eF4kT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.125rem;top:7.75rem;left:27.125rem;overflow:hidden;display:block; }
#mvty006947psstdmm9gOt5sXIQKN8PFo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.1875rem;left:21.875rem;height:4.63085625rem;display:block; }
#UWkGL00mbLNDRcT6PkLM6IeoDTVKFO4P { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:27.125rem;top:1.4375rem;left:16.4375rem;overflow:hidden;display:block; }
#V6oPMFBA6Fq0pTa7N22uw6cqs9c30csU { position:absolute;display:block;z-index:15024;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.375rem;width:7.125rem;top:7.75rem;left:47rem;overflow:hidden;display:block; }
#ZUg5I72EibDgPczsxIOy7f5JL7nMTdSw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.1875rem;left:43.3125rem;height:4.63085625rem;display:block; }
#Xs8FlomX9SF4JPXElELi4pRNsIBp4see { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Xs8FlomX9SF4JPXElELi4pRNsIBp4see > .row .container { border-width: 0; border-radius: 0; }#Xs8FlomX9SF4JPXElELi4pRNsIBp4see > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xs8FlomX9SF4JPXElELi4pRNsIBp4see > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:none; }#ETsAuoh3czOoquoaQMe1J1wcTdidDRwy { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#fqTTVLrfcUzB7r3xlMU1tFc9q0yEuyP1 { position:absolute;display:block;z-index:15005;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:7.625rem;left:9.5625rem;display:block; }
#EMnscw76FNM8w7qh68sE9LGa23WvEana { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lKdchvUO2xO2bHHtCThpXKtoOfJ77EfI { position:absolute;display:block;z-index:15006;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:14.1875rem;left:9.5rem;display:block; }
#GIcsgNgwzKSmd4TG8xPzQib7N8sddTxn { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:15rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t4xRpiEX7m8JSFCmfrdRhMrvGGkMb0T3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;height:3.9375rem;width:45rem;top:27.3125rem;left:9.5625rem;display:block; }
#eFTgHzaxqe6GzNvqTPOu2xSs3QM0OPCE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:21.59375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HivNZdCaUTxRWZiclQZrTN0S2zK6cHar { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:33.875rem;left:9.4375rem;display:block; }
#ECzygTTgHc931Cu5KbxnaZVCbXSaxdAT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.71875rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sTM4TnBxa2DfexhdvXZ6E3Je6nn8Hnfx { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:20.75rem;left:9.5625rem;display:block; }
#aElSXiFvE4GWih9KpfPHt4hJ6gmztJg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28.15625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NMqQxTTVg7nP8GZTMrJyb9SDSgmJDOMh { position:absolute;display:block;z-index:15012;background-color:#d70000;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:34.1875rem;left:2.1875rem;display:block; }
#ZqnMePllq9NxffwZHl16ZemLpCzfOVDA { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.75rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#OeTmDcKZIwiJb97lTGCKOy4Th86cGnUb { position:absolute;display:block;z-index:15014;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:27.625rem;left:2.3125rem;display:block; }
#Tqw1xRaTTvMap71hC6Gv890i3oVz9dsF { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28rem;left:3.3125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#dbwaPra09BBlF6GJVtlK3xqNdM0C7aXV { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:40.65625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NzwNdHE7EaxKnvO71aU3TEs222c8hu6m { position:absolute;display:block;z-index:15012;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:39.8125rem;left:9.3125rem;display:block; }
#CNdTZP0GLTs0QIAchMWxwyW25siwMzOG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CNdTZP0GLTs0QIAchMWxwyW25siwMzOG > .row .container { border-width: 0; border-radius: 0; }#CNdTZP0GLTs0QIAchMWxwyW25siwMzOG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNdTZP0GLTs0QIAchMWxwyW25siwMzOG > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:none; }#nLSBRZsfIfhG5A0uz1bkksuSGtc9gz4B { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#d4AEibHy7w4IqPnRXLGLpu8JfTMQBTKB { position:absolute;display:block;z-index:15005;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:7.625rem;left:9.5625rem;display:block; }
#BMxvsB0uaxSqKiibnI43hOvOsyEFEutc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dtD8vWgRiBCc65dVbiMhkESTdrKJ52G7 { position:absolute;display:block;z-index:15006;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:14.1875rem;left:9.5rem;display:block; }
#bB46uUmffsMb5NEc9VC007POhcx7J4W3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:15rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VKOJJZmGR9lbFJueMWOZlW9CFPKwe6dD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;height:3.9375rem;width:45rem;top:20.75rem;left:9.4375rem;display:block; }
#U3i6d3uyDBrd031EQbJp5Tm32scgOlzc { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:21.59375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LVyGN2aygQFeTbT99tqGVphkW7R7yRUp { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:33.875rem;left:9.4375rem;display:block; }
#MbdS3gO9Wwap1FBsVRLkNgTm1nQtgDVy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.71875rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F69cmrElrhILuMWcT98VEfF3gX915kVV { position:absolute;display:block;z-index:15012;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:27.3125rem;left:9.3125rem;display:block; }
#vRyEKNKi6T4mhorVASffRyPQT1f04duI { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28.15625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5tq8d9MhEMUaHpzCio2nVA4MGt31RP7 { position:absolute;display:block;z-index:15012;background-color:#d70000;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:27.625rem;left:2.3125rem;display:block; }
#bxSuGrsUnLLgMtmJiFTiGwRD0OIXIzza { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:28.1875rem;left:3.4375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#X7GWHMqc0FTOK4CdQUO5eTCrUXxI7XFn { position:absolute;display:block;z-index:15014;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:21.0625rem;left:2.3125rem;display:block; }
#HQMQr3TB52Dgp8oi09uTeBkBQgtDdZ3O { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:21.46875rem;left:3.4375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container { background-color: transparent; background-image: none; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container > .video-iframe-container { display: none; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row > .video-iframe-container { display: none; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .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); }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container { border-width: 0; border-radius: 0; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#TMToH0guBVfKTNqII2E0JJXmQMKcfeWl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#EreJJSVeig3BQT9tuNpIuPGsRoLAkewV { position:absolute;display:block;z-index:15005;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:7.625rem;left:9.5625rem;display:block; }
#ue0xIAE87d07OEoXCrPhQrBtIuwP5xoW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#skyz02W6fA0BkbsKSaKGgDTX5d2OQnOE { position:absolute;display:block;z-index:15006;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:14.1875rem;left:9.5625rem;display:block; }
#WiU41LFIOUBtfzDT2oi3R4LVZnVlKniw { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:15rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RAWlA7Ua3mgwQARSzMITbwveNd3B4AnT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;height:3.9375rem;width:45rem;top:27.3125rem;left:9.5625rem;display:block; }
#ShvTQ1rGvg6CvZz7EiWliaNqb5FNcagQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:21.59375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lNzSqVsc8UkEny1KclPG5WPDRzTaZNgM { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:33.875rem;left:9.5625rem;display:block; }
#qLfJeXHwIP7TCp38OPvPBDbhInsPnfCM { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.71875rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aa7rKBRVq4pQpTmcHSoaWF6KIweW04dE { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:20.75rem;left:9.5625rem;display:block; }
#HigUtIE0gHtVDCx2UgDHuDf696qzxzAX { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28.15625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Gh5FIfxa6SuVc5aabVrMH7hxS0TpfC3O { position:absolute;display:block;z-index:15012;background-color:#777777;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:34.1875rem;left:2.1875rem;display:block; }
#dSZbTd688vWi73kJlWFS0KhxLWLF3f5t { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.71875rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#Cqq5xO82G5tt0MdmW0MX4pET1s4NTgeP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:27.625rem;left:2.1875rem;display:block; }
#dnVWrPe3LTok6ZhQOCXiNaT1tcozhJ4B { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.03125rem;left:3.3125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#VR97AahdbFEZnb5r0E1oTVOST6dl4EXx { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:40.65625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yawTREVOX7xNx8tm6wETX5XCWxDVn0UM { position:absolute;display:block;z-index:15012;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:39.8125rem;left:9.5625rem;display:block; }
#c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo > .row .container { border-width: 0; border-radius: 0; }#c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:none; }#LwHfRt6RN8ULnws3v4uhRdFQ99SdiC2M { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#W83bfl1RW8AXRvWpTVZMW80edUHIBqa8 { position:absolute;display:block;z-index:15005;background-color:#e8e8e8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:7.625rem;left:9.5625rem;display:block; }
#TWWl3h2hItm2TI1NSGPdR96QChBRDiKx { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mwDGI1SubsmtyhXyrtqQOEDTzK3aToNh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:14.1875rem;left:9.5rem;display:block; }
#cVKWmZTwIgoQCrDUSaTwEwU8EvBQpyCt { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:15rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CBqLmMr9TS497Ut9LyrfRUqxdTIk52UT { position:absolute;display:block;z-index:15008;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;height:3.9375rem;width:45rem;top:20.75rem;left:9.4375rem;display:block; }
#OxMki9iVaIOOvGEOC7prex0fkwUmhTaC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:21.59375rem;left:10.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KULnGZTTLNlAPMzHm0Lv9rbCvU9qSJbU { position:absolute;display:block;z-index:15010;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:33.875rem;left:9.4375rem;display:block; }
#wpCHp3rUD5TcPrxOGwBtEdt7OGRMql0R { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.71875rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MSB3ok6CoPWUGo4CH8gTtbzEGn06SDe3 { position:absolute;display:block;z-index:15012;background-color:#d8d8d8;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.9375rem;width:45rem;top:27.3125rem;left:9.3125rem;display:block; }
#ghK4enz2ZiMVBRHID2pwwMXtRuEaJiUb { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:atrament;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:28.15625rem;left:10.71875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BgSkwDAoPz21gxTxp7dSKWW3bIirB5Jo { position:absolute;display:block;z-index:15012;background-color:#d70000;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:21.0625rem;left:2.25rem;display:block; }
#LOBbN8Oc2kNMbCD3dW5CfQcaVh90awrW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:21.625rem;left:3.375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#HR5UQKTiFIDgRLT2U6GtdyvRBAtZgPKi { position:absolute;display:block;z-index:15014;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3.3125rem;width:6.375rem;top:14.5rem;left:2.25rem;display:block; }
#BA2fDzHCveCnxo3f4zADpCNNhi5hgwVh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:atrament;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:14.9375rem;left:3.375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container { background-color: transparent; background-image: none; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container > .video-iframe-container { display: none; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row > .video-iframe-container { display: none; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .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); }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container { border-width: 0; border-radius: 0; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:60rem;position:relative;display:block; }#czWXBIElytuufWBUTpn6Wfth86h5fbqh { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:atrament;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:33.875rem;left:0rem;height:14.29949375rem;text-align:center;text-align-last:center;display:block; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-form-header {  }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:32rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.75rem;margin-bottom:0.25rem;margin-left:5.75rem;display:block;box-sizing:border-box;font-size:2rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3.875rem;font-family:atrament;overflow:hidden;text-align:center;text-align-last:center; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30.625rem;overflow:hidden;font-style:normal; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-container:first-of-type{padding-top:0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-container:last-of-type{padding-bottom:0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ  { 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;width:32rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:51.636697769165rem;left:12.75rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ {display:block;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ { 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;width:32rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:51.636697769165rem;left:12.75rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #uqr6zJlFGyoc51A5THWDNvDF1iHu8rSL { position:relative; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #QUfTRirlLADZwXdXFOduTkgPEqOSl14e { position:relative;display:block; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #R3Hx9faIg61ue4zUPfVGuNBhey2QmuT4 { position:relative; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #P1WMna6178wcizOoXkOwqNsI5KCr4h84 { position:relative; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #IrDTf9HxzUKVlUCc94n2sF5UafH3cBfW { position:relative;display:block; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #NinHDwUJqL8hovkTRRTe9fovMTcapHHu { position:relative; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #ZUiVxwV3aQ2fBsaAnI1rTcpA0FP52rFr { position:relative; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #tXooL9lFK4PcskIdeeRg0meJUa8TGnza { position:relative; }
#RyvruvOh9IyUPLKUqN5ve0amQknbPZkm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.3125rem;width:52.5rem;top:2.3125002384186rem;left:3.75rem;display:block; }
#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG { border-top:0.3125rem solid #aca8a3;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container { background-color: transparent; background-image: none; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container > .video-iframe-container { display: none; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row > .video-iframe-container { display: none; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .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); }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container { border-width: 0; border-radius: 0; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#k0ZgJJLag8Ju61Gp4NXpmyGlHg0dfdhP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.625rem;height:1.137875rem;display:block; }
#TNDokiI1lKUXeQoP1AJl7ZXT0rmUMbgK { box-sizing:content-box;color:#aca8a3;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:block;z-index:15011;top:0.4375rem;left:49.249219894409rem;display:block; }
#huXTkiMBLyf5zQ1QPKZVOREqzyMLfKCv { box-sizing:content-box;color:#aca8a3;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:block;z-index:15013;top:0.4375rem;left:53.030469894409rem;display:block; }
#EgTLFOaLQWyQyLmgxiV9HKNAS0HtPuWs { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:1.1875rem;left:16.625rem;display:block; }
#uPZU1ItE47CgTvtCuJ9PlThqiDFSugCZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:18.34375rem;height:1.137875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm { display:block; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJMR7MOVecJRCxfCht4QTCTOiTlKFC3X { top:9.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iff1ISlEUiIAqFZnEHHZpShsvPEgpuvJ { top:17.3125rem;left:1.0625rem;width:45.6875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlrDegRKAFTRkKzWauK7MvhTqRyNT4k { top:1.5rem;left:14.093751907349rem;width:19.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq41NXXMt9ZCmJ1acOi9gxiQQf8FqRZ8 { top:44.0625rem;left:6.75rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy4LcpQQpNa182ilGL0d1wGfrSwHke1S { top:42.9375rem;left:4rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWnPIp0asHI9P03fqr4solegyVmmCf0Z { top:44.3125rem;left:14.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZFwipgM5Af39QyPHKyutAiWBKbgPN2b { display:block; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wruQ3lzRrE4Af5KolfiHC5W4pcR1WbHp { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQzlEhVaR4vd26cS7Jw3BXgpL0ttNI0m { top:7.625rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwSupyIB3FZ9zkiVdUeUzZDy60bAD4Fn { top:8.4375rem;left:4.625rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ESfffy4HJAhVtxJDpqHZU2hgrRMrCI { top:14.1875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6moaRdlNRT6MLLROGG0iSWxsP8d4J3 { top:15rem;left:3.1875rem;width:44.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwLlupE5DdTPp0f6IKuC40cgpR5W5kqI { top:27.3125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slOcwwvklTJWO0v74T7BNbm2VKhuDCLr { top:21.5625rem;left:0.5625rem;width:47.1875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRKrQw1waUrptC7MJ0CUG0vR2HFJNS0d { top:33.875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5TMgXPy7SyZsJfWVDTL1g8yrRrdDzc { top:34.6875rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzyzuuDhNi5yCheRgWmI8sDsn3TIJ46 { top:20.75rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9kAPPxmKx3TtCZe3ucbgIC6hiOyDHPQ { top:28.125rem;left:4.59375rem;width:42.5rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvNKUT3M1mNub8kAITTr6ga2TMqpON5p { top:27.625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN30gtnG1nFmkdbakRSdNrkCldVlPToX { top:28rem;left:0rem;width:4.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOn4TupXhZioH1S4xOfzTAbEPLSrn5W { top:40.625rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJouEqkX25Wryvqee1vwv8vJLeRTHhZv { top:39.8125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbE9Ms4Bivkmb1np33nLaTmGkRl5fyTc { top:34.75rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIG6IMmX5NJLmmvVAvEgILcAiRZUJBIG { top:34.1875rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 { display:none; }#aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBVTdhcKrIADpGSSa1OCuq9m7PVqMlAG { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrfNMvm9lsNDe9auXsVUHgoeCEG1b5k { top:7.625rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiRoBDrsntQM8mOxOT3xF16F8pXdRkcn { top:8.4375rem;left:4.625rem;width:38.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuDguitsMM9r22iafqzUlLiPkBZzMh8L { top:14.1875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1N1QAg1VhgqVJvme0GI0kRlTlM6dqLm { top:15rem;left:3.1875rem;width:44.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsm71ZM5L7TxepdXg3voCTMn8SI4imaT { top:20.75rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acus5cF2vvJ2tx51DmRXei36KKbsqA0B { top:21.5625rem;left:0.5625rem;width:47.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCdLT7qz12sOKcTBE3qgMB9RgVXT5H89 { top:33.875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb3QfNvf6AzhQngckkJgrQRQ9OV15Och { top:34.6875rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZTQ5U7hFLPDIwsluyRaGdhsfZ4knhL { top:27.3125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irO8ZpLOTHtKceEzgb6yKK2kBV2mEoGi { top:28.125rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2HKxzOuc6hrWu79yDrcA4zCoEUeE7L { top:21.0625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI00bxLZwtKVQqC4TR5AvvTHLKT5hf6P { top:21.625rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAa2SMaCrQBXaETxdvMJf6xTNVMoLn5x { top:14.5rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO78VAwEP8nGHGCKUFUogCmTdOSNQUym { top:14.9375rem;left:0rem;width:4.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr { display:block; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqromxXGzCeW5op6lC9HFfaFXDIIbw6F { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgusXlF7PqNef5mt4hJHwL6fPdOUw7le { width:15.4375rem;height:4.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSJylTHT6dsTRVuVa4Leyw27RnyfDkn { display:block; }
 }@media only screen and (max-width: 763px) { #eexLk43cxkcZ70BBPtsdsX9en7Grr22k { top:9.3125rem;left:6.875rem;width:40.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqf8p1wTZTJqA1oJBmrelh117mm1rZhx { width:15.4375rem;height:4.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKs2lZXqVmupnPPbHUEtB9o1UfoAp1X0 { display:block; }
 }@media only screen and (max-width: 763px) { #hv4yEczDV9u97zq4EtVTckXZKLXtzNbM { top:18.625rem;left:6.875rem;width:40.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqyIvfkpKz9xJ7T5BauMdTC4rX57K3FL { width:15.4375rem;height:4.125rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR13TVLq0fCHw3WQxoJP2XLF6FmLxzeD { display:block; }
 }@media only screen and (max-width: 763px) { #pzbOdcmzR7skIXRrFR1xUEFd4fCxu8IK { top:25.75rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQtFUGzcRrarNRlrVfbleLtze1x0KJNQ { width:15.3125rem;height:4.3125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSyl637o1PodNeGTUPDTmWDDUTU8MVMF { display:block; }
 }@media only screen and (max-width: 763px) { #I4Jv5ou3to2zBVGMi0VQJyly6giIhfas { top:38.8125rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swETyKUK1POTgTqwRqOFDliwCrTDHb91 { width:15.4375rem;height:4.125rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7BTiwfqZAeTxvBQfkyvyMhMPHSBVVGc { display:block; }
 }@media only screen and (max-width: 763px) { #LBclQVRLzSHTTTp6b4D2CaG6EoJuUasc { width:15.4375rem;height:4.125rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpKzRgtbc9tsiPilLb7NZt0tmZv12qJo { display:block; }
 }@media only screen and (max-width: 763px) { #R1h5FCFeIdXHJ92lGB4yRdRiR2mvPwu4 { top:14.3125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq87c6uuKyyMLepIZQ35mI4TBD5P0H8T { top:54.4375rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccpy4iFPtscGV1fNxIgogyf5ZmT7dg0y { top:96.875rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDRL5e2IlNkpzOrhlWZqsh2J9iaNueov { width:15.4375rem;height:4.125rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7WpK6ckBZpnavI1QpeTpWBMOer09bFl { display:block; }
 }@media only screen and (max-width: 763px) { #orA99zhLNfQ12B6yePSMdHdGaX3TetlF { top:68.125rem;left:6.875rem;width:40.875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpXB37GmLbBkxxGBrd6TEMQ3c8kRIbHw { top:49.4375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXzNfvwWXuEpbzd2tPQFUlVyTf5Xusr1 { top:1.6875rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaOzM3GZsHCJ5Slf7l58GAnxOhMaSmwL { top:9.9375rem;left:0rem;width:15.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8boJfaqhTwwXDLCELFnWKZ4OPyudSGE { top:18.8125rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5TGHIQf8g0PfDqB4maOHOupq8WfmzBb { top:23.125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKaWvF8XVJaEcxDAu9lXep9yTccqbuDf { top:27.625rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWAz1RJDnWcGPTfCK4TeBROnvyXHMbMZ { top:97.5rem;left:0rem;width:15.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfV4k2ZcNyP18tuaI9QoFlhxwAIbXxB { top:98.0625rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTi8ETSy5TtIPIcXB90fvts0ZE9ynfHC { top:69.8125rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4eoyWAfawvGZr9GmMKgUw60bOI3fZ7 { top:37.1875rem;left:0rem;width:11.125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSfBBXr9vTThvTkBHvQcTfU5NGfJx8SK { top:52.75rem;left:0rem;width:11.1875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7UKcoWDOoUBTvFwKoHXbBf4HfhiTqg { top:31.9375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6uaszz4AAxoafHhuiqTklbX6lkpTWBL { top:65rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8TKaB65hh6pm7qNBi5Fv3CRkua26fO { top:74.125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPpNUCblBfXpQOa0S8nImBPeb6w1wu3M { top:81.75rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOoNz9Npcg9IEbescHTM8yQLLvnrbC4 { top:87.9375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ngGPNdwfRF9iA1BM4zUGP4QkmFkI3d { top:83.625rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu { display:block; }#BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBUCeZ0hEQt04ifkPLRfmpGtQx54VZrI { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgTUNNtqn57gcPPs6fXzd1Ofe0iHwgm { width:15.4375rem;height:4.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcuxbqUVvtQBE4Pk6C4TwHOHlryWTbiI { display:block; }
 }@media only screen and (max-width: 763px) { #TzPfUsRbV7Nb4oGCFnALO9espTCpXDHu { top:9.3125rem;left:6.875rem;width:40.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brqZ3O78rBfOMqG2qvFrvmGb3fLCG1bD { width:15.4375rem;height:4.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdT0RbKitBnmSrwMJJv0xFITLUtT0PVH { display:block; }
 }@media only screen and (max-width: 763px) { #XqfEcifLlPm9od9gLW089wLy0pNCm0sz { top:18.1875rem;left:6.875rem;width:40.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1JWN65WZi577pxwo0ZLlIFXgoESF1x8 { width:15.4375rem;height:4.125rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihF2gA7xtxlqrqlqCxPhcuEaBGHSgTdq { display:block; }
 }@media only screen and (max-width: 763px) { #Tt9D2QRruZQE1QHKN5Eda1venfgKwwGN { top:27rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZctvIHlcJxciIzRHM6mvNm7GwDMtUQ { width:15.3125rem;height:4.3125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSJiEnMhKCD72E5vgd8a5eQvrdBHy8AC { display:block; }
 }@media only screen and (max-width: 763px) { #avqHofL6dP20ouZl8USkTHB0eEUgIvVW { top:37.75rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPnEBhf4xUUrGNE0hmx1XNP4yJNnCzt { width:15.4375rem;height:4.125rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utt51Em29ER9ScMQDGmyQMXrui7euVuB { display:block; }
 }@media only screen and (max-width: 763px) { #mJCbCoCk6hxJATCgnkgGHAaZXSMIFQkf { top:55.875rem;left:6.875rem;width:40.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyi4iRJIhxJk19TDurU6cE4pMhAX58Zm { width:15.4375rem;height:4.125rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx7K2R2sT3p677zXlTq8et6EBqBqeqxW { display:block; }
 }@media only screen and (max-width: 763px) { #qiDNLnEoGDZIOk3ZxN8kGKTIh9JuApNk { top:14.3125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS8dqTuvX2aeCaTn3i4FeHhQT2ozF66m { top:69.6875rem;left:6.875rem;width:40.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBeSCmtPQr8m73kUTvVQAiJMltA1iEy { top:80rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVeGTeV5sUMdpqNDbBly4O91ItzSZkMa { top:122.875rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuahV30iwX3Cw1N1sBI5fxZaxRDrssMD { width:15.4375rem;height:4.125rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzBfzpRil2EZ7GdFoqsTT3DMdMPGfnkd { display:block; }
 }@media only screen and (max-width: 763px) { #v4XRWW6J6G6HAhqFPvcKR5GeArdnEA8u { top:95.1875rem;left:6.875rem;width:40.875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTJVKOv32LwqXIJ1rhShzh9yRODX8CR { top:49.5625rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPDZfxbC3JqoZduSvcdKqhrfPIeT3DeR { top:1.6875rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTucoKHFnBeyKMTgBbZKToo0E1PRR70o { top:9.9375rem;left:0rem;width:15.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN1ckWo2f9FiA5SGfp3tA9Xd0MCSHbRL { top:18.8125rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJkTtdZh5l6TF0bF8x0tmqNtcswmaaJ { top:23.125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTmT6NKB0AONlDZf44na5gq1Lv93VLD { top:27.625rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP9GdBkQwR5sZpQGAIbRpKMRTT4QBTQ { top:123.5rem;left:0rem;width:15.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB6paXOETpvy8MIK94qdwC6hgaCMukuM { top:124.0625rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqp2OkOZi9c0WmKN9WOaWw03hrdyfBnx { top:95.8125rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAKlmhxPJUtIc5W0sgMCAgN5T1Py4nRR { top:70.3125rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXRhr8b06NoXbGHGaP9pRCbwldceHqud { top:37.1875rem;left:0rem;width:11.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUe88l0DphxuccTN1JA7nEWPqGZwqnW8 { top:78.75rem;left:0rem;width:11.1875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QXHn7ddgirMD5mTGWKghoZBUepZBTS { top:53.625rem;left:0rem;width:11.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQnk64rlPBJydHcIqTTPkrMXdgFIMnZi { top:31.9375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8ONUVLhpVXGFKZHNLmbFgrpgEe2E41 { top:65.8125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZod7Ib6ZM8esEcSkTqpGETvrxiPzPp { top:74.625rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laRkZ1vtuScwBtl5DQ2vPBwqBpnOipSX { top:91rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqCORag0xNRLtAKcAKcS8VcD8z0K0U1x { top:100.125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3Vl22TFP6N3vTlPUXyJwd6gq6FQuNB { top:109rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8X1MlAP1XcUfTdefSJCNVRX7ZLt2nlk { top:113.9375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcH2hM5OAeCnhkinkohmXQvy3DITd9nG { top:109.625rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 { display:block; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAUFvmOQQL45OnPhC2kfrmce8bNzEMBw { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxRrXwel65UTzRR4HNmuSu4fvKCKVsXE { top:48rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5ldMVQm175lN2Q5hAz7MZJkhruQaRJ { width:15.4375rem;height:4.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQnkpOcDZy4dghQwoP3g1AcT06czlOFr { display:block; }
 }@media only screen and (max-width: 763px) { #lU5vfyfrlPQJZI2A9bDTf37kZvrcBKJI { top:9.3125rem;left:6.875rem;width:40.875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB8CazCZ76JfRSvBdU1sHVPWLeTeUG0T { width:15.4375rem;height:4.125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpXb2OTsq7IX4TvBOTH8eUNXLhJoRsN { display:block; }
 }@media only screen and (max-width: 763px) { #lKoQHt39Q6q8wnTeN7tsZJVMgHtJtp1A { top:72.875rem;left:6.875rem;width:40.875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCzgOL6cwhwVC0KBQy1QTR9nQGCBKnAT { top:89rem;left:6.875rem;width:40.875rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntDtVx2aqAevWOpNtLWEtlfTafP0Aka { top:108.625rem;left:6.875rem;width:40.875rem;height:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHfDd2o8Q1CumvFDGBP2DJuEnncIu9Cl { top:1.6875rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZTZOMfTTUh1xMrRUxrxr06NU7lKx4Q { top:109.3125rem;left:0rem;width:15.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZFzCryiUwGVCNNZTISbM7VaI9UUQbA { top:109.875rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2CcMZCM27wmKoswQZWSLiS06pdluzTp { top:48.625rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHPscAbT0o7BpGrLBAEvk8OQ0fmELkbi { top:9.9375rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIc2haPBOOBRlI4l83n2ixeAxvE4z0VP { top:89rem;left:0rem;width:16.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfRJi7dbAblT9FIIpiaq0MODSD3wRtN { top:72.875rem;left:0rem;width:13.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfVcER1JKfLcQqIofW8bnMoMSuQmJXOu { top:14.25rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1I1wiGhBmvTCDrnA0ifIS2syBgDfgNN { top:52.9375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP6wvbWlrMIy0VZ3wXHTp8AKaDazag4P { top:84.125rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZE542ffkd6IXzgtH51S0gVlDTh4KUX { top:102.5625rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJ4fuH9ZbrwcBVprSeBkSw3TCPQTUuo { top:59.0625rem;left:6.875rem;width:40.875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sony8zVbvwWtqpK8EfsrGHuZ30LabT0K { top:66.625rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um4zxMPKHGHC8qsK8HCyDWfFK4S51L66 { top:59.6875rem;left:0rem;width:15.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPOm4ygGBuF2IQsq0fKT1dFtd99WlxlT { top:60.625rem;left:0rem;width:15.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InXsIII40fR4etr0T1tqs8VybwQbDWsM { top:63.9375rem;left:0rem;width:8.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ1UUtIeOSiUL3OZa3tEOBA04n8PCmaC { top:63.9375rem;left:3.0625rem;width:5.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz0Hbs7o4NDqP6ZmKMRyRVAxtp4SpUMh { top:22.0625rem;left:0rem;width:9.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVatr27K5L2moOwycnJZsdIBTSOcKpdT { top:22.75rem;left:6.875rem;width:40.875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBDAc26eLhQNtRUx2GloC13h4nNqs0vx { top:31.9375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evTmWEaT22moOHn7dIyuIoTnSiBd35p7 { top:36.5625rem;left:0rem;width:13.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObllnBBcNHP9i3OyhyifI08Qxzd09kK8 { top:36.5625rem;left:6.875rem;width:40.875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNXZJu3hRvnNbMWBfgUM9uhNgabP9vUI { top:44.375rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI87G6TV17pNeM7ZKSApcp10xPzkqhyV { display:block; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu7yua1p1MfM0SMw6qTNf5inATZoqane { top:3.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv { top:122.3125rem;left:0rem;width:45.75rem;height:;font-size:1.25rem;display:block; }#xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv li:before{  }
 }@media only screen and (max-width: 763px) { #I239FSKbl0LOs9e7ghLV5PHhfEo74luO { top:102.6875rem;left:2.0625rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFQzTDp7iI3wVZ2xJJ75xEAcho4l5Uy1 { top:25.0625rem;left:36.25rem;width:11.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXROPOvHBNeL28BXWGhTDn1XwWsu2zfM { top:39.8125rem;left:36.25rem;width:11.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAIKNlRSJ5Na3TFvNx2F8mRSOt5T1wt { top:9.25rem;left:3.4375rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msl4SfaIRfQzxTczNizK7hbcDxZW9LPi { top:37.1875rem;left:35.6875rem;width:12.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6x83nxnDgGPid96i3own0HgLFX0XaJx { top:52rem;left:35.6875rem;width:12.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr { top:23.75rem;left:0rem;width:38.375rem;height:57.3125rem;font-size:1rem;display:block; }#J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr li:before{  }
 }@media only screen and (max-width: 763px) { #ggswIiDHRIZSqMoEgq46y1Bb24DMqe1W { top:85.3125rem;left:0rem;width:34.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3X5Kb9NHTr0ho0ZVXUhaCsMCaJAVk8 { top:87.6875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuyBOnV2T3A0yZg3NRePweUy5sBKrX8B { top:115.75rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNxVrLl7dkfQQIreUZs1nvQauTHDOVE { top:116.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpysntCo0nNVowiqvusiX0xLGRqFcmCl { top:176.1875rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#zpysntCo0nNVowiqvusiX0xLGRqFcmCl li:before{  }
 }@media only screen and (max-width: 763px) { #lmEuT03xofqomuAqNXVeAImCrWm45B9f { top:194.0625rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#lmEuT03xofqomuAqNXVeAImCrWm45B9f li:before{  }
 }@media only screen and (max-width: 763px) { #JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 { top:160.625rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 li:before{  }
 }@media only screen and (max-width: 763px) { #ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU { top:181.4375rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU li:before{  }
 }@media only screen and (max-width: 763px) { #CrAV8RHp4HXBfAammnBrFosObLhaxZZm { top:13.5rem;left:3.3125rem;width:41.1875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovx2R8e4ZwrIpFtf2rv1dOJW98mdNRDk { top:107.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7OBVFlO6VT0Z0CnsNsl4DXpeZz9KZW { top:2.4375rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uSXICtQabkLmnTJ2BSTcreSc26NG1g { display:block; }#a5uSXICtQabkLmnTJ2BSTcreSc26NG1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEhV7Orl9aLVRMq8yihV2OQKHw4mAZ3T { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrbrtbKCBHqUkFIn1hy4qzZGaLWeOq0N { top:113.1875rem;left:3.4375rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICFob2VeDZbEFlAm8FihTfqrCNO4qr2a { top:120.9375rem;left:0.4375rem;width:46.9375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbFZOSWnQbeprRe4ehFmyVKMael9QDUN { top:152.5rem;left:0.5rem;width:46.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb { top:86.1875rem;left:0rem;width:47rem;height:;font-size:1rem;display:block; }#fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb li:before{  }
 }@media only screen and (max-width: 763px) { #QTVJR6n6ohuqoXmbU84TOIdE8PWKyDe8 { top:6.0625rem;left:17.84375rem;width:12.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCI21BlKnw3nREH60SVTcgsv2J9Ba7D9 { top:2.375rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytuLUpBogfIV01OGV8Ov0qSPiMSgrDFr { top:77.0625rem;left:3.4375rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnPym5QbIqrqX9wP1giPfOuwMWykLGI2 { top:20.5rem;left:36.25rem;width:11.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMT0i9tcG9Lpd5IMHXo8IwuhIy1sbxdv { top:117.75rem;left:11.0625rem;width:25.6875rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnSVil6u14x5UXbyhanVUUIKm0slbq10 { top:149.125rem;left:7.0625rem;width:33.6875rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhkxqaqtLNwloLtxeTN77kqs858uWWAH { top:35.25rem;left:36.25rem;width:11.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIBlbwJzwQ2xWPAibxCSwkWbPHXmXsTv { top:11.875rem;left:3.125rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAApK8sz9acIEXJ6KSahDseznw15lu9 { top:32.125rem;left:35.6875rem;width:12.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhPMfRnl59vh61ofkPH5KV6Hf2fTe2NF { top:46.9375rem;left:35.6875rem;width:12.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil { top:19.1875rem;left:0rem;width:41.1875rem;height:43rem;font-size:1rem;display:block; }#nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil li:before{  }
 }@media only screen and (max-width: 763px) { #pwScqvztpxoXJCSbpTyS5sWptQpo3XUw { top:16.625rem;left:0rem;width:34.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABBehVqPxGkR3tNoF7wyU27MbQhW6SoZ { top:63.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA8xRUwgBEe6t4DBzy7pEZyzQX0aWJxD { top:81.3125rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI3Tcw6S091S4VOq4vEHcwOVbvTXgcxJ { top:81.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf { top:176.1875rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf li:before{  }
 }@media only screen and (max-width: 763px) { #GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla { top:194.0625rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla li:before{  }
 }@media only screen and (max-width: 763px) { #ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 { top:160.625rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 li:before{  }
 }@media only screen and (max-width: 763px) { #G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH { top:181.4375rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH li:before{  }
 }@media only screen and (max-width: 763px) { #vNpB7GaciC5EDFadZo05fqQG69wygUqG { display:block; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7HFFo0eVuRBX61aVhyeupGgiBSxnmkT { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHL88SJygXQaaK7dsogIm2TRI17LVNq { width:10.75rem;height:4.125rem;top:66.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwRZheMM6vHiPVbcW3SxVPE0Dhg9QPS { display:block; }
 }@media only screen and (max-width: 763px) { #GCFHzeE01efVPRDJcWxTG7SzL2xU4sBo { width:10.75rem;height:4.125rem;top:66.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTkiVQ53TRV1AWeuQTad9SeRntAq0fo { display:block; }
 }@media only screen and (max-width: 763px) { #husgKaLBmqM1xRI7hWyln6kgqwRKI86k { width:10.75rem;height:4.125rem;top:60.25rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJBM8yQHvTGegGuTX2xUHo19TmHsDfo { display:block; }
 }@media only screen and (max-width: 763px) { #OS7W3Q5AN8DzyhUUHFbi3CMzlteqSZO2 { width:10.75rem;height:4.1875rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqH9uXOBJsZKN81rNrO5t6LtElZHF62O { display:block; }
 }@media only screen and (max-width: 763px) { #RzHJzi0mNE3bsFhrbtSwTlhvXhkNX4DT { width:10.75rem;height:4.125rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoZNNFehntT2QpgPrVs0iMNWHZThaP79 { display:block; }
 }@media only screen and (max-width: 763px) { #yXc0Am2FIQc99DvLUuLXvaITswpMT5mG { width:10.75rem;height:4.125rem;top:60.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZnGvr7D617XJqOQgnaoi8Vn7S8RK2q { display:block; }
 }@media only screen and (max-width: 763px) { #K5Uay5aCmT06o1SdQazuZ7vCGUDqZxIt { width:10.75rem;height:4.1875rem;top:60.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wba2m6Wxz78TTZ58mQ27exWVTv6E3GDq { display:block; }
 }@media only screen and (max-width: 763px) { #lf6PyuoV92kFmb0boKKpPyiPuMduoPeR { width:10.75rem;height:4.125rem;top:66.5rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhSAzf2QC128ikQ25celN8r1u39cQJdG { display:block; }
 }@media only screen and (max-width: 763px) { #pXticOOGGpOPt8iriPdb8TXasksRIsOD { top:14.625rem;left:0rem;width:47.75rem;height:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3LEO3lw72IEpeny1V0LEP4E0qEZvHJe { top:6.0625rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SirENw07pP2rf4Lfi1aT24My7dastBQe { top:9.9375rem;left:0rem;width:15.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIFrmmXZSmGTRJuWTrP1cbzRRR4CkmUk { top:10.5rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyPC2RWH04XiIfHyz8gfCTvZt7ZdVo9n { top:54.1875rem;left:0rem;width:15.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1S6RTWu6awAWhTQN0WNtbVuJBWdTJoR { top:54.75rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuCypf0r4fTe6UEmSBcxUieBJFFAh6qT { top:72.1875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwDfPobH48SDBzDk4PCXDInSMvR3KgeT { display:block; }#RwDfPobH48SDBzDk4PCXDInSMvR3KgeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM9my5sczMmRciuwZbSs8VzCtzZ6CzmX { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKpXz9dtcvlV2IaWcKgpJtfl5VHWKmMq { width:25.375rem;height:3.8125rem;top:152.6875rem;left:11.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ7E5Wf4aIOkUMAosFNR1GeftxLzu46H { display:block; }
 }@media only screen and (max-width: 763px) { #z9WvEtBBGgfIG4Tun1IGgWLv3KCi4U2w { top:10rem;left:6.875rem;width:40.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEGRTU5Ki5o4RNggZ9FK6tl8qfz5VTC { top:1.6875rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekicotq6J1yHHLZFVMVULR5aMQbW3V4P { top:8.375rem;left:0rem;width:11.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykEhbQZXuAq6U2zNogXFnrantto5cpEX { top:20.5rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8dDxd4Rf0Tz9aiHEngQMM1MCRES7D45 { top:25.4375rem;left:0rem;width:47.75rem;height:123.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFKoZiQ688hTd7QvXdV9KxZwbkON7SS { top:24.625rem;left:3.4375rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhHy3XF6IP367UPofd8AmVfSwGO0SIyH { display:block; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDck7ol3Qqx48c4r2RqiuhVTaNNAGcVN { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGTtmMS8sp6Poz03TgIkz4iTaRMRS5Kq { width:25.375rem;height:3.8125rem;top:124rem;left:11.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOTWKTI7J6iWo5b2SJumEtTPlPCZpMW { display:block; }
 }@media only screen and (max-width: 763px) { #TrWNW5yIFf89sUnG9dTxqkp58CuL7Vp4 { top:10rem;left:6.9375rem;width:40.8125rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEb0Xxy1fU0eJpPKKykG3LMECg7iJqme { top:1.6875rem;left:42.625rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEohGb8mABPKTkRTzQXb2gKkP4ecRGUI { top:8.375rem;left:0rem;width:11.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPtzPl9esvt1wwM3t8Zxhe6c99JJlTSi { top:20.5rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbnyVLcmrxqKtGgf5rgIWSNUNF5ImA7 { top:25.4375rem;left:0rem;width:47.75rem;height:96.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbJASNXnRV5JO6F15QMos5tWQ9gJHO8u { top:24.625rem;left:3.4375rem;width:40.875rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR { display:block; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT4IGtsEvK4t1HDvU3chzTLTJAEhffMt { top:7.75rem;left:0rem;width:7.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXX4unoA5GTEHhNKNoDQiUsPmQi1bNcD { top:8.25rem;left:0rem;width:18.9375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPU3PRb3Rn7doORGOPRdJvprq89eF4kT { top:7.75rem;left:21rem;width:7.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvty006947psstdmm9gOt5sXIQKN8PFo { top:8.1875rem;left:15.75rem;width:17.4375rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWkGL00mbLNDRcT6PkLM6IeoDTVKFO4P { top:1.4375rem;left:10.3125rem;width:27.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6oPMFBA6Fq0pTa7N22uw6cqs9c30csU { top:7.75rem;left:40.625rem;width:7.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUg5I72EibDgPczsxIOy7f5JL7nMTdSw { top:8.1875rem;left:31.0625rem;width:16.6875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs8FlomX9SF4JPXElELi4pRNsIBp4see { display:none; }#Xs8FlomX9SF4JPXElELi4pRNsIBp4see > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETsAuoh3czOoquoaQMe1J1wcTdidDRwy { top:1.1875rem;left:0rem;width:19.6875rem;height:1.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTTVLrfcUzB7r3xlMU1tFc9q0yEuyP1 { top:7.625rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMnscw76FNM8w7qh68sE9LGa23WvEana { top:8.4375rem;left:4.625rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKdchvUO2xO2bHHtCThpXKtoOfJ77EfI { top:14.1875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcsgNgwzKSmd4TG8xPzQib7N8sddTxn { top:15rem;left:3.1875rem;width:44.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xRpiEX7m8JSFCmfrdRhMrvGGkMb0T3 { top:27.3125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTgHzaxqe6GzNvqTPOu2xSs3QM0OPCE { top:21.5625rem;left:0.5625rem;width:47.1875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HivNZdCaUTxRWZiclQZrTN0S2zK6cHar { top:33.875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECzygTTgHc931Cu5KbxnaZVCbXSaxdAT { top:34.6875rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTM4TnBxa2DfexhdvXZ6E3Je6nn8Hnfx { top:20.75rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aElSXiFvE4GWih9KpfPHt4hJ6gmztJg4 { top:28.125rem;left:4.59375rem;width:42.5rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMqQxTTVg7nP8GZTMrJyb9SDSgmJDOMh { top:34.1875rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnMePllq9NxffwZHl16ZemLpCzfOVDA { top:34.75rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTmDcKZIwiJb97lTGCKOy4Th86cGnUb { top:27.625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw1xRaTTvMap71hC6Gv890i3oVz9dsF { top:28rem;left:0rem;width:4.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwaPra09BBlF6GJVtlK3xqNdM0C7aXV { top:40.625rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzwNdHE7EaxKnvO71aU3TEs222c8hu6m { top:39.8125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNdTZP0GLTs0QIAchMWxwyW25siwMzOG { display:block; }#CNdTZP0GLTs0QIAchMWxwyW25siwMzOG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLSBRZsfIfhG5A0uz1bkksuSGtc9gz4B { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4AEibHy7w4IqPnRXLGLpu8JfTMQBTKB { top:7.625rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMxvsB0uaxSqKiibnI43hOvOsyEFEutc { top:8.4375rem;left:4.625rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtD8vWgRiBCc65dVbiMhkESTdrKJ52G7 { top:14.1875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB46uUmffsMb5NEc9VC007POhcx7J4W3 { top:15rem;left:3.1875rem;width:44.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKOJJZmGR9lbFJueMWOZlW9CFPKwe6dD { top:20.75rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3i6d3uyDBrd031EQbJp5Tm32scgOlzc { top:21.5625rem;left:0.5625rem;width:47.1875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyGN2aygQFeTbT99tqGVphkW7R7yRUp { top:33.875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbdS3gO9Wwap1FBsVRLkNgTm1nQtgDVy { top:34.6875rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69cmrElrhILuMWcT98VEfF3gX915kVV { top:27.3125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRyEKNKi6T4mhorVASffRyPQT1f04duI { top:28.125rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5tq8d9MhEMUaHpzCio2nVA4MGt31RP7 { top:27.625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxSuGrsUnLLgMtmJiFTiGwRD0OIXIzza { top:28.1875rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GWHMqc0FTOK4CdQUO5eTCrUXxI7XFn { top:21.0625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQMQr3TB52Dgp8oi09uTeBkBQgtDdZ3O { top:21.4375rem;left:0rem;width:4.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q { display:block; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMToH0guBVfKTNqII2E0JJXmQMKcfeWl { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreJJSVeig3BQT9tuNpIuPGsRoLAkewV { top:7.625rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue0xIAE87d07OEoXCrPhQrBtIuwP5xoW { top:8.4375rem;left:4.625rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skyz02W6fA0BkbsKSaKGgDTX5d2OQnOE { top:14.1875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiU41LFIOUBtfzDT2oi3R4LVZnVlKniw { top:15rem;left:3.1875rem;width:44.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWlA7Ua3mgwQARSzMITbwveNd3B4AnT { top:27.3125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvTQ1rGvg6CvZz7EiWliaNqb5FNcagQ { top:21.5625rem;left:0.5625rem;width:47.1875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNzSqVsc8UkEny1KclPG5WPDRzTaZNgM { top:33.875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfJeXHwIP7TCp38OPvPBDbhInsPnfCM { top:34.6875rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7rKBRVq4pQpTmcHSoaWF6KIweW04dE { top:20.75rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HigUtIE0gHtVDCx2UgDHuDf696qzxzAX { top:28.125rem;left:4.59375rem;width:42.5rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5FIfxa6SuVc5aabVrMH7hxS0TpfC3O { top:34.1875rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSZbTd688vWi73kJlWFS0KhxLWLF3f5t { top:34.6875rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqq5xO82G5tt0MdmW0MX4pET1s4NTgeP { top:27.625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnVWrPe3LTok6ZhQOCXiNaT1tcozhJ4B { top:28rem;left:0rem;width:4.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR97AahdbFEZnb5r0E1oTVOST6dl4EXx { top:40.625rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yawTREVOX7xNx8tm6wETX5XCWxDVn0UM { top:39.8125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo { display:none; }#c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LwHfRt6RN8ULnws3v4uhRdFQ99SdiC2M { top:2.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83bfl1RW8AXRvWpTVZMW80edUHIBqa8 { top:7.625rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWl3h2hItm2TI1NSGPdR96QChBRDiKx { top:8.4375rem;left:4.625rem;width:38.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwDGI1SubsmtyhXyrtqQOEDTzK3aToNh { top:14.1875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVKWmZTwIgoQCrDUSaTwEwU8EvBQpyCt { top:15rem;left:3.1875rem;width:44.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBqLmMr9TS497Ut9LyrfRUqxdTIk52UT { top:20.75rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxMki9iVaIOOvGEOC7prex0fkwUmhTaC { top:21.5625rem;left:0.5625rem;width:47.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KULnGZTTLNlAPMzHm0Lv9rbCvU9qSJbU { top:33.875rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCHp3rUD5TcPrxOGwBtEdt7OGRMql0R { top:34.6875rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSB3ok6CoPWUGo4CH8gTtbzEGn06SDe3 { top:27.3125rem;left:2.75rem;width:45rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghK4enz2ZiMVBRHID2pwwMXtRuEaJiUb { top:28.125rem;left:4.59375rem;width:38.5625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgSkwDAoPz21gxTxp7dSKWW3bIirB5Jo { top:21.0625rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBbN8Oc2kNMbCD3dW5CfQcaVh90awrW { top:21.625rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5UQKTiFIDgRLT2U6GtdyvRBAtZgPKi { top:14.5rem;left:0rem;width:6.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA2fDzHCveCnxo3f4zADpCNNhi5hgwVh { top:14.9375rem;left:0rem;width:4.125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsqAODeGqkGchglFG6kDhR6QnDNx0QSn { display:block; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czWXBIElytuufWBUTpn6Wfth86h5fbqh { top:33.875rem;left:0rem;width:47.75rem;height:14.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-regular-label { width:32rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-text { width:32rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-textarea { width:32rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-select { width:32rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-button { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.1875rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-checkbox-label { width:30.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ  { width:32rem;height:13.25rem;top:51.625rem;left:6.625rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .radio-container { width:32rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ {display:block;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ { width:32rem;height:13.25rem;top:51.625rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #uqr6zJlFGyoc51A5THWDNvDF1iHu8rSL {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #QUfTRirlLADZwXdXFOduTkgPEqOSl14e { display:block; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #R3Hx9faIg61ue4zUPfVGuNBhey2QmuT4 {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #P1WMna6178wcizOoXkOwqNsI5KCr4h84 {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #IrDTf9HxzUKVlUCc94n2sF5UafH3cBfW { display:block; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #NinHDwUJqL8hovkTRRTe9fovMTcapHHu {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #ZUiVxwV3aQ2fBsaAnI1rTcpA0FP52rFr {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #tXooL9lFK4PcskIdeeRg0meJUa8TGnza {  }
 }@media only screen and (max-width: 763px) { #RyvruvOh9IyUPLKUqN5ve0amQknbPZkm { top:2.3125rem;left:0rem;width:47.75rem;height:26.660416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHpDLw1kHLakmE85UWGxvmuiyZrLktG { display:none; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k0ZgJJLag8Ju61Gp4NXpmyGlHg0dfdhP { top:1.4375rem;left:0rem;width:13.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDokiI1lKUXeQoP1AJl7ZXT0rmUMbgK { top:0.4375rem;left:43.124219894409rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXTkiMBLyf5zQ1QPKZVOREqzyMLfKCv { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgTLFOaLQWyQyLmgxiV9HKNAS0HtPuWs { top:1.1875rem;left:10.5rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZU1ItE47CgTvtCuJ9PlThqiDFSugCZ { top:1.4375rem;left:12.25rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm { position:relative;z-index:auto;display:block; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm { border-width: 0; border-radius: 0; }#Eif1cMU3g3AP7geg3u7pMZNtuPnxvmMm > .row .container { width:20rem;height:29.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJMR7MOVecJRCxfCht4QTCTOiTlKFC3X { width:20rem;height:7.425rem;top:6.9375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iff1ISlEUiIAqFZnEHHZpShsvPEgpuvJ { height:11.227586206896rem;width:20rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlrDegRKAFTRkKzWauK7MvhTqRyNT4k { width:14.1875rem;height:5.125rem;top:0rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq41NXXMt9ZCmJ1acOi9gxiQQf8FqRZ8 { width:12.5rem;height:auto;top:44.0625rem;left:3.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy4LcpQQpNa182ilGL0d1wGfrSwHke1S { width:3.4375rem;height:3.4375rem;top:42.9375rem;left:8.25rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWnPIp0asHI9P03fqr4solegyVmmCf0Z { width:1.375rem;height:1.375rem;top:44.3125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZFwipgM5Af39QyPHKyutAiWBKbgPN2b { display:block; }#rZFwipgM5Af39QyPHKyutAiWBKbgPN2b > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wruQ3lzRrE4Af5KolfiHC5W4pcR1WbHp { width:19.6875rem;height:1.99375rem;top:1.1875rem;left:0.15625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQzlEhVaR4vd26cS7Jw3BXgpL0ttNI0m { width:20rem;height:3.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwSupyIB3FZ9zkiVdUeUzZDy60bAD4Fn { width:19.0625rem;height:2.00014375rem;top:5.34375rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ESfffy4HJAhVtxJDpqHZU2hgrRMrCI { width:20rem;height:4.5rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6moaRdlNRT6MLLROGG0iSWxsP8d4J3 { width:17.3125rem;height:4.0002875rem;top:10.6875rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwLlupE5DdTPp0f6IKuC40cgpR5W5kqI { width:19.75rem;height:6.375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slOcwwvklTJWO0v74T7BNbm2VKhuDCLr { width:14.875rem;height:4.0002875rem;top:17.5625rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRKrQw1waUrptC7MJ0CUG0vR2HFJNS0d { width:20rem;height:4.375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5TMgXPy7SyZsJfWVDTL1g8yrRrdDzc { width:18.3125rem;height:4.0002875rem;top:41rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzyzuuDhNi5yCheRgWmI8sDsn3TIJ46 { width:20rem;height:4.5625rem;top:17.281249761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9kAPPxmKx3TtCZe3ucbgIC6hiOyDHPQ { width:17.3125rem;height:6.00043125rem;top:28.0625rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvNKUT3M1mNub8kAITTr6ga2TMqpON5p { width:6.375rem;height:3.3125rem;top:23.3125rem;left:6.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sN30gtnG1nFmkdbakRSdNrkCldVlPToX { width:4.125rem;height:2.5rem;top:23.71875rem;left:7.9375003576281rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CaOn4TupXhZioH1S4xOfzTAbEPLSrn5W { width:17.5625rem;height:4.0002875rem;top:47.625rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJouEqkX25Wryvqee1vwv8vJLeRTHhZv { width:20rem;height:4.5rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbE9Ms4Bivkmb1np33nLaTmGkRl5fyTc { width:4.125rem;height:2.25rem;top:36.5625rem;left:7.9375rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #UIG6IMmX5NJLmmvVAvEgILcAiRZUJBIG { width:6.375rem;height:3.3125rem;top:36rem;left:6.8125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 { display:none; }#aHKbu2PTpvBcfd0S9ET1cPGVRsuSQFX8 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBVTdhcKrIADpGSSa1OCuq9m7PVqMlAG { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrfNMvm9lsNDe9auXsVUHgoeCEG1b5k { width:19.0625rem;height:3.9375rem;top:4.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiRoBDrsntQM8mOxOT3xF16F8pXdRkcn { width:17.4375rem;height:3.25rem;top:5.0625rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuDguitsMM9r22iafqzUlLiPkBZzMh8L { width:19.0625rem;height:3.9375rem;top:10.875rem;left:0.5rem;box-shadow: none;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w1N1QAg1VhgqVJvme0GI0kRlTlM6dqLm { width:17.9375rem;height:3.25rem;top:11.1875rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsm71ZM5L7TxepdXg3voCTMn8SI4imaT { width:19.0625rem;height:3.9375rem;top:16.8125rem;left:0.5rem;background-color:#fdbc18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;display:block; }
 }@media only screen and (max-width: 763px) { #acus5cF2vvJ2tx51DmRXei36KKbsqA0B { width:17.4375rem;height:3.25rem;top:17.125rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCdLT7qz12sOKcTBE3qgMB9RgVXT5H89 { width:19.0625rem;height:3.9375rem;top:33.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb3QfNvf6AzhQngckkJgrQRQ9OV15Och { width:17.4375rem;height:1.625rem;top:34.1875rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZTQ5U7hFLPDIwsluyRaGdhsfZ4knhL { width:19.0625rem;height:3.9375rem;top:27.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irO8ZpLOTHtKceEzgb6yKK2kBV2mEoGi { width:17.4375rem;height:1.625rem;top:28.3125rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2HKxzOuc6hrWu79yDrcA4zCoEUeE7L { width:6.375rem;height:3.3125rem;top:22.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI00bxLZwtKVQqC4TR5AvvTHLKT5hf6P { width:4.125rem;height:2.25rem;top:23rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAa2SMaCrQBXaETxdvMJf6xTNVMoLn5x { width:6.375rem;height:3.3125rem;top:25rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vO78VAwEP8nGHGCKUFUogCmTdOSNQUym { width:4.125rem;height:0;top:25.4375rem;left:7.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr { display:block; }#MEQ6WrrnprSzlUS0MiSanI5WG7Wkq9Sr > .row .container { width:20rem;height:140.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqromxXGzCeW5op6lC9HFfaFXDIIbw6F { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgusXlF7PqNef5mt4hJHwL6fPdOUw7le { width:15.4375rem;height:4.125rem;top:10rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOSJylTHT6dsTRVuVa4Leyw27RnyfDkn { display:block; }
 }@media only screen and (max-width: 763px) { #eexLk43cxkcZ70BBPtsdsX9en7Grr22k { width:19.0625rem;height:5.25rem;top:16.5625rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqf8p1wTZTJqA1oJBmrelh117mm1rZhx { width:15.4375rem;height:4.125rem;top:27.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKs2lZXqVmupnPPbHUEtB9o1UfoAp1X0 { display:block; }
 }@media only screen and (max-width: 763px) { #hv4yEczDV9u97zq4EtVTckXZKLXtzNbM { width:19.0625rem;height:3.9375rem;top:30.125rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqyIvfkpKz9xJ7T5BauMdTC4rX57K3FL { width:15.4375rem;height:4.125rem;top:38.625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pR13TVLq0fCHw3WQxoJP2XLF6FmLxzeD { display:block; }
 }@media only screen and (max-width: 763px) { #pzbOdcmzR7skIXRrFR1xUEFd4fCxu8IK { width:19.0625rem;height:7.875rem;top:42.6875rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQtFUGzcRrarNRlrVfbleLtze1x0KJNQ { width:15.3125rem;height:4.3125rem;top:53.375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSyl637o1PodNeGTUPDTmWDDUTU8MVMF { display:block; }
 }@media only screen and (max-width: 763px) { #I4Jv5ou3to2zBVGMi0VQJyly6giIhfas { width:19.0625rem;height:6.5625rem;top:64.4375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swETyKUK1POTgTqwRqOFDliwCrTDHb91 { width:15.4375rem;height:4.125rem;top:85.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7BTiwfqZAeTxvBQfkyvyMhMPHSBVVGc { display:block; }
 }@media only screen and (max-width: 763px) { #LBclQVRLzSHTTTp6b4D2CaG6EoJuUasc { width:15.4375rem;height:4.125rem;top:97.75rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpKzRgtbc9tsiPilLb7NZt0tmZv12qJo { display:block; }
 }@media only screen and (max-width: 763px) { #R1h5FCFeIdXHJ92lGB4yRdRiR2mvPwu4 { width:13.1875rem;height:1.29948125rem;top:14.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq87c6uuKyyMLepIZQ35mI4TBD5P0H8T { width:19.0625rem;height:6.5625rem;top:84.0625rem;left:0.4375rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ccpy4iFPtscGV1fNxIgogyf5ZmT7dg0y { width:19.0625rem;height:6.12305rem;top:132.375rem;left:0.5rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDRL5e2IlNkpzOrhlWZqsh2J9iaNueov { width:15.4375rem;height:4.125rem;top:112.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7WpK6ckBZpnavI1QpeTpWBMOer09bFl { display:block; }
 }@media only screen and (max-width: 763px) { #orA99zhLNfQ12B6yePSMdHdGaX3TetlF { width:19.0625rem;height:9.1875rem;top:99.25rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpXB37GmLbBkxxGBrd6TEMQ3c8kRIbHw { width:13.1875rem;height:1.29948125rem;top:62rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXzNfvwWXuEpbzd2tPQFUlVyTf5Xusr1 { width:5.125rem;height:5.125rem;top:3.625rem;left:7.4375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaOzM3GZsHCJ5Slf7l58GAnxOhMaSmwL { width:15.5rem;height:4.125rem;top:10.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8boJfaqhTwwXDLCELFnWKZ4OPyudSGE { width:15.5625rem;height:4.125rem;top:23.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5TGHIQf8g0PfDqB4maOHOupq8WfmzBb { width:13.1875rem;height:1.29948125rem;top:28.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKaWvF8XVJaEcxDAu9lXep9yTccqbuDf { width:15.25rem;height:4.0625rem;top:36rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWAz1RJDnWcGPTfCK4TeBROnvyXHMbMZ { width:15.4375rem;height:4.125rem;top:127.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfV4k2ZcNyP18tuaI9QoFlhxwAIbXxB { width:12.5rem;height:2.6rem;top:128.125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTi8ETSy5TtIPIcXB90fvts0ZE9ynfHC { width:15.5625rem;height:4.125rem;top:92.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4eoyWAfawvGZr9GmMKgUw60bOI3fZ7 { width:9rem;height:9.875rem;top:52rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSfBBXr9vTThvTkBHvQcTfU5NGfJx8SK { width:8.375rem;height:9.375rem;top:72.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7UKcoWDOoUBTvFwKoHXbBf4HfhiTqg { width:13.1875rem;height:1.29948125rem;top:40.375rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6uaszz4AAxoafHhuiqTklbX6lkpTWBL { width:13.1875rem;height:1.29948125rem;top:96.75rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8TKaB65hh6pm7qNBi5Fv3CRkua26fO { width:13.1875rem;height:1.29948125rem;top:81.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPpNUCblBfXpQOa0S8nImBPeb6w1wu3M { width:19.0625rem;height:7.875rem;top:117.125rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THOoNz9Npcg9IEbescHTM8yQLLvnrbC4 { width:13.1875rem;height:1.29948125rem;top:114.75rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ngGPNdwfRF9iA1BM4zUGP4QkmFkI3d { width:15.25rem;height:4.0625rem;top:110.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu { display:none; }#BDcMVFAe9R7JuaBl94fltNm3IfoC6ABu > .row .container { width:20rem;height:179.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBUCeZ0hEQt04ifkPLRfmpGtQx54VZrI { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgTUNNtqn57gcPPs6fXzd1Ofe0iHwgm { width:15.4375rem;height:4.125rem;top:10rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcuxbqUVvtQBE4Pk6C4TwHOHlryWTbiI { display:block; }
 }@media only screen and (max-width: 763px) { #TzPfUsRbV7Nb4oGCFnALO9espTCpXDHu { width:19.0625rem;height:5.25rem;top:16.5625rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brqZ3O78rBfOMqG2qvFrvmGb3fLCG1bD { width:15.4375rem;height:4.125rem;top:27.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdT0RbKitBnmSrwMJJv0xFITLUtT0PVH { display:block; }
 }@media only screen and (max-width: 763px) { #XqfEcifLlPm9od9gLW089wLy0pNCm0sz { width:19.0625rem;height:3.9375rem;top:30.125rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1JWN65WZi577pxwo0ZLlIFXgoESF1x8 { width:15.4375rem;height:4.125rem;top:38.625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihF2gA7xtxlqrqlqCxPhcuEaBGHSgTdq { display:block; }
 }@media only screen and (max-width: 763px) { #Tt9D2QRruZQE1QHKN5Eda1venfgKwwGN { width:19.0625rem;height:7.875rem;top:42.6875rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngZctvIHlcJxciIzRHM6mvNm7GwDMtUQ { width:15.3125rem;height:4.3125rem;top:53.375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSJiEnMhKCD72E5vgd8a5eQvrdBHy8AC { display:block; }
 }@media only screen and (max-width: 763px) { #avqHofL6dP20ouZl8USkTHB0eEUgIvVW { width:19.0625rem;height:9.1875rem;top:64.4375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGPnEBhf4xUUrGNE0hmx1XNP4yJNnCzt { width:15.4375rem;height:4.125rem;top:85.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Utt51Em29ER9ScMQDGmyQMXrui7euVuB { display:block; }
 }@media only screen and (max-width: 763px) { #mJCbCoCk6hxJATCgnkgGHAaZXSMIFQkf { width:19.0625rem;height:6.5625rem;top:87.625rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyi4iRJIhxJk19TDurU6cE4pMhAX58Zm { width:15.4375rem;height:4.125rem;top:97.75rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nx7K2R2sT3p677zXlTq8et6EBqBqeqxW { display:block; }
 }@media only screen and (max-width: 763px) { #qiDNLnEoGDZIOk3ZxN8kGKTIh9JuApNk { width:13.1875rem;height:1.3rem;top:14.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS8dqTuvX2aeCaTn3i4FeHhQT2ozF66m { width:19.0625rem;height:5.25rem;top:102.9375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfBeSCmtPQr8m73kUTvVQAiJMltA1iEy { width:19.0625rem;height:6.5625rem;top:121.1875rem;left:0.4375rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVeGTeV5sUMdpqNDbBly4O91ItzSZkMa { width:19.0625rem;height:6.125rem;top:172rem;left:0.5rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuahV30iwX3Cw1N1sBI5fxZaxRDrssMD { width:15.4375rem;height:4.125rem;top:112.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzBfzpRil2EZ7GdFoqsTT3DMdMPGfnkd { display:block; }
 }@media only screen and (max-width: 763px) { #v4XRWW6J6G6HAhqFPvcKR5GeArdnEA8u { width:19.0625rem;height:11.8125rem;top:136.375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVTJVKOv32LwqXIJ1rhShzh9yRODX8CR { width:13.1875rem;height:1.3rem;top:62rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPDZfxbC3JqoZduSvcdKqhrfPIeT3DeR { width:5.125rem;height:5.125rem;top:3.625rem;left:7.4375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTucoKHFnBeyKMTgBbZKToo0E1PRR70o { width:15.5rem;height:4.125rem;top:10.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN1ckWo2f9FiA5SGfp3tA9Xd0MCSHbRL { width:15.5625rem;height:4.125rem;top:23.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJkTtdZh5l6TF0bF8x0tmqNtcswmaaJ { width:13.1875rem;height:1.3rem;top:28.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTmT6NKB0AONlDZf44na5gq1Lv93VLD { width:15.5625rem;height:4.125rem;top:36rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP9GdBkQwR5sZpQGAIbRpKMRTT4QBTQ { width:15.4375rem;height:4.125rem;top:166.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB6paXOETpvy8MIK94qdwC6hgaCMukuM { width:12.5rem;height:2.6rem;top:167.75rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqp2OkOZi9c0WmKN9WOaWw03hrdyfBnx { width:15.5625rem;height:4.125rem;top:129.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAKlmhxPJUtIc5W0sgMCAgN5T1Py4nRR { width:15.5625rem;height:4.125rem;top:96.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXRhr8b06NoXbGHGaP9pRCbwldceHqud { width:9rem;height:10rem;top:52rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUe88l0DphxuccTN1JA7nEWPqGZwqnW8 { width:8.375rem;height:9.375rem;top:109.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4QXHn7ddgirMD5mTGWKghoZBUepZBTS { width:9.125rem;height:10rem;top:75.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQnk64rlPBJydHcIqTTPkrMXdgFIMnZi { width:13.1875rem;height:1.3rem;top:40.375rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8ONUVLhpVXGFKZHNLmbFgrpgEe2E41 { width:13.1875rem;height:1.3rem;top:134rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZod7Ib6ZM8esEcSkTqpGETvrxiPzPp { width:13.1875rem;height:1.3rem;top:118.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laRkZ1vtuScwBtl5DQ2vPBwqBpnOipSX { width:13.1875rem;height:1.3rem;top:100.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqCORag0xNRLtAKcAKcS8VcD8z0K0U1x { width:13.1875rem;height:1.3rem;top:85.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3Vl22TFP6N3vTlPUXyJwd6gq6FQuNB { width:19.0625rem;height:7.875rem;top:156.75rem;left:0.46875rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8X1MlAP1XcUfTdefSJCNVRX7ZLt2nlk { width:13.1875rem;height:1.3rem;top:154.375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcH2hM5OAeCnhkinkohmXQvy3DITd9nG { width:15.5625rem;height:4.125rem;top:150.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 { display:block; }#HpieNiyRvSJg3uUnbaQqXOVEHk8W8zX6 > .row .container { width:20rem;height:185.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAUFvmOQQL45OnPhC2kfrmce8bNzEMBw { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxRrXwel65UTzRR4HNmuSu4fvKCKVsXE { width:19.0625rem;height:7.875rem;top:37.375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5ldMVQm175lN2Q5hAz7MZJkhruQaRJ { width:15.4375rem;height:4.125rem;top:10.75rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQnkpOcDZy4dghQwoP3g1AcT06czlOFr { display:block; }
 }@media only screen and (max-width: 763px) { #lU5vfyfrlPQJZI2A9bDTf37kZvrcBKJI { width:19.0625rem;height:10.5rem;top:18.125rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RB8CazCZ76JfRSvBdU1sHVPWLeTeUG0T { width:15.4375rem;height:4.125rem;top:27.9375rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBpXb2OTsq7IX4TvBOTH8eUNXLhJoRsN { display:block; }
 }@media only screen and (max-width: 763px) { #lKoQHt39Q6q8wnTeN7tsZJVMgHtJtp1A { width:19.0625rem;height:9.1875rem;top:79.3125rem;left:0.4375rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CCzgOL6cwhwVC0KBQy1QTR9nQGCBKnAT { width:19.0625rem;height:13.125rem;top:103.25rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TntDtVx2aqAevWOpNtLWEtlfTafP0Aka { width:19.0625rem;height:13.125rem;top:124.4375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHfDd2o8Q1CumvFDGBP2DJuEnncIu9Cl { width:5.125rem;height:5.125rem;top:4.375rem;left:7.4375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZTZOMfTTUh1xMrRUxrxr06NU7lKx4Q { width:15.4375rem;height:4.125rem;top:119.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZFzCryiUwGVCNNZTISbM7VaI9UUQbA { width:12.5rem;height:2.6rem;top:120.25rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2CcMZCM27wmKoswQZWSLiS06pdluzTp { width:15.5625rem;height:4.125rem;top:30.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHPscAbT0o7BpGrLBAEvk8OQ0fmELkbi { width:15.5625rem;height:4.125rem;top:11.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIc2haPBOOBRlI4l83n2ixeAxvE4z0VP { width:12.9375rem;height:10.9375rem;top:90.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfRJi7dbAblT9FIIpiaq0MODSD3wRtN { width:11.0625rem;height:8.875rem;top:67.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfVcER1JKfLcQqIofW8bnMoMSuQmJXOu { width:13.1875rem;height:1.29948125rem;top:15.8125rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1I1wiGhBmvTCDrnA0ifIS2syBgDfgNN { width:13.1875rem;height:1.29948125rem;top:35rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP6wvbWlrMIy0VZ3wXHTp8AKaDazag4P { width:13.1875rem;height:1.29948125rem;top:76.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZE542ffkd6IXzgtH51S0gVlDTh4KUX { width:13.1875rem;height:1.29948125rem;top:100.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJ4fuH9ZbrwcBVprSeBkSw3TCPQTUuo { width:19.0625rem;height:9.1875rem;top:56.625rem;left:0.46875rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sony8zVbvwWtqpK8EfsrGHuZ30LabT0K { width:13.1875rem;height:1.29948125rem;top:54.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um4zxMPKHGHC8qsK8HCyDWfFK4S51L66 { width:15.5625rem;height:4.125rem;top:47.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPOm4ygGBuF2IQsq0fKT1dFtd99WlxlT { width:15.5625rem;height:5.8125rem;top:48.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InXsIII40fR4etr0T1tqs8VybwQbDWsM { width:8.375rem;height:2.0625rem;top:51.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ1UUtIeOSiUL3OZa3tEOBA04n8PCmaC { width:5.75rem;height:2.0625rem;top:51.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz0Hbs7o4NDqP6ZmKMRyRVAxtp4SpUMh { width:9.4375rem;height:9.5625rem;top:138.81250762939rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVatr27K5L2moOwycnJZsdIBTSOcKpdT { width:20rem;height:9.1875rem;top:152.17448887939rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OBDAc26eLhQNtRUx2GloC13h4nNqs0vx { width:13.1875rem;height:1.29948125rem;top:149.62500762939rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evTmWEaT22moOHn7dIyuIoTnSiBd35p7 { width:13.25rem;height:7.8125rem;top:162.61198887939rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObllnBBcNHP9i3OyhyifI08Qxzd09kK8 { width:20rem;height:7.875rem;top:172.97397012939rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UNXZJu3hRvnNbMWBfgUM9uhNgabP9vUI { width:13.1875rem;height:1.29948125rem;top:170.42448887939rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI87G6TV17pNeM7ZKSApcp10xPzkqhyV { display:block; }#hI87G6TV17pNeM7ZKSApcp10xPzkqhyV > .row .container { width:20rem;height:184.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu7yua1p1MfM0SMw6qTNf5inATZoqane { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv { width:19.0625rem;height:30.957rem;top:150.4375rem;left:0.5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#xrUv9VzSh3MZRxV0Bh7lyySNhH2Vhgfv li:before{  }
 }@media only screen and (max-width: 763px) { #I239FSKbl0LOs9e7ghLV5PHhfEo74luO { width:20rem;height:4.0002875rem;top:128.875rem;left:0rem;font-size:2rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #cFQzTDp7iI3wVZ2xJJ75xEAcho4l5Uy1 { width:6.125rem;height:6.25rem;top:10.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXROPOvHBNeL28BXWGhTDn1XwWsu2zfM { width:6.125rem;height:6.25rem;top:10.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAIKNlRSJ5Na3TFvNx2F8mRSOt5T1wt { width:20rem;height:4.0002875rem;top:19.375rem;left:0rem;font-size:2rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #msl4SfaIRfQzxTczNizK7hbcDxZW9LPi { width:5.625rem;height:1.137875rem;top:17.0625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6x83nxnDgGPid96i3own0HgLFX0XaJx { width:6.1875rem;height:1.137875rem;top:17.0625rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr { width:19.0625rem;height:66.388125rem;top:35.0625rem;left:0.5rem;font-size:1rem;display:block; }#J4vM3CiWBvkZfxMNLqC3csiZTdaTTIVr li:before{  }
 }@media only screen and (max-width: 763px) { #ggswIiDHRIZSqMoEgq46y1Bb24DMqe1W { width:19.0625rem;height:2.92448125rem;top:103.5625rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3X5Kb9NHTr0ho0ZVXUhaCsMCaJAVk8 { width:19.0625rem;height:20.7916875rem;top:107.25rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuyBOnV2T3A0yZg3NRePweUy5sBKrX8B { width:20rem;height:2.5rem;top:146.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNxVrLl7dkfQQIreUZs1nvQauTHDOVE { width:18.875rem;height:2.4375rem;top:146.875rem;left:0.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpysntCo0nNVowiqvusiX0xLGRqFcmCl { width:19.0625rem;height:0;top:139.625rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15016;display:none; }#zpysntCo0nNVowiqvusiX0xLGRqFcmCl li:before{  }
 }@media only screen and (max-width: 763px) { #lmEuT03xofqomuAqNXVeAImCrWm45B9f { width:19.0625rem;height:0;top:166.875rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15016;display:none; }#lmEuT03xofqomuAqNXVeAImCrWm45B9f li:before{  }
 }@media only screen and (max-width: 763px) { #JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 { width:19.0625rem;height:0;top:157.75rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15017;display:none; }#JDDpnZcqmNCO1lcq5zNwev0FCIh1HaD3 li:before{  }
 }@media only screen and (max-width: 763px) { #ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU { width:19.0625rem;height:0;top:148.625rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15018;display:none; }#ac7Erxxt2MSsTc6vTN3ggXFekK3I6dgU li:before{  }
 }@media only screen and (max-width: 763px) { #CrAV8RHp4HXBfAammnBrFosObLhaxZZm { width:20rem;height:9.096375rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovx2R8e4ZwrIpFtf2rv1dOJW98mdNRDk { width:19.25rem;height:12.9948125rem;top:132.875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AI7OBVFlO6VT0Z0CnsNsl4DXpeZz9KZW { width:5.125rem;height:5.125rem;top:4.1875rem;left:7.375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uSXICtQabkLmnTJ2BSTcreSc26NG1g { display:none; }#a5uSXICtQabkLmnTJ2BSTcreSc26NG1g > .row .container { width:20rem;height:157.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VEhV7Orl9aLVRMq8yihV2OQKHw4mAZ3T { width:19.6875rem;height:4.95rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrbrtbKCBHqUkFIn1hy4qzZGaLWeOq0N { width:20rem;height:4rem;top:124.3125rem;left:0rem;font-size:2rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ICFob2VeDZbEFlAm8FihTfqrCNO4qr2a { height:11.1703125rem;width:20rem;top:130.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbFZOSWnQbeprRe4ehFmyVKMael9QDUN { height:11.1699375rem;width:20rem;top:144.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb { width:19.0625rem;height:15.875rem;top:107.37500476837rem;left:0.46875rem;font-size:1rem;line-height:1.4;display:block; }#fe9Lx7RoEDW5Jfs7kdqTTe92ONiMJzKb li:before{  }
 }@media only screen and (max-width: 763px) { #QTVJR6n6ohuqoXmbU84TOIdE8PWKyDe8 { width:12.0625rem;height:1.1375rem;top:6.1875rem;left:3.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCI21BlKnw3nREH60SVTcgsv2J9Ba7D9 { width:5.125rem;height:5.125rem;top:8rem;left:7.4375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytuLUpBogfIV01OGV8Ov0qSPiMSgrDFr { width:20rem;height:4rem;top:99.4375rem;left:0rem;font-size:2rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #wnPym5QbIqrqX9wP1giPfOuwMWykLGI2 { width:6.125rem;height:6.25rem;top:14.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMT0i9tcG9Lpd5IMHXo8IwuhIy1sbxdv { width:20rem;height:1.75rem;top:128.9375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #KnSVil6u14x5UXbyhanVUUIKm0slbq10 { width:20rem;height:1.75rem;top:143.25rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #XhkxqaqtLNwloLtxeTN77kqs858uWWAH { width:6.125rem;height:6.25rem;top:14.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIBlbwJzwQ2xWPAibxCSwkWbPHXmXsTv { width:20rem;height:4rem;top:22.4375rem;left:0rem;font-size:2rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #GTAApK8sz9acIEXJ6KSahDseznw15lu9 { width:5.625rem;height:1.1375rem;top:20.4375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhPMfRnl59vh61ofkPH5KV6Hf2fTe2NF { width:6.1875rem;height:1.1375rem;top:20.4375rem;left:11.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil { width:19.0625rem;height:52.425rem;top:29.625rem;left:0.46875rem;font-size:1rem;display:block; }#nf3GUdHQmXEx86w3dH1mIJXn9adT6Qil li:before{  }
 }@media only screen and (max-width: 763px) { #pwScqvztpxoXJCSbpTyS5sWptQpo3XUw { width:19.0625rem;height:2.925rem;top:25.9375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABBehVqPxGkR3tNoF7wyU27MbQhW6SoZ { width:19.0625rem;height:15.6rem;top:83rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA8xRUwgBEe6t4DBzy7pEZyzQX0aWJxD { width:17.5rem;height:2.4375rem;top:103.37500286102rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI3Tcw6S091S4VOq4vEHcwOVbvTXgcxJ { width:16.5625rem;height:1.86875rem;top:103.625rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf { width:19.0625rem;height:0;top:139.625rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15016;display:none; }#eoIPWk6nRvJ4eeVpHh7ghVFqHNAtZsQf li:before{  }
 }@media only screen and (max-width: 763px) { #GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla { width:19.0625rem;height:0;top:166.875rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15016;display:none; }#GoAFm86Tg6fXBGT8kqIB1ckQse6h4zla li:before{  }
 }@media only screen and (max-width: 763px) { #ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 { width:19.0625rem;height:0;top:157.75rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15017;display:none; }#ZfAp0VZZe33LU2eSelhoysXbTVAp5D42 li:before{  }
 }@media only screen and (max-width: 763px) { #G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH { width:19.0625rem;height:0;top:148.625rem;left:0.5rem;font-size:1rem;line-height:1.1;z-index:15018;display:none; }#G0BbPgWCUTlHuAQ4KmJIfWmm1N6w7VRH li:before{  }
 }@media only screen and (max-width: 763px) { #vNpB7GaciC5EDFadZo05fqQG69wygUqG { display:block; }#vNpB7GaciC5EDFadZo05fqQG69wygUqG > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7HFFo0eVuRBX61aVhyeupGgiBSxnmkT { width:18.9375rem;height:7.836375rem;top:0rem;left:0.53125rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSHL88SJygXQaaK7dsogIm2TRI17LVNq { width:8.75rem;height:3.3125rem;top:77.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwRZheMM6vHiPVbcW3SxVPE0Dhg9QPS { display:block; }
 }@media only screen and (max-width: 763px) { #GCFHzeE01efVPRDJcWxTG7SzL2xU4sBo { width:8.75rem;height:3.3125rem;top:70.8125rem;left:10.768750548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTkiVQ53TRV1AWeuQTad9SeRntAq0fo { display:block; }
 }@media only screen and (max-width: 763px) { #husgKaLBmqM1xRI7hWyln6kgqwRKI86k { width:8.75rem;height:3.3125rem;top:64.5625rem;left:10.768750548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJBM8yQHvTGegGuTX2xUHo19TmHsDfo { display:block; }
 }@media only screen and (max-width: 763px) { #OS7W3Q5AN8DzyhUUHFbi3CMzlteqSZO2 { width:8.75rem;height:3.3125rem;top:70.8125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqH9uXOBJsZKN81rNrO5t6LtElZHF62O { display:block; }
 }@media only screen and (max-width: 763px) { #RzHJzi0mNE3bsFhrbtSwTlhvXhkNX4DT { width:8.75rem;height:3.3125rem;top:58.3125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoZNNFehntT2QpgPrVs0iMNWHZThaP79 { display:block; }
 }@media only screen and (max-width: 763px) { #yXc0Am2FIQc99DvLUuLXvaITswpMT5mG { width:8.75rem;height:3.3125rem;top:58.3125rem;left:10.768750548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZnGvr7D617XJqOQgnaoi8Vn7S8RK2q { display:block; }
 }@media only screen and (max-width: 763px) { #K5Uay5aCmT06o1SdQazuZ7vCGUDqZxIt { width:8.75rem;height:3.3125rem;top:64.5625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wba2m6Wxz78TTZ58mQ27exWVTv6E3GDq { display:block; }
 }@media only screen and (max-width: 763px) { #lf6PyuoV92kFmb0boKKpPyiPuMduoPeR { width:8.75rem;height:3.3125rem;top:77.0625rem;left:10.768750548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhSAzf2QC128ikQ25celN8r1u39cQJdG { display:block; }
 }@media only screen and (max-width: 763px) { #pXticOOGGpOPt8iriPdb8TXasksRIsOD { width:19.0625rem;height:32.8125rem;top:18.375rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3LEO3lw72IEpeny1V0LEP4E0qEZvHJe { width:4.4375rem;height:4.4375rem;top:7.8375005722044rem;left:7.7812503576281rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SirENw07pP2rf4Lfi1aT24My7dastBQe { width:15.4375rem;height:4.125rem;top:13.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIFrmmXZSmGTRJuWTrP1cbzRRR4CkmUk { width:12.5rem;height:2.6rem;top:14.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyPC2RWH04XiIfHyz8gfCTvZt7ZdVo9n { width:15.4375rem;height:4.125rem;top:52.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1S6RTWu6awAWhTQN0WNtbVuJBWdTJoR { width:12.5rem;height:2.6rem;top:52.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuCypf0r4fTe6UEmSBcxUieBJFFAh6qT { width:20rem;height:4.78125rem;top:82.5625rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RwDfPobH48SDBzDk4PCXDInSMvR3KgeT { display:none; }#RwDfPobH48SDBzDk4PCXDInSMvR3KgeT > .row .container { width:20rem;height:167.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eM9my5sczMmRciuwZbSs8VzCtzZ6CzmX { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKpXz9dtcvlV2IaWcKgpJtfl5VHWKmMq { width:18.125rem;height:2.875rem;top:162.93748474121rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ7E5Wf4aIOkUMAosFNR1GeftxLzu46H { display:block; }
 }@media only screen and (max-width: 763px) { #z9WvEtBBGgfIG4Tun1IGgWLv3KCi4U2w { width:19.0625rem;height:3.9375rem;top:22.25rem;left:0.46875rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laEGRTU5Ki5o4RNggZ9FK6tl8qfz5VTC { width:5.875rem;height:5.875rem;top:3.875rem;left:7.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekicotq6J1yHHLZFVMVULR5aMQbW3V4P { width:8.5rem;height:9.375rem;top:10.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykEhbQZXuAq6U2zNogXFnrantto5cpEX { width:13.1875rem;height:1.3rem;top:19.9375rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8dDxd4Rf0Tz9aiHEngQMM1MCRES7D45 { width:19.0625rem;height:128.625rem;top:32.125rem;left:0.4375rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHFKoZiQ688hTd7QvXdV9KxZwbkON7SS { width:20rem;height:5.2rem;top:28.5rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DhHy3XF6IP367UPofd8AmVfSwGO0SIyH { display:block; }#DhHy3XF6IP367UPofd8AmVfSwGO0SIyH > .row .container { width:20rem;height:128.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDck7ol3Qqx48c4r2RqiuhVTaNNAGcVN { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGTtmMS8sp6Poz03TgIkz4iTaRMRS5Kq { width:18.125rem;height:2.875rem;top:124.375rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOTWKTI7J6iWo5b2SJumEtTPlPCZpMW { display:block; }
 }@media only screen and (max-width: 763px) { #TrWNW5yIFf89sUnG9dTxqkp58CuL7Vp4 { width:19.0625rem;height:6.5625rem;top:16.75rem;left:0.5rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEb0Xxy1fU0eJpPKKykG3LMECg7iJqme { width:5.875rem;height:5.875rem;top:3.875rem;left:7.0625rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEohGb8mABPKTkRTzQXb2gKkP4ecRGUI { width:8.5rem;height:9.375rem;top:5.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPtzPl9esvt1wwM3t8Zxhe6c99JJlTSi { width:13.1875rem;height:1.29948125rem;top:14.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbnyVLcmrxqKtGgf5rgIWSNUNF5ImA7 { width:19.0625rem;height:93.1875rem;top:29.4375rem;left:0.4375rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbJASNXnRV5JO6F15QMos5tWQ9gJHO8u { width:20rem;height:5.19921875rem;top:25.8125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR { display:block; }#HMHgz2TibUh1ypEx2NcDf4skTW3HMhlR > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT4IGtsEvK4t1HDvU3chzTLTJAEhffMt { width:7.125rem;height:2.375rem;top:7.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXX4unoA5GTEHhNKNoDQiUsPmQi1bNcD { width:17.8125rem;height:2.5989625rem;top:8.4375rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SPU3PRb3Rn7doORGOPRdJvprq89eF4kT { width:7.125rem;height:2.375rem;top:13.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvty006947psstdmm9gOt5sXIQKN8PFo { width:17.4375rem;height:2.5989625rem;top:14.25rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWkGL00mbLNDRcT6PkLM6IeoDTVKFO4P { width:20rem;height:3.4101382488479rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6oPMFBA6Fq0pTa7N22uw6cqs9c30csU { width:7.125rem;height:2.375rem;top:19.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUg5I72EibDgPczsxIOy7f5JL7nMTdSw { width:16.6875rem;height:3.8984375rem;top:20.0625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xs8FlomX9SF4JPXElELi4pRNsIBp4see { display:block; }#Xs8FlomX9SF4JPXElELi4pRNsIBp4see > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETsAuoh3czOoquoaQMe1J1wcTdidDRwy { width:19.6875rem;height:1.99375rem;top:1.1875rem;left:0.15625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTTVLrfcUzB7r3xlMU1tFc9q0yEuyP1 { width:20rem;height:3.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMnscw76FNM8w7qh68sE9LGa23WvEana { width:19.0625rem;height:2.00014375rem;top:5.34375rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKdchvUO2xO2bHHtCThpXKtoOfJ77EfI { width:20rem;height:4.5rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcsgNgwzKSmd4TG8xPzQib7N8sddTxn { width:17.3125rem;height:4.0002875rem;top:10.6875rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xRpiEX7m8JSFCmfrdRhMrvGGkMb0T3 { width:19.75rem;height:6.375rem;top:24.0625rem;left:0rem;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eFTgHzaxqe6GzNvqTPOu2xSs3QM0OPCE { width:14.875rem;height:4.0002875rem;top:17.5625rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HivNZdCaUTxRWZiclQZrTN0S2zK6cHar { width:20rem;height:4.375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECzygTTgHc931Cu5KbxnaZVCbXSaxdAT { width:18.3125rem;height:4.0002875rem;top:37.125rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTM4TnBxa2DfexhdvXZ6E3Je6nn8Hnfx { width:20rem;height:4.5625rem;top:17.281249761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aElSXiFvE4GWih9KpfPHt4hJ6gmztJg4 { width:17.3125rem;height:6.00043125rem;top:24.25rem;left:0.5rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NMqQxTTVg7nP8GZTMrJyb9SDSgmJDOMh { width:6.375rem;height:3.3125rem;top:32.1875rem;left:6.8125rem;z-index:14999;background-color:#777777;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnMePllq9NxffwZHl16ZemLpCzfOVDA { width:4.125rem;height:2.25rem;top:32.75rem;left:7.9375rem;font-size:1.125rem;z-index:15000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #OeTmDcKZIwiJb97lTGCKOy4Th86cGnUb { width:6.375rem;height:3.3125rem;top:24.5rem;left:6.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw1xRaTTvMap71hC6Gv890i3oVz9dsF { width:4.125rem;height:2.5rem;top:24.9375rem;left:7.9375rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dbwaPra09BBlF6GJVtlK3xqNdM0C7aXV { width:17.5625rem;height:4.0002875rem;top:43.75rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzwNdHE7EaxKnvO71aU3TEs222c8hu6m { width:20rem;height:4.5rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNdTZP0GLTs0QIAchMWxwyW25siwMzOG { display:none; }#CNdTZP0GLTs0QIAchMWxwyW25siwMzOG > .row .container { width:20rem;height:52.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nLSBRZsfIfhG5A0uz1bkksuSGtc9gz4B { width:19.6875rem;height:1.99375rem;top:1.1875rem;left:0.15625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4AEibHy7w4IqPnRXLGLpu8JfTMQBTKB { width:20rem;height:3.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMxvsB0uaxSqKiibnI43hOvOsyEFEutc { width:20rem;height:4rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtD8vWgRiBCc65dVbiMhkESTdrKJ52G7 { width:20rem;height:3.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB46uUmffsMb5NEc9VC007POhcx7J4W3 { width:20rem;height:4rem;top:11.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKOJJZmGR9lbFJueMWOZlW9CFPKwe6dD { width:20rem;height:3.9375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3i6d3uyDBrd031EQbJp5Tm32scgOlzc { width:20rem;height:4rem;top:21.90625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyGN2aygQFeTbT99tqGVphkW7R7yRUp { width:20rem;height:3.9375rem;top:36.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbdS3gO9Wwap1FBsVRLkNgTm1nQtgDVy { width:20rem;height:2rem;top:37.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69cmrElrhILuMWcT98VEfF3gX915kVV { width:20rem;height:3.9375rem;top:31.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRyEKNKi6T4mhorVASffRyPQT1f04duI { width:20rem;height:2rem;top:32.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5tq8d9MhEMUaHpzCio2nVA4MGt31RP7 { width:6.375rem;height:3.3125rem;top:27.15625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxSuGrsUnLLgMtmJiFTiGwRD0OIXIzza { width:4.125rem;height:2.25rem;top:27.71875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GWHMqc0FTOK4CdQUO5eTCrUXxI7XFn { width:6.375rem;height:3.3125rem;top:16.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQMQr3TB52Dgp8oi09uTeBkBQgtDdZ3O { width:4.125rem;height:2.5rem;top:16.90625rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q { display:none; }#mPXLGxrK70Ieos9qA6T4L9Xes3J35K6Q > .row .container { width:20rem;height:52.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMToH0guBVfKTNqII2E0JJXmQMKcfeWl { width:19.6875rem;height:1.9375rem;top:1.1875rem;left:0.15625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreJJSVeig3BQT9tuNpIuPGsRoLAkewV { width:20rem;height:3.9375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue0xIAE87d07OEoXCrPhQrBtIuwP5xoW { width:20rem;height:4rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #skyz02W6fA0BkbsKSaKGgDTX5d2OQnOE { width:20rem;height:3.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiU41LFIOUBtfzDT2oi3R4LVZnVlKniw { width:20rem;height:4rem;top:11.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWlA7Ua3mgwQARSzMITbwveNd3B4AnT { width:20rem;height:3.9375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvTQ1rGvg6CvZz7EiWliaNqb5FNcagQ { width:20rem;height:4rem;top:21.90625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNzSqVsc8UkEny1KclPG5WPDRzTaZNgM { width:20rem;height:3.9375rem;top:36.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfJeXHwIP7TCp38OPvPBDbhInsPnfCM { width:20rem;height:2rem;top:37.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7rKBRVq4pQpTmcHSoaWF6KIweW04dE { width:20rem;height:3.9375rem;top:31.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HigUtIE0gHtVDCx2UgDHuDf696qzxzAX { width:20rem;height:2rem;top:32.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5FIfxa6SuVc5aabVrMH7hxS0TpfC3O { width:6.375rem;height:3.3125rem;top:27.15625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSZbTd688vWi73kJlWFS0KhxLWLF3f5t { width:4.125rem;height:2.25rem;top:27.71875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqq5xO82G5tt0MdmW0MX4pET1s4NTgeP { width:6.375rem;height:3.3125rem;top:16.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnVWrPe3LTok6ZhQOCXiNaT1tcozhJ4B { width:4.125rem;height:2.5rem;top:16.90625rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR97AahdbFEZnb5r0E1oTVOST6dl4EXx { width:20rem;height:0;top:42.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yawTREVOX7xNx8tm6wETX5XCWxDVn0UM { width:20rem;height:3.9375rem;top:42.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo { display:none; }#c5FVLN2dXG0F5ON5CLMBVGN1QSDxGOPo > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LwHfRt6RN8ULnws3v4uhRdFQ99SdiC2M { width:19.6875rem;height:2.475rem;top:1.1875rem;left:0.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83bfl1RW8AXRvWpTVZMW80edUHIBqa8 { width:19.0625rem;height:3.9375rem;top:4.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWl3h2hItm2TI1NSGPdR96QChBRDiKx { width:17.4375rem;height:3.25rem;top:5.0625rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwDGI1SubsmtyhXyrtqQOEDTzK3aToNh { width:19.0625rem;height:3.9375rem;top:10.875rem;left:0.5rem;box-shadow: none;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cVKWmZTwIgoQCrDUSaTwEwU8EvBQpyCt { width:17.9375rem;height:3.25rem;top:11.1875rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBqLmMr9TS497Ut9LyrfRUqxdTIk52UT { width:19.0625rem;height:3.9375rem;top:16.8125rem;left:0.5rem;background-color:#fdbc18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.25rem 0rem rgba(0,0,0,0.67) ;display:block; }
 }@media only screen and (max-width: 763px) { #OxMki9iVaIOOvGEOC7prex0fkwUmhTaC { width:17.4375rem;height:3.25rem;top:17.125rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KULnGZTTLNlAPMzHm0Lv9rbCvU9qSJbU { width:19.0625rem;height:3.9375rem;top:33.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCHp3rUD5TcPrxOGwBtEdt7OGRMql0R { width:17.4375rem;height:1.625rem;top:34.1875rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSB3ok6CoPWUGo4CH8gTtbzEGn06SDe3 { width:19.0625rem;height:3.9375rem;top:27.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghK4enz2ZiMVBRHID2pwwMXtRuEaJiUb { width:17.4375rem;height:1.625rem;top:28.3125rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgSkwDAoPz21gxTxp7dSKWW3bIirB5Jo { width:6.375rem;height:3.3125rem;top:22.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBbN8Oc2kNMbCD3dW5CfQcaVh90awrW { width:4.125rem;height:2.25rem;top:23rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5UQKTiFIDgRLT2U6GtdyvRBAtZgPKi { width:6.375rem;height:3.3125rem;top:25rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA2fDzHCveCnxo3f4zADpCNNhi5hgwVh { width:4.125rem;height:0;top:25.4375rem;left:7.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsqAODeGqkGchglFG6kDhR6QnDNx0QSn { display:block; }#FsqAODeGqkGchglFG6kDhR6QnDNx0QSn > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czWXBIElytuufWBUTpn6Wfth86h5fbqh { width:20rem;height:9.96745rem;top:13.124976158142rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-input-button { width:12.9375rem;margin-top:0.25rem;margin-right:2.25rem;margin-bottom:0.25rem;margin-left:2.25rem;font-size:1.3125rem;overflow:hidden;height:3rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ  { width:17.5rem;height:auto;top:24.205419927836rem;left:0rem; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ {display:block;}#OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ { width:17.5rem;height:auto;top:24.205419927836rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #uqr6zJlFGyoc51A5THWDNvDF1iHu8rSL {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #QUfTRirlLADZwXdXFOduTkgPEqOSl14e { display:block; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #R3Hx9faIg61ue4zUPfVGuNBhey2QmuT4 {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #P1WMna6178wcizOoXkOwqNsI5KCr4h84 {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #IrDTf9HxzUKVlUCc94n2sF5UafH3cBfW { display:block; }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #NinHDwUJqL8hovkTRRTe9fovMTcapHHu {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #ZUiVxwV3aQ2fBsaAnI1rTcpA0FP52rFr {  }
 }@media only screen and (max-width: 763px) { #OA8AnhHvvnWh4KutEr2LhvPSszxW1lvZ #tXooL9lFK4PcskIdeeRg0meJUa8TGnza {  }
 }@media only screen and (max-width: 763px) { #RyvruvOh9IyUPLKUqN5ve0amQknbPZkm { height:11.165625rem;width:20rem;top:1.0624666213989rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHpDLw1kHLakmE85UWGxvmuiyZrLktG { position:relative;z-index:auto;display:block; }#RTHpDLw1kHLakmE85UWGxvmuiyZrLktG > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0ZgJJLag8Ju61Gp4NXpmyGlHg0dfdhP { width:11.25rem;height:0.97511875rem;top:4.25rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNDokiI1lKUXeQoP1AJl7ZXT0rmUMbgK { width:3.125rem;height:3.125rem;top:0.8125rem;left:5.4687498807907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXTkiMBLyf5zQ1QPKZVOREqzyMLfKCv { width:3.125rem;height:3.125rem;top:0.8125rem;left:11.718750357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgTLFOaLQWyQyLmgxiV9HKNAS0HtPuWs { width:1.5625rem;height:1.5625rem;top:5.9375rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZU1ItE47CgTvtCuJ9PlThqiDFSugCZ { width:11.0625rem;height:1.137875rem;top:6.125rem;left:7.75rem;font-size:0.875rem;display:block; }
 }