.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#fffbfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH { position:relative;display:block; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH { background-color: transparent; background-image: none; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row .container > .video-iframe-container { display: none; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row > .video-iframe-container { display: none; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .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); }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH { border-width: 0; border-radius: 0; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#UUbBaMP95mfcrAmHMTWLNUVHnffGk87X { position:absolute;display:block;z-index:100000;height:2.875rem;width:5.125rem;top:0.4375rem;left:1.5859375rem;display:block; }
#IA4u9le575laTDJzDH3AKmhCFqKstKcb { position:relative;display:block; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb { background-color: transparent; background-image: none; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row .container > .video-iframe-container { display: none; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row > .video-iframe-container { display: none; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .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); }#IA4u9le575laTDJzDH3AKmhCFqKstKcb { border-width: 0; border-radius: 0; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbfd;background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#QvHR1gd8oEbh3ABo2eevu4JZMdyvTvLT { color:#ba8f68;display:block;width:55.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:2.15625rem;left:9.6875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USSHzTSBMIQGNTfkAqXNayWW00G2eT6p { color:#ba8f68;display:block;width:55.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:2.15625rem;left:9.6875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8edf3;background-image:none;font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#hJLPECgQw8trIpbSOGhGckHemX3OV9Tr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.0625rem;width:36rem;top:6.8250000476837rem;left:38.228900909424rem;overflow:hidden;display:block; }
#bJUTOVtr28BJ6l7I9iUXyIF4AFGXTmWw { color:#ba8f68;display:block;width:40.875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:10.875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIVl9gnDwrHUpmDnNiPXVCmz6aP34wTw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.375rem;width:6.2484375rem;position:absolute;display:block;z-index:100023;top:3.9503905773163rem;left:17.842967987061rem;overflow:hidden;display:block; }
#XVWpKgglVLT7ACHaXOfbxVkh3mawtZtl { color:#ba8f68;display:block;width:37.562125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:24.887108802796rem;left:1.6558609008789rem;height:25.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wuPIZWnZLW1wTbcbqPxIJruQbKGOnXen { z-index:100003;top:50.38671875rem;left:5.9968748092651rem;background-color:#4bae16;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#fffbfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SHRmlzlAcB9fo7meCHheDtaq5HIau1iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ul9us0H4zD46mEFUQbyBHFoeM4psIoQm { color:#ba8f68;display:block;width:40.875rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:16.625rem;left:0rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVFpQmXWRliTTU2i3zWXrzviTO5alUgr { color:#ba8f68;display:block;width:40.875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:21.4375rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs8kqFJxcRD97yX6edNTzVoU8EPmauKW { color:#ba8f68;display:block;width:37.562125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:24.887108802796rem;left:1.6558609008789rem;height:23.1rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#L5xhU0gUpKfPdtcDeJzTJhHXrFxb1czC { color:#ba8f68;display:block;width:37.562125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:24.887108802796rem;left:1.6558609008789rem;height:23.1rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:block; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container { background-color: transparent; background-image: none; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container > .video-iframe-container { display: none; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row > .video-iframe-container { display: none; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .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); }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container { border-width: 0; border-radius: 0; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#Vy2Ta8T0vH4ZiUu0vQwScKQO902phKLl { color:#ba8f68;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4GHTEEJsrNnz7QhgrVf5WC00tR2p4mR { color:#ba8f68;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:block; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container { background-color: transparent; background-image: none; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container > .video-iframe-container { display: none; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row > .video-iframe-container { display: none; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .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); }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container { border-width: 0; border-radius: 0; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#tIHZ3emm2zueqd41i2VG5kVKeW8Tmgr7 { color:#644b34;display:block;width:68.7490234375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:0.9375rem;left:3.125rem;height:24.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KagIVTA4P5ip3hJLfmX3zfX89Mcp3fhl { color:#4b2e06;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:0.5rem;left:6.25rem;height:31.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:block; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container { background-color: transparent; background-image: none; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container > .video-iframe-container { display: none; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row > .video-iframe-container { display: none; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .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); }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container { border-width: 0; border-radius: 0; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#uQs7Z2yeurMR9aSagwdBGk0RDUQtQiNX { color:#ba8f68;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdhik4a4Z83TsSQTHUEVfQHaC6woU1Ri { color:#ba8f68;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo { position:relative;display:block; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo { background-color: transparent; background-image: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container > .video-iframe-container { display: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row > .video-iframe-container { display: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .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); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo { border-width: 0; border-radius: 0; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8edf3;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#Ku5td83CKUcCPTLp5pZbCQJzx8HDkR65 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:3.75rem;overflow:hidden;display:block; }
#ueUF4nSC8e30Gxu5nlHyBuuZp3rdxiqn { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.7488279342651rem;left:60.625rem;overflow:hidden;display:block; }
#aTpNMcTMwt338PT9wcLiTk8rihCZAGrw { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.7488279342651rem;left:46.5625rem;overflow:hidden;display:block; }
#Zay7JtfGGRtwLhpx9qse1RMuv3z1WaWh { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:32.186717987061rem;overflow:hidden;display:block; }
#aGqSGnIlFhQW032To6dGTbWaDtF14NGa { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.7488279342651rem;left:17.8125rem;overflow:hidden;display:block; }
#LoLmtunA2NKu6mSG8woL3AAwna3rEbTV { color:#644b34;display:block;width:12.4991875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:2.8125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAmkGvV5IZQ3DfRKL7TzpGWMKkSX6Flg { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:16.875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xifsCuOTyAlDaitlZMurINOfkIrmEkty { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:31.249217987061rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uc97J8109kLcSiFXwdaeIn7WS5GaurzL { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:45.624607086182rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeTmb1Tele6D46SSlCbvChhRRem1rvcN { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:59.687107086182rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BDmTFTZKBDTdv80KUuMbUKPKegC4rvGK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63rem;width:63.0625rem;top:0.86953926086425rem;left:6.3456027717281rem;overflow:hidden;display:none; }
#ti6LpnaPeGb3fECKudeFSeO0XyDFU5lR { color:#644b34;display:block;width:12.4991875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:2.8125rem;height:6.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DF2d8mi8vT4D3IiHR3RHxq9J5MrJvkg7 { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:16.875rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CKReZEM4StnIr123dewXIWSHKpa9wTJF { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:31.249217987061rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RCDAGB2Pg0Scz7kBWXptXTIgphWL7EZa { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:45.624607086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tEJopwHT2aLs90IpEqKUGu21ovBeFQsX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63rem;width:63.0625rem;top:0.86953926086425rem;left:6.3456027717281rem;overflow:hidden;display:none; }
#gQDQ2DqTmDfCwv4MlSzah6FRlzIQu2AP { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:59.687107086182rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uJc6k8Di9tdZTiWq2wTNdo4Wi7J8TdT9 { color:#644b34;display:block;width:12.4991875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:2.8125rem;height:6.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bDO3Z2A3GFNB6KKxnwOrCsyOldcbMe2M { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:16.875rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rb8XAt9rpdTSNT9BlFecJhlMKduncNkw { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:31.249217987061rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cBI4eg11hmeegzDqNZc96XqlyGVNGyI5 { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:59.687107086182rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHFzlzsbzamUdBvdJV54H9BFBF8v7KOO { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.373045921326rem;left:45.624607086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TZPd36oDLlXf7yThqTX4cdMb9P97rZcZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62.5rem;width:62.5rem;top:1.0136750936508rem;left:6.2496109008789rem;overflow:hidden;display:block; }
#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA { position:relative;display:block; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA { background-color: transparent; background-image: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container > .video-iframe-container { display: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row > .video-iframe-container { display: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .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); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA { border-width: 0; border-radius: 0; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8edf3;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#ugXAfiFUp6H9D45GPu0Ix0TNsoJ1Plde { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.7488288879394rem;left:3.75rem;overflow:hidden;display:block; }
#WibTB7wcbq27UNl8TibBSkCHAT14iRo0 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:60.625rem;overflow:hidden;display:block; }
#e8KrV5lcSD71rvKFlSDbqCnb0UDTZmW2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:46.5625rem;overflow:hidden;display:block; }
#TuWzVJvZFwrPIzXRO8gsIR6NG9fGzlKs { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.7476558685302rem;left:17.8125rem;overflow:hidden;display:block; }
#aS55Ttcz2zZVpnWqieGHMHQTSTt93aq1 { color:#644b34;display:block;width:12.4991875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:2.8125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbsXtgTqxaV1hqZXBhFPlJ96V4mJc3uT { color:#644b34;display:block;width:14.874625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:15.686717987061rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAXsQHsVzqqpfFpXhc7onftQ7ZJ2BbhT { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:31.873828887939rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLwlktPeN4fafv7g31u1yCM54bf0ktzJ { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:45.624607086182rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#preNouGC467yxGhl0IXOWD91cxiVWee7 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:32.811328887939rem;overflow:hidden;display:block; }
#fyuPUmcLpuFEZQEVFdxFRAodKJU1F4LQ { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:59.687107086182rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDRFJ7fobTGCvbm5ng0fB3PWTQHszi9A { color:#644b34;display:block;width:12.4991875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:2.8125rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dML6nnvkW26glLMcGqEMf9H2cyLtniB5 { color:#644b34;display:block;width:14.874625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:15.686717987061rem;height:6.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u8M5PrKG9K8wJhmbdFsUUFsz2F0rErI8 { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:31.873828887939rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FwgXJGexu4riseSsOHiRUtk0lILwAkh4 { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:45.624607086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eBzOVhFVI4GnuAcmJRhoT09eVfuQPpJo { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:59.687107086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nHDBocKuWO3RvstGtWUv9baIPamm4huF { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63rem;width:63.0625rem;top:0.86953926086425rem;left:6.3456027717281rem;overflow:hidden;display:none; }
#sqkJUvUyFcUZbxcZPrncl09dRgOmWV0U { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63rem;width:63.0625rem;top:0.86953926086425rem;left:6.3456027717281rem;overflow:hidden;display:none; }
#MXOvmdHDbwt5wUfybJSwCJ1W9QakfJVV { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:59.687107086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FE1xnN8DDC4qWwqnEdRZFafLKhVrWfI2 { color:#644b34;display:block;width:12.4991875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:2.8125rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ci7DR4SDOSkxBignml1EbJOJdivfLA1L { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:31.873828887939rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xkQs7TJPb6pHJS4WaUCHzk9MELO2NACN { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:45.624607086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf { position:relative;display:block; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf { background-color: transparent; background-image: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container > .video-iframe-container { display: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row > .video-iframe-container { display: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .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); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf { border-width: 0; border-radius: 0; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8edf3;background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#fToFd357Tr0o5TwdpJG7TOmPtya1Ft6F { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:46.5625rem;overflow:hidden;display:block; }
#o7AkyoRh7EvD5LmwXJtnPgcb9DFa59nT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:17.8125rem;overflow:hidden;display:block; }
#pxqJef4U9rQPnf8fnvaCnsnN50bOKWWF { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:16.875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irlPCP0fZmGWTte7tWizcNnCZyhKWnW4 { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:31.873828887939rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbeoWtwv3l54XtfI6Xad6bzAOuriHsRP { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:45.624607086182rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5qprkx6H8C1S4rXs9RMGEgEc3HdR21H { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:3.75rem;left:32.8125rem;overflow:hidden;display:block; }
#weQxM3NizRMxyTkFPGBwVesX9JwoJ19P { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:16.875rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fWgKN0JbqxPTZtqSVwsVbIK9w2UCAAXG { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:31.873828887939rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xt4PZZMRaqRf8ZLEVPK47xMu06C7xJwL { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:45.624607086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JET7IdlxoDrBGNSaUTD6R906FG15O3ZU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63rem;width:63.0625rem;top:0.86953926086425rem;left:6.3456027717281rem;overflow:hidden;display:none; }
#o03WwMnagTT8hlLOJodGfLPwR3JJ6WeX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63rem;width:63.0625rem;top:0.86953926086425rem;left:6.3456027717281rem;overflow:hidden;display:none; }
#TxtAJJEobyroAem2t0owxb2y2JunaIMs { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:45.624607086182rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WIm62frAX2yC3H1v02TfZlbUfZIAAnnB { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:16.875rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dLxeQHK63bEbbhomyu8gEKsB0zy96m8J { color:#644b34;display:block;width:12.4980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.371873855591rem;left:31.873828887939rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:block; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container { background-color: transparent; background-image: none; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container > .video-iframe-container { display: none; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row > .video-iframe-container { display: none; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .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); }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container { border-width: 0; border-radius: 0; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#Rc9kpM60FoW0hR8Qo5VS2pEquB0NRxFl { color:#498c8e;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nys0zukfTDATTneOUvlEFIuNESDNQLIm { background-color:#f8edf3;background-image:none;border-top:0.0625rem solid #ba8f68;border-left:0.0625rem solid #ba8f68;border-right:0.0625rem solid #ba8f68;border-bottom:0.0625rem solid #ba8f68;box-sizing:border-box;color:#ba8f68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9488125rem;height:3.35116875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:13.18593788147rem;left:25.010154724121rem;display:block; }
#b0S3Q3uebdr5smxxCn0zQnBsyfcMPTGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GBGQnhFpHhOHAiTr8zCABf9JhM7FwohC { color:#498c8e;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D2dZT16cq9h2h22OTvO4HcTvDpJ036cK { color:#ba8f68;display:block;width:40.187125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:7.5rem;left:17.404685974121rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s { position:relative;display:block; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s { background-color: transparent; background-image: none; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container > .video-iframe-container { display: none; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row > .video-iframe-container { display: none; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .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); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s { border-width: 0; border-radius: 0; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;font-size:0.875rem;font-family:arial;height:95.5rem;width:75rem;position:relative;display:block; }#gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK { color:#f8edf3;display:block;width:6.24960625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100006;line-height:2;letter-spacing:0;top:7.5rem;left:66.396091461181rem;height:62.8125rem;font-style:normal;display:block; }#gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK li:before{  }
#u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI { color:#644b34;display:block;width:57.624625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100005;line-height:2;letter-spacing:0;top:7.5rem;left:4.1871109008789rem;height:62.8125rem;font-style:normal;display:block; }#u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI li:before{  }
#tATCqHe30eofNKwi7GPCkTyR52PsWWQE { position:absolute;display:block;z-index:100002;background-color:#f8edf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.375rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#RKLSIVTGnSxe2yOQiOi3GQxKFSFlmd5N { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:76.715625762938rem;left:28.125rem;overflow:hidden;display:block; }
#xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n { color:#644b34;display:block;width:57.624625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100005;line-height:2;letter-spacing:0;top:7.5rem;left:4.1871109008789rem;height:62.2991875rem;font-style:normal;display:none; }#xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n li:before{  }
#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:block; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container { background-color: transparent; background-image: none; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container > .video-iframe-container { display: none; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row > .video-iframe-container { display: none; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .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); }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container { border-width: 0; border-radius: 0; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#fkPh1mfUMlKkfmeMVzhuuPy8gtHTI7UH { color:#ba8f68;display:block;width:40.187125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:7.4988250732425rem;left:17.404685974121rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DusO9RL0MA7RsdhFES3WQpZagou73PBM { color:#7ab3ba;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA { position:relative;display:block; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA { background-color: transparent; background-image: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container > .video-iframe-container { display: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row > .video-iframe-container { display: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .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); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA { border-width: 0; border-radius: 0; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8edf3;background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#M4NBeqQ4yoZaK9D64xRwU1UmyM1yOG3Z { color:#7ab3ba;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FI5FKFdMG0bgzdU5FDsa4bQFFl4hTisy { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;top:0.95742177963256rem;left:0rem;overflow:hidden;display:block; }
#NUHIzfGxL5KXCh3bMUeWi0GuOPq7MmuK { color:#644b34;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:11.192577362061rem;left:35.103511810302rem;height:21.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBdHk8a24OrbvELtt1NmWtuOVePy44Fv { color:#ba8f68;display:block;width:40.187125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:5.748046875rem;left:33.757030487061rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXku0loqn1N4OhdAfX7ZG12IQNwkJQnZ { color:#644b34;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:11.192577362061rem;left:35.103511810302rem;height:20.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZFg78JQI3cSfGwGKihDwmarcRt0IKwwh { color:#644b34;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:11.192577362061rem;left:35.103511810302rem;height:20.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ced7ilS76vUTRV8ORIxJu757Anl46aZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;display:block; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container { background-color: transparent; background-image: none; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container > .video-iframe-container { display: none; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row > .video-iframe-container { display: none; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .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); }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container { border-width: 0; border-radius: 0; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#bhNR98JeMA50r8TUfg8ZF0gnRPepsifJ { color:#4b2e06;display:block;width:68.748125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:29.946102142334rem;left:3.1242179870606rem;height:15rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Z4V3EQm7rAPF14CuoGAOJQroDNiS4Hql { color:#4b2e06;display:block;width:68.748125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:44.946102142334rem;left:3.1242179870606rem;height:4.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twbO3J0xeJmSOnTsZiOshUWQE3ZyVE2T { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8741875rem;width:21.8741875rem;top:6.7605571746825rem;left:25.686325073243rem;overflow:hidden;display:block; }
#N2tHuT9zo5CzTEAUETGQKklgWFMC99QC { color:#4b2e06;display:block;width:68.749375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:7.5rem;left:3.8707046508789rem;height:13.95rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#oXP16heWGbnRlB95TR9m2yyyDfK76WWE { color:#4b2e06;display:block;width:68.749375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:21.45002746582rem;left:3.8707046508789rem;height:4.35rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN { position:relative;display:block; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN { background-color: transparent; background-image: none; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row .container > .video-iframe-container { display: none; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row > .video-iframe-container { display: none; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .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); }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN { border-width: 0; border-radius: 0; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbfd;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#w0oWyi4oqDOaP6IOultpcfaoOThzrUyL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.43475rem;width:6.2472625rem;position:absolute;display:block;z-index:100022;top:7.4050788879394rem;left:34.374607086182rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH { display:none; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UUbBaMP95mfcrAmHMTWLNUVHnffGk87X { width:5.125rem;height:2.875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IA4u9le575laTDJzDH3AKmhCFqKstKcb { display:block; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QvHR1gd8oEbh3ABo2eevu4JZMdyvTvLT { top:2.6875rem;left:5.9999998807907rem;width:35.75rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USSHzTSBMIQGNTfkAqXNayWW00G2eT6p { top:2.6875rem;left:5.9999998807907rem;width:35.75rem;height:6.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hJLPECgQw8trIpbSOGhGckHemX3OV9Tr { width:19.3125rem;height:24.1875rem;top:19.5152323246rem;left:27.652733623981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJUTOVtr28BJ6l7I9iUXyIF4AFGXTmWw { top:7.6839841604231rem;left:14.498436748981rem;width:18.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIVl9gnDwrHUpmDnNiPXVCmz6aP34wTw { width:4.3734375rem;height:4.5rem;top:2.6214841604232rem;left:21.686716854572rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVWpKgglVLT7ACHaXOfbxVkh3mawtZtl { top:17.682420730591rem;left:0rem;width:28.125rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wuPIZWnZLW1wTbcbqPxIJruQbKGOnXen { top:48.181637048721rem;left:14.498436748981rem;width:18.75rem;height:3.5003875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHRmlzlAcB9fo7meCHheDtaq5HIau1iq { display:block; }
 }@media only screen and (max-width: 1199px) { #Ul9us0H4zD46mEFUQbyBHFoeM4psIoQm { top:12.384374856949rem;left:8.9999998211863rem;width:28.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVFpQmXWRliTTU2i3zWXrzviTO5alUgr { top:15.384374856949rem;left:14.498436748981rem;width:18.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rs8kqFJxcRD97yX6edNTzVoU8EPmauKW { top:17.497264862061rem;left:2.2136717438698rem;width:20.625rem;height:0;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #L5xhU0gUpKfPdtcDeJzTJhHXrFxb1czC { top:19.008983850479rem;left:1.9781249165535rem;width:25rem;height:25.2875rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 1199px) { #po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b { display:block; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vy2Ta8T0vH4ZiUu0vQwScKQO902phKLl { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4GHTEEJsrNnz7QhgrVf5WC00tR2p4mR { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:7.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ { display:block; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container { width:47.75rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tIHZ3emm2zueqd41i2VG5kVKeW8Tmgr7 { top:1.59375rem;left:0rem;width:47.75rem;height:20.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KagIVTA4P5ip3hJLfmX3zfX89Mcp3fhl { top:0rem;left:0rem;width:18.0625rem;height:31.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G { display:block; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uQs7Z2yeurMR9aSagwdBGk0RDUQtQiNX { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdhik4a4Z83TsSQTHUEVfQHaC6woU1Ri { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:7.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo { background-color:#f8edf3;background-image:url("https://images.assets-landingi.com/HJcwAo41/Odkryj_swoja_Dharm_12_uk_ad_w_kwiat_w_5_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo.adaptive-delivery-prevent-bg, #TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo.lazyload, #TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo.lazyloading { background-image: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { background-color: transparent; background-image: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container > .video-iframe-container { display: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row > .video-iframe-container { display: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .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); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { border-width: 0; border-radius: 0; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ku5td83CKUcCPTLp5pZbCQJzx8HDkR65 { width:7.5rem;height:7.5rem;top:3.75rem;left:1.0582030415535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueUF4nSC8e30Gxu5nlHyBuuZp3rdxiqn { width:7.5rem;height:7.5rem;top:3.75rem;left:38.999996960163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTpNMcTMwt338PT9wcLiTk8rihCZAGrw { width:7.5rem;height:7.5rem;top:3.75rem;left:29.810154736042rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zay7JtfGGRtwLhpx9qse1RMuv3z1WaWh { width:7.5rem;height:7.5rem;top:3.75rem;left:20.123436748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGqSGnIlFhQW032To6dGTbWaDtF14NGa { width:7.5rem;height:7.5rem;top:3.75rem;left:10.458984196186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LoLmtunA2NKu6mSG8woL3AAwna3rEbTV { top:11.25rem;left:0rem;width:18.75rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GAmkGvV5IZQ3DfRKL7TzpGWMKkSX6Flg { top:17.221878051757rem;left:0rem;width:12.5rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xifsCuOTyAlDaitlZMurINOfkIrmEkty { top:12.498046875rem;left:17.623827755451rem;width:12.5rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Uc97J8109kLcSiFXwdaeIn7WS5GaurzL { top:24.659763336182rem;left:26.575779736042rem;width:12.5rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QeTmb1Tele6D46SSlCbvChhRRem1rvcN { top:11.25rem;left:37.124996960163rem;width:10.625rem;height:4.4625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDmTFTZKBDTdv80KUuMbUKPKegC4rvGK { width:47.75rem;height:47.702675916749rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ti6LpnaPeGb3fECKudeFSeO0XyDFU5lR { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DF2d8mi8vT4D3IiHR3RHxq9J5MrJvkg7 { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CKReZEM4StnIr123dewXIWSHKpa9wTJF { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RCDAGB2Pg0Scz7kBWXptXTIgphWL7EZa { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tEJopwHT2aLs90IpEqKUGu21ovBeFQsX { width:47.75rem;height:47.702675916749rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gQDQ2DqTmDfCwv4MlSzah6FRlzIQu2AP { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uJc6k8Di9tdZTiWq2wTNdo4Wi7J8TdT9 { top:11.25rem;left:0rem;width:10.625rem;height:5.6rem;font-size:1rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 1199px) { #bDO3Z2A3GFNB6KKxnwOrCsyOldcbMe2M { top:11.25rem;left:8.5582025647163rem;width:12.4991875rem;height:4.2rem;font-size:1rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 1199px) { #Rb8XAt9rpdTSNT9BlFecJhlMKduncNkw { top:11.25rem;left:17.624998867512rem;width:12.4991875rem;height:4.4625rem;font-size:1.0625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 1199px) { #cBI4eg11hmeegzDqNZc96XqlyGVNGyI5 { top:15.299999237061rem;left:25.498825848102rem;width:12.4991875rem;height:0;font-size:1.0625rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 1199px) { #OHFzlzsbzamUdBvdJV54H9BFBF8v7KOO { top:11.25rem;left:27.310545742512rem;width:12.4991875rem;height:4.4625rem;font-size:1.0625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 1199px) { #TZPd36oDLlXf7yThqTX4cdMb9P97rZcZ { width:47.75rem;height:47.75rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA { background-color:#f8edf3;background-image:url("https://images.assets-landingi.com/HJcwAo41/Odkryj_swoja_Dharm_12_uk_ad_w_kwiat_w_5_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA.adaptive-delivery-prevent-bg, #TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA.lazyload, #TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA.lazyloading { background-image: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { background-color: transparent; background-image: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container > .video-iframe-container { display: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row > .video-iframe-container { display: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .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); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { border-width: 0; border-radius: 0; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ugXAfiFUp6H9D45GPu0Ix0TNsoJ1Plde { width:7.5rem;height:7.5rem;top:3.75rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WibTB7wcbq27UNl8TibBSkCHAT14iRo0 { width:7.5rem;height:7.5rem;top:3.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8KrV5lcSD71rvKFlSDbqCnb0UDTZmW2 { width:7.5rem;height:7.5rem;top:3.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuWzVJvZFwrPIzXRO8gsIR6NG9fGzlKs { width:7.5rem;height:7.5rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aS55Ttcz2zZVpnWqieGHMHQTSTt93aq1 { top:21.66796875rem;left:32.934372723102rem;width:12.5rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RbsXtgTqxaV1hqZXBhFPlJ96V4mJc3uT { top:11.248826980591rem;left:7.9359367489813rem;width:12.5rem;height:5.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAXsQHsVzqqpfFpXhc7onftQ7ZJ2BbhT { top:18.896484375rem;left:9.3117178082469rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vLwlktPeN4fafv7g31u1yCM54bf0ktzJ { top:20.998825073243rem;left:29.812498867512rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #preNouGC467yxGhl0IXOWD91cxiVWee7 { width:7.5rem;height:7.5rem;top:3.75rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fyuPUmcLpuFEZQEVFdxFRAodKJU1F4LQ { top:13.491794586182rem;left:31.937107861042rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DDRFJ7fobTGCvbm5ng0fB3PWTQHszi9A { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dML6nnvkW26glLMcGqEMf9H2cyLtniB5 { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u8M5PrKG9K8wJhmbdFsUUFsz2F0rErI8 { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FwgXJGexu4riseSsOHiRUtk0lILwAkh4 { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eBzOVhFVI4GnuAcmJRhoT09eVfuQPpJo { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nHDBocKuWO3RvstGtWUv9baIPamm4huF { width:47.75rem;height:47.702675916749rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sqkJUvUyFcUZbxcZPrncl09dRgOmWV0U { width:47.75rem;height:47.702675916749rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MXOvmdHDbwt5wUfybJSwCJ1W9QakfJVV { top:11.248826980591rem;left:39.623436748981rem;width:6.25rem;height:4.2rem;font-size:1rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 1199px) { #FE1xnN8DDC4qWwqnEdRZFafLKhVrWfI2 { top:11.248826980591rem;left:1.7167966961861rem;width:6.25rem;height:4.4625rem;font-size:1.0625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 1199px) { #ci7DR4SDOSkxBignml1EbJOJdivfLA1L { top:11.248826980591rem;left:20.716404736042rem;width:6.25rem;height:4.2rem;font-size:1rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 1199px) { #xkQs7TJPb6pHJS4WaUCHzk9MELO2NACN { top:11.248826980591rem;left:27.312889873981rem;width:12.4991875rem;height:4.2rem;font-size:1rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 1199px) { #pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf { background-color:#f8edf3;background-image:url("https://images.assets-landingi.com/HJcwAo41/Odkryj_swoja_Dharm_12_uk_ad_w_kwiat_w_5_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf.adaptive-delivery-prevent-bg, #pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf.lazyload, #pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf.lazyloading { background-image: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { background-color: transparent; background-image: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container > .video-iframe-container { display: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row > .video-iframe-container { display: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .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); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { border-width: 0; border-radius: 0; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fToFd357Tr0o5TwdpJG7TOmPtya1Ft6F { width:7.5rem;height:7.5rem;top:3.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7AkyoRh7EvD5LmwXJtnPgcb9DFa59nT { width:7.5rem;height:7.5rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxqJef4U9rQPnf8fnvaCnsnN50bOKWWF { top:16.996871948243rem;left:33.748825848102rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #irlPCP0fZmGWTte7tWizcNnCZyhKWnW4 { top:16.623046875rem;left:17.623827755451rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UbeoWtwv3l54XtfI6Xad6bzAOuriHsRP { top:11.249996185302rem;left:27.311716854572rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S5qprkx6H8C1S4rXs9RMGEgEc3HdR21H { width:7.5rem;height:7.5rem;top:3.75rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weQxM3NizRMxyTkFPGBwVesX9JwoJ19P { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fWgKN0JbqxPTZtqSVwsVbIK9w2UCAAXG { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xt4PZZMRaqRf8ZLEVPK47xMu06C7xJwL { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JET7IdlxoDrBGNSaUTD6R906FG15O3ZU { width:47.75rem;height:47.702675916749rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o03WwMnagTT8hlLOJodGfLPwR3JJ6WeX { width:47.75rem;height:47.702675916749rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TxtAJJEobyroAem2t0owxb2y2JunaIMs { top:11.25rem;left:27.311716854572rem;width:12.4991875rem;height:4.2rem;font-size:1rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 1199px) { #WIm62frAX2yC3H1v02TfZlbUfZIAAnnB { top:11.25rem;left:7.7003896832469rem;width:12.4991875rem;height:4.2rem;font-size:1rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 1199px) { #dLxeQHK63bEbbhomyu8gEKsB0zy96m8J { top:11.25rem;left:17.623827755451rem;width:12.4991875rem;height:4.2rem;font-size:1rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 1199px) { #TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK { display:block; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rc9kpM60FoW0hR8Qo5VS2pEquB0NRxFl { top:2.3742218017578rem;left:3.7792966961861rem;width:40.1875rem;height:5.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nys0zukfTDATTneOUvlEFIuNESDNQLIm { width:18.725rem;height:3.32421875rem;top:51.870700836182rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b0S3Q3uebdr5smxxCn0zQnBsyfcMPTGE { display:block; }
 }@media only screen and (max-width: 1199px) { #GBGQnhFpHhOHAiTr8zCABf9JhM7FwohC { top:1.0625rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D2dZT16cq9h2h22OTvO4HcTvDpJ036cK { top:2.625rem;left:3.7792966961861rem;width:40.187125rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s { display:block; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container { width:47.75rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK { width:6.1875rem;height:45.3125rem;top:1.6875rem;left:41.499607861042rem;font-size:1rem;display:block; }#gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK li:before{  }
 }@media only screen and (max-width: 1199px) { #u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI { width:47.7480625rem;height:45.3125rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }#u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI li:before{  }
 }@media only screen and (max-width: 1199px) { #tATCqHe30eofNKwi7GPCkTyR52PsWWQE { width:47.75rem;height:47.5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKLSIVTGnSxe2yOQiOi3GQxKFSFlmd5N { width:18.75rem;height:18.75rem;top:50.43515253067rem;left:14.498436748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n { width:18.75rem;height:;top:1.375rem;left:0rem;font-size:1rem;display:none; }#xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n li:before{  }
 }@media only screen and (max-width: 1199px) { #X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO { display:block; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fkPh1mfUMlKkfmeMVzhuuPy8gtHTI7UH { top:2.4363269805908rem;left:3.7792966961861rem;width:40.1875rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DusO9RL0MA7RsdhFES3WQpZagou73PBM { top:1.5625rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { background-color: transparent; background-image: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container > .video-iframe-container { display: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row > .video-iframe-container { display: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .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); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { border-width: 0; border-radius: 0; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M4NBeqQ4yoZaK9D64xRwU1UmyM1yOG3Z { top:2.5625rem;left:0rem;width:18.75rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FI5FKFdMG0bgzdU5FDsa4bQFFl4hTisy { width:25.5625rem;height:25.375rem;top:4.1222651600838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUHIzfGxL5KXCh3bMUeWi0GuOPq7MmuK { top:10.323047637939rem;left:21.499216854572rem;width:25rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JBdHk8a24OrbvELtt1NmWtuOVePy44Fv { top:1.8070316314698rem;left:12.936327755451rem;width:21.875rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EXku0loqn1N4OhdAfX7ZG12IQNwkJQnZ { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZFg78JQI3cSfGwGKihDwmarcRt0IKwwh { top:8.0695304870606rem;left:22.061716854572rem;width:24.999625rem;height:19.1875rem;font-size:1.0625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 1199px) { #ced7ilS76vUTRV8ORIxJu757Anl46aZy { display:block; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bhNR98JeMA50r8TUfg8ZF0gnRPepsifJ { top:7.5rem;left:0rem;width:47.7491875rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4V3EQm7rAPF14CuoGAOJQroDNiS4Hql { top:20.099975585938rem;left:0rem;width:47.7480625rem;height:2.975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twbO3J0xeJmSOnTsZiOshUWQE3ZyVE2T { width:21.8730625rem;height:21.8730625rem;top:23.997646331787rem;left:12.937498867512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2tHuT9zo5CzTEAUETGQKklgWFMC99QC { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oXP16heWGbnRlB95TR9m2yyyDfK76WWE { top:0.0625rem;left:0rem;width:47.75rem;height:22.8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TmaeNMFF7XRGsrioioEeylGTSpNh6OhN { display:block; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w0oWyi4oqDOaP6IOultpcfaoOThzrUyL { width:4.3734375rem;height:4.5rem;top:3.1242218017578rem;left:21.686716854572rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH { display:none; }#RLvZgpgntFuvODE8ZnPV1vrz7TZxnnVH > .row .container { width:20rem;height:5.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UUbBaMP95mfcrAmHMTWLNUVHnffGk87X { width:5.125rem;height:2.875rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA4u9le575laTDJzDH3AKmhCFqKstKcb { display:block; }#IA4u9le575laTDJzDH3AKmhCFqKstKcb > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvHR1gd8oEbh3ABo2eevu4JZMdyvTvLT { width:18.3125rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #USSHzTSBMIQGNTfkAqXNayWW00G2eT6p { width:18.3125rem;height:9.8rem;top:1.5750002861023rem;left:0.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJLPECgQw8trIpbSOGhGckHemX3OV9Tr { width:19.9375rem;height:24.9375rem;top:15.520311594009rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUTOVtr28BJ6l7I9iUXyIF4AFGXTmWw { width:19.9991875rem;height:2.45rem;top:1.1238281726837rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIVl9gnDwrHUpmDnNiPXVCmz6aP34wTw { width:4.375rem;height:4.4375rem;top:3.8988281488419rem;left:7.8105459511281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVWpKgglVLT7ACHaXOfbxVkh3mawtZtl { width:18.125rem;height:0;top:37.713278770447rem;left:0.93632808327675rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wuPIZWnZLW1wTbcbqPxIJruQbKGOnXen { top:43.149218559265rem;left:1.8750001192093rem;width:16.25rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRmlzlAcB9fo7meCHheDtaq5HIau1iq { display:block; }
 }@media only screen and (max-width: 763px) { #Ul9us0H4zD46mEFUQbyBHFoeM4psIoQm { width:19.9980625rem;height:2.45rem;top:8.3355467319487rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVFpQmXWRliTTU2i3zWXrzviTO5alUgr { width:19.9980625rem;height:2.45rem;top:11.294530153274rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8kqFJxcRD97yX6edNTzVoU8EPmauKW { width:18.1230625rem;height:30.6rem;top:46.337106704712rem;left:0.93632808327675rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #L5xhU0gUpKfPdtcDeJzTJhHXrFxb1czC { width:20rem;height:auto;top:19rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b { display:block; }#po8D3M4zaw0TXKTZv5rTJ41D01XBPQ3b > .row .container { width:20rem;height:3.6234359741211rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vy2Ta8T0vH4ZiUu0vQwScKQO902phKLl { width:18.75rem;height:0;top:2.4363288879394rem;left:0.62226560711861rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4GHTEEJsrNnz7QhgrVf5WC00tR2p4mR { width:18.75rem;height:2.65625rem;top:0.96795749664306rem;left:0.62226560711861rem;font-size:1.5625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ { display:block; }#cZQdr1ngi1zQEyFTGXlLVUSphr1DJHTJ > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIHZ3emm2zueqd41i2VG5kVKeW8Tmgr7 { width:19.9980625rem;height:0;top:10.817577362061rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KagIVTA4P5ip3hJLfmX3zfX89Mcp3fhl { width:18.1230625rem;height:32.7875rem;top:0rem;left:0.93632808327675rem;font-size:1.0625rem;z-index:100005;color:#644b34;display:block; }
 }@media only screen and (max-width: 763px) { #rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G { display:block; }#rKTntEUtT3QfS5pTi9EsqSPEE0B9Nu9G > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQs7Z2yeurMR9aSagwdBGk0RDUQtQiNX { width:18.75rem;height:0;top:1.2152271270752rem;left:0.62226560711861rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdhik4a4Z83TsSQTHUEVfQHaC6woU1Ri { width:18.75rem;height:5.3125rem;top:1.4367275238037rem;left:0.62226560711861rem;font-size:1.5625rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { background-color: transparent; background-image: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container > .video-iframe-container { display: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row > .video-iframe-container { display: none; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .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); }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { border-width: 0; border-radius: 0; }#TeF12TJTqn72LKbJ3xUR8uUSbxyvEXxo > .row .container { width:20rem;height:73.403147094727rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ku5td83CKUcCPTLp5pZbCQJzx8HDkR65 { width:9.375rem;height:9.375rem;top:2.5664052963257rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUF4nSC8e30Gxu5nlHyBuuZp3rdxiqn { width:9.375rem;height:9.375rem;top:61.508199691772rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTpNMcTMwt338PT9wcLiTk8rihCZAGrw { width:9.375rem;height:9.375rem;top:47.155075550079rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zay7JtfGGRtwLhpx9qse1RMuv3z1WaWh { width:9.375rem;height:9.375rem;top:32.3707010746rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqSGnIlFhQW032To6dGTbWaDtF14NGa { width:9.375rem;height:9.375rem;top:17.678904771805rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLmtunA2NKu6mSG8woL3AAwna3rEbTV { width:18.1241875rem;height:0;top:11.940234184265rem;left:0.93632808327675rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAmkGvV5IZQ3DfRKL7TzpGWMKkSX6Flg { width:12.437125rem;height:0;top:26.978904962539rem;left:3.7804684937rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xifsCuOTyAlDaitlZMurINOfkIrmEkty { width:12.437125rem;height:0;top:44.058983325958rem;left:3.7804684937rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc97J8109kLcSiFXwdaeIn7WS5GaurzL { width:12.437125rem;height:0;top:63.967966079712rem;left:3.7804684937rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeTmb1Tele6D46SSlCbvChhRRem1rvcN { width:12.437125rem;height:0;top:85.444506835938rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDmTFTZKBDTdv80KUuMbUKPKegC4rvGK { width:19.9980625rem;height:19.9793125rem;top:26.507814407349rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #ti6LpnaPeGb3fECKudeFSeO0XyDFU5lR { width:18.1230625rem;height:3.15rem;top:12.687890291214rem;left:0.93632808327675rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #DF2d8mi8vT4D3IiHR3RHxq9J5MrJvkg7 { width:12.437125rem;height:1.6375rem;top:28.102731943131rem;left:3.7804684937rem;font-size:1.125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #CKReZEM4StnIr123dewXIWSHKpa9wTJF { width:12.437125rem;height:1.6375rem;top:42.745308399201rem;left:3.7804684937rem;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #RCDAGB2Pg0Scz7kBWXptXTIgphWL7EZa { width:12.437125rem;height:1.6375rem;top:57.591794967651rem;left:3.7804684937rem;font-size:1.125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #tEJopwHT2aLs90IpEqKUGu21ovBeFQsX { width:19.9980625rem;height:19.9793125rem;top:53.424604415894rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #gQDQ2DqTmDfCwv4MlSzah6FRlzIQu2AP { width:12.437125rem;height:1.6375rem;top:71.755075454712rem;left:3.7804684937rem;font-size:1.125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #uJc6k8Di9tdZTiWq2wTNdo4Wi7J8TdT9 { width:18.75rem;height:auto;top:11.8125rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDO3Z2A3GFNB6KKxnwOrCsyOldcbMe2M { width:12.4375rem;height:auto;top:15.5625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rb8XAt9rpdTSNT9BlFecJhlMKduncNkw { width:12.4375rem;height:auto;top:11.25rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBI4eg11hmeegzDqNZc96XqlyGVNGyI5 { width:12.437125rem;height:0;top:85.444506835938rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHFzlzsbzamUdBvdJV54H9BFBF8v7KOO { width:12.4375rem;height:auto;top:18.0625rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZPd36oDLlXf7yThqTX4cdMb9P97rZcZ { width:20rem;height:20rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { background-color: transparent; background-image: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container > .video-iframe-container { display: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row > .video-iframe-container { display: none; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .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); }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { border-width: 0; border-radius: 0; }#TLxQaoxhmbuE9i4H4okHJ24SWoNgVVlA > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugXAfiFUp6H9D45GPu0Ix0TNsoJ1Plde { width:9.375rem;height:9.375rem;top:2.6296834945679rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #WibTB7wcbq27UNl8TibBSkCHAT14iRo0 { width:9.375rem;height:9.375rem;top:63.2050743103rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8KrV5lcSD71rvKFlSDbqCnb0UDTZmW2 { width:9.375rem;height:9.375rem;top:48.440643310547rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuWzVJvZFwrPIzXRO8gsIR6NG9fGzlKs { width:9.375rem;height:9.375rem;top:17.390624523163rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS55Ttcz2zZVpnWqieGHMHQTSTt93aq1 { width:12.437125rem;height:0;top:14.130467951298rem;left:3.3867185413837rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbsXtgTqxaV1hqZXBhFPlJ96V4mJc3uT { width:14.8125rem;height:0;top:27.392577648163rem;left:3.7804684937rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAXsQHsVzqqpfFpXhc7onftQ7ZJ2BbhT { width:12.437125rem;height:0;top:49.024214744568rem;left:3.7804684937rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLwlktPeN4fafv7g31u1yCM54bf0ktzJ { width:12.437125rem;height:0;top:68.305072784425rem;left:3.7804684937rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #preNouGC467yxGhl0IXOWD91cxiVWee7 { width:9.375rem;height:9.375rem;top:33.578906059265rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyuPUmcLpuFEZQEVFdxFRAodKJU1F4LQ { width:12.437125rem;height:0;top:75.506244659425rem;left:3.1863279640674rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDRFJ7fobTGCvbm5ng0fB3PWTQHszi9A { width:12.437125rem;height:1.6375rem;top:13.188279628754rem;left:3.7804684937rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #dML6nnvkW26glLMcGqEMf9H2cyLtniB5 { width:14.8125rem;height:4.725rem;top:27.889452934265rem;left:2.5605466663837rem;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #u8M5PrKG9K8wJhmbdFsUUFsz2F0rErI8 { width:12.437125rem;height:1.6375rem;top:43.898436546326rem;left:3.7804684937rem;font-size:1.125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #FwgXJGexu4riseSsOHiRUtk0lILwAkh4 { width:12.437125rem;height:1.6375rem;top:58.865621566772rem;left:3.7804684937rem;font-size:1.125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #eBzOVhFVI4GnuAcmJRhoT09eVfuQPpJo { width:12.437125rem;height:1.6375rem;top:73.317180633544rem;left:3.7804684937rem;font-size:1.125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #nHDBocKuWO3RvstGtWUv9baIPamm4huF { width:19.9980625rem;height:19.9793125rem;top:14.759763717651rem;left:0.0011718869209289rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #sqkJUvUyFcUZbxcZPrncl09dRgOmWV0U { width:19.9980625rem;height:19.9793125rem;top:45.473434448243rem;left:0.0011718869209289rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #MXOvmdHDbwt5wUfybJSwCJ1W9QakfJVV { width:12.4375rem;height:auto;top:10.125rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FE1xnN8DDC4qWwqnEdRZFafLKhVrWfI2 { width:12.4375rem;height:auto;top:22.25rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci7DR4SDOSkxBignml1EbJOJdivfLA1L { width:12.4375rem;height:auto;top:19.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkQs7TJPb6pHJS4WaUCHzk9MELO2NACN { width:12.4375rem;height:auto;top:12.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { background-color: transparent; background-image: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container > .video-iframe-container { display: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row > .video-iframe-container { display: none; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .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); }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { border-width: 0; border-radius: 0; }#pKLhl28TVJ8BAfBWf3mcwLT6WF6hTGpf > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fToFd357Tr0o5TwdpJG7TOmPtya1Ft6F { width:9.375rem;height:9.375rem;top:31.105090141296rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7AkyoRh7EvD5LmwXJtnPgcb9DFa59nT { width:9.375rem;height:9.375rem;top:1.951171875rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxqJef4U9rQPnf8fnvaCnsnN50bOKWWF { width:12.437125rem;height:0;top:11.629660606384rem;left:3.7804684937rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #irlPCP0fZmGWTte7tWizcNnCZyhKWnW4 { width:12.437125rem;height:0;top:28.203512191773rem;left:3.7804684937rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbeoWtwv3l54XtfI6Xad6bzAOuriHsRP { width:12.437125rem;height:0;top:46.531637191772rem;left:3.7804684937rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5qprkx6H8C1S4rXs9RMGEgEc3HdR21H { width:9.375rem;height:9.375rem;top:16.475389480591rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQxM3NizRMxyTkFPGBwVesX9JwoJ19P { width:12.437125rem;height:1.6375rem;top:12.002342224121rem;left:3.7804684937rem;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #fWgKN0JbqxPTZtqSVwsVbIK9w2UCAAXG { width:12.437125rem;height:1.6375rem;top:26.825387954712rem;left:3.7804684937rem;font-size:1.125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #xt4PZZMRaqRf8ZLEVPK47xMu06C7xJwL { width:12.437125rem;height:1.6375rem;top:41.718748092651rem;left:3.7804684937rem;font-size:1.125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #JET7IdlxoDrBGNSaUTD6R906FG15O3ZU { width:19.9980625rem;height:19.9793125rem;top:26.519493103028rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #o03WwMnagTT8hlLOJodGfLPwR3JJ6WeX { width:19.9980625rem;height:19.9793125rem;top:0.0625rem;left:0.0011718869209289rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #TxtAJJEobyroAem2t0owxb2y2JunaIMs { width:12.4375rem;height:auto;top:11.8125rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIm62frAX2yC3H1v02TfZlbUfZIAAnnB { width:12.4375rem;height:auto;top:15.8125rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLxeQHK63bEbbhomyu8gEKsB0zy96m8J { width:12.4375rem;height:auto;top:17.1875rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK { display:block; }#TzV45HFy71W3aH4PyXJM9uV1DvZp0VpK > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc9kpM60FoW0hR8Qo5VS2pEquB0NRxFl { width:20rem;height:0;top:1.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nys0zukfTDATTneOUvlEFIuNESDNQLIm { width:12.4741875rem;height:3.32421875rem;top:4.2843589782715rem;left:3.7488279640674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0S3Q3uebdr5smxxCn0zQnBsyfcMPTGE { display:block; }
 }@media only screen and (max-width: 763px) { #GBGQnhFpHhOHAiTr8zCABf9JhM7FwohC { width:19.9991875rem;height:2.1875rem;top:1.1249952316284rem;left:0rem;font-size:1.5625rem;z-index:100004;line-height:1.4;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #D2dZT16cq9h2h22OTvO4HcTvDpJ036cK { width:20rem;height:auto;top:7.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container { background-color: transparent; background-image: none; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container > .video-iframe-container { display: none; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row > .video-iframe-container { display: none; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .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); }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container { border-width: 0; border-radius: 0; }#ZU9Fqpy83dhy9zye92ohBKhsvH6Ih96s > .row .container { width:20rem;height:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK { width:6.1875rem;height:0;top:28.942966222763rem;left:8.9976558983325rem;font-size:1.4375rem;display:none; }#gG7rQDPOAaXFKgINbpFyDCy8Jml65TwK li:before{  }
 }@media only screen and (max-width: 763px) { #u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI { width:18.75rem;height:0;top:1.939453125rem;left:0.62226560711861rem;font-size:1rem;display:none; }#u5PUhIM9zKhdGsvEUWMO3u9WNNBpZinI li:before{  }
 }@media only screen and (max-width: 763px) { #tATCqHe30eofNKwi7GPCkTyR52PsWWQE { width:19.9991875rem;height:69.375rem;top:0.816801071167rem;left:0.0011718869209289rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKLSIVTGnSxe2yOQiOi3GQxKFSFlmd5N { width:12.5rem;height:12.5rem;top:80.4023475647rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n { width:18.75rem;height:79.3125rem;top:1.4367179870606rem;left:0.62226560711861rem;font-size:1rem;z-index:100006;display:block; }#xGkMIiXTt76KWmrEn6FipEvbp0cFEW9n li:before{  }
 }@media only screen and (max-width: 763px) { #X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO { display:block; }#X4iLpuUcz3I0IO5ZpMkUOL1rwWxyb0BO > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkPh1mfUMlKkfmeMVzhuuPy8gtHTI7UH { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DusO9RL0MA7RsdhFES3WQpZagou73PBM { width:19.9980625rem;height:2.1875rem;top:1.224609375rem;left:0rem;font-size:1.5625rem;z-index:100004;line-height:1.4;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA { background-color:#f8edf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { background-color: transparent; background-image: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container > .video-iframe-container { display: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row > .video-iframe-container { display: none; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .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); }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { border-width: 0; border-radius: 0; }#V88X0r4bCyoTmUL2cqiwSbhhzteHOWQA > .row .container { width:20rem;height:52.038293457031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4NBeqQ4yoZaK9D64xRwU1UmyM1yOG3Z { width:18.75rem;height:2.1875rem;top:1.658203125rem;left:0.62226560711861rem;font-size:1.5625rem;z-index:100004;line-height:1.4;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #FI5FKFdMG0bgzdU5FDsa4bQFFl4hTisy { width:19.9991875rem;height:19.9991875rem;top:2.6906661987305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUHIzfGxL5KXCh3bMUeWi0GuOPq7MmuK { width:19.9980625rem;height:0;top:27.379713058472rem;left:0.0011718869209289rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBdHk8a24OrbvELtt1NmWtuOVePy44Fv { width:20rem;height:auto;top:5.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXku0loqn1N4OhdAfX7ZG12IQNwkJQnZ { width:18.125rem;height:28.4125rem;top:23.626171112061rem;left:0.93632808327675rem;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #ZFg78JQI3cSfGwGKihDwmarcRt0IKwwh { width:20rem;height:auto;top:6.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ced7ilS76vUTRV8ORIxJu757Anl46aZy { display:block; }#ced7ilS76vUTRV8ORIxJu757Anl46aZy > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhNR98JeMA50r8TUfg8ZF0gnRPepsifJ { width:19.9980625rem;height:0;top:8.31796836853rem;left:0.0011718869209289rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4V3EQm7rAPF14CuoGAOJQroDNiS4Hql { width:19.9980625rem;height:0;top:22.614841938019rem;left:0rem;font-size:1.125rem;color:#644b34;display:none; }
 }@media only screen and (max-width: 763px) { #twbO3J0xeJmSOnTsZiOshUWQE3ZyVE2T { width:12.5rem;height:12.5rem;top:29.3271484375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2tHuT9zo5CzTEAUETGQKklgWFMC99QC { width:18.125rem;height:21.9375rem;top:2.8160152435302rem;left:0.93632808327675rem;font-size:1.125rem;z-index:100007;color:#644b34;display:block; }
 }@media only screen and (max-width: 763px) { #oXP16heWGbnRlB95TR9m2yyyDfK76WWE { width:19.998046875rem;height:3.15rem;top:24.7529296875rem;left:0rem;font-size:1.125rem;color:#644b34;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #TmaeNMFF7XRGsrioioEeylGTSpNh6OhN { display:block; }#TmaeNMFF7XRGsrioioEeylGTSpNh6OhN > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0oWyi4oqDOaP6IOultpcfaoOThzrUyL { width:4.375rem;height:4.5rem;top:3.75rem;left:7.7789058983325rem;display:block; }
 }