.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:250,237,226;--color-primary-1:239,196,158;--color-primary-2:223,137,60;--color-primary-3:112,69,30;--color-primary-4:33,21,9;--color-secondary-0:227,221,218;--color-secondary-1:162,141,132;--color-secondary-2:69,26,8;--color-secondary-3:35,13,4;--color-secondary-4:10,4,1;--color-tertiary-0:255,255,255;--color-tertiary-1:254,252,250;--color-tertiary-2:253,246,238;--color-tertiary-3:127,123,119;--color-tertiary-4:25,25,24;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"DM 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:transparent;background-image:url("https://images.assets-landingi.com/uc/b4c549b5-eb91-480b-a340-cc8e6acc3e3b/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#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.1); }#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); }#fCFvbO7KDwNiQ5gHtgZbhhTQhIWk4BTT { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #fCFvbO7KDwNiQ5gHtgZbhhTQhIWk4BTT > .row .container { position:relative;display:none; }#L1BB0SyWL8DpsC4NgzEx29CXA3B4HTeF { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #L1BB0SyWL8DpsC4NgzEx29CXA3B4HTeF > .row .container { position:relative;display:none; }#JxL2ScvIJRSWoBmTLLEJD9Faw1UaQptE { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #JxL2ScvIJRSWoBmTLLEJD9Faw1UaQptE > .row .container { position:relative;display:none; }#bMDT03WAS1pyNN7NxFca4NIc7939gA2U { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #bMDT03WAS1pyNN7NxFca4NIc7939gA2U > .row .container { position:relative;display:none; }#x9ZARqGk4gSkgyNafqu55gQw8RPkblz1 { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #x9ZARqGk4gSkgyNafqu55gQw8RPkblz1 > .row .container { position:relative;display:block; }#pENIeCcfcM6OTJS92aEROCuDieTtnQEo { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #pENIeCcfcM6OTJS92aEROCuDieTtnQEo > .row .container { position:relative;display:block; }#Bd8XiMbfVLDpkHrlfxkmeOXUm0ygwkqW { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Bd8XiMbfVLDpkHrlfxkmeOXUm0ygwkqW > .row .container { position:relative;display:block; }#r3uM3dW0wv2yIptixzNrMpKVXRDHlVsZ { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #r3uM3dW0wv2yIptixzNrMpKVXRDHlVsZ > .row .container { position:relative;display:block; }#bP2MtG13DoG0Nx3ogkH5LTBbuRviw3VS { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #bP2MtG13DoG0Nx3ogkH5LTBbuRviw3VS > .row .container { position:relative;display:block; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { background-color: transparent; background-image: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container > .video-iframe-container { display: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row > .video-iframe-container { display: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .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); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { border-width: 0; border-radius: 0; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#fqSkKZhMeGmhHuV48uFAc8DTtLPcgrJn { box-sizing:content-box;height:0.0623915rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:#fbedd6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:28.4375rem;display:block; }
#WoNJityIhkppzexIfRNNgfgOWUQMgvTA { color:rgba(255,255,255,0.9);display:block;width:45.06225rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.9375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#ScFAF9HfvQOFyI9ULUubINIONVLr0PBF { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0615rem;width:48.18725rem;top:8.9375rem;left:13.375rem;overflow:hidden;display:block; }
#UQwJkz7rgx3Pnpb1GRwlAkHR3uvWIvbD { background-color:rgba(26,13,10,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cca77d;border-left:0.0625rem solid #cca77d;border-right:0.0625rem solid #cca77d;border-bottom:0.0625rem solid #cca77d;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#f8ebdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:16.6235625rem;height:3.2495125rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:22rem;left:54.5625rem;display:block; }
#iXNFL8rSu3ZTG44J7HrnfOxPqaGGPkAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvIhZvHSs7HZbCHRmx47Axu4zk5e7wro { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.75rem;top:23.28076171875rem;left:55.56201171875rem;overflow:hidden;display:block; }
#v87rmuiZkw3ea1od2bKIVxgEVMF51Lok { background-color:rgba(26,13,10,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cca77d;border-left:0.0625rem solid #cca77d;border-right:0.0625rem solid #cca77d;border-bottom:0.0625rem solid #cca77d;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#f8ebdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.87475rem;height:3.2495125rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:22rem;left:28.5625rem;display:block; }
#bP3ZgUbpNCOUpqEeT4nN7wq9QvGxfkBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pz6XualRyzfkyHAFiwXLNu0ZiGztUTlh { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.75rem;top:23.375rem;left:29.5rem;overflow:hidden;display:block; }
#IWOMJCXcpnsVTiLAZQSWZCzHinXisUOk { background-color:rgba(26,13,10,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cca77d;border-left:0.0625rem solid #cca77d;border-right:0.0625rem solid #cca77d;border-bottom:0.0625rem solid #cca77d;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#f8ebdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.8125rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:22rem;left:20.625rem;display:block; }
#vrIueXKR7imAK8Sdy5xU8KfzQs6GrzWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6CbbXA2CTHAr4mIzlLmhTUhnCgyItGE { background-color:rgba(26,13,10,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cca77d;border-left:0.0625rem solid #cca77d;border-right:0.0625rem solid #cca77d;border-bottom:0.0625rem solid #cca77d;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#f8ebdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.999875rem;height:3.2495125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:22rem;left:12.5rem;display:block; }
#cVxHmvXFInqy1rvPCnBIzqkgyn3LlKvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ko7snwTg1y58cfCoo8R9AuUIrEO8QVwo { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.75rem;top:23.3125rem;left:21.625rem;overflow:hidden;display:block; }
#ms9Lm3JX6zQuxTdd0QrXchrPh7mXqxXL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.75rem;top:23.3125rem;left:13.6875rem;overflow:hidden;display:block; }
#fBgFxlP72dgGbm3yVyw6QfpIGMoSuou2 { background-color:rgba(26,13,10,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cca77d;border-left:0.0625rem solid #cca77d;border-right:0.0625rem solid #cca77d;border-bottom:0.0625rem solid #cca77d;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#fbedd6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.312375rem;height:3.2495125rem;text-decoration:none;z-index:14999;text-align:left;text-align-last:left;top:22rem;left:3.5rem;display:block; }
#XiJU4EWyBNcTFbytFwIOOOKX5W1W0Lh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyN9uKruyVZdM7RhwqODaeo5Ql1IMfg7 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:1.75rem;top:23.34326171875rem;left:4.4375rem;overflow:hidden;display:block; }
#HdZ7Lp6L9lmNoVIPL254pr49XlpRehoD { background-color:rgba(26,13,10,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cca77d;border-left:0.0625rem solid #cca77d;border-right:0.0625rem solid #cca77d;border-bottom:0.0625rem solid #cca77d;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#f8ebdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.87475rem;height:3.2495125rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:22rem;left:41.5625rem;display:block; }
#GxK3iJ20SJs7qG1ugy67t2QTFzCXbrI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mb6SVUhibzr6zcDsl6yQtQQTmqLd1hiv { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.6875rem;top:23.375rem;left:42.5625rem;overflow:hidden;display:block; }
#hswJrxW1tcDZTyslM7CME9a97zZX67Od { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container { background-color: transparent; background-image: none; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container > .video-iframe-container { display: none; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row > .video-iframe-container { display: none; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .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); }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container { border-width: 0; border-radius: 0; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#OgKeCOciB3lIfxpQay7N8roSOhl3ITES { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:15.875rem;top:2.07421875rem;left:20.5rem;overflow:hidden;display:block; }
#zZogytso0RMoV6NG9y0B7fMUBxhzGk82 { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#KgdOsdaQQH1tQcXIS9EHE4MuRc7irW8T { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#V3atsP43pdz0tHgoZocy2a89SgngwvRQ { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#GXN5faiomKF6chxy4v8ofROCcvaWHLqf { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5ggg6MuV154aPcfqFCQv0bxdrTxqMxy { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#KgFbu4T0D628LwUT2tZHFveAyl99rOU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZEiWsvanpfGOWU6UibdoSIsVUKItDxm { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#asHu5MrzqnZ5ws2JAwEe1RuJ9xTh3tLe { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:18.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lxzaT6wRo0yHaEpBe19OFDiaatcrEJBJ { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#imE5snWTvUNNoKf0BgepwdW1T3SETJh5 { color:#451a08;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#JEQBwyO74rDUMZ77q8n7VLcuwdfyvTOd { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#tknJ8L9Thc0TdZNNor5X07nTdHPyH1bx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klhQS97HniE4ViOWssGOf9J72ZTiDeBb { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WsfcgDiTO02LXcMXJTya68UvXKL1TE74 { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zHpxVEhETVgPkZerwcQ0vdAILV7I3Wh2 { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#e4MAAnBxLAN7yQexPPWEEyqKSy5x4w6k { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#yXy2npxsBthaN6uuOJVdr0Iu8FweqfPQ { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#vpqlWTNDiVZMDFADXZdC6kNKkiVqu4fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TICAm0Tgeny7PobB36PTdETltExu2U6O { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#HOq6co0uAvRUQDLdZ3tSxqCm7OxfEzMk { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBsbVtBfWxbLSMyAxiZhc87dD8c485vy { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#dKhE3zdKEcw2hlWekhiIThSkW36BgFmo { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WTW9PsMZ0PTVkAxS8bAihRLiWxikoTFW { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QDBGaugTEDnBArrgGrtAMVeGobwbJUd3 { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HkVedcZ63xp3ZGTGGyO6d2qIERA1TE5b { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:19.999389648438rem;left:58.24951171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H9ptX5qW7QWFfBNauQDev8Hv8W8TE5Jz { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.999877929688rem;left:58.312377929688rem;display:block; }
#fkAd5Fp4NZTiFUKNhavTFKs9Z4sI58c0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oaQ6K4CT5ewhT5QBhg9aikQUmEE6cbyD { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.875rem;top:1.292724609375rem;left:0.5621337890625rem;overflow:hidden;display:block; }
#Xa4h4UgEbAo5rKRWFwwTfnvSmT7JUSOd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:0.355224609375rem;left:40.12451171875rem;overflow:hidden;display:block; }
#kTFQeh0HKXvA6PeMdEnpqQbsRqlA6Zde { 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:11.187125rem;width:15rem;top:2.073974609375rem;left:58.499145507812rem;overflow:hidden;display:block; }
#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container { background-color: transparent; background-image: none; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container > .video-iframe-container { display: none; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row > .video-iframe-container { display: none; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .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); }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container { border-width: 0; border-radius: 0; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#iFEQLhqlNfd5kf2RLX1S5w5967qfvSrm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:17.3125rem;top:3.0291748046875rem;left:19.308471679688rem;overflow:hidden;display:block; }
#oe61f4T0EHLPuboK5db3TntVT9ZQr0g6 { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#qRpSSrCrb8UnWoSGssi6ZJCX25sTpWFS { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#TzJmhAmWqX9aUzGk4PXw1D26Pcap7Esq { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#nBATZIDQDxZmDT4KqQNE6rgmMkDFEofz { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AuL2SpslPf4P1SBfoNk1ZR2wLbcdXlts { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#I4HWMWUKuJ8k4g8TI5FHtxEJz7yGB13y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rzx0wMWzN5AzHHzC23UH0UZGsPNIRoTD { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U1F3hv628PgxFp2ytgTN9LyTnrxITypt { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qb0qUTO20wTZXvHtdcGPnLTS0VMR1NLl { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVJQzx9xFfOTv0boF6corugW7LQTPLcI { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#XFmDPtXTLOR8uUzd12vzDfQIy9zWPJ82 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#nQr8cnd996NWBCCU0MvxiliNhcbJldTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faO99pTHguIextesAdWhSTFiOJlVKOcO { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwOdUSAGQwVWG4eUckRcF9xZS3owsJEs { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Jtpzf5wuFFTJ6n976kWdog5c9kuzFT2u { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VOfx4529nUsudH2EQKTTZB6A6vzn2lRT { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#KQ1FIB5ZwzA14mt9dme8zwvNnRuLFgkP { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#iNHFAlN5ZE30BdvxU4Gx8CIM5TZPyfW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5epttAlZD0AZ6IuWxyv4HitoTrTikcp { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#lTZiQCudGwdHFbc3sSU7gKCh96WQgrlR { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6HQIXvDPoceBPq6WaQ9666iny0C5hsr { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#ENVqvWVI4Ie1GNg6FTqpzDg92X58EGRL { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZeFxTmPLlCOJ1z5NqZ6kMCwh5hdfZvsC { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rkC0aDWtq2q7Zw1NJbzpJLpFPuSE7zRJ { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNOzGpfhdWQu8orvHMUyCSIiuP8a5i4K { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:19.999389648438rem;left:58.24951171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSpdpGk19R2EtS7m5GhU0R6wBtnq4L6B { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#vBEea6ZLTEU8tLKFDP142kwfOzLtGThT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tvb9ssK3c3hP57IJaNzgu9W064IqqAvU { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:14.75rem;top:2.12158203125rem;left:1.62353515625rem;overflow:hidden;display:block; }
#FxFP4zt3B9h8sDT5SlbAiTFawon26TA3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.062125rem;width:16.9995rem;top:3.1317138671875rem;left:38.49853515625rem;overflow:hidden;display:block; }
#yimtecMClZIk2QREtDxFJHUSX2alwcZw { 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:8.6875rem;width:18.8125rem;top:2.8192138671875rem;left:56.187744140625rem;overflow:hidden;display:block; }
#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container { background-color: transparent; background-image: none; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container > .video-iframe-container { display: none; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row > .video-iframe-container { display: none; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .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); }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container { border-width: 0; border-radius: 0; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#UHbBULtXGRTvg3L3JatySTMTbcwtNZhB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.437rem;width:13.18725rem;top:2.1234130859375rem;left:21.370849609375rem;overflow:hidden;display:block; }
#umrtnd2cg7CQsOnbDmE9H0OTsWaWqxpt { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#zdPDiECLGNUIBWFf2lW5F8lmTCAH6vwx { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#yweT4auTvVKULKPuTKv0VVG5C270kV5q { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#uPkTMJgfhBHDoVOEJyEXdxD05qQwuicV { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#US9TpB7QTEXaJzJVMNFRe2JLcq57dWJy { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#CnFT4NTVSgttyI0CU5JyM9Wkudamt4Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QA6knnJKCxciuvLCDiZ22kTOnuXzyIOX { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yXrJHTeJq4THJZ3Pw4TbPFJuIlAHU9Km { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bnMi9Kthgk85hM2CRHri7b0q4OVemO7X { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#I4Cl5KehG80Ut7JUbFtdzWCtKmpkJQQg { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#MRDwlxBU8NGr13L0SC1KhFacxokJ9zGn { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#DxBt6bW4c2IX8B2uo61St8BWPihniewP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMymOTsdnwpWf9ZvK7B5sdenCFAa1HNt { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3MizS0BnIndsidl3CiWZcpeHu8TbIVk { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#NnhWbiKAHr70GsmCw8Kw7gXox74ZvTfI { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oNpD7Rz9BSqLocBek4NuiCHVXUR2iU5G { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#GLqsiUPKCNrXReaQK0a3AlCsVFZ0baf6 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#qfR9WiDifFgSJEv7GDgXUDQrQwCtoUHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZZtAPuXyylfcXJbA1lce2t6ZUFU8CQk { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#zEffJTPf6rAMTUA40tWfcTq1T885LgBX { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOXiFv4UD0noB0VmG8JG5MtMXpURwDlN { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#GJrQKAxdpc2L7P2FPiz1LaU3sc4NTKaw { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#uxQGcVl9Qvvu9xXTLwuq0BoQGHg3Ik4G { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#AqnvQ0Kv30AbbpIZTACFRMZQdvPGTEFd { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gz0P6qQ2ICKp2S3HWyUfrMXbFEpaprNG { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.75rem;left:58.24951171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OcQ0ptT0wPB3aPwfVdSE157GCQLSsL2n { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#TCzPKsZhLxX7C4Vwze6To1poFRCzTkSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GV42hnRe0OnrHGchBrrobPswfR98mIe9 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3745rem;width:13.8745rem;top:4.15283203125rem;left:2.0611572265625rem;overflow:hidden;display:block; }
#NTT2ZGThWzHLdaOanTUsR7ydKW76Gmki { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:13.8125rem;top:2.8167724609375rem;left:40.06103515625rem;overflow:hidden;display:block; }
#QNw4AV1IaSc9WpPbLE7Cqitp07qyhCGL { 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:11.3745rem;width:13.312375rem;top:1.2237548828125rem;left:59.342041015625rem;overflow:hidden;display:block; }
#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container { background-color: transparent; background-image: none; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container > .video-iframe-container { display: none; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row > .video-iframe-container { display: none; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .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); }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container { border-width: 0; border-radius: 0; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#UzFqUuDJFGI2KZTdouf0982x959qadwC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:18.4375rem;top:3.5369873046875rem;left:16.8115234375rem;overflow:hidden;display:none; }
#SlGzN1FmtzPP6AxmPEbpu2qsewKIRBN3 { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#JnW34NtDIwokcvmDGx0mbXOUIOD0uEJD { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:0;text-align:left;text-align-last:left;display:none; }
#IdhCgBu0tZv9VHz8HBCN90TzJ8b1Jg78 { box-sizing:content-box;height:25.3125rem;width:17.99925rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:38.030395507812rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#isMZ7LKg04MqAOOG7oITTuRORVQdWBTh { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CLJZdI8ihMO5f0TSGkTaO2dHu7DApi1v { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:none; }
#d1QcoctddK3aFF1ZLJCOZ0hPfdauz16h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9Duv5MD4i4Ei39H1NvtwCbGpAQv7wdS { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#pozAWQOya3HmhaEyZN3ebyaHaGT28pgB { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#Gp7zUJAoGMDgTZqL4g5nU28Gon7mSRMd { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#U3KzxaqnFNaBt6zP6oWKo9zkxsA4lPEB { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:0;text-align:left;text-align-last:left;display:none; }
#Dp64paDxumLuGrrsDsZESNvteSJgoPVX { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:none; }
#CInWP0aVbVXznIIr8ErnRWWF1TtZHwad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R98v2P1xPKkRfdv5ZgWM8oHsRE7aIydJ { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#K3Cd2KdmfGbSsi9MTtxFURXCz4ygeW8f { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BaqGza4XAJ4JU3pTVZtDGNpwMRcI3Xvc { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TgCcOil3EEWDy3ds88LpSkgZN3TxlQRu { color:#451a08;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:1.4373779296875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OfTwJhzknS6yGRhlILcQEQ9zGqwHwQrZ { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#P9wUtXJeAqiT4O0C9GKrG6OkXMxtpIxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AC9bTL9NXIZ7DdnG5dutlKT40w7x38SO { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#JDfELow58Nb2SL6X3LhB6TTmJNgtnQET { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAcaOoCyLaFsUeePbHBiaToqxbNiLBK6 { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#x5n2H3XFbBsvvCiDIgR9gkipqrK24HE8 { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#TcR3XgLAPzNsdTUTbAgqccbP9RpATuRc { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#vcgBJOgCZrCGR4uA97VXKRnZFAadRkiQ { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#X67HE1mXKTFzknwRMFDsAuaXLb2tNVJi { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.75rem;left:58.24951171875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TMBuTovVctw9CMwcUxc0i06tov20BIWV { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:none; }
#bV7HU6o6tATLGVuzAplW9QgSUzUK6zRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8LUuu1s8ZRpbT02nvvcstq6BNfnoIe4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.0625rem;top:0rem;left:2.4676513671875rem;overflow:hidden;display:block; }
#gfCoCEfTLNdCVBvTRp9dAOWawtQPuTLZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:21.125rem;top:0rem;left:36.373901367188rem;overflow:hidden;display:none; }
#fmrFQJ3n6fgRlpaNkDrlDTboJ9F6QkLU { 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:13.4375rem;width:18.875rem;top:1.1322021484375rem;left:56.062622070312rem;overflow:hidden;display:none; }
#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container { background-color: transparent; background-image: none; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container > .video-iframe-container { display: none; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row > .video-iframe-container { display: none; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .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); }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container { border-width: 0; border-radius: 0; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#thGACT4m3lhRTAr8T2BdvvafS2S0PdmP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:15.5rem;top:1.2274169921875rem;left:19.934692382812rem;overflow:hidden;display:block; }
#Z5EuMyQwopGOofC1TaEEhV8oN184AmSs { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#SgrOJThXA0K7z2Ho2203LZK8pnVcWvZ6 { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:;text-align:left;text-align-last:left;display:block; }
#sbFnmVFkoiU1s9MOefEBBv2awDMPdhkO { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#G1ntxT4HWJ1qs7qkkgGxqq0Ry5TF5pWx { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6he3I10JVQeFqI3OtPGuQ3QmZTCqkP8 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#dTQ2n8yHZ7t8AkgTw3EOSgqfezg1K0TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogkkhTsUTOr8RC16nc4qzTALfqbtEJbK { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rLJ2cL3ITU87CL7FLmSvBWQCddvauree { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PZGABLgvtlbrWrUfXwTJ0NVDPZLBFMsU { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PdIMKJ6vrB3sZZUDooP8Vr2dREKiZ6If { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#WSDZ9qIEUMQEoNUs7tZGL1oRNJH6JoTh { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#lMGKfTiXT3HNbAQJr3xGOD5esLI6Pcxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzFIFqgbQvIora3QwaVDtcWPwNlvlnAt { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GV7o1bGd9zwZs2tlhqa916wNEa0Nt7tn { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#c4zMPCRkIUhTsRPLFJh57MyTFG0EThD0 { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#o3BxcfpdHOQD0d5FnopaCWSVTExdEG0T { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#eDfhZdp26vNTUTMxWJxTKp9bndJMeUh8 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#rbTmTvn47EbyKtFMJdNGcQyNchUxaRnd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgbgBoVtJqBnKT0H60aLdTKTqIZE7u0p { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#Fh6GW3ApGZScnLtLiCW20P2iC0f1PEOM { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMkso3JGCcHSkLHWt9ugkeX1rZ8yx7Lk { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#hpcH4sSbgZNnxAAPkyUSDdHDXlqXCWgB { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Bds7wAiEQJlaxVATZ8IKBT64oSZirqwc { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wOUTsJBcfHoOVzt2O2VTiEQWLbrBPN2T { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VWXD9J6TTgfSJTvTbVgh7PEWTrh4OJEG { color:#563919;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.74951171875rem;left:58.18701171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h3Mv2RBTTLvfTyJKO0Hm5fDNrc4QD8qd { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#pfKrJNlTBkdWcQUIRhNAhH36Ffd5TUCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSsvcaU3FXSp9vGVt90s6lZK9U7MR8w1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:16.875rem;top:2.5689697265625rem;left:38.56201171875rem;overflow:hidden;display:block; }
#wBXu8wFT9KnNFRHGG5q1DlO80m31S6HW { 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:7rem;width:17.9375rem;top:4.2254638671875rem;left:56.187744140625rem;overflow:hidden;display:block; }
#MW0ZZIqh6tKJWHa2A7rbaFdOAtqmn385 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.937125rem;width:16.3745rem;top:2.26318359375rem;left:0rem;overflow:hidden;display:block; }
#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container { background-color: transparent; background-image: none; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container > .video-iframe-container { display: none; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row > .video-iframe-container { display: none; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .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); }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container { border-width: 0; border-radius: 0; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#PnlXGUUwi55A40H0fV3EHsGASV4HdRto { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:15rem;top:2.2796630859375rem;left:19.964599609375rem;overflow:hidden;display:block; }
#OiK3mJnZ0KyqDGiOpo4NRCWRAQ3e7pRg { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#x03HdMsgMvWTslB8V31BhzgHO96AfQbd { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#Oo16bggRKAu05ZT1TUvFaGIAQTBtnEsg { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#efhbCGlWFU0wt7sDcQAA8hvyhJGCX144 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RC18GXTBBhyIyCCT4N1RVVcH2Fm1WJ76 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#e0Lybdd7m9TC1PccIQA4fGnXF1pynl3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4uKMIWnihykIZkrF4NUNocUBlWt68Ml { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#EDVfp3OMzATieqTVbnKPNVFFsZlnzkyh { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kwwpECEzkLKrzcd5NpRA1ciyAbDVN4wW { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JDoDtBCyNG8eepc09D52i7096P8IMOJW { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#dn7pK4QxZBD03zUSPBX166OMuy5Z0mka { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#T74IudrFiQAcymhSLvtRHu1BBWFsNRz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwAvPS5yQOq2lLSz2vMnofnpr1e8VB9E { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3TfCVbT24867Eh4wKv3ywZBqnOW1UUG { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#RW4cADA9NWETwTPPtxq5o7bqrZwq0uKT { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kwfZMBqLMba82GTEoHGGy01hTGTTsUH8 { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#kdJHTs3HpVkKUr5tEGCVMU305SzhaGg8 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#QspKAvJ9uKodIz8UUwqiTZAfE0T15N8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAWpaR3RrwEG88qmKzOAz1g41FHixXtK { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#qLVM76kVly2VlP6S7LM49FiVcqo01CnE { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CufgLIP8muDSMcaT2Cpmf3Na57qzuZdS { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#v0ParFgP4LDI85KWD1y5P08GGrVJJRtN { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#uBcLhTzpgcg9o2rLvBIPRSIdvp0DwPfu { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Dr6xrHGOGBm3sW7naxdqG5hanBfcbPyU { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f0BVIB8TMd8WAKif9kPhcmpuywogA37h { color:#563919;display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.74951171875rem;left:58.31201171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVf5DV7CiqgS2uIl0ehRGBrUqdU8HTSO { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#HB9TTUL9QcqAZmb9F5Fhlfur6Gpw289V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHWTxBQH6syalPzky8EQhEtV7HccxznV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:15.375rem;top:1.5289306640625rem;left:39.249877929688rem;overflow:hidden;display:block; }
#fRioIREoAvqVttVUKDlbG0DdD4VQz1HB { 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:13.3125rem;width:14rem;top:0.653076171875rem;left:58.998413085938rem;overflow:hidden;display:block; }
#NGr7ZFx54ABmNLPv8zWrDCHtP1SO3E7E { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.37475rem;width:14.43725rem;top:2.1539306640625rem;left:1.77978515625rem;overflow:hidden;display:block; }
#d1sggUGacVTwziTHwmaToxripu8daSNN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container { background-color: transparent; background-image: none; }#d1sggUGacVTwziTHwmaToxripu8daSNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container > .video-iframe-container { display: none; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row > .video-iframe-container { display: none; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .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); }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container { border-width: 0; border-radius: 0; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#X25mOhAG4XR0sr9mlngksQl4EM2O1AaW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:13.5rem;top:1.6015625rem;left:21.214599609375rem;overflow:hidden;display:block; }
#IBz4ASnQAMNc0reEgiRAlBcBE3NWWu62 { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#CFVFPNmQ64TAAzK2CPsoy32RLwT02Lcg { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:;text-align:left;text-align-last:left;display:block; }
#BQ05pNhe8FaElQI0GTNZb5SCkEoJES7f { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Jbc8braRGMTg85zWw0vEmVkHNA1zBNzR { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iXexHAcgUB2tfc2KTk0qQAgTNXnDrKN1 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#BW6tgvakT9QxNXHZ6iLR0nOvBmQft6CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cimSm1t7CipgHlqGwZMDI8wiiDt6g44n { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#O53Z7UHy6dxGRFpzzTipEBMBSfyPCECU { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#NaT25fefkD9b2EVHS0xrAqFLlZBTHIT3 { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W7MJtavH8RKmo6DPtDXUTXeGKvHHtITA { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#STBTlrTOnJt9wL9LsWbZNpofezgV3sR2 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#PVJaA9OvCxkl6qxhlKg01eamt5VwgOPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFTtnkszsiC22QtT5M6MeTgKXW7FC394 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJTZNgoIObx7BwhUZVTA8EUFMZxxc94J { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kNCHwNsuGTmEaCflfXuqOoXU8AMTGqSR { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#XwsN72gC3fFuMHxCkxRQzBICK0Ir24yK { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#X4EZqhCxEJ2PvV10dKGLpoTqx71ZFBwy { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#Eoh0BymERPoJKLLamRmlUQK5dIBTxhgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MttTZPtcw4Gy2WhFST9COzn42Rm3NZG4 { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#OgEpxoTAHRpbx8hrT6ycL6QFWfrJGgLk { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zfPQwCx0UGQBTaddTQDLPzDar5ACCA7e { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#EzKhz6ZilPh3xklBJov529gZqICeUoKm { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#SH5Xee1yWcvpuAhUKBLlpx9SJacNhQoN { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gOBrScqX3TrxSl7C8HTguJwCPl99BuvX { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eklJx9idafTDIMT7cQ84nS3RTRB2wWuR { color:#563919;display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.74951171875rem;left:58.31201171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fs7xiD5072rD9UMt1N0vu9TIsG8BpBMw { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#W3yuAOWMfRnvS0hqt8D7PaVaGiPVlPoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLz8VtRlQFX69zOB6brT8L6RTEszcXbe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.874625rem;width:13.18725rem;top:2.1002197265625rem;left:40.404663085938rem;overflow:hidden;display:block; }
#muSAAgDf2wzL3K1bkFgLcRU3i3ft2laK { 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:11.9375rem;width:14.625rem;top:1.5692138671875rem;left:57.62451171875rem;overflow:hidden;display:block; }
#Pr97BfpafdJe1hVmHgD5Khqs6dqIa92T { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:15.1875rem;top:1.0589599609375rem;left:1.3739013671875rem;overflow:hidden;display:block; }
#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container { background-color: transparent; background-image: none; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container > .video-iframe-container { display: none; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row > .video-iframe-container { display: none; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .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); }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container { border-width: 0; border-radius: 0; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#VKgJLDoJdaqCA9HNmWAJTTINZ9hEXD9t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.187125rem;top:2.2265625rem;left:16.851806640625rem;overflow:hidden;display:block; }
#mH6k4LgiSvQTqXD6OVSn7gPzcvykpkBS { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#E9AveMFdqXO6Zm8Keo5TR5OaEconUOeC { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#AR2k3wTq9FpJ0l6Rx2SoPf3oTR4mkz2d { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bXTPKW2qnxlUb9d2Ag4dsNPsqb9l4n2M { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnuDO9mmIFoudv2oKUARVTEEtOSHdIDk { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#zPoZLeb7Nif4TVKC3tJUh1hcszopd9Ct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppEzINBA21I5atVLChbkAFsWume1TM1c { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RREUDuSXbT24QW7qfFRqqCVmepnLGfWD { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#XnqJHk5MWXaK0W6DTJDWTGACJCLoqXNI { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JXoG77hGCoVdxR3IFhlo1T7LEFcOWAJq { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#Tixi2gFZqbF9Sc3cz3BVSDMzf7Ir4pIO { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#XozOXR9thITi2fplA2fSkLrHKoVTvH3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heWeMobFrwTJQTg43NehlZMEuLRLdRCf { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbNEJvwd9KQbWNrMcOafkFO46uaDyxKU { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#k6WHOqFSe1IqZGQ8T9VXN3TrED4eKmXg { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kmfJIfcchLafUFaoCdrTTRewJpD2MbRu { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#mHDHnryTrSMICaBbRU9v1RTdeTK0lz3B { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#C4LUwSqkHlGxWpTVJ7P4zGvpzElRCzq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1QTezFDkxI6IGA3TEdUB79VgBrlTCa3 { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#yLTqn8RoW4efwtIhc4xrdtdfP23zg93Z { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfXL6Vut2T0I6mGAHyDwQUo8w1PzhEzO { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#B0AZBbc0r5Cz4hhRSyGQ7tAPnfy70ERt { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#su4IFcxPgsKJNmiIErfggrBmU2GVs3X5 { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ikIN1rGTEvo7gr5y2ZlOwRpmPqPecWDB { color:#451a08;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJ2miqhyA4wMqGivRyN9A9JfesqTdsG7 { color:#563919;display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.74951171875rem;left:58.31201171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SETR3Dh5XMZgqoUxEL466dbqC0bqI4Bg { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#MtDNgTThFZPnbMwOS3ZHwOxsS7ggUVlk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0V3R6FVmC3bCpxIIb9lGhKgdw9m7AWQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:20.3125rem;top:2.44384765625rem;left:36.84326171875rem;overflow:hidden;display:block; }
#UuQVE9JRUvmsT0Xt1FVtWgBBzIwyu8sa { 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:10.1245rem;width:13.81225rem;top:2.2265625rem;left:59.091796875rem;overflow:hidden;display:block; }
#u30MHBD3ZsddVdoGPCaIQpJVJcWqaGkC { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:15.125rem;top:1.0589599609375rem;left:1.3739013671875rem;overflow:hidden;display:block; }
#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container { background-color: transparent; background-image: none; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container > .video-iframe-container { display: none; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row > .video-iframe-container { display: none; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .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); }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container { border-width: 0; border-radius: 0; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#sh4GeXoVAFMOr5VehhNRlDrp7vwBybXJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.1865rem;top:1.717529296875rem;left:16.852416992188rem;overflow:hidden;display:block; }
#eF1SAq03qQvZuUcubPEVPfWi5lHzgu5P { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#gMI77S21Rty8ReeGxF0IBGg1PZ0ey5t9 { color:#451a08;display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:;text-align:left;text-align-last:left;display:block; }
#gCfKDSGAVFlzWZ1rLPGNgPTQGFdZh4cJ { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#fJL32zTM9VSbR9CfWdCgVeF3Mdh3xrr6 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKJ8UFJ4eiDuVtDUyJ8hVzPTzTP81KL8 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#AVw4LPJM9uSVz1VJ0UR9VuTmEX0JeuOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQcqbAOh0IhNKlo75EqlhkXJInTXhXCg { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pxQpITQzxupuzNbRGLsUactmeBmlxpaR { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#iHlKhF5458Qt3qH8PQlpBk0dx4qJ96Fp { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Csl1mA5UvJmVxxWTGAPwmWaAagDQA44n { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#pIluUocgNIxq4a7X7kHRW0Qv83NrsZfn { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#DLrNIArCsnuScudWmC4qXRXshAc36Drw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k54VSXHHh2ybGEHEL2bf1EsNmT2Ws4ga { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8Gda8OleKNsfGhFD00JqQTz0zkXfC69 { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#SSUyARDIkmxU6Q2b97DIlLBT8a5rSaC1 { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fZWz2dDNIAlZikRqyofeW9t16zsqtdIQ { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#aEaFH8T57T89Gb3ODIWTUXFfhrXSBlCw { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#vOI0OoPA1ZqnZ8Po5esB7oLCxMad80sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RokGCJUOPUSGkxDdRkT0tBEEMtAaKmJl { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#kmCTwGTPhE8wxxu02VmaoQ8QkBdiTNP1 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yi2bUkoTig737XXUyGQHtWtn6p9tqEUk { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#CbTqF13itSMg826ZFW9QhWGrZ2Uh4dZJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:10.7495rem;top:1.9140625rem;left:41.912841796875rem;overflow:hidden;display:block; }
#rEeM16y3Tg1XGH2JTXmOF8N8uOmR9WoJ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.499875rem;width:12.999875rem;top:1.4996337890625rem;left:2.498779296875rem;overflow:hidden;display:block; }
#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container { background-color: transparent; background-image: none; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container > .video-iframe-container { display: none; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row > .video-iframe-container { display: none; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .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); }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container { border-width: 0; border-radius: 0; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#QwzzZHak1riM3OBif7p0w2AFhVCW8emF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.3125rem;top:1.1639404296875rem;left:21.30859375rem;overflow:hidden;display:block; }
#HZeHwLAUrvpTHtX0oxHeVauzXnfDh3dH { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#kf9Tz0rzR5EwfKBGleZeKp8cEH6GAyqE { color:#451a08;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#kkFgiUB3sekAGWhrkbTolAlSfXPWssXZ { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#v0DQsZVdB7N8bqG0hkIAD6oNiAf6ac5J { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0eoSFCssmbeWFQVdhqSQsaVeX22ogse { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#N8dIg7Bv0p94rDpcXM4FoAU3JNOLWWHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPdo7ksnmThdCTQzCxqkgTpu4bwOs5WW { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#o8rAKK2moapqmT78J4RBaFA4HtWBeQa9 { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vSwoiJBTEQRToViPpnVgKyl3oN3cqQzU { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#J06mhfWvwgyMfsxTKqadws1EuBCct1Qq { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#pLEA5afgOpZU4yzUtAJf2t2F5uB2QNQT { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#hQtw8nua9vBQHV5MITGlVvGQr61OvHHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN80Q2pU3yhw14CMqmnTZUpoHlTWcNtG { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aHN5idykAeMuESsqp4fGSvyTIfpwuDqS { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KcFWQqkorp8wEXAc43etXX51MtfL4oSB { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#slfWCV8IZvyXoeK6Qes5Zw1lO49zCWUG { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#yPhhTRTgF7xUaVnvvcocGXRkFEGONoVl { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#DToGyaWLf8s5Z8sPWAA0CabyexQBVC5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyUTwqcJrvrLvgqiVoyeQSCsEXFFDbk5 { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#HHFpgy1TpnpsAvhmwF7kNhEl6yPn8V25 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDuRImDatoxfTUh4asdecG80P2zckIBG { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#kv7703ZbTTyWNEZnfwH4x37ZBztBasuc { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LrPzAIuEkSHx5GBDmFJ1a5D6dKfpCySp { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kEJvBvCtTuBW4i3ei67IzkQ96MCEgvGc { color:#451a08;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EbtA9gFNbGfICazbCKFT59sQGMVuDQ8a { color:#563919;display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.74951171875rem;left:58.31201171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nRtBsW7JUBvyWk4E59imRrgiOhhrn2TU { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#iN0FgQquCxyTSNMM3hTNTw4gL2XNz3TK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELJzF48I9ykx4K1bBsHFBaogy0KRDOU3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:17.5rem;top:3.0389404296875rem;left:38.24951171875rem;overflow:hidden;display:block; }
#Jp0oNRW13E5QP2tmnp9OIJlvUQNXTO3l { 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:8.49975rem;width:17.062375rem;top:3.0914306640625rem;left:57.467041015625rem;overflow:hidden;display:block; }
#v5ShIavNXFAP0grFraNgghpH435R0aup { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.5625rem;top:2.2265625rem;left:0.6561279296875rem;overflow:hidden;display:block; }
#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container { background-color: transparent; background-image: none; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container > .video-iframe-container { display: none; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row > .video-iframe-container { display: none; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .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); }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container { border-width: 0; border-radius: 0; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#K6wbLRJzUtZDsLBqlRKJXd6x2wRTFUuM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.74975rem;width:17.1875rem;top:2.4676513671875rem;left:19.371948242188rem;overflow:hidden;display:block; }
#qrNW1lvu9zutdPTlnrnECh7x1aRAhdD0 { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#snTK2dbfxCnK6JtMrHIhPtgsTwTik2pZ { color:#451a08;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#a5e9ygwJA9uiZdTMlVRxhDoueBea36NJ { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#UTJDTTKDbgzfONikU3kLDyQTyR9Ll9Ta { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rstC84fQNM7GV8eVfeigeUHTtGzxAWgE { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#TAUVQcx2wMSidoxQlkJcEIFcIddZFWFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OF3qoCusTE4ibTlyCkugW71iSUZT6tdS { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Bx4acDSBuq0F4mhuyfgggmXLoJOIuFNo { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ecNRdfN72TNSnuvku4BF1ywpi5q58xny { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Au1z0gDJTWSe3eqy6qCrQnkI0kBZNDlx { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#Hh3ggwaP3ZsT6JW1PRBHGFMDCKtdzf27 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#bDe5n9DCmHquak4kCoiuwHWrqSk28eIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avmy5Syk3SANnSzRELxPPb3bTPNVKA43 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R7uFJc5WApG7CJBlJtEwcGVKC8T6DaTc { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WBnQ2BXZETAWiDKVdXPLRT9SCIz7pglQ { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VLap5a3TzBE5D9XQDLNyzHRClVFuRmWN { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#HU18W5aaWezFtEUIPgJW3du87GdNftPy { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#rp0iDzsc5HiuKWICsw7avImi3vf8fyC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btbn7o7ImDCVMrJoAQBZ7seZT5C5RWCm { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#EaBBZuKfPH7BJaotJhB7qLW0btnZTRwe { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#on9hHFQK9lwfMgoLN4VSTC0T9TBDEfpl { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#axLVeEb3AqW30To3RTV5OZdTD9PZDI37 { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#aPeTF2K57PtuC7V6OrLv3o3k6NqoMczM { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#O1R4r4LubTn9PE8OfHaVb0LbdKBfmdMt { color:#451a08;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WEArJdTp14sUCpCcZhbeJcwmTbRP3iVn { color:#563919;display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.74951171875rem;left:58.31201171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUwZv22TpKKIdLMxl5TAhhu8OBfUpEF4 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#ODQ7VNVRv3OXoBsXvEBGptK5UAHzeJ4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zasi1Tcrfd9It4QzCwlQDVrKMQ7xmvLX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:16.875rem;top:1.97509765625rem;left:38.404541015625rem;overflow:hidden;display:block; }
#KdJcOKtDsgJgd6egxPZMV745psNxfKMt { 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:8.624875rem;width:16.124875rem;top:3.0279541015625rem;left:57.935791015625rem;overflow:hidden;display:block; }
#xodvGDuSIbIZDbwnu1VNK5D7z5ronoSS { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.687rem;width:16.31225rem;top:1.4971923828125rem;left:0rem;overflow:hidden;display:block; }
#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container { background-color: transparent; background-image: none; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container > .video-iframe-container { display: none; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row > .video-iframe-container { display: none; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .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); }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container { border-width: 0; border-radius: 0; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#NR1JfUf4EZmtUgIwDHKcBpWeecZh12xX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:15.874625rem;top:2.186279296875rem;left:20.028686523438rem;overflow:hidden;display:block; }
#qoaJHayf1TfnqItFigUKk8sT0uLtyEO8 { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#T1kVKuUSzpFKEBxo5tSndg7cq6KXhPyX { color:#451a08;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#oSdDoC0HXf3wzsET3WCln1hCU4zwUqyS { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#B5oIyPG6AoptyqfIGhTTtzGUr3QbrZRZ { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDZTPUq9OHINPSa82Vo7upd2CXVJ1Tvl { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#vpHsRwyIKxh7zAxdcBa8ymCXLWXdHQac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ot1gJK6qoB6nUgDiyDvhNMeyOOPgTJ7M { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JlvMFl57Oi52FwodtufhtPkXBtS9Rqbb { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BZIHXNx5Igro9K0IrXTlFs7wyXTRPoMS { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yuTGDh9qaBGvBi991uNm5ELEZ13LDUlP { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#Srkg3NzXUlpFOAxoE0BGzunRbadtxdCf { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#f3WTfqJHKNgneLC6aGKWTWuS0vW8UbFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtFxAxsmnx2TDLc1CHRLww0dfNVubyTr { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mWteKMdWS1mxlWbACkyFs0i8WN29DqVh { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#rrDAERoRzWRsoCTIyN4fMeTu9w26kEPt { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ffrormUEipNGSfXBghQbn59dI3LhMllT { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#WhRUTZBV9pmiFkLWXtnelPavMoMXQHUK { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#TGBV9tr4NdHiLxDZCNa7v0hTGH8M9Xz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPkHRfV24anwAc43U3RiCT66Z3evH8IQ { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#vZmUxgc3tBcCWcAnoulGKEzsgr81Tk61 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITIZUTyxmrb604r2AKOQLmV9MTGchF1r { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#asxoZS4xZMgEBcUdOkH4AcdIIwuLgrDB { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pRNrarFDrTn2oRzpTZUgXXGSAW5qzyuP { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aqtewiiTiNisgLyAQMyvAJSuySchn5yC { color:#451a08;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IxZeldvlNzNHsBtSeN4oCcUEweoWyTnz { color:#563919;display:block;width:2.9370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:58.24951171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFKF2bGTTHRxsETfmMF8z4QGRQ08NMyL { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#Zd6VphQzwsfFOa9zuBGuD6lFNvGML0W5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5bZlc1S43Gpn47JHXJT5iPQxH8oVau3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:17.875rem;top:3.69384765625rem;left:37.935791015625rem;overflow:hidden;display:block; }
#UbkiC82vgPSOwNSeKZDv5WtmxgTBM77q { 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:9.812rem;width:16.124875rem;top:2.4359130859375rem;left:57.936401367188rem;overflow:hidden;display:block; }
#i73R26LzCH3QZDLl3t6n5uwIz3axkVm1 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:14.6875rem;top:2.50732421875rem;left:1.6558837890625rem;overflow:hidden;display:block; }
#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container { background-color: transparent; background-image: none; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container > .video-iframe-container { display: none; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row > .video-iframe-container { display: none; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .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); }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container { border-width: 0; border-radius: 0; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#BrWqmt4ENPodfNTpWuQDmVFWt6IDkNgp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2495rem;width:18.125rem;top:2.62451171875rem;left:18.22509765625rem;overflow:hidden;display:block; }
#XKP0E0DtS1ssz4zgtkFdBk5OaDXmuX6C { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#tI4hQyWhD9UWTqZB5xVGzD9D5rNSwUGP { color:#451a08;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:;text-align:left;text-align-last:left;display:block; }
#CfKE4U6Z7rHrIzJ5TrMUounpqlRkb8ua { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#k2XEgiBgxV14nUMXoiKTa4xaJEz0vHda { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMBcdhC09erka7xsdo3sQh8RDT8sGET6 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#PUqtH1tfSqokxDQwuZAeTHgOgwrT5xwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztQdk9MSVGrL85pOg8fGdRMMaiHLqEo7 { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kD0zDGqMEPoWtSLC8KZ8AlbycOCT1QPp { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#edkZbmt0wDu2oosmaN6RsTNCe2ZsuKJJ { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#G2D55GeTS4c2lmvG8sTXT7W7b5RnSHt7 { color:#451a08;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:;text-align:left;text-align-last:left;display:block; }
#kw7sLdEhozMBognhV48pcNwOARB9hJC9 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#spmPpHggls2mmenx3Ws3J7kLNSdDoslO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLHuTdqTF8R1BC8hqsaL85q2zxMWfsbV { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVkzukJcCDwLpOxzxUgvJT4kg8zNKDZi { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HhUCySwWHmFLSUMAMNsaXWWX52MQ1i8h { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sodD9BmTkMJAPfqoRyISAPV2WPHxcuBo { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#d8Iyp3BuSaI5XVDTymmqbdFvITrUM069 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#BctTmSEU36OiTg1TdC7Z2QahWkaKWioM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3v2fPngZedwAVak82we1sBwLec1RX53 { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#vLICx4OIZE1DzNnrv3SOOdXS8frqJgMk { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJUOg0T2DU2yTKMmB0uusRVFl9ZTT1hx { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#I8QqT8GwXDWGEQRUpJRJkP2BTuxvV7oR { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:57rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#OzPKFHzcxMAKBlqiO4bUGaqNDzyDN8zy { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#E9T04ffyGdcbk4TVTPnZ6wfTHv1gwM4T { color:#451a08;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.937377929688rem;left:58.24951171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9Zg38QaotQTsZTSsNXTxOKyhC1aERtT { color:#563919;display:block;width:2.9370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:58.24951171875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8RTyoyX8czO3yhtVexsoggkBGA01RSN { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.37475rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:58.311767578125rem;display:block; }
#WUpgnHotnchCq93whlgFfKoAHsitb3I0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMQZzp0v3gWNv5bASSkZbT7M5ERXevFn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.187125rem;width:11.187125rem;top:1.748046875rem;left:41.279907226562rem;overflow:hidden;display:block; }
#Q34lxpdxTFVISCiI21N4KShB6X50q4Ds { 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:10rem;width:16.124875rem;top:2.62451171875rem;left:57.935791015625rem;overflow:hidden;display:block; }
#eAFun2BGL9BdFOasLbMTEIX5aty1QeXT { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:14.9375rem;top:1.600341796875rem;left:0rem;overflow:hidden;display:block; }
#aO9JH43OUItaFI5SRQdO76oplBSflq9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container { background-color: transparent; background-image: none; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container > .video-iframe-container { display: none; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row > .video-iframe-container { display: none; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .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); }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container { border-width: 0; border-radius: 0; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#HeMTTeeQa5WPE61ZbQXmJrWAOzHVbHse { color:rgba(86,57,25,0.9);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.437501907349rem;left:26.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#KrwfHxmET82CUSzBokggo9uCUGHoCAkP { color:#451a08;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.249877929688rem;left:39.249877929688rem;height:;text-align:left;text-align-last:left;display:block; }
#HZQaLT9T5IF1RO6wIgPDyX0OfLSA3wIi { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:38.000003814698rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#moZPbfWOagsmv5iMX0GUIPJvcufLUk57 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:39.249877929688rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WsFe6Oa1QZbdEc2oHSGWE8qxCFAmT8ss { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:39.312133789062rem;display:block; }
#rkIxTnZS54Ea66SWbDks5tgI16gz2pTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iif4KXgKLlbt9iV7nl70NKkSkNGTwxfF { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.687503814698rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#V232DkkOnslKoQAwGpIuTnQl5fo1rT5p { box-sizing:content-box;height:25.3125rem;width:17.999875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:18.966674804688rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#z2evVR9JDLnFblTgPGp0aNCRJ9W4Ch5t { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:19.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#AXGLFCEm539tkdyp9DV1MVa0ad9O1hH5 { color:#451a08;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:20.249633789062rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#Ki9NoIT5a3W5JZi96CFF0TBcWcgVseT4 { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.125rem;left:20.43701171875rem;display:block; }
#r8CPQMkaZyD8RTEhdHvg0DJpcGZuFJMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zX5RC5AcTJ6dT35WfzXAz9CCx4Nzud70 { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.747680664062rem;left:20.249633789062rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSP9bvMoEcmI0rOaqoRT4GVrFX1TAHVA { box-sizing:content-box;height:25.3125rem;width:18rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(5,10,7,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#UGL88Xu0iomN9lUaT39A7yp1H6a4wXeE { box-sizing:content-box;height:11.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(204,167,125,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tnUDI7Q4nJ1waXzdmhDHb3UIrJgZ2cDV { color:#451a08;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.43603515625rem;left:1.31103515625rem;height:;text-align:left;text-align-last:left;display:block; }
#tQMBGJa349m8WeFPCapy5MQsSU2CPVzt { background-color:#b96516;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.125rem;left:1.4373779296875rem;display:block; }
#Klywi8yfuJIKy7iql8yyqaAEKLIZu9Tk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwaW2HUP9sWeAKSIFXfv3ta08144JKor { box-sizing:content-box;height:1.6875rem;width:9.875rem;position:absolute;display:block;z-index:15012;background-color:#fbedd6;background-image:none;box-shadow: none;border-top:0.0625rem solid #563919;border-left:0.0625rem solid #563919;border-right:0.0625rem solid #563919;border-bottom:0.0625rem solid #563919;top:14.061197280884rem;left:1.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
#TXpHtAB0QTVXbcw9BghJwQUdLBw0zTOV { color:#563919;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.748901367188rem;left:1.3116455078125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q34uNfpipRvxorF6XJ2nM0gaGBrWzFMq { color:#451a08;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.562501907349rem;left:1.90625rem;height:0;text-align:left;text-align-last:left;display:none; }
#AK5Gwp9OOtIdf36pBF02lGbUC8gF29Fl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.312125rem;width:15.1245rem;top:2.685546875rem;left:39.310913085938rem;overflow:hidden;display:block; }
#q5qu5k4huJPCS1Ll5FqGsqF7AzfeaHLl { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:16.6875rem;top:2.1234130859375rem;left:0.6549072265625rem;overflow:hidden;display:block; }
#QdSz8FFlQN5mtLS9FbxfmyypU4yWbPop { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.187125rem;width:15.9375rem;top:1.748046875rem;left:19.996948242188rem;overflow:hidden;display:block; }
#CFGnNSLL8XTuoZsn3ACnPLygQI4Mrsk6 { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #CFGnNSLL8XTuoZsn3ACnPLygQI4Mrsk6 > .row .container { position:relative;display:block; }#huTFfoKUtvoK5IqOIFFTFVpOCrIyTnJU { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #huTFfoKUtvoK5IqOIFFTFVpOCrIyTnJU > .row .container { position:relative;display:none; }#a329CXqMRcO92TqttJrvp1X9gZ4dOOzs { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #a329CXqMRcO92TqttJrvp1X9gZ4dOOzs > .row .container { position:relative;display:none; }#KiDVIe0FrKNy9xdmUOBlGLrtgqzSiwsI { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #KiDVIe0FrKNy9xdmUOBlGLrtgqzSiwsI > .row .container { position:relative;display:none; }#OIp3NfUeIeNuhr8zSOXeMXuTh2dClL5t { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #OIp3NfUeIeNuhr8zSOXeMXuTh2dClL5t > .row .container { position:relative;display:none; }#tgT3xz62NJo0uLZwZbJIzEVuysatnRl9 { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #tgT3xz62NJo0uLZwZbJIzEVuysatnRl9 > .row .container { position:relative;display:none; }#pH1E8AUBgT4r86mJU1eefUxUL75RRFMw { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #pH1E8AUBgT4r86mJU1eefUxUL75RRFMw > .row .container { position:relative;display:none; }#iTy0bLTJA0hJc1CPpUaEJz1qhxnZ130x { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #iTy0bLTJA0hJc1CPpUaEJz1qhxnZ130x > .row .container { position:relative;display:none; }#vf6v9Us0NrWrwrtTdlNZQrXefXW0VOWN { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #vf6v9Us0NrWrwrtTdlNZQrXefXW0VOWN > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fCFvbO7KDwNiQ5gHtgZbhhTQhIWk4BTT { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #fCFvbO7KDwNiQ5gHtgZbhhTQhIWk4BTT > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #L1BB0SyWL8DpsC4NgzEx29CXA3B4HTeF { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #L1BB0SyWL8DpsC4NgzEx29CXA3B4HTeF > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #JxL2ScvIJRSWoBmTLLEJD9Faw1UaQptE { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #JxL2ScvIJRSWoBmTLLEJD9Faw1UaQptE > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMDT03WAS1pyNN7NxFca4NIc7939gA2U { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #bMDT03WAS1pyNN7NxFca4NIc7939gA2U > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #x9ZARqGk4gSkgyNafqu55gQw8RPkblz1 { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #x9ZARqGk4gSkgyNafqu55gQw8RPkblz1 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pENIeCcfcM6OTJS92aEROCuDieTtnQEo { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #pENIeCcfcM6OTJS92aEROCuDieTtnQEo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd8XiMbfVLDpkHrlfxkmeOXUm0ygwkqW { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Bd8XiMbfVLDpkHrlfxkmeOXUm0ygwkqW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3uM3dW0wv2yIptixzNrMpKVXRDHlVsZ { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #r3uM3dW0wv2yIptixzNrMpKVXRDHlVsZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bP2MtG13DoG0Nx3ogkH5LTBbuRviw3VS { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #bP2MtG13DoG0Nx3ogkH5LTBbuRviw3VS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm { display:block; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqSkKZhMeGmhHuV48uFAc8DTtLPcgrJn { top:7.8125rem;left:14.8125rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WoNJityIhkppzexIfRNNgfgOWUQMgvTA { top:3.6875rem;left:0.3125rem;width:45rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScFAF9HfvQOFyI9ULUubINIONVLr0PBF { top:8.9375rem;left:0rem;width:47.75rem;height:12.942590721492rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQwJkz7rgx3Pnpb1GRwlAkHR3uvWIvbD { width:16.5625rem;height:3.1875rem;top:22rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXNFL8rSu3ZTG44J7HrnfOxPqaGGPkAy { display:block; }
 }@media only screen and (max-width: 763px) { #cvIhZvHSs7HZbCHRmx47Axu4zk5e7wro { top:23.25rem;left:41.93701171875rem;width:1.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v87rmuiZkw3ea1od2bKIVxgEVMF51Lok { width:12.8125rem;height:3.1875rem;top:22rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP3ZgUbpNCOUpqEeT4nN7wq9QvGxfkBK { display:block; }
 }@media only screen and (max-width: 763px) { #Pz6XualRyzfkyHAFiwXLNu0ZiGztUTlh { top:23.375rem;left:15.875rem;width:1.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWOMJCXcpnsVTiLAZQSWZCzHinXisUOk { width:7.8125rem;height:3.1875rem;top:22rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIueXKR7imAK8Sdy5xU8KfzQs6GrzWJ { display:block; }
 }@media only screen and (max-width: 763px) { #z6CbbXA2CTHAr4mIzlLmhTUhnCgyItGE { width:7.9375rem;height:3.1875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxHmvXFInqy1rvPCnBIzqkgyn3LlKvP { display:block; }
 }@media only screen and (max-width: 763px) { #ko7snwTg1y58cfCoo8R9AuUIrEO8QVwo { top:23.3125rem;left:8rem;width:1.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms9Lm3JX6zQuxTdd0QrXchrPh7mXqxXL { top:23.3125rem;left:0.0625rem;width:1.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgFxlP72dgGbm3yVyw6QfpIGMoSuou2 { width:8.25rem;height:3.1875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJU4EWyBNcTFbytFwIOOOKX5W1W0Lh2 { display:block; }
 }@media only screen and (max-width: 763px) { #PyN9uKruyVZdM7RhwqODaeo5Ql1IMfg7 { top:23.3125rem;left:0rem;width:1.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZ7Lp6L9lmNoVIPL254pr49XlpRehoD { width:12.8125rem;height:3.1875rem;top:22rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxK3iJ20SJs7qG1ugy67t2QTFzCXbrI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Mb6SVUhibzr6zcDsl6yQtQQTmqLd1hiv { top:23.375rem;left:28.9375rem;width:1.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hswJrxW1tcDZTyslM7CME9a97zZX67Od { display:block; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgKeCOciB3lIfxpQay7N8roSOhl3ITES { top:2.0625rem;left:6.875rem;width:15.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZogytso0RMoV6NG9y0B7fMUBxhzGk82 { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgdOsdaQQH1tQcXIS9EHE4MuRc7irW8T { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3atsP43pdz0tHgoZocy2a89SgngwvRQ { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXN5faiomKF6chxy4v8ofROCcvaWHLqf { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ggg6MuV154aPcfqFCQv0bxdrTxqMxy { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgFbu4T0D628LwUT2tZHFveAyl99rOU9 { display:block; }
 }@media only screen and (max-width: 763px) { #nZEiWsvanpfGOWU6UibdoSIsVUKItDxm { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asHu5MrzqnZ5ws2JAwEe1RuJ9xTh3tLe { top:0.75rem;left:5.3125rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxzaT6wRo0yHaEpBe19OFDiaatcrEJBJ { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imE5snWTvUNNoKf0BgepwdW1T3SETJh5 { top:14.375rem;left:6.6246337890625rem;width:15.5rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEQBwyO74rDUMZ77q8n7VLcuwdfyvTOd { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tknJ8L9Thc0TdZNNor5X07nTdHPyH1bx { display:block; }
 }@media only screen and (max-width: 763px) { #klhQS97HniE4ViOWssGOf9J72ZTiDeBb { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsfcgDiTO02LXcMXJTya68UvXKL1TE74 { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHpxVEhETVgPkZerwcQ0vdAILV7I3Wh2 { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MAAnBxLAN7yQexPPWEEyqKSy5x4w6k { top:14.375rem;left:0rem;width:11.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXy2npxsBthaN6uuOJVdr0Iu8FweqfPQ { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpqlWTNDiVZMDFADXZdC6kNKkiVqu4fH { display:block; }
 }@media only screen and (max-width: 763px) { #TICAm0Tgeny7PobB36PTdETltExu2U6O { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOq6co0uAvRUQDLdZ3tSxqCm7OxfEzMk { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBsbVtBfWxbLSMyAxiZhc87dD8c485vy { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKhE3zdKEcw2hlWekhiIThSkW36BgFmo { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTW9PsMZ0PTVkAxS8bAihRLiWxikoTFW { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDBGaugTEDnBArrgGrtAMVeGobwbJUd3 { top:13.875rem;left:36.375rem;width:11.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVedcZ63xp3ZGTGGyO6d2qIERA1TE5b { top:19.9375rem;left:44.62451171875rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ptX5qW7QWFfBNauQDev8Hv8W8TE5Jz { width:15.375rem;height:2.1875rem;top:22.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAd5Fp4NZTiFUKNhavTFKs9Z4sI58c0 { display:block; }
 }@media only screen and (max-width: 763px) { #oaQ6K4CT5ewhT5QBhg9aikQUmEE6cbyD { top:1.25rem;left:0rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa4h4UgEbAo5rKRWFwwTfnvSmT7JUSOd { top:0.3125rem;left:26.49951171875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFQeh0HKXvA6PeMdEnpqQbsRqlA6Zde { top:2.0625rem;left:32.75rem;width:15rem;height:11.187125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz { display:block; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFEQLhqlNfd5kf2RLX1S5w5967qfvSrm { top:3rem;left:5.6834716796875rem;width:17.3125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe61f4T0EHLPuboK5db3TntVT9ZQr0g6 { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRpSSrCrb8UnWoSGssi6ZJCX25sTpWFS { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJmhAmWqX9aUzGk4PXw1D26Pcap7Esq { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBATZIDQDxZmDT4KqQNE6rgmMkDFEofz { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuL2SpslPf4P1SBfoNk1ZR2wLbcdXlts { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4HWMWUKuJ8k4g8TI5FHtxEJz7yGB13y { display:block; }
 }@media only screen and (max-width: 763px) { #Rzx0wMWzN5AzHHzC23UH0UZGsPNIRoTD { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1F3hv628PgxFp2ytgTN9LyTnrxITypt { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb0qUTO20wTZXvHtdcGPnLTS0VMR1NLl { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVJQzx9xFfOTv0boF6corugW7LQTPLcI { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFmDPtXTLOR8uUzd12vzDfQIy9zWPJ82 { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQr8cnd996NWBCCU0MvxiliNhcbJldTg { display:block; }
 }@media only screen and (max-width: 763px) { #faO99pTHguIextesAdWhSTFiOJlVKOcO { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOdUSAGQwVWG4eUckRcF9xZS3owsJEs { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtpzf5wuFFTJ6n976kWdog5c9kuzFT2u { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfx4529nUsudH2EQKTTZB6A6vzn2lRT { top:14.375rem;left:0rem;width:11.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1FIB5ZwzA14mt9dme8zwvNnRuLFgkP { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHFAlN5ZE30BdvxU4Gx8CIM5TZPyfW6 { display:block; }
 }@media only screen and (max-width: 763px) { #P5epttAlZD0AZ6IuWxyv4HitoTrTikcp { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZiQCudGwdHFbc3sSU7gKCh96WQgrlR { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6HQIXvDPoceBPq6WaQ9666iny0C5hsr { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENVqvWVI4Ie1GNg6FTqpzDg92X58EGRL { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeFxTmPLlCOJ1z5NqZ6kMCwh5hdfZvsC { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkC0aDWtq2q7Zw1NJbzpJLpFPuSE7zRJ { top:13.875rem;left:36.4375rem;width:11.3125rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOzGpfhdWQu8orvHMUyCSIiuP8a5i4K { top:19.9375rem;left:44.62451171875rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSpdpGk19R2EtS7m5GhU0R6wBtnq4L6B { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBEea6ZLTEU8tLKFDP142kwfOzLtGThT { display:block; }
 }@media only screen and (max-width: 763px) { #Tvb9ssK3c3hP57IJaNzgu9W064IqqAvU { top:2.0625rem;left:0rem;width:14.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFP4zt3B9h8sDT5SlbAiTFawon26TA3 { top:3.125rem;left:24.87353515625rem;width:16.9375rem;height:8.0327210910615rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimtecMClZIk2QREtDxFJHUSX2alwcZw { top:2.8125rem;left:28.9375rem;width:18.8125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLUBPxstyo3tplxomEUbo5nB0WTUc9q { display:block; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHbBULtXGRTvg3L3JatySTMTbcwtNZhB { top:2.0625rem;left:7.745849609375rem;width:13.125rem;height:10.387732468862rem;display:block; }
 }@media only screen and (max-width: 763px) { #umrtnd2cg7CQsOnbDmE9H0OTsWaWqxpt { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdPDiECLGNUIBWFf2lW5F8lmTCAH6vwx { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yweT4auTvVKULKPuTKv0VVG5C270kV5q { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkTMJgfhBHDoVOEJyEXdxD05qQwuicV { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US9TpB7QTEXaJzJVMNFRe2JLcq57dWJy { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnFT4NTVSgttyI0CU5JyM9Wkudamt4Kw { display:block; }
 }@media only screen and (max-width: 763px) { #QA6knnJKCxciuvLCDiZ22kTOnuXzyIOX { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXrJHTeJq4THJZ3Pw4TbPFJuIlAHU9Km { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMi9Kthgk85hM2CRHri7b0q4OVemO7X { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Cl5KehG80Ut7JUbFtdzWCtKmpkJQQg { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRDwlxBU8NGr13L0SC1KhFacxokJ9zGn { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBt6bW4c2IX8B2uo61St8BWPihniewP { display:block; }
 }@media only screen and (max-width: 763px) { #QMymOTsdnwpWf9ZvK7B5sdenCFAa1HNt { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MizS0BnIndsidl3CiWZcpeHu8TbIVk { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnhWbiKAHr70GsmCw8Kw7gXox74ZvTfI { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNpD7Rz9BSqLocBek4NuiCHVXUR2iU5G { top:14.375rem;left:0rem;width:11.3125rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqsiUPKCNrXReaQK0a3AlCsVFZ0baf6 { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfR9WiDifFgSJEv7GDgXUDQrQwCtoUHw { display:block; }
 }@media only screen and (max-width: 763px) { #AZZtAPuXyylfcXJbA1lce2t6ZUFU8CQk { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEffJTPf6rAMTUA40tWfcTq1T885LgBX { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOXiFv4UD0noB0VmG8JG5MtMXpURwDlN { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJrQKAxdpc2L7P2FPiz1LaU3sc4NTKaw { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxQGcVl9Qvvu9xXTLwuq0BoQGHg3Ik4G { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnvQ0Kv30AbbpIZTACFRMZQdvPGTEFd { top:13.875rem;left:36.4375rem;width:11.3125rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz0P6qQ2ICKp2S3HWyUfrMXbFEpaprNG { top:20.75rem;left:44.625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcQ0ptT0wPB3aPwfVdSE157GCQLSsL2n { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCzPKsZhLxX7C4Vwze6To1poFRCzTkSs { display:block; }
 }@media only screen and (max-width: 763px) { #GV42hnRe0OnrHGchBrrobPswfR98mIe9 { top:4.125rem;left:0rem;width:13.8125rem;height:6.3460147212512rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT2ZGThWzHLdaOanTUsR7ydKW76Gmki { top:2.8125rem;left:26.43603515625rem;width:13.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNw4AV1IaSc9WpPbLE7Cqitp07qyhCGL { top:1.1875rem;left:34.4375rem;width:13.25rem;height:11.321204893943rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm { display:block; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzFqUuDJFGI2KZTdouf0982x959qadwC { top:3.5rem;left:3.1865234375rem;width:18.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlGzN1FmtzPP6AxmPEbpu2qsewKIRBN3 { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnW34NtDIwokcvmDGx0mbXOUIOD0uEJD { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdhCgBu0tZv9VHz8HBCN90TzJ8b1Jg78 { top:0.625rem;left:24.405395507812rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isMZ7LKg04MqAOOG7oITTuRORVQdWBTh { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJZdI8ihMO5f0TSGkTaO2dHu7DApi1v { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1QcoctddK3aFF1ZLJCOZ0hPfdauz16h { display:block; }
 }@media only screen and (max-width: 763px) { #t9Duv5MD4i4Ei39H1NvtwCbGpAQv7wdS { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pozAWQOya3HmhaEyZN3ebyaHaGT28pgB { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7zUJAoGMDgTZqL4g5nU28Gon7mSRMd { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3KzxaqnFNaBt6zP6oWKo9zkxsA4lPEB { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp64paDxumLuGrrsDsZESNvteSJgoPVX { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CInWP0aVbVXznIIr8ErnRWWF1TtZHwad { display:block; }
 }@media only screen and (max-width: 763px) { #R98v2P1xPKkRfdv5ZgWM8oHsRE7aIydJ { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Cd2KdmfGbSsi9MTtxFURXCz4ygeW8f { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaqGza4XAJ4JU3pTVZtDGNpwMRcI3Xvc { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCcOil3EEWDy3ds88LpSkgZN3TxlQRu { top:14.375rem;left:0rem;width:14.375rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTwJhzknS6yGRhlILcQEQ9zGqwHwQrZ { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9wUtXJeAqiT4O0C9GKrG6OkXMxtpIxd { display:block; }
 }@media only screen and (max-width: 763px) { #AC9bTL9NXIZ7DdnG5dutlKT40w7x38SO { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDfELow58Nb2SL6X3LhB6TTmJNgtnQET { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAcaOoCyLaFsUeePbHBiaToqxbNiLBK6 { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5n2H3XFbBsvvCiDIgR9gkipqrK24HE8 { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcR3XgLAPzNsdTUTbAgqccbP9RpATuRc { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcgBJOgCZrCGR4uA97VXKRnZFAadRkiQ { top:13.875rem;left:36.4375rem;width:11.3125rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X67HE1mXKTFzknwRMFDsAuaXLb2tNVJi { top:20.75rem;left:44.625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMBuTovVctw9CMwcUxc0i06tov20BIWV { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV7HU6o6tATLGVuzAplW9QgSUzUK6zRA { display:block; }
 }@media only screen and (max-width: 763px) { #M8LUuu1s8ZRpbT02nvvcstq6BNfnoIe4 { top:0rem;left:0rem;width:13.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfCoCEfTLNdCVBvTRp9dAOWawtQPuTLZ { top:0rem;left:22.748901367188rem;width:21.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrFQJ3n6fgRlpaNkDrlDTboJ9F6QkLU { top:1.125rem;left:28.8125rem;width:18.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S { display:block; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thGACT4m3lhRTAr8T2BdvvafS2S0PdmP { top:1.1875rem;left:6.3096923828125rem;width:15.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EuMyQwopGOofC1TaEEhV8oN184AmSs { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrOJThXA0K7z2Ho2203LZK8pnVcWvZ6 { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbFnmVFkoiU1s9MOefEBBv2awDMPdhkO { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ntxT4HWJ1qs7qkkgGxqq0Ry5TF5pWx { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6he3I10JVQeFqI3OtPGuQ3QmZTCqkP8 { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQ2n8yHZ7t8AkgTw3EOSgqfezg1K0TJ { display:block; }
 }@media only screen and (max-width: 763px) { #ogkkhTsUTOr8RC16nc4qzTALfqbtEJbK { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLJ2cL3ITU87CL7FLmSvBWQCddvauree { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZGABLgvtlbrWrUfXwTJ0NVDPZLBFMsU { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIMKJ6vrB3sZZUDooP8Vr2dREKiZ6If { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSDZ9qIEUMQEoNUs7tZGL1oRNJH6JoTh { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMGKfTiXT3HNbAQJr3xGOD5esLI6Pcxu { display:block; }
 }@media only screen and (max-width: 763px) { #hzFIFqgbQvIora3QwaVDtcWPwNlvlnAt { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV7o1bGd9zwZs2tlhqa916wNEa0Nt7tn { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4zMPCRkIUhTsRPLFJh57MyTFG0EThD0 { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BxcfpdHOQD0d5FnopaCWSVTExdEG0T { top:14.375rem;left:0rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDfhZdp26vNTUTMxWJxTKp9bndJMeUh8 { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTmTvn47EbyKtFMJdNGcQyNchUxaRnd { display:block; }
 }@media only screen and (max-width: 763px) { #RgbgBoVtJqBnKT0H60aLdTKTqIZE7u0p { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6GW3ApGZScnLtLiCW20P2iC0f1PEOM { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMkso3JGCcHSkLHWt9ugkeX1rZ8yx7Lk { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpcH4sSbgZNnxAAPkyUSDdHDXlqXCWgB { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bds7wAiEQJlaxVATZ8IKBT64oSZirqwc { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOUTsJBcfHoOVzt2O2VTiEQWLbrBPN2T { top:13.875rem;left:36.4375rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXD9J6TTgfSJTvTbVgh7PEWTrh4OJEG { top:20.6875rem;left:44.56201171875rem;width:3rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Mv2RBTTLvfTyJKO0Hm5fDNrc4QD8qd { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfKrJNlTBkdWcQUIRhNAhH36Ffd5TUCQ { display:block; }
 }@media only screen and (max-width: 763px) { #SSsvcaU3FXSp9vGVt90s6lZK9U7MR8w1 { top:2.5625rem;left:24.93701171875rem;width:16.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXu8wFT9KnNFRHGG5q1DlO80m31S6HW { top:4.1875rem;left:28.9375rem;width:17.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW0ZZIqh6tKJWHa2A7rbaFdOAtqmn385 { top:2.25rem;left:0rem;width:16.3125rem;height:9.899499316773rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB { display:block; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnlXGUUwi55A40H0fV3EHsGASV4HdRto { top:2.25rem;left:6.339599609375rem;width:15rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiK3mJnZ0KyqDGiOpo4NRCWRAQ3e7pRg { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x03HdMsgMvWTslB8V31BhzgHO96AfQbd { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo16bggRKAu05ZT1TUvFaGIAQTBtnEsg { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efhbCGlWFU0wt7sDcQAA8hvyhJGCX144 { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC18GXTBBhyIyCCT4N1RVVcH2Fm1WJ76 { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Lybdd7m9TC1PccIQA4fGnXF1pynl3b { display:block; }
 }@media only screen and (max-width: 763px) { #w4uKMIWnihykIZkrF4NUNocUBlWt68Ml { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDVfp3OMzATieqTVbnKPNVFFsZlnzkyh { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwwpECEzkLKrzcd5NpRA1ciyAbDVN4wW { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDoDtBCyNG8eepc09D52i7096P8IMOJW { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn7pK4QxZBD03zUSPBX166OMuy5Z0mka { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74IudrFiQAcymhSLvtRHu1BBWFsNRz7 { display:block; }
 }@media only screen and (max-width: 763px) { #dwAvPS5yQOq2lLSz2vMnofnpr1e8VB9E { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3TfCVbT24867Eh4wKv3ywZBqnOW1UUG { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4cADA9NWETwTPPtxq5o7bqrZwq0uKT { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwfZMBqLMba82GTEoHGGy01hTGTTsUH8 { top:14.375rem;left:0rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdJHTs3HpVkKUr5tEGCVMU305SzhaGg8 { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QspKAvJ9uKodIz8UUwqiTZAfE0T15N8F { display:block; }
 }@media only screen and (max-width: 763px) { #mAWpaR3RrwEG88qmKzOAz1g41FHixXtK { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLVM76kVly2VlP6S7LM49FiVcqo01CnE { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CufgLIP8muDSMcaT2Cpmf3Na57qzuZdS { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0ParFgP4LDI85KWD1y5P08GGrVJJRtN { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBcLhTzpgcg9o2rLvBIPRSIdvp0DwPfu { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6xrHGOGBm3sW7naxdqG5hanBfcbPyU { top:13.875rem;left:36.4375rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0BVIB8TMd8WAKif9kPhcmpuywogA37h { top:20.6875rem;left:44.68701171875rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVf5DV7CiqgS2uIl0ehRGBrUqdU8HTSO { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB9TTUL9QcqAZmb9F5Fhlfur6Gpw289V { display:block; }
 }@media only screen and (max-width: 763px) { #pHWTxBQH6syalPzky8EQhEtV7HccxznV { top:1.5rem;left:25.624877929688rem;width:15.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRioIREoAvqVttVUKDlbG0DdD4VQz1HB { top:0.625rem;left:33.75rem;width:14rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGr7ZFx54ABmNLPv8zWrDCHtP1SO3E7E { top:2.125rem;left:0rem;width:14.375rem;height:10.330016537083rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1sggUGacVTwziTHwmaToxripu8daSNN { display:block; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X25mOhAG4XR0sr9mlngksQl4EM2O1AaW { top:1.5625rem;left:7.589599609375rem;width:13.5rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBz4ASnQAMNc0reEgiRAlBcBE3NWWu62 { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFVFPNmQ64TAAzK2CPsoy32RLwT02Lcg { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ05pNhe8FaElQI0GTNZb5SCkEoJES7f { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbc8braRGMTg85zWw0vEmVkHNA1zBNzR { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXexHAcgUB2tfc2KTk0qQAgTNXnDrKN1 { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW6tgvakT9QxNXHZ6iLR0nOvBmQft6CN { display:block; }
 }@media only screen and (max-width: 763px) { #cimSm1t7CipgHlqGwZMDI8wiiDt6g44n { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O53Z7UHy6dxGRFpzzTipEBMBSfyPCECU { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaT25fefkD9b2EVHS0xrAqFLlZBTHIT3 { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7MJtavH8RKmo6DPtDXUTXeGKvHHtITA { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STBTlrTOnJt9wL9LsWbZNpofezgV3sR2 { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJaA9OvCxkl6qxhlKg01eamt5VwgOPq { display:block; }
 }@media only screen and (max-width: 763px) { #NFTtnkszsiC22QtT5M6MeTgKXW7FC394 { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTZNgoIObx7BwhUZVTA8EUFMZxxc94J { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCHwNsuGTmEaCflfXuqOoXU8AMTGqSR { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsN72gC3fFuMHxCkxRQzBICK0Ir24yK { top:14.375rem;left:0rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4EZqhCxEJ2PvV10dKGLpoTqx71ZFBwy { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoh0BymERPoJKLLamRmlUQK5dIBTxhgh { display:block; }
 }@media only screen and (max-width: 763px) { #MttTZPtcw4Gy2WhFST9COzn42Rm3NZG4 { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgEpxoTAHRpbx8hrT6ycL6QFWfrJGgLk { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPQwCx0UGQBTaddTQDLPzDar5ACCA7e { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzKhz6ZilPh3xklBJov529gZqICeUoKm { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH5Xee1yWcvpuAhUKBLlpx9SJacNhQoN { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBrScqX3TrxSl7C8HTguJwCPl99BuvX { top:13.875rem;left:36.4375rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklJx9idafTDIMT7cQ84nS3RTRB2wWuR { top:20.6875rem;left:44.686767578125rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7xiD5072rD9UMt1N0vu9TIsG8BpBMw { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yuAOWMfRnvS0hqt8D7PaVaGiPVlPoG { display:block; }
 }@media only screen and (max-width: 763px) { #HLz8VtRlQFX69zOB6brT8L6RTEszcXbe { top:2.0625rem;left:26.779663085938rem;width:13.125rem;height:10.823291673776rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSAAgDf2wzL3K1bkFgLcRU3i3ft2laK { top:1.5625rem;left:33.125rem;width:14.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr97BfpafdJe1hVmHgD5Khqs6dqIa92T { top:1rem;left:0rem;width:15.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv { display:block; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKgJLDoJdaqCA9HNmWAJTTINZ9hEXD9t { top:2.1875rem;left:3.226806640625rem;width:21.125rem;height:11.21701269049rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH6k4LgiSvQTqXD6OVSn7gPzcvykpkBS { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AveMFdqXO6Zm8Keo5TR5OaEconUOeC { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR2k3wTq9FpJ0l6Rx2SoPf3oTR4mkz2d { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXTPKW2qnxlUb9d2Ag4dsNPsqb9l4n2M { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuDO9mmIFoudv2oKUARVTEEtOSHdIDk { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPoZLeb7Nif4TVKC3tJUh1hcszopd9Ct { display:block; }
 }@media only screen and (max-width: 763px) { #ppEzINBA21I5atVLChbkAFsWume1TM1c { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RREUDuSXbT24QW7qfFRqqCVmepnLGfWD { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnqJHk5MWXaK0W6DTJDWTGACJCLoqXNI { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoG77hGCoVdxR3IFhlo1T7LEFcOWAJq { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tixi2gFZqbF9Sc3cz3BVSDMzf7Ir4pIO { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XozOXR9thITi2fplA2fSkLrHKoVTvH3M { display:block; }
 }@media only screen and (max-width: 763px) { #heWeMobFrwTJQTg43NehlZMEuLRLdRCf { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbNEJvwd9KQbWNrMcOafkFO46uaDyxKU { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6WHOqFSe1IqZGQ8T9VXN3TrED4eKmXg { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmfJIfcchLafUFaoCdrTTRewJpD2MbRu { top:14.375rem;left:0rem;width:14.3125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHDHnryTrSMICaBbRU9v1RTdeTK0lz3B { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LUwSqkHlGxWpTVJ7P4zGvpzElRCzq9 { display:block; }
 }@media only screen and (max-width: 763px) { #T1QTezFDkxI6IGA3TEdUB79VgBrlTCa3 { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTqn8RoW4efwtIhc4xrdtdfP23zg93Z { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfXL6Vut2T0I6mGAHyDwQUo8w1PzhEzO { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0AZBbc0r5Cz4hhRSyGQ7tAPnfy70ERt { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su4IFcxPgsKJNmiIErfggrBmU2GVs3X5 { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikIN1rGTEvo7gr5y2ZlOwRpmPqPecWDB { top:13.875rem;left:36.4375rem;width:11.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ2miqhyA4wMqGivRyN9A9JfesqTdsG7 { top:20.6875rem;left:44.686767578125rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETR3Dh5XMZgqoUxEL466dbqC0bqI4Bg { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDNgTThFZPnbMwOS3ZHwOxsS7ggUVlk { display:block; }
 }@media only screen and (max-width: 763px) { #H0V3R6FVmC3bCpxIIb9lGhKgdw9m7AWQ { top:2.4375rem;left:23.21826171875rem;width:20.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQVE9JRUvmsT0Xt1FVtWgBBzIwyu8sa { top:2.1875rem;left:33.9375rem;width:13.75rem;height:10.078870205796rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30MHBD3ZsddVdoGPCaIQpJVJcWqaGkC { top:1rem;left:0rem;width:15.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC { display:block; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh4GeXoVAFMOr5VehhNRlDrp7vwBybXJ { top:1.6875rem;left:3.2274169921875rem;width:21.125rem;height:11.217343591438rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF1SAq03qQvZuUcubPEVPfWi5lHzgu5P { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMI77S21Rty8ReeGxF0IBGg1PZ0ey5t9 { top:14.1875rem;left:25.624877929688rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfKDSGAVFlzWZ1rLPGNgPTQGFdZh4cJ { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJL32zTM9VSbR9CfWdCgVeF3Mdh3xrr6 { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKJ8UFJ4eiDuVtDUyJ8hVzPTzTP81KL8 { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVw4LPJM9uSVz1VJ0UR9VuTmEX0JeuOs { display:block; }
 }@media only screen and (max-width: 763px) { #hQcqbAOh0IhNKlo75EqlhkXJInTXhXCg { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxQpITQzxupuzNbRGLsUactmeBmlxpaR { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHlKhF5458Qt3qH8PQlpBk0dx4qJ96Fp { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csl1mA5UvJmVxxWTGAPwmWaAagDQA44n { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIluUocgNIxq4a7X7kHRW0Qv83NrsZfn { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLrNIArCsnuScudWmC4qXRXshAc36Drw { display:block; }
 }@media only screen and (max-width: 763px) { #k54VSXHHh2ybGEHEL2bf1EsNmT2Ws4ga { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Gda8OleKNsfGhFD00JqQTz0zkXfC69 { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSUyARDIkmxU6Q2b97DIlLBT8a5rSaC1 { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZWz2dDNIAlZikRqyofeW9t16zsqtdIQ { top:14.375rem;left:0rem;width:14.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEaFH8T57T89Gb3ODIWTUXFfhrXSBlCw { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOI0OoPA1ZqnZ8Po5esB7oLCxMad80sg { display:block; }
 }@media only screen and (max-width: 763px) { #RokGCJUOPUSGkxDdRkT0tBEEMtAaKmJl { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCTwGTPhE8wxxu02VmaoQ8QkBdiTNP1 { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi2bUkoTig737XXUyGQHtWtn6p9tqEUk { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbTqF13itSMg826ZFW9QhWGrZ2Uh4dZJ { top:1.875rem;left:28.287841796875rem;width:10.6875rem;height:11.495810851668rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEeM16y3Tg1XGH2JTXmOF8N8uOmR9WoJ { top:1.4375rem;left:0rem;width:12.9375rem;height:10.449495307647rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy { display:block; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwzzZHak1riM3OBif7p0w2AFhVCW8emF { top:1.125rem;left:7.68359375rem;width:13.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZeHwLAUrvpTHtX0oxHeVauzXnfDh3dH { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf9Tz0rzR5EwfKBGleZeKp8cEH6GAyqE { top:14.1875rem;left:25.624877929688rem;width:10.625rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFgiUB3sekAGWhrkbTolAlSfXPWssXZ { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DQsZVdB7N8bqG0hkIAD6oNiAf6ac5J { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0eoSFCssmbeWFQVdhqSQsaVeX22ogse { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dIg7Bv0p94rDpcXM4FoAU3JNOLWWHz { display:block; }
 }@media only screen and (max-width: 763px) { #TPdo7ksnmThdCTQzCxqkgTpu4bwOs5WW { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8rAKK2moapqmT78J4RBaFA4HtWBeQa9 { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSwoiJBTEQRToViPpnVgKyl3oN3cqQzU { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06mhfWvwgyMfsxTKqadws1EuBCct1Qq { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLEA5afgOpZU4yzUtAJf2t2F5uB2QNQT { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtw8nua9vBQHV5MITGlVvGQr61OvHHu { display:block; }
 }@media only screen and (max-width: 763px) { #TN80Q2pU3yhw14CMqmnTZUpoHlTWcNtG { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHN5idykAeMuESsqp4fGSvyTIfpwuDqS { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcFWQqkorp8wEXAc43etXX51MtfL4oSB { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slfWCV8IZvyXoeK6Qes5Zw1lO49zCWUG { top:14.375rem;left:0rem;width:14.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPhhTRTgF7xUaVnvvcocGXRkFEGONoVl { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DToGyaWLf8s5Z8sPWAA0CabyexQBVC5N { display:block; }
 }@media only screen and (max-width: 763px) { #nyUTwqcJrvrLvgqiVoyeQSCsEXFFDbk5 { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFpgy1TpnpsAvhmwF7kNhEl6yPn8V25 { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDuRImDatoxfTUh4asdecG80P2zckIBG { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv7703ZbTTyWNEZnfwH4x37ZBztBasuc { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrPzAIuEkSHx5GBDmFJ1a5D6dKfpCySp { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEJvBvCtTuBW4i3ei67IzkQ96MCEgvGc { top:13.875rem;left:32.75rem;width:15rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbtA9gFNbGfICazbCKFT59sQGMVuDQ8a { top:20.6875rem;left:44.686767578125rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRtBsW7JUBvyWk4E59imRrgiOhhrn2TU { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN0FgQquCxyTSNMM3hTNTw4gL2XNz3TK { display:block; }
 }@media only screen and (max-width: 763px) { #ELJzF48I9ykx4K1bBsHFBaogy0KRDOU3 { top:3rem;left:24.62451171875rem;width:17.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0oNRW13E5QP2tmnp9OIJlvUQNXTO3l { top:3.0625rem;left:30.6875rem;width:17rem;height:8.4686774262083rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ShIavNXFAP0grFraNgghpH435R0aup { top:2.1875rem;left:0rem;width:14.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx { display:block; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6wbLRJzUtZDsLBqlRKJXd6x2wRTFUuM { top:2.4375rem;left:5.7469482421875rem;width:17.1875rem;height:9.74975rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrNW1lvu9zutdPTlnrnECh7x1aRAhdD0 { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTK2dbfxCnK6JtMrHIhPtgsTwTik2pZ { top:14.1875rem;left:25.624877929688rem;width:15.25rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5e9ygwJA9uiZdTMlVRxhDoueBea36NJ { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJDTTKDbgzfONikU3kLDyQTyR9Ll9Ta { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rstC84fQNM7GV8eVfeigeUHTtGzxAWgE { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUVQcx2wMSidoxQlkJcEIFcIddZFWFG { display:block; }
 }@media only screen and (max-width: 763px) { #OF3qoCusTE4ibTlyCkugW71iSUZT6tdS { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4acDSBuq0F4mhuyfgggmXLoJOIuFNo { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNRdfN72TNSnuvku4BF1ywpi5q58xny { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1z0gDJTWSe3eqy6qCrQnkI0kBZNDlx { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh3ggwaP3ZsT6JW1PRBHGFMDCKtdzf27 { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDe5n9DCmHquak4kCoiuwHWrqSk28eIB { display:block; }
 }@media only screen and (max-width: 763px) { #avmy5Syk3SANnSzRELxPPb3bTPNVKA43 { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7uFJc5WApG7CJBlJtEwcGVKC8T6DaTc { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBnQ2BXZETAWiDKVdXPLRT9SCIz7pglQ { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLap5a3TzBE5D9XQDLNyzHRClVFuRmWN { top:14.375rem;left:0rem;width:14.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU18W5aaWezFtEUIPgJW3du87GdNftPy { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp0iDzsc5HiuKWICsw7avImi3vf8fyC9 { display:block; }
 }@media only screen and (max-width: 763px) { #btbn7o7ImDCVMrJoAQBZ7seZT5C5RWCm { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaBBZuKfPH7BJaotJhB7qLW0btnZTRwe { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on9hHFQK9lwfMgoLN4VSTC0T9TBDEfpl { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axLVeEb3AqW30To3RTV5OZdTD9PZDI37 { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPeTF2K57PtuC7V6OrLv3o3k6NqoMczM { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1R4r4LubTn9PE8OfHaVb0LbdKBfmdMt { top:13.875rem;left:32.75rem;width:15rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEArJdTp14sUCpCcZhbeJcwmTbRP3iVn { top:20.6875rem;left:44.686767578125rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUwZv22TpKKIdLMxl5TAhhu8OBfUpEF4 { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODQ7VNVRv3OXoBsXvEBGptK5UAHzeJ4t { display:block; }
 }@media only screen and (max-width: 763px) { #zasi1Tcrfd9It4QzCwlQDVrKMQ7xmvLX { top:1.9375rem;left:24.779541015625rem;width:16.875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdJcOKtDsgJgd6egxPZMV745psNxfKMt { top:3rem;left:31.625rem;width:16.0625rem;height:8.5915118528051rem;display:block; }
 }@media only screen and (max-width: 763px) { #xodvGDuSIbIZDbwnu1VNK5D7z5ronoSS { top:1.4375rem;left:0rem;width:16.25rem;height:11.642400649818rem;display:block; }
 }@media only screen and (max-width: 763px) { #kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 { display:block; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR1JfUf4EZmtUgIwDHKcBpWeecZh12xX { top:2.125rem;left:6.4036865234375rem;width:15.8125rem;height:10.272142255329rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoaJHayf1TfnqItFigUKk8sT0uLtyEO8 { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kVKuUSzpFKEBxo5tSndg7cq6KXhPyX { top:14.1875rem;left:25.624877929688rem;width:15.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSdDoC0HXf3wzsET3WCln1hCU4zwUqyS { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5oIyPG6AoptyqfIGhTTtzGUr3QbrZRZ { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZTPUq9OHINPSa82Vo7upd2CXVJ1Tvl { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpHsRwyIKxh7zAxdcBa8ymCXLWXdHQac { display:block; }
 }@media only screen and (max-width: 763px) { #ot1gJK6qoB6nUgDiyDvhNMeyOOPgTJ7M { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlvMFl57Oi52FwodtufhtPkXBtS9Rqbb { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIHXNx5Igro9K0IrXTlFs7wyXTRPoMS { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTGDh9qaBGvBi991uNm5ELEZ13LDUlP { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkg3NzXUlpFOAxoE0BGzunRbadtxdCf { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3WTfqJHKNgneLC6aGKWTWuS0vW8UbFr { display:block; }
 }@media only screen and (max-width: 763px) { #mtFxAxsmnx2TDLc1CHRLww0dfNVubyTr { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWteKMdWS1mxlWbACkyFs0i8WN29DqVh { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDAERoRzWRsoCTIyN4fMeTu9w26kEPt { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffrormUEipNGSfXBghQbn59dI3LhMllT { top:14.375rem;left:0rem;width:14.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRUTZBV9pmiFkLWXtnelPavMoMXQHUK { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBV9tr4NdHiLxDZCNa7v0hTGH8M9Xz2 { display:block; }
 }@media only screen and (max-width: 763px) { #UPkHRfV24anwAc43U3RiCT66Z3evH8IQ { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZmUxgc3tBcCWcAnoulGKEzsgr81Tk61 { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITIZUTyxmrb604r2AKOQLmV9MTGchF1r { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxoZS4xZMgEBcUdOkH4AcdIIwuLgrDB { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRNrarFDrTn2oRzpTZUgXXGSAW5qzyuP { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqtewiiTiNisgLyAQMyvAJSuySchn5yC { top:13.875rem;left:32.75rem;width:13.25rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxZeldvlNzNHsBtSeN4oCcUEweoWyTnz { top:20.6875rem;left:44.62451171875rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKF2bGTTHRxsETfmMF8z4QGRQ08NMyL { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6VphQzwsfFOa9zuBGuD6lFNvGML0W5 { display:block; }
 }@media only screen and (max-width: 763px) { #V5bZlc1S43Gpn47JHXJT5iPQxH8oVau3 { top:3.6875rem;left:24.310791015625rem;width:17.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbkiC82vgPSOwNSeKZDv5WtmxgTBM77q { top:2.375rem;left:31.6875rem;width:16.0625rem;height:9.7740447600369rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73R26LzCH3QZDLl3t6n5uwIz3axkVm1 { top:2.5rem;left:0rem;width:14.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 { display:block; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrWqmt4ENPodfNTpWuQDmVFWt6IDkNgp { top:2.5625rem;left:4.60009765625rem;width:18.125rem;height:8.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKP0E0DtS1ssz4zgtkFdBk5OaDXmuX6C { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI4hQyWhD9UWTqZB5xVGzD9D5rNSwUGP { top:14.1875rem;left:25.624877929688rem;width:15.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfKE4U6Z7rHrIzJ5TrMUounpqlRkb8ua { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2XEgiBgxV14nUMXoiKTa4xaJEz0vHda { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBcdhC09erka7xsdo3sQh8RDT8sGET6 { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUqtH1tfSqokxDQwuZAeTHgOgwrT5xwK { display:block; }
 }@media only screen and (max-width: 763px) { #ztQdk9MSVGrL85pOg8fGdRMMaiHLqEo7 { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD0zDGqMEPoWtSLC8KZ8AlbycOCT1QPp { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edkZbmt0wDu2oosmaN6RsTNCe2ZsuKJJ { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2D55GeTS4c2lmvG8sTXT7W7b5RnSHt7 { top:14.375rem;left:6.6246337890625rem;width:13.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw7sLdEhozMBognhV48pcNwOARB9hJC9 { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spmPpHggls2mmenx3Ws3J7kLNSdDoslO { display:block; }
 }@media only screen and (max-width: 763px) { #LLHuTdqTF8R1BC8hqsaL85q2zxMWfsbV { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVkzukJcCDwLpOxzxUgvJT4kg8zNKDZi { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUCySwWHmFLSUMAMNsaXWWX52MQ1i8h { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sodD9BmTkMJAPfqoRyISAPV2WPHxcuBo { top:14.375rem;left:0rem;width:14.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Iyp3BuSaI5XVDTymmqbdFvITrUM069 { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctTmSEU36OiTg1TdC7Z2QahWkaKWioM { display:block; }
 }@media only screen and (max-width: 763px) { #O3v2fPngZedwAVak82we1sBwLec1RX53 { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLICx4OIZE1DzNnrv3SOOdXS8frqJgMk { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJUOg0T2DU2yTKMmB0uusRVFl9ZTT1hx { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QqT8GwXDWGEQRUpJRJkP2BTuxvV7oR { top:0.75rem;left:29.75rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPKFHzcxMAKBlqiO4bUGaqNDzyDN8zy { top:1.5rem;left:31.0625rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9T04ffyGdcbk4TVTPnZ6wfTHv1gwM4T { top:13.875rem;left:32.75rem;width:15rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Zg38QaotQTsZTSsNXTxOKyhC1aERtT { top:20.6875rem;left:44.62451171875rem;width:2.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RTyoyX8czO3yhtVexsoggkBGA01RSN { width:15.3125rem;height:2.1875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUpgnHotnchCq93whlgFfKoAHsitb3I0 { display:block; }
 }@media only screen and (max-width: 763px) { #RMQZzp0v3gWNv5bASSkZbT7M5ERXevFn { top:1.6875rem;left:27.654907226562rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34lxpdxTFVISCiI21N4KShB6X50q4Ds { top:2.5625rem;left:31.625rem;width:16.0625rem;height:9.9613175295933rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAFun2BGL9BdFOasLbMTEIX5aty1QeXT { top:1.5625rem;left:0rem;width:14.9375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9JH43OUItaFI5SRQdO76oplBSflq9F { display:block; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeMTTeeQa5WPE61ZbQXmJrWAOzHVbHse { top:13.4375rem;left:13.0625rem;width:6.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrwfHxmET82CUSzBokggo9uCUGHoCAkP { top:14.1875rem;left:25.624877929688rem;width:15.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQaLT9T5IF1RO6wIgPDyX0OfLSA3wIi { top:0.75rem;left:24.375003814698rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZPbfWOagsmv5iMX0GUIPJvcufLUk57 { top:20.6875rem;left:25.624877929688rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsFe6Oa1QZbdEc2oHSGWE8qxCFAmT8ss { width:15.125rem;height:2.1875rem;top:23.125rem;left:25.687133789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkIxTnZS54Ea66SWbDks5tgI16gz2pTD { display:block; }
 }@media only screen and (max-width: 763px) { #Iif4KXgKLlbt9iV7nl70NKkSkNGTwxfF { top:1.5rem;left:25.062503814698rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V232DkkOnslKoQAwGpIuTnQl5fo1rT5p { top:0.625rem;left:5.3416748046875rem;width:17.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2evVR9JDLnFblTgPGp0aNCRJ9W4Ch5t { top:1.5rem;left:6rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXGLFCEm539tkdyp9DV1MVa0ad9O1hH5 { top:14.375rem;left:6.6246337890625rem;width:12rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki9NoIT5a3W5JZi96CFF0TBcWcgVseT4 { width:15.125rem;height:2.1875rem;top:23.125rem;left:6.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8CPQMkaZyD8RTEhdHvg0DJpcGZuFJMw { display:block; }
 }@media only screen and (max-width: 763px) { #zX5RC5AcTJ6dT35WfzXAz9CCx4Nzud70 { top:20.6875rem;left:6.6246337890625rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSP9bvMoEcmI0rOaqoRT4GVrFX1TAHVA { top:0.75rem;left:0rem;width:18rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGL88Xu0iomN9lUaT39A7yp1H6a4wXeE { top:1.5rem;left:0rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnUDI7Q4nJ1waXzdmhDHb3UIrJgZ2cDV { top:14.375rem;left:0rem;width:14.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMBGJa349m8WeFPCapy5MQsSU2CPVzt { width:15.375rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klywi8yfuJIKy7iql8yyqaAEKLIZu9Tk { display:block; }
 }@media only screen and (max-width: 763px) { #fwaW2HUP9sWeAKSIFXfv3ta08144JKor { top:14rem;left:0rem;width:9.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpHtAB0QTVXbcw9BghJwQUdLBw0zTOV { top:20.6875rem;left:0rem;width:3.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34uNfpipRvxorF6XJ2nM0gaGBrWzFMq { top:14.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5Gwp9OOtIdf36pBF02lGbUC8gF29Fl { top:2.625rem;left:25.685913085938rem;width:15.0625rem;height:9.2739517215445rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qu5k4huJPCS1Ll5FqGsqF7AzfeaHLl { top:2.0625rem;left:0rem;width:16.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdSz8FFlQN5mtLS9FbxfmyypU4yWbPop { top:1.6875rem;left:6.3719482421875rem;width:15.9375rem;height:11.187125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFGnNSLL8XTuoZsn3ACnPLygQI4Mrsk6 { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #CFGnNSLL8XTuoZsn3ACnPLygQI4Mrsk6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #huTFfoKUtvoK5IqOIFFTFVpOCrIyTnJU { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #huTFfoKUtvoK5IqOIFFTFVpOCrIyTnJU > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #a329CXqMRcO92TqttJrvp1X9gZ4dOOzs { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #a329CXqMRcO92TqttJrvp1X9gZ4dOOzs > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #KiDVIe0FrKNy9xdmUOBlGLrtgqzSiwsI { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #KiDVIe0FrKNy9xdmUOBlGLrtgqzSiwsI > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #OIp3NfUeIeNuhr8zSOXeMXuTh2dClL5t { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #OIp3NfUeIeNuhr8zSOXeMXuTh2dClL5t > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgT3xz62NJo0uLZwZbJIzEVuysatnRl9 { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #tgT3xz62NJo0uLZwZbJIzEVuysatnRl9 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #pH1E8AUBgT4r86mJU1eefUxUL75RRFMw { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #pH1E8AUBgT4r86mJU1eefUxUL75RRFMw > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #iTy0bLTJA0hJc1CPpUaEJz1qhxnZ130x { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #iTy0bLTJA0hJc1CPpUaEJz1qhxnZ130x > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #vf6v9Us0NrWrwrtTdlNZQrXefXW0VOWN { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #vf6v9Us0NrWrwrtTdlNZQrXefXW0VOWN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4c549b5-eb91-480b-a340-cc8e6acc3e3b/bg2.webp");background-position:top right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#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.1); }#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); } }@media only screen and (max-width: 763px) { #fCFvbO7KDwNiQ5gHtgZbhhTQhIWk4BTT { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #fCFvbO7KDwNiQ5gHtgZbhhTQhIWk4BTT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1BB0SyWL8DpsC4NgzEx29CXA3B4HTeF { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #L1BB0SyWL8DpsC4NgzEx29CXA3B4HTeF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxL2ScvIJRSWoBmTLLEJD9Faw1UaQptE { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #JxL2ScvIJRSWoBmTLLEJD9Faw1UaQptE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMDT03WAS1pyNN7NxFca4NIc7939gA2U { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #bMDT03WAS1pyNN7NxFca4NIc7939gA2U > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9ZARqGk4gSkgyNafqu55gQw8RPkblz1 { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #x9ZARqGk4gSkgyNafqu55gQw8RPkblz1 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #pENIeCcfcM6OTJS92aEROCuDieTtnQEo { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #pENIeCcfcM6OTJS92aEROCuDieTtnQEo > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bd8XiMbfVLDpkHrlfxkmeOXUm0ygwkqW { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Bd8XiMbfVLDpkHrlfxkmeOXUm0ygwkqW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3uM3dW0wv2yIptixzNrMpKVXRDHlVsZ { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #r3uM3dW0wv2yIptixzNrMpKVXRDHlVsZ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #bP2MtG13DoG0Nx3ogkH5LTBbuRviw3VS { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #bP2MtG13DoG0Nx3ogkH5LTBbuRviw3VS > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a6a489e-e412-4d07-8230-c91f5350e6f0/artisan_baker_dusted_freshly_baked_bread_with_flour_creating_whirlwind_white_powder_warm_bakery_setting_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm.adaptive-delivery-prevent-bg, #cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm.lazyload, #cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm.lazyloading { background-image: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { background-color: transparent; background-image: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container > .video-iframe-container { display: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row > .video-iframe-container { display: none; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .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); }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { border-width: 0; border-radius: 0; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWp9psrMqclx5dOz0gA0PIxVy2a3Hdcm > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqSkKZhMeGmhHuV48uFAc8DTtLPcgrJn { width:18.75rem;height:0.0625rem;top:33.299999237061rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoNJityIhkppzexIfRNNgfgOWUQMgvTA { width:20rem;height:1.5rem;top:5.6240234375rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ScFAF9HfvQOFyI9ULUubINIONVLr0PBF { width:20rem;height:5.4209804069075rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQwJkz7rgx3Pnpb1GRwlAkHR3uvWIvbD { width:11.8125rem;height:2.5rem;top:21.75rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXNFL8rSu3ZTG44J7HrnfOxPqaGGPkAy { display:block; }
 }@media only screen and (max-width: 763px) { #cvIhZvHSs7HZbCHRmx47Axu4zk5e7wro { width:1.75rem;height:0.6875rem;top:32.2177734375rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v87rmuiZkw3ea1od2bKIVxgEVMF51Lok { width:8.0625rem;height:2.5rem;top:18.5625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP3ZgUbpNCOUpqEeT4nN7wq9QvGxfkBK { display:block; }
 }@media only screen and (max-width: 763px) { #Pz6XualRyzfkyHAFiwXLNu0ZiGztUTlh { width:1.75rem;height:0.6875rem;top:32.31201171875rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWOMJCXcpnsVTiLAZQSWZCzHinXisUOk { width:5.0625rem;height:2.5rem;top:15.4375rem;left:12.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIueXKR7imAK8Sdy5xU8KfzQs6GrzWJ { display:block; }
 }@media only screen and (max-width: 763px) { #z6CbbXA2CTHAr4mIzlLmhTUhnCgyItGE { width:5.1875rem;height:2.5rem;top:15.375rem;left:7rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVxHmvXFInqy1rvPCnBIzqkgyn3LlKvP { display:block; }
 }@media only screen and (max-width: 763px) { #ko7snwTg1y58cfCoo8R9AuUIrEO8QVwo { width:2.9375rem;height:1.25rem;top:9.22607421875rem;left:11.562377929688rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms9Lm3JX6zQuxTdd0QrXchrPh7mXqxXL { width:2.9375rem;height:1.25rem;top:9.0618896484375rem;left:5.3746337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBgFxlP72dgGbm3yVyw6QfpIGMoSuou2 { width:5.125rem;height:2.5rem;top:15.3125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiJU4EWyBNcTFbytFwIOOOKX5W1W0Lh2 { display:block; }
 }@media only screen and (max-width: 763px) { #PyN9uKruyVZdM7RhwqODaeo5Ql1IMfg7 { width:2.875rem;height:1.25rem;top:9.476318359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdZ7Lp6L9lmNoVIPL254pr49XlpRehoD { width:9.25rem;height:2.5rem;top:18.5625rem;left:9.5rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxK3iJ20SJs7qG1ugy67t2QTFzCXbrI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Mb6SVUhibzr6zcDsl6yQtQQTmqLd1hiv { width:1.6875rem;height:0.625rem;top:32.31201171875rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hswJrxW1tcDZTyslM7CME9a97zZX67Od { display:block; }#hswJrxW1tcDZTyslM7CME9a97zZX67Od > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgKeCOciB3lIfxpQay7N8roSOhl3ITES { width:16.9995rem;height:11.062rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZogytso0RMoV6NG9y0B7fMUBxhzGk82 { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgdOsdaQQH1tQcXIS9EHE4MuRc7irW8T { width:14.9375rem;height:1.950075rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3atsP43pdz0tHgoZocy2a89SgngwvRQ { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXN5faiomKF6chxy4v8ofROCcvaWHLqf { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ggg6MuV154aPcfqFCQv0bxdrTxqMxy { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgFbu4T0D628LwUT2tZHFveAyl99rOU9 { display:block; }
 }@media only screen and (max-width: 763px) { #nZEiWsvanpfGOWU6UibdoSIsVUKItDxm { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asHu5MrzqnZ5ws2JAwEe1RuJ9xTh3tLe { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxzaT6wRo0yHaEpBe19OFDiaatcrEJBJ { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imE5snWTvUNNoKf0BgepwdW1T3SETJh5 { width:11.8125rem;height:3.90014375rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #JEQBwyO74rDUMZ77q8n7VLcuwdfyvTOd { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tknJ8L9Thc0TdZNNor5X07nTdHPyH1bx { display:block; }
 }@media only screen and (max-width: 763px) { #klhQS97HniE4ViOWssGOf9J72ZTiDeBb { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsfcgDiTO02LXcMXJTya68UvXKL1TE74 { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHpxVEhETVgPkZerwcQ0vdAILV7I3Wh2 { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MAAnBxLAN7yQexPPWEEyqKSy5x4w6k { width:12.5625rem;height:3.90014375rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXy2npxsBthaN6uuOJVdr0Iu8FweqfPQ { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpqlWTNDiVZMDFADXZdC6kNKkiVqu4fH { display:block; }
 }@media only screen and (max-width: 763px) { #TICAm0Tgeny7PobB36PTdETltExu2U6O { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOq6co0uAvRUQDLdZ3tSxqCm7OxfEzMk { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBsbVtBfWxbLSMyAxiZhc87dD8c485vy { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKhE3zdKEcw2hlWekhiIThSkW36BgFmo { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTW9PsMZ0PTVkAxS8bAihRLiWxikoTFW { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDBGaugTEDnBArrgGrtAMVeGobwbJUd3 { width:12.687375rem;height:3.59985625rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HkVedcZ63xp3ZGTGGyO6d2qIERA1TE5b { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ptX5qW7QWFfBNauQDev8Hv8W8TE5Jz { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAd5Fp4NZTiFUKNhavTFKs9Z4sI58c0 { display:block; }
 }@media only screen and (max-width: 763px) { #oaQ6K4CT5ewhT5QBhg9aikQUmEE6cbyD { width:20rem;height:13.999625rem;top:52.623901367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa4h4UgEbAo5rKRWFwwTfnvSmT7JUSOd { width:9.75rem;height:9.75rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFQeh0HKXvA6PeMdEnpqQbsRqlA6Zde { width:16.4375rem;height:12.25rem;top:81.68701171875rem;left:1.4361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz { display:block; }#dTdftAPsUm87q7ii1hF9QhKfBo6HN2dz > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFEQLhqlNfd5kf2RLX1S5w5967qfvSrm { width:16.25rem;height:8.125rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe61f4T0EHLPuboK5db3TntVT9ZQr0g6 { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRpSSrCrb8UnWoSGssi6ZJCX25sTpWFS { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJmhAmWqX9aUzGk4PXw1D26Pcap7Esq { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBATZIDQDxZmDT4KqQNE6rgmMkDFEofz { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuL2SpslPf4P1SBfoNk1ZR2wLbcdXlts { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4HWMWUKuJ8k4g8TI5FHtxEJz7yGB13y { display:block; }
 }@media only screen and (max-width: 763px) { #Rzx0wMWzN5AzHHzC23UH0UZGsPNIRoTD { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1F3hv628PgxFp2ytgTN9LyTnrxITypt { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb0qUTO20wTZXvHtdcGPnLTS0VMR1NLl { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVJQzx9xFfOTv0boF6corugW7LQTPLcI { width:11.8125rem;height:3.90014375rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #XFmDPtXTLOR8uUzd12vzDfQIy9zWPJ82 { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQr8cnd996NWBCCU0MvxiliNhcbJldTg { display:block; }
 }@media only screen and (max-width: 763px) { #faO99pTHguIextesAdWhSTFiOJlVKOcO { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOdUSAGQwVWG4eUckRcF9xZS3owsJEs { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtpzf5wuFFTJ6n976kWdog5c9kuzFT2u { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfx4529nUsudH2EQKTTZB6A6vzn2lRT { width:12.5625rem;height:3.90014375rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1FIB5ZwzA14mt9dme8zwvNnRuLFgkP { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHFAlN5ZE30BdvxU4Gx8CIM5TZPyfW6 { display:block; }
 }@media only screen and (max-width: 763px) { #P5epttAlZD0AZ6IuWxyv4HitoTrTikcp { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTZiQCudGwdHFbc3sSU7gKCh96WQgrlR { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6HQIXvDPoceBPq6WaQ9666iny0C5hsr { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENVqvWVI4Ie1GNg6FTqpzDg92X58EGRL { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeFxTmPLlCOJ1z5NqZ6kMCwh5hdfZvsC { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkC0aDWtq2q7Zw1NJbzpJLpFPuSE7zRJ { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JNOzGpfhdWQu8orvHMUyCSIiuP8a5i4K { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSpdpGk19R2EtS7m5GhU0R6wBtnq4L6B { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBEea6ZLTEU8tLKFDP142kwfOzLtGThT { display:block; }
 }@media only screen and (max-width: 763px) { #Tvb9ssK3c3hP57IJaNzgu9W064IqqAvU { width:17.3125rem;height:12.25rem;top:53.87451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFP4zt3B9h8sDT5SlbAiTFawon26TA3 { width:17.5625rem;height:8.3125rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimtecMClZIk2QREtDxFJHUSX2alwcZw { width:19.375rem;height:9rem;top:82.904663085938rem;left:0.9051513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLUBPxstyo3tplxomEUbo5nB0WTUc9q { display:block; }#kFLUBPxstyo3tplxomEUbo5nB0WTUc9q > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHbBULtXGRTvg3L3JatySTMTbcwtNZhB { width:10.625rem;height:8.4375rem;top:3.4991455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umrtnd2cg7CQsOnbDmE9H0OTsWaWqxpt { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdPDiECLGNUIBWFf2lW5F8lmTCAH6vwx { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yweT4auTvVKULKPuTKv0VVG5C270kV5q { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkTMJgfhBHDoVOEJyEXdxD05qQwuicV { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US9TpB7QTEXaJzJVMNFRe2JLcq57dWJy { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnFT4NTVSgttyI0CU5JyM9Wkudamt4Kw { display:block; }
 }@media only screen and (max-width: 763px) { #QA6knnJKCxciuvLCDiZ22kTOnuXzyIOX { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXrJHTeJq4THJZ3Pw4TbPFJuIlAHU9Km { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMi9Kthgk85hM2CRHri7b0q4OVemO7X { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Cl5KehG80Ut7JUbFtdzWCtKmpkJQQg { width:11.8125rem;height:3.90014375rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #MRDwlxBU8NGr13L0SC1KhFacxokJ9zGn { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBt6bW4c2IX8B2uo61St8BWPihniewP { display:block; }
 }@media only screen and (max-width: 763px) { #QMymOTsdnwpWf9ZvK7B5sdenCFAa1HNt { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MizS0BnIndsidl3CiWZcpeHu8TbIVk { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnhWbiKAHr70GsmCw8Kw7gXox74ZvTfI { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNpD7Rz9BSqLocBek4NuiCHVXUR2iU5G { width:12.5625rem;height:1.950075rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqsiUPKCNrXReaQK0a3AlCsVFZ0baf6 { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfR9WiDifFgSJEv7GDgXUDQrQwCtoUHw { display:block; }
 }@media only screen and (max-width: 763px) { #AZZtAPuXyylfcXJbA1lce2t6ZUFU8CQk { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEffJTPf6rAMTUA40tWfcTq1T885LgBX { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOXiFv4UD0noB0VmG8JG5MtMXpURwDlN { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJrQKAxdpc2L7P2FPiz1LaU3sc4NTKaw { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxQGcVl9Qvvu9xXTLwuq0BoQGHg3Ik4G { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnvQ0Kv30AbbpIZTACFRMZQdvPGTEFd { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gz0P6qQ2ICKp2S3HWyUfrMXbFEpaprNG { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcQ0ptT0wPB3aPwfVdSE157GCQLSsL2n { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCzPKsZhLxX7C4Vwze6To1poFRCzTkSs { display:block; }
 }@media only screen and (max-width: 763px) { #GV42hnRe0OnrHGchBrrobPswfR98mIe9 { width:19.375rem;height:8.9375rem;top:54.935913085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT2ZGThWzHLdaOanTUsR7ydKW76Gmki { width:16.25rem;height:11.5625rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNw4AV1IaSc9WpPbLE7Cqitp07qyhCGL { width:13.25rem;height:11.3125rem;top:81.68701171875rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm { display:block; }#qPbs5zTxKOLPzlg2QKghxc8UGVNMNgTm > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzFqUuDJFGI2KZTdouf0982x959qadwC { width:14.875rem;height:6.9375rem;top:2.186279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlGzN1FmtzPP6AxmPEbpu2qsewKIRBN3 { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnW34NtDIwokcvmDGx0mbXOUIOD0uEJD { width:14.9375rem;height:3.59985625rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdhCgBu0tZv9VHz8HBCN90TzJ8b1Jg78 { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #isMZ7LKg04MqAOOG7oITTuRORVQdWBTh { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLJZdI8ihMO5f0TSGkTaO2dHu7DApi1v { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1QcoctddK3aFF1ZLJCOZ0hPfdauz16h { display:block; }
 }@media only screen and (max-width: 763px) { #t9Duv5MD4i4Ei39H1NvtwCbGpAQv7wdS { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pozAWQOya3HmhaEyZN3ebyaHaGT28pgB { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gp7zUJAoGMDgTZqL4g5nU28Gon7mSRMd { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3KzxaqnFNaBt6zP6oWKo9zkxsA4lPEB { width:11.8125rem;height:3.59985625rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #Dp64paDxumLuGrrsDsZESNvteSJgoPVX { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CInWP0aVbVXznIIr8ErnRWWF1TtZHwad { display:block; }
 }@media only screen and (max-width: 763px) { #R98v2P1xPKkRfdv5ZgWM8oHsRE7aIydJ { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3Cd2KdmfGbSsi9MTtxFURXCz4ygeW8f { width:18rem;height:25.9375rem;top:2.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaqGza4XAJ4JU3pTVZtDGNpwMRcI3Xvc { width:16.6875rem;height:11.6875rem;top:2.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCcOil3EEWDy3ds88LpSkgZN3TxlQRu { width:12.5625rem;height:5.85021875rem;top:15.75rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTwJhzknS6yGRhlILcQEQ9zGqwHwQrZ { width:15.375rem;height:2.1875rem;top:24.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9wUtXJeAqiT4O0C9GKrG6OkXMxtpIxd { display:block; }
 }@media only screen and (max-width: 763px) { #AC9bTL9NXIZ7DdnG5dutlKT40w7x38SO { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDfELow58Nb2SL6X3LhB6TTmJNgtnQET { width:3.125rem;height:1.3995375rem;top:22.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAcaOoCyLaFsUeePbHBiaToqxbNiLBK6 { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5n2H3XFbBsvvCiDIgR9gkipqrK24HE8 { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcR3XgLAPzNsdTUTbAgqccbP9RpATuRc { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcgBJOgCZrCGR4uA97VXKRnZFAadRkiQ { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #X67HE1mXKTFzknwRMFDsAuaXLb2tNVJi { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMBuTovVctw9CMwcUxc0i06tov20BIWV { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV7HU6o6tATLGVuzAplW9QgSUzUK6zRA { display:block; }
 }@media only screen and (max-width: 763px) { #M8LUuu1s8ZRpbT02nvvcstq6BNfnoIe4 { width:13.062125rem;height:13.75rem;top:1.8426513671875rem;left:3.4686279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfCoCEfTLNdCVBvTRp9dAOWawtQPuTLZ { width:13.625rem;height:9.6875rem;top:28.24951171875rem;left:1.436767578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmrFQJ3n6fgRlpaNkDrlDTboJ9F6QkLU { width:14.4375rem;height:10.3125rem;top:82.904663085938rem;left:0.9051513671875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S { display:block; }#oHtNEU8gQDAdaRXvPSQm0EUFLGB0nN2S > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thGACT4m3lhRTAr8T2BdvvafS2S0PdmP { width:14.875rem;height:12.4375rem;top:1.2890625rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EuMyQwopGOofC1TaEEhV8oN184AmSs { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrOJThXA0K7z2Ho2203LZK8pnVcWvZ6 { width:14.9375rem;height:1.950075rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbFnmVFkoiU1s9MOefEBBv2awDMPdhkO { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ntxT4HWJ1qs7qkkgGxqq0Ry5TF5pWx { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6he3I10JVQeFqI3OtPGuQ3QmZTCqkP8 { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQ2n8yHZ7t8AkgTw3EOSgqfezg1K0TJ { display:block; }
 }@media only screen and (max-width: 763px) { #ogkkhTsUTOr8RC16nc4qzTALfqbtEJbK { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLJ2cL3ITU87CL7FLmSvBWQCddvauree { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZGABLgvtlbrWrUfXwTJ0NVDPZLBFMsU { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIMKJ6vrB3sZZUDooP8Vr2dREKiZ6If { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #WSDZ9qIEUMQEoNUs7tZGL1oRNJH6JoTh { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMGKfTiXT3HNbAQJr3xGOD5esLI6Pcxu { display:block; }
 }@media only screen and (max-width: 763px) { #hzFIFqgbQvIora3QwaVDtcWPwNlvlnAt { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV7o1bGd9zwZs2tlhqa916wNEa0Nt7tn { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4zMPCRkIUhTsRPLFJh57MyTFG0EThD0 { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BxcfpdHOQD0d5FnopaCWSVTExdEG0T { width:12.5625rem;height:3.90014375rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDfhZdp26vNTUTMxWJxTKp9bndJMeUh8 { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTmTvn47EbyKtFMJdNGcQyNchUxaRnd { display:block; }
 }@media only screen and (max-width: 763px) { #RgbgBoVtJqBnKT0H60aLdTKTqIZE7u0p { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh6GW3ApGZScnLtLiCW20P2iC0f1PEOM { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMkso3JGCcHSkLHWt9ugkeX1rZ8yx7Lk { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpcH4sSbgZNnxAAPkyUSDdHDXlqXCWgB { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bds7wAiEQJlaxVATZ8IKBT64oSZirqwc { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOUTsJBcfHoOVzt2O2VTiEQWLbrBPN2T { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VWXD9J6TTgfSJTvTbVgh7PEWTrh4OJEG { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Mv2RBTTLvfTyJKO0Hm5fDNrc4QD8qd { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfKrJNlTBkdWcQUIRhNAhH36Ffd5TUCQ { display:block; }
 }@media only screen and (max-width: 763px) { #SSsvcaU3FXSp9vGVt90s6lZK9U7MR8w1 { width:17.5rem;height:10.1875rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXu8wFT9KnNFRHGG5q1DlO80m31S6HW { width:18.375rem;height:7.125rem;top:84.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW0ZZIqh6tKJWHa2A7rbaFdOAtqmn385 { width:14.874875rem;height:9.0625rem;top:55.936279296875rem;left:2.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB { display:block; }#t3KJtP5bR8hrBsAhiWhZNblGVUbBaWkB > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnlXGUUwi55A40H0fV3EHsGASV4HdRto { width:16.0625rem;height:10.75rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiK3mJnZ0KyqDGiOpo4NRCWRAQ3e7pRg { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x03HdMsgMvWTslB8V31BhzgHO96AfQbd { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo16bggRKAu05ZT1TUvFaGIAQTBtnEsg { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efhbCGlWFU0wt7sDcQAA8hvyhJGCX144 { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC18GXTBBhyIyCCT4N1RVVcH2Fm1WJ76 { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Lybdd7m9TC1PccIQA4fGnXF1pynl3b { display:block; }
 }@media only screen and (max-width: 763px) { #w4uKMIWnihykIZkrF4NUNocUBlWt68Ml { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDVfp3OMzATieqTVbnKPNVFFsZlnzkyh { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwwpECEzkLKrzcd5NpRA1ciyAbDVN4wW { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDoDtBCyNG8eepc09D52i7096P8IMOJW { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #dn7pK4QxZBD03zUSPBX166OMuy5Z0mka { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74IudrFiQAcymhSLvtRHu1BBWFsNRz7 { display:block; }
 }@media only screen and (max-width: 763px) { #dwAvPS5yQOq2lLSz2vMnofnpr1e8VB9E { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3TfCVbT24867Eh4wKv3ywZBqnOW1UUG { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4cADA9NWETwTPPtxq5o7bqrZwq0uKT { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwfZMBqLMba82GTEoHGGy01hTGTTsUH8 { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdJHTs3HpVkKUr5tEGCVMU305SzhaGg8 { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QspKAvJ9uKodIz8UUwqiTZAfE0T15N8F { display:block; }
 }@media only screen and (max-width: 763px) { #mAWpaR3RrwEG88qmKzOAz1g41FHixXtK { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLVM76kVly2VlP6S7LM49FiVcqo01CnE { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CufgLIP8muDSMcaT2Cpmf3Na57qzuZdS { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0ParFgP4LDI85KWD1y5P08GGrVJJRtN { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBcLhTzpgcg9o2rLvBIPRSIdvp0DwPfu { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6xrHGOGBm3sW7naxdqG5hanBfcbPyU { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f0BVIB8TMd8WAKif9kPhcmpuywogA37h { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVf5DV7CiqgS2uIl0ehRGBrUqdU8HTSO { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB9TTUL9QcqAZmb9F5Fhlfur6Gpw289V { display:block; }
 }@media only screen and (max-width: 763px) { #pHWTxBQH6syalPzky8EQhEtV7HccxznV { width:14.9375rem;height:11.25rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRioIREoAvqVttVUKDlbG0DdD4VQz1HB { width:13.5rem;height:12.8125rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGr7ZFx54ABmNLPv8zWrDCHtP1SO3E7E { width:15.3125rem;height:10.99975rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1sggUGacVTwziTHwmaToxripu8daSNN { display:block; }#d1sggUGacVTwziTHwmaToxripu8daSNN > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X25mOhAG4XR0sr9mlngksQl4EM2O1AaW { width:12.25rem;height:10.75rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBz4ASnQAMNc0reEgiRAlBcBE3NWWu62 { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFVFPNmQ64TAAzK2CPsoy32RLwT02Lcg { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ05pNhe8FaElQI0GTNZb5SCkEoJES7f { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbc8braRGMTg85zWw0vEmVkHNA1zBNzR { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXexHAcgUB2tfc2KTk0qQAgTNXnDrKN1 { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW6tgvakT9QxNXHZ6iLR0nOvBmQft6CN { display:block; }
 }@media only screen and (max-width: 763px) { #cimSm1t7CipgHlqGwZMDI8wiiDt6g44n { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O53Z7UHy6dxGRFpzzTipEBMBSfyPCECU { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaT25fefkD9b2EVHS0xrAqFLlZBTHIT3 { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7MJtavH8RKmo6DPtDXUTXeGKvHHtITA { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #STBTlrTOnJt9wL9LsWbZNpofezgV3sR2 { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJaA9OvCxkl6qxhlKg01eamt5VwgOPq { display:block; }
 }@media only screen and (max-width: 763px) { #NFTtnkszsiC22QtT5M6MeTgKXW7FC394 { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTZNgoIObx7BwhUZVTA8EUFMZxxc94J { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCHwNsuGTmEaCflfXuqOoXU8AMTGqSR { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsN72gC3fFuMHxCkxRQzBICK0Ir24yK { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4EZqhCxEJ2PvV10dKGLpoTqx71ZFBwy { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoh0BymERPoJKLLamRmlUQK5dIBTxhgh { display:block; }
 }@media only screen and (max-width: 763px) { #MttTZPtcw4Gy2WhFST9COzn42Rm3NZG4 { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgEpxoTAHRpbx8hrT6ycL6QFWfrJGgLk { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPQwCx0UGQBTaddTQDLPzDar5ACCA7e { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzKhz6ZilPh3xklBJov529gZqICeUoKm { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH5Xee1yWcvpuAhUKBLlpx9SJacNhQoN { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBrScqX3TrxSl7C8HTguJwCPl99BuvX { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eklJx9idafTDIMT7cQ84nS3RTRB2wWuR { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7xiD5072rD9UMt1N0vu9TIsG8BpBMw { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yuAOWMfRnvS0hqt8D7PaVaGiPVlPoG { display:block; }
 }@media only screen and (max-width: 763px) { #HLz8VtRlQFX69zOB6brT8L6RTEszcXbe { width:13.5rem;height:11.125rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSAAgDf2wzL3K1bkFgLcRU3i3ft2laK { width:11.9375rem;height:9.75rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr97BfpafdJe1hVmHgD5Khqs6dqIa92T { width:13.25rem;height:9.75rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv { display:block; }#qCk5fhmWBMn8xRk9gNXfmdycGzH9RVDv > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKgJLDoJdaqCA9HNmWAJTTINZ9hEXD9t { width:17.0625rem;height:9.125rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH6k4LgiSvQTqXD6OVSn7gPzcvykpkBS { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AveMFdqXO6Zm8Keo5TR5OaEconUOeC { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR2k3wTq9FpJ0l6Rx2SoPf3oTR4mkz2d { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXTPKW2qnxlUb9d2Ag4dsNPsqb9l4n2M { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuDO9mmIFoudv2oKUARVTEEtOSHdIDk { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPoZLeb7Nif4TVKC3tJUh1hcszopd9Ct { display:block; }
 }@media only screen and (max-width: 763px) { #ppEzINBA21I5atVLChbkAFsWume1TM1c { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RREUDuSXbT24QW7qfFRqqCVmepnLGfWD { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnqJHk5MWXaK0W6DTJDWTGACJCLoqXNI { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoG77hGCoVdxR3IFhlo1T7LEFcOWAJq { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Tixi2gFZqbF9Sc3cz3BVSDMzf7Ir4pIO { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XozOXR9thITi2fplA2fSkLrHKoVTvH3M { display:block; }
 }@media only screen and (max-width: 763px) { #heWeMobFrwTJQTg43NehlZMEuLRLdRCf { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbNEJvwd9KQbWNrMcOafkFO46uaDyxKU { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6WHOqFSe1IqZGQ8T9VXN3TrED4eKmXg { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmfJIfcchLafUFaoCdrTTRewJpD2MbRu { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHDHnryTrSMICaBbRU9v1RTdeTK0lz3B { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LUwSqkHlGxWpTVJ7P4zGvpzElRCzq9 { display:block; }
 }@media only screen and (max-width: 763px) { #T1QTezFDkxI6IGA3TEdUB79VgBrlTCa3 { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLTqn8RoW4efwtIhc4xrdtdfP23zg93Z { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfXL6Vut2T0I6mGAHyDwQUo8w1PzhEzO { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0AZBbc0r5Cz4hhRSyGQ7tAPnfy70ERt { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #su4IFcxPgsKJNmiIErfggrBmU2GVs3X5 { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikIN1rGTEvo7gr5y2ZlOwRpmPqPecWDB { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rJ2miqhyA4wMqGivRyN9A9JfesqTdsG7 { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETR3Dh5XMZgqoUxEL466dbqC0bqI4Bg { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDNgTThFZPnbMwOS3ZHwOxsS7ggUVlk { display:block; }
 }@media only screen and (max-width: 763px) { #H0V3R6FVmC3bCpxIIb9lGhKgdw9m7AWQ { width:16.875rem;height:9rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQVE9JRUvmsT0Xt1FVtWgBBzIwyu8sa { width:12.4375rem;height:9.0625rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30MHBD3ZsddVdoGPCaIQpJVJcWqaGkC { width:13.25rem;height:9.3125rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC { display:block; }#dQMO5GwiWu6xT3XxHdaXyhZsrmR6IkXC > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh4GeXoVAFMOr5VehhNRlDrp7vwBybXJ { width:17.0625rem;height:9.125rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF1SAq03qQvZuUcubPEVPfWi5lHzgu5P { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMI77S21Rty8ReeGxF0IBGg1PZ0ey5t9 { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfKDSGAVFlzWZ1rLPGNgPTQGFdZh4cJ { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJL32zTM9VSbR9CfWdCgVeF3Mdh3xrr6 { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKJ8UFJ4eiDuVtDUyJ8hVzPTzTP81KL8 { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVw4LPJM9uSVz1VJ0UR9VuTmEX0JeuOs { display:block; }
 }@media only screen and (max-width: 763px) { #hQcqbAOh0IhNKlo75EqlhkXJInTXhXCg { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxQpITQzxupuzNbRGLsUactmeBmlxpaR { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHlKhF5458Qt3qH8PQlpBk0dx4qJ96Fp { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csl1mA5UvJmVxxWTGAPwmWaAagDQA44n { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #pIluUocgNIxq4a7X7kHRW0Qv83NrsZfn { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLrNIArCsnuScudWmC4qXRXshAc36Drw { display:block; }
 }@media only screen and (max-width: 763px) { #k54VSXHHh2ybGEHEL2bf1EsNmT2Ws4ga { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Gda8OleKNsfGhFD00JqQTz0zkXfC69 { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSUyARDIkmxU6Q2b97DIlLBT8a5rSaC1 { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZWz2dDNIAlZikRqyofeW9t16zsqtdIQ { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEaFH8T57T89Gb3ODIWTUXFfhrXSBlCw { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOI0OoPA1ZqnZ8Po5esB7oLCxMad80sg { display:block; }
 }@media only screen and (max-width: 763px) { #RokGCJUOPUSGkxDdRkT0tBEEMtAaKmJl { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmCTwGTPhE8wxxu02VmaoQ8QkBdiTNP1 { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi2bUkoTig737XXUyGQHtWtn6p9tqEUk { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbTqF13itSMg826ZFW9QhWGrZ2Uh4dZJ { width:8.3125rem;height:9rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEeM16y3Tg1XGH2JTXmOF8N8uOmR9WoJ { width:12.1875rem;height:9.8125rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy { display:block; }#m0zZTTMToFUuL1hmPt1UW2WLtxI8NRTy > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwzzZHak1riM3OBif7p0w2AFhVCW8emF { width:8rem;height:7.875rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZeHwLAUrvpTHtX0oxHeVauzXnfDh3dH { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf9Tz0rzR5EwfKBGleZeKp8cEH6GAyqE { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFgiUB3sekAGWhrkbTolAlSfXPWssXZ { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DQsZVdB7N8bqG0hkIAD6oNiAf6ac5J { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0eoSFCssmbeWFQVdhqSQsaVeX22ogse { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dIg7Bv0p94rDpcXM4FoAU3JNOLWWHz { display:block; }
 }@media only screen and (max-width: 763px) { #TPdo7ksnmThdCTQzCxqkgTpu4bwOs5WW { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8rAKK2moapqmT78J4RBaFA4HtWBeQa9 { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSwoiJBTEQRToViPpnVgKyl3oN3cqQzU { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06mhfWvwgyMfsxTKqadws1EuBCct1Qq { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #pLEA5afgOpZU4yzUtAJf2t2F5uB2QNQT { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtw8nua9vBQHV5MITGlVvGQr61OvHHu { display:block; }
 }@media only screen and (max-width: 763px) { #TN80Q2pU3yhw14CMqmnTZUpoHlTWcNtG { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHN5idykAeMuESsqp4fGSvyTIfpwuDqS { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcFWQqkorp8wEXAc43etXX51MtfL4oSB { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slfWCV8IZvyXoeK6Qes5Zw1lO49zCWUG { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPhhTRTgF7xUaVnvvcocGXRkFEGONoVl { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DToGyaWLf8s5Z8sPWAA0CabyexQBVC5N { display:block; }
 }@media only screen and (max-width: 763px) { #nyUTwqcJrvrLvgqiVoyeQSCsEXFFDbk5 { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHFpgy1TpnpsAvhmwF7kNhEl6yPn8V25 { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDuRImDatoxfTUh4asdecG80P2zckIBG { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kv7703ZbTTyWNEZnfwH4x37ZBztBasuc { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrPzAIuEkSHx5GBDmFJ1a5D6dKfpCySp { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEJvBvCtTuBW4i3ei67IzkQ96MCEgvGc { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EbtA9gFNbGfICazbCKFT59sQGMVuDQ8a { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRtBsW7JUBvyWk4E59imRrgiOhhrn2TU { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN0FgQquCxyTSNMM3hTNTw4gL2XNz3TK { display:block; }
 }@media only screen and (max-width: 763px) { #ELJzF48I9ykx4K1bBsHFBaogy0KRDOU3 { width:16.625rem;height:8.9375rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0oNRW13E5QP2tmnp9OIJlvUQNXTO3l { width:12.4375rem;height:6.25rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ShIavNXFAP0grFraNgghpH435R0aup { width:11.1875rem;height:7.625rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx { display:block; }#FB0QceIrBBuJbfZdsTvyPAmkIq5myHOx > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6wbLRJzUtZDsLBqlRKJXd6x2wRTFUuM { width:12.5625rem;height:7.125rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrNW1lvu9zutdPTlnrnECh7x1aRAhdD0 { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTK2dbfxCnK6JtMrHIhPtgsTwTik2pZ { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5e9ygwJA9uiZdTMlVRxhDoueBea36NJ { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJDTTKDbgzfONikU3kLDyQTyR9Ll9Ta { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rstC84fQNM7GV8eVfeigeUHTtGzxAWgE { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUVQcx2wMSidoxQlkJcEIFcIddZFWFG { display:block; }
 }@media only screen and (max-width: 763px) { #OF3qoCusTE4ibTlyCkugW71iSUZT6tdS { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4acDSBuq0F4mhuyfgggmXLoJOIuFNo { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNRdfN72TNSnuvku4BF1ywpi5q58xny { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au1z0gDJTWSe3eqy6qCrQnkI0kBZNDlx { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Hh3ggwaP3ZsT6JW1PRBHGFMDCKtdzf27 { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDe5n9DCmHquak4kCoiuwHWrqSk28eIB { display:block; }
 }@media only screen and (max-width: 763px) { #avmy5Syk3SANnSzRELxPPb3bTPNVKA43 { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7uFJc5WApG7CJBlJtEwcGVKC8T6DaTc { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBnQ2BXZETAWiDKVdXPLRT9SCIz7pglQ { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLap5a3TzBE5D9XQDLNyzHRClVFuRmWN { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU18W5aaWezFtEUIPgJW3du87GdNftPy { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp0iDzsc5HiuKWICsw7avImi3vf8fyC9 { display:block; }
 }@media only screen and (max-width: 763px) { #btbn7o7ImDCVMrJoAQBZ7seZT5C5RWCm { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaBBZuKfPH7BJaotJhB7qLW0btnZTRwe { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on9hHFQK9lwfMgoLN4VSTC0T9TBDEfpl { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #axLVeEb3AqW30To3RTV5OZdTD9PZDI37 { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPeTF2K57PtuC7V6OrLv3o3k6NqoMczM { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1R4r4LubTn9PE8OfHaVb0LbdKBfmdMt { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WEArJdTp14sUCpCcZhbeJcwmTbRP3iVn { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUwZv22TpKKIdLMxl5TAhhu8OBfUpEF4 { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODQ7VNVRv3OXoBsXvEBGptK5UAHzeJ4t { display:block; }
 }@media only screen and (max-width: 763px) { #zasi1Tcrfd9It4QzCwlQDVrKMQ7xmvLX { width:14.1875rem;height:8.5625rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdJcOKtDsgJgd6egxPZMV745psNxfKMt { width:12.4375rem;height:6.6875rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xodvGDuSIbIZDbwnu1VNK5D7z5ronoSS { width:13.25rem;height:9.5rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 { display:block; }#kElsdXeWUZBoFoxEVo41lhS0elbtvzi2 > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR1JfUf4EZmtUgIwDHKcBpWeecZh12xX { width:12.125rem;height:7.875rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoaJHayf1TfnqItFigUKk8sT0uLtyEO8 { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kVKuUSzpFKEBxo5tSndg7cq6KXhPyX { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSdDoC0HXf3wzsET3WCln1hCU4zwUqyS { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5oIyPG6AoptyqfIGhTTtzGUr3QbrZRZ { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZTPUq9OHINPSa82Vo7upd2CXVJ1Tvl { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpHsRwyIKxh7zAxdcBa8ymCXLWXdHQac { display:block; }
 }@media only screen and (max-width: 763px) { #ot1gJK6qoB6nUgDiyDvhNMeyOOPgTJ7M { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlvMFl57Oi52FwodtufhtPkXBtS9Rqbb { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIHXNx5Igro9K0IrXTlFs7wyXTRPoMS { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTGDh9qaBGvBi991uNm5ELEZ13LDUlP { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Srkg3NzXUlpFOAxoE0BGzunRbadtxdCf { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3WTfqJHKNgneLC6aGKWTWuS0vW8UbFr { display:block; }
 }@media only screen and (max-width: 763px) { #mtFxAxsmnx2TDLc1CHRLww0dfNVubyTr { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWteKMdWS1mxlWbACkyFs0i8WN29DqVh { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDAERoRzWRsoCTIyN4fMeTu9w26kEPt { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffrormUEipNGSfXBghQbn59dI3LhMllT { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRUTZBV9pmiFkLWXtnelPavMoMXQHUK { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBV9tr4NdHiLxDZCNa7v0hTGH8M9Xz2 { display:block; }
 }@media only screen and (max-width: 763px) { #UPkHRfV24anwAc43U3RiCT66Z3evH8IQ { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZmUxgc3tBcCWcAnoulGKEzsgr81Tk61 { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITIZUTyxmrb604r2AKOQLmV9MTGchF1r { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #asxoZS4xZMgEBcUdOkH4AcdIIwuLgrDB { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRNrarFDrTn2oRzpTZUgXXGSAW5qzyuP { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqtewiiTiNisgLyAQMyvAJSuySchn5yC { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IxZeldvlNzNHsBtSeN4oCcUEweoWyTnz { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKF2bGTTHRxsETfmMF8z4QGRQ08NMyL { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6VphQzwsfFOa9zuBGuD6lFNvGML0W5 { display:block; }
 }@media only screen and (max-width: 763px) { #V5bZlc1S43Gpn47JHXJT5iPQxH8oVau3 { width:11rem;height:4.5rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbkiC82vgPSOwNSeKZDv5WtmxgTBM77q { width:11rem;height:6.75rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73R26LzCH3QZDLl3t6n5uwIz3axkVm1 { width:13.25rem;height:8.125rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 { display:block; }#ncpglR7nCpdKgPCVA6CrZcukKqsLAO58 > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrWqmt4ENPodfNTpWuQDmVFWt6IDkNgp { width:10.875rem;height:4.9375rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKP0E0DtS1ssz4zgtkFdBk5OaDXmuX6C { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI4hQyWhD9UWTqZB5xVGzD9D5rNSwUGP { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfKE4U6Z7rHrIzJ5TrMUounpqlRkb8ua { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2XEgiBgxV14nUMXoiKTa4xaJEz0vHda { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBcdhC09erka7xsdo3sQh8RDT8sGET6 { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUqtH1tfSqokxDQwuZAeTHgOgwrT5xwK { display:block; }
 }@media only screen and (max-width: 763px) { #ztQdk9MSVGrL85pOg8fGdRMMaiHLqEo7 { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD0zDGqMEPoWtSLC8KZ8AlbycOCT1QPp { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edkZbmt0wDu2oosmaN6RsTNCe2ZsuKJJ { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2D55GeTS4c2lmvG8sTXT7W7b5RnSHt7 { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #kw7sLdEhozMBognhV48pcNwOARB9hJC9 { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spmPpHggls2mmenx3Ws3J7kLNSdDoslO { display:block; }
 }@media only screen and (max-width: 763px) { #LLHuTdqTF8R1BC8hqsaL85q2zxMWfsbV { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVkzukJcCDwLpOxzxUgvJT4kg8zNKDZi { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUCySwWHmFLSUMAMNsaXWWX52MQ1i8h { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sodD9BmTkMJAPfqoRyISAPV2WPHxcuBo { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Iyp3BuSaI5XVDTymmqbdFvITrUM069 { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctTmSEU36OiTg1TdC7Z2QahWkaKWioM { display:block; }
 }@media only screen and (max-width: 763px) { #O3v2fPngZedwAVak82we1sBwLec1RX53 { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLICx4OIZE1DzNnrv3SOOdXS8frqJgMk { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJUOg0T2DU2yTKMmB0uusRVFl9ZTT1hx { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8QqT8GwXDWGEQRUpJRJkP2BTuxvV7oR { width:18rem;height:25.125rem;top:81.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPKFHzcxMAKBlqiO4bUGaqNDzyDN8zy { width:16.6875rem;height:11.6875rem;top:82.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9T04ffyGdcbk4TVTPnZ6wfTHv1gwM4T { width:12.687375rem;height:1.799925rem;top:95.186157226562rem;left:2.413330078125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r9Zg38QaotQTsZTSsNXTxOKyhC1aERtT { width:3.125rem;height:1.3995375rem;top:20.977172851562rem;left:2.22900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RTyoyX8czO3yhtVexsoggkBGA01RSN { width:15.375rem;height:2.1875rem;top:103.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUpgnHotnchCq93whlgFfKoAHsitb3I0 { display:block; }
 }@media only screen and (max-width: 763px) { #RMQZzp0v3gWNv5bASSkZbT7M5ERXevFn { width:9rem;height:9rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34lxpdxTFVISCiI21N4KShB6X50q4Ds { width:11rem;height:6.8125rem;top:81.68701171875rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAFun2BGL9BdFOasLbMTEIX5aty1QeXT { width:11.125rem;height:8.5625rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9JH43OUItaFI5SRQdO76oplBSflq9F { display:block; }#aO9JH43OUItaFI5SRQdO76oplBSflq9F > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeMTTeeQa5WPE61ZbQXmJrWAOzHVbHse { width:6.3125rem;height:2.99926875rem;top:13.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrwfHxmET82CUSzBokggo9uCUGHoCAkP { width:14.9375rem;height:3.90014375rem;top:41.162109375rem;left:2.249755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQaLT9T5IF1RO6wIgPDyX0OfLSA3wIi { width:18rem;height:25.125rem;top:27.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZPbfWOagsmv5iMX0GUIPJvcufLUk57 { width:3.125rem;height:1.3999rem;top:47.204427719116rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsFe6Oa1QZbdEc2oHSGWE8qxCFAmT8ss { width:15.375rem;height:2.1875rem;top:49.500020265579rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkIxTnZS54Ea66SWbDks5tgI16gz2pTD { display:block; }
 }@media only screen and (max-width: 763px) { #Iif4KXgKLlbt9iV7nl70NKkSkNGTwxfF { width:16.6875rem;height:11.6875rem;top:28.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V232DkkOnslKoQAwGpIuTnQl5fo1rT5p { width:18rem;height:25.125rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2evVR9JDLnFblTgPGp0aNCRJ9W4Ch5t { width:16.6875rem;height:11.6875rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXGLFCEm539tkdyp9DV1MVa0ad9O1hH5 { width:11.8125rem;height:1.950075rem;top:14.738159179688rem;left:2.2802734375rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Ki9NoIT5a3W5JZi96CFF0TBcWcgVseT4 { width:15.375rem;height:2.1875rem;top:23.166646957398rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8CPQMkaZyD8RTEhdHvg0DJpcGZuFJMw { display:block; }
 }@media only screen and (max-width: 763px) { #zX5RC5AcTJ6dT35WfzXAz9CCx4Nzud70 { width:3.125rem;height:1.3995375rem;top:101.37451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSP9bvMoEcmI0rOaqoRT4GVrFX1TAHVA { width:18rem;height:25.9375rem;top:53.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGL88Xu0iomN9lUaT39A7yp1H6a4wXeE { width:16.6875rem;height:11.6875rem;top:54.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnUDI7Q4nJ1waXzdmhDHb3UIrJgZ2cDV { width:12.5625rem;height:5.85021875rem;top:67.506103515625rem;left:2.09228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMBGJa349m8WeFPCapy5MQsSU2CPVzt { width:15.375rem;height:2.1875rem;top:76.562522888181rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klywi8yfuJIKy7iql8yyqaAEKLIZu9Tk { display:block; }
 }@media only screen and (max-width: 763px) { #fwaW2HUP9sWeAKSIFXfv3ta08144JKor { width:9.8125rem;height:1.625rem;top:14.500000476837rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXpHtAB0QTVXbcw9BghJwQUdLBw0zTOV { width:3.125rem;height:1.3999rem;top:74.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34uNfpipRvxorF6XJ2nM0gaGBrWzFMq { width:8.936875rem;height:0.89355625rem;top:14.928385257721rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AK5Gwp9OOtIdf36pBF02lGbUC8gF29Fl { width:10.9375rem;height:6.8125rem;top:28.24951171875rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qu5k4huJPCS1Ll5FqGsqF7AzfeaHLl { width:12rem;height:7.5rem;top:54.967041015625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdSz8FFlQN5mtLS9FbxfmyypU4yWbPop { width:12.5625rem;height:8.8125rem;top:2.186279296875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFGnNSLL8XTuoZsn3ACnPLygQI4Mrsk6 { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #CFGnNSLL8XTuoZsn3ACnPLygQI4Mrsk6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #huTFfoKUtvoK5IqOIFFTFVpOCrIyTnJU { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #huTFfoKUtvoK5IqOIFFTFVpOCrIyTnJU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #a329CXqMRcO92TqttJrvp1X9gZ4dOOzs { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #a329CXqMRcO92TqttJrvp1X9gZ4dOOzs > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiDVIe0FrKNy9xdmUOBlGLrtgqzSiwsI { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #KiDVIe0FrKNy9xdmUOBlGLrtgqzSiwsI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIp3NfUeIeNuhr8zSOXeMXuTh2dClL5t { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #OIp3NfUeIeNuhr8zSOXeMXuTh2dClL5t > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgT3xz62NJo0uLZwZbJIzEVuysatnRl9 { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #tgT3xz62NJo0uLZwZbJIzEVuysatnRl9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pH1E8AUBgT4r86mJU1eefUxUL75RRFMw { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #pH1E8AUBgT4r86mJU1eefUxUL75RRFMw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTy0bLTJA0hJc1CPpUaEJz1qhxnZ130x { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #iTy0bLTJA0hJc1CPpUaEJz1qhxnZ130x > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf6v9Us0NrWrwrtTdlNZQrXefXW0VOWN { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #vf6v9Us0NrWrwrtTdlNZQrXefXW0VOWN > .row .container { position:relative;display:block; } }