.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,250,249;--color-primary-1:227,239,235;--color-primary-2:199,222,214;--color-primary-3:100,111,107;--color-primary-4:30,33,32;--color-secondary-0:254,236,218;--color-secondary-1:255,200,118;--color-secondary-2:252,162,72;--color-secondary-3:151,97,43;--color-secondary-4:50,32,14;--color-tertiary-0:224,225,228;--color-tertiary-1:152,155,166;--color-tertiary-2:49,55,77;--color-tertiary-3:25,28,39;--color-tertiary-4:7,8,12;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#3a3a3a;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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5997044a-da34-40a9-8d6f-c9b36a09bf7b/GurudevinRomania20266.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { border-width: 0; border-radius: 0; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { color:#ffffff;display:block;width:38.49975rem;position:absolute;font-family:lora;font-size:8.0625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.1875rem;left:4.375rem;height:8.06275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { color:#ffffff;display:block;width:25.0613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.875rem;left:11.0625rem;height:1.6875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.9375rem;top:2.0625rem;left:34rem;overflow:hidden;display:block; }
#DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid #f8f8f8;border-left:0.125rem solid #f8f8f8;border-right:0.125rem solid #f8f8f8;border-bottom:0.125rem solid #f8f8f8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:30.84375rem;left:47.0625rem;display:none; }
#y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPduKb57blO3ykAbaM5RX5EAFRGGxwTy { color:#ffffff;display:block;width:43.999rem;position:absolute;font-family:lora;font-size:3.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.9375rem;left:1.625rem;height:3.250125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#501d03;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { background-color: transparent; background-image: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container > .video-iframe-container { display: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container { display: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .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); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { border-width: 0; border-radius: 0; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.25rem;top:0.75rem;left:3.4375rem;overflow:hidden;display:block; }
#ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:10rem;top:0.4375rem;left:13.125rem;overflow:hidden;display:block; }
#nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.1248125rem;top:0.40625rem;left:23.125rem;overflow:hidden;display:block; }
#py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.25rem;top:0rem;left:31.875rem;overflow:hidden;display:block; }
#wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.8125rem;top:1.28125rem;left:43.125rem;overflow:hidden;display:block; }
#Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06239375rem;width:10.2495625rem;top:0.75rem;left:54.790367126465rem;overflow:hidden;display:block; }
#ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:9.3120625rem;top:0.65625rem;left:64.998703002931rem;overflow:hidden;display:block; }
#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { background-color: transparent; background-image: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .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); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { border-width: 0; border-radius: 0; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062375rem;width:42.1875rem;top:0rem;left:16.40625rem;overflow:hidden;display:block; }
#poNSwfeXZs88LpSF7XmePazGZaR2xCcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { background-color: transparent; background-image: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .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); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { border-width: 0; border-radius: 0; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.875rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:10.375rem;left:13.25rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.0625rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:10rem;left:36.125rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { box-sizing:content-box;height:24.5621875rem;width:0.124783125rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:12.499458312988rem;left:37.437611103058rem;display:block; }
#sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:21.75rem;left:21.0625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { z-index:15003;top:32.811958312988rem;left:22.972006320953rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.93728125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FtOKtoDnS9lmvq09KF0QSleRqw6I0HDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:30.5rem;left:26.5rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:29.375rem;left:26.5rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PQucXmmbxH4SX63m9GpEGd5tZLHD3cVz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:25.25rem;left:12.5rem;height:3.41308125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v3TukfR8WJ6eb4OrkglqhghEKFnxm7Zx { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:14.624568939209rem;left:12.24978351593rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#womyVPcsXCW2TkzqRx2tCZmnepbxkbCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:21.4375rem;left:36.375rem; }
#QQ7fJIzg9lQGKohvzozKqJ4kFN5BO3TC { color:#000000;display:block;width:22.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:17.6875rem;left:12.8125rem;height:2.1118125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PvALw1dVrF714ThZTvIEQy0u7odGdZpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container { background-color: transparent; background-image: none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container > .video-iframe-container { display: none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row > .video-iframe-container { display: none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .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); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container { border-width: 0; border-radius: 0; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#T8T75vwRiUvFPcGLWDTQxVAgoTBueVQp { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:3.5rem;left:12.875rem;height:2.062375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uGLDIuGOivLTO4VlbyKsuFPSUIJ9LZ5B { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#SO9TekkldQhsxcvaV3dm2nxm9XAk6CQu { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FxBgQbdL9mbP0n7UKl7UQ8s11iqqZm0T { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#OCRaPNnOEsF4qzdwBx1GpX406LUcyxBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taXeLzNkQTDcFG5OK6Ae8xSmdd8Nl0po { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.375rem;left:20.6875rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tIvMaq6Eunpgb9PaZ33wJUKUPmsyQduM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:19.3125rem;left:26.25rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Vny5vnz0ZPMggwxfouIasgyxJQwH76He { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.25rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TX9uv3aA91BKpTUIT5zNUbb2LNKQ0n16 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:7.75rem;left:17.5625rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TJoMI5uVoaTqGfT59IpJruQsbOUdwyxL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:13.875rem;left:36.375rem; }
#dw7s3oiAzkv8ULP2aIi5AK20CWlPqWkt { color:#000000;display:block;width:22.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:10rem;left:12.4375rem;height:2.1118125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#J7a216ZMCWpRZItLDLWSNHxXkkdJQ4Gx { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:2.9817733764649rem;left:36.07638835907rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#rPN6klUzoUkgSnHxsInEV3o5zfEoM9eq { box-sizing:content-box;height:21.875rem;width:0.12434875rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:0rem;left:37.436847686767rem;display:block; }
#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container { background-color: transparent; background-image: none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container > .video-iframe-container { display: none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row > .video-iframe-container { display: none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .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); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container { border-width: 0; border-radius: 0; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#wiyb3iGM07uwOeFxFX6b2nqxo0PXCoTD { color:#000000;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:2.3122825622559rem;left:39.874677181244rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pfp0smf8LTyKhGTShQevvW43ID4gxhG8 { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#OBXZGue0GF4KzfaNcZ31znmT1AhVt1Qq { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:4.8125rem;left:39.874676227569rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jv7qAXi6MMw9TqnKC7GUc7G7f2ufNI1T { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:1.9194860458374rem;left:36.076389789581rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#yaVIxVOVrw8IlZh2W1KqBkEeacRTLmod { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#BkpROWCyhIyAZVtKbWrA0lyA5Lx5tv4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxxxXU2F1Mz2pA8TN8DbE526uD54lTCC { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbRcSrTAl2Dl9M1KQ7hQTUhDJm2AdU1W { z-index:15003;top:23.9375rem;left:39.6875rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9362rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mT3dMdXE9LpPQNNCbOCGM9lIn3uTf02P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6D7H20TloStaNl7pgQoT4cKgG8EMs9A { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.6875rem;left:40rem;height:3.41308125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KX9PGaSK7tyFHevKDvRUkpDAbLpppbTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:10.9375rem;left:36.375rem; }
#T3W6qV1tLPbtCrvbn5SsWZZTrC8resvZ { color:#000000;display:block;width:22.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:6.5614128112794rem;left:39.874676227569rem;height:2.1118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w7tHSvCfWxn4y8JNgN9dnPJZWVZQti4p { color:#000000;display:block;width:16.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:14.3125rem;left:40rem;height:1.0559875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XkGfZCQLxfyd0vhGVIa7n1rwmJghT62D { z-index:15008;top:19.6875rem;left:23.0625rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9362rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QAQucr34KwvpGn5fAirplBxlQ4APmgQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVmFhJJMpBDdNPVrJT5EHw9WJo7JGwJA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16rem;left:40rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wIhJcGt4k8NgEFzCT6unddvKU7NZQxuC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnIP23lei8P7wn99kL27HXQDuT6wKeAL { color:#000000;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:10.9375rem;left:40rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kRyFiyeVlP1iIAcOk6X1uyeG0eQrrbAu { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:12.9375rem;left:12.0625rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dHgsfABChn1t1kR34PWuZb8AKtV03oOi { color:#000000;display:block;width:16.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:14.5625rem;left:18.3125rem;height:1.0559875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OL2nxxET8oecT7ffvUcgpcPu8Bs2T3Fu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:17.625rem;left:16.041667938233rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qonLEEqZUsT4rR04rJqM8gvk57RkxtBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31185rem;width:2.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:12.59375rem;left:36.34375rem; }
#I3ESCXVPBRClAe37HOPAZ5txPH5HzlVd { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:16rem;left:20.791667938233rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gWJ1LR3sOzb8Ss4gEVkqMyMG4iZPSHDg { box-sizing:content-box;height:29.124125rem;width:0.124511875rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:0.277099609375rem;left:37.4375rem;display:block; }
#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container { background-color: transparent; background-image: none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container > .video-iframe-container { display: none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row > .video-iframe-container { display: none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .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); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container { border-width: 0; border-radius: 0; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#cgXq4ILJQrwrQNkJvMmqAzrgbXUWSvUO { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:3.5rem;left:12.875rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wvVZNBRKJ66CQCASxy1BTLmtWIT0Ic1y { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#lDMRr8GtQrBJC3owkiSLOFv4oUd7erBO { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mJ0zg7xRkhyPxD1rPWJpd2VpUJHFm8Ap { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#hTMTpwQTqfJxinHvC7dLJXVeTAQq4T6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNyZ0l5xgND202I1e4ppubNWVOKABo9u { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.375rem;left:20.6875rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OfWNPNWoMWiaGk3NNbxfcZ7VaDoBA8JB { z-index:15003;top:25.4375rem;left:22.5625rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.93728125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nI4KKy8wvTLFBo7lnEEfQKhliRBHTOpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gs7gP30PEWHPxCMHeCPqCsruR69n8TXq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:23.125rem;left:26.125rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IEpbiS87x1IcSS5GJnLQK8Z80Oww2ec7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:22rem;left:26.125rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NaDvxP6ZT2vDMMbxEHZPkNv2wrW5L4Iv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:17.875rem;left:12.125rem;height:3.41308125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R6wA0y0oJxBX4PpdZCRruKq4p5bwPxv2 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:7.75rem;left:17.5625rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Sc8Jnv6x42hynsBcLeRyBW1iwZBNDbD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:13.875rem;left:36.375rem; }
#Or3BFkz512PJULD75xuUR6pwoxTsXksG { color:#000000;display:block;width:22.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:10rem;left:12.4375rem;height:2.1118125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#H6u8dgbFD6Quup2kzXMMfFV62UqGHqUt { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:2.9817733764649rem;left:36.07638835907rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#Gp8C6WvGJWA5zQbQuTfAOafUfHTshVnk { box-sizing:content-box;height:29.875rem;width:0.12434875rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:0rem;left:37.436847686767rem;display:block; }
#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container { background-color: transparent; background-image: none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container > .video-iframe-container { display: none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row > .video-iframe-container { display: none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .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); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container { border-width: 0; border-radius: 0; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#C08xF3T6GiLH1T2eITFkaiwnfT21WPT7 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:2.3122825622559rem;left:39.874677181244rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GVbekdHXsltPWRoQTi2NJN6C8xZdbK8r { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#J0ErSwDTzIFgqCgdagvcRAgGTaANlgur { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:4.3733692169189rem;left:39.874674797058rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e46ARzdVA9tFzAESEGrk1xXS7CXGFrmq { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:1.9194860458374rem;left:36.076389789581rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#e7QPKz1MivR1ZTgBe4Ox1XaGePoKXU9I { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#zCpObrmR81kHPXC2RGqE0HW4D0KbzbRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGIG61QkxmS4TptudQMQdatS3bHQKoua { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.0625rem;left:39.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eo66rAXdNbwxAo9fZm0VFmr4U8zSOMkq { z-index:15003;top:21.1875rem;left:39.875rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.93674375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L0tFpwFU5kwhkmpEa1ebDeCXA3SxqOFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzcEKhH6GvR3fUgT9l5Lc7u3NszwHxUA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:18rem;left:39.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n0prq1RTO4xi7x050yqv05FR6dvbUMcM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.3125rem;left:39.875rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H8kWud6h48kV4mG0E9nFF3pRza8ZrcJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:11.6875rem;left:36.375rem; }
#RLRHgEqo1SXz4QAAZTtEyTcK1GEO0qAo { color:#000000;display:block;width:22.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:8.8601360321044rem;left:39.874674797058rem;height:2.1118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nrc3zXyLPKPorVSGySkFnMZNppmELlQp { box-sizing:content-box;height:25.4375rem;width:0.124783125rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:0rem;left:37.437609672546rem;display:block; }
#xHpuDUbLmxldCIL7WCxCFGQl0c6748SZ { color:#000000;display:block;width:17.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:6.3715305328369rem;left:39.874674797058rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#spyVF8FaO5zOxR5IsqyUOX03T8B7RMmh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:19.0625rem;left:39.874674797058rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container { background-color: transparent; background-image: none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container > .video-iframe-container { display: none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row > .video-iframe-container { display: none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .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); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container { border-width: 0; border-radius: 0; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#fwoK0OwyotRVo6wDu9G6J1vvDgIzT9U0 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:1.1875rem;left:39.875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTwtfkQgCL8O9BaRENMZeAiSxSSV6I4v { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#Q4BngWSwc1K4Tx1t6yt346x5hXWf8iEo { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:3.25rem;left:39.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kAcauwEy1yrpGMRMbLC82xTzIlr9NkuF { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#GegDTc2ipLuMN0SgK4crTMonGs2tVKn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJSzv3XDBTV9cXONG4eTUN6dPOJaAvS0 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:8.1875rem;left:39.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vnfpspOmymnQUAuddFUB0t4QHcU3PM7h { z-index:15003;top:15rem;left:39.875rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.93674375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#QlTf3etOwwceGlPpAw1RWuZPDANv1UJX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EpfSC6DwsbuxGeogn3PGomIx74bfzAu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:11.8125rem;left:39.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fu3wHLTGaJuUQx8pVx5TOXWJp7mUI64A { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:9.8125rem;left:39.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HZEdUeEauDtlzOhEC8wPO3xgRh6pqGOG { box-sizing:content-box;height:18.75rem;width:0.124783125rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:0rem;left:37.4375rem;display:block; }
#cGZa5kRTKHnVqsxO6HorGTa3o2E59S64 { color:#000000;display:block;width:17.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:5.25rem;left:39.875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I0rogPn94R3fXCWX1MPIS3J5dapAVZMT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:12.875rem;left:39.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d2XBhd7J6WzVoOKTynTrKgApIp1XcuvB { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:0.80078125rem;left:36.083335876465rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#dwGiTZot1PvbpxQdMPuzCSrIxGpXlmi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31185rem;width:2.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:7.84375rem;left:36.34375rem; }
#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container { background-color: transparent; background-image: none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container > .video-iframe-container { display: none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row > .video-iframe-container { display: none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .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); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container { border-width: 0; border-radius: 0; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#ifH3UyLpBDOgFw0b2dKWqByoQiHSsamy { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:3.5rem;left:12.875rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HHxdB9VtiV62rLT3uLNTb1WNvE1aTrRc { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#IXKadW1J6nb05LNkcaqPfCBWFO6Q4S2E { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wehJDqLJQ1sEXdITIChiX4N32AqIAA5K { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#ztwCyZZNGDlosUbAq8ZqGlkkaaPdtxQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTgkqaKTTkeKyMOb5WskHmhTr0T8NAFn { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:7.7495651245119rem;left:21.624891757965rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I6HLeD6fcL36ODoodKUkqSiyBp6g7FvT { color:#000000;display:block;width:22.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:10rem;left:12.4375rem;height:2.1118125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sdGnH8TmSMhUurg9bPNyX0O03472kmhm { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:2.9817733764649rem;left:36.07638835907rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#y26wQrmwXdIWJJpoBttKogk8dNQz0hNE { box-sizing:content-box;height:12.5rem;width:0.124783125rem;position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;top:0rem;left:37.437609672546rem;display:block; }
#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container { background-color: transparent; background-image: none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container > .video-iframe-container { display: none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row > .video-iframe-container { display: none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .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); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container { border-width: 0; border-radius: 0; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#AWNyOqsaLyw8x5pdPT35Ll8a3Ez0TDbc { color:#000000;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:2.3122825622559rem;left:39.874677181244rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AOlnScRuDrLfn1fbdrWnoTKTXQ1nANvK { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#ekTUvAwZq8PNL6xHmOmMH0w9N6B5Qbl0 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:4.3733692169189rem;left:39.874674797058rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqLmhwfE3Ss7VeMd33QenRix1yZGGhHS { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:1.9194860458374rem;left:36.076389789581rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#BDeuwlkH18kdgULF1f7KSxmvUdyRfddS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#ZzLNt6P3QcbTCHFHlxMVQJeL0fDtQDz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhMRgu0klfxTmSIiML1kByd1cwIhr4sH { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.0625rem;left:39.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wpwpeRf3sThUus7yGsAJzSO5mqNI5Oa1 { z-index:15003;top:22.534722805023rem;left:39.874674797058rem;background-color:#501d03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(80,29,3,0.13) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.93674375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cwQiyUEc8DZQDDJkPCWSKDoTZiXcehg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTkQt2Q8gyPfymDGuPGLUIKccTy8kl7l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:18.875rem;left:39.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOp9eteZ2PENE5tdQQ0mTuW15Sskn9MI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.3125rem;left:39.875rem;height:3.41308125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rGAUzDnkkXgJl7KgpSDfp7zXIWs5Tn4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:11.6875rem;left:36.375rem; }
#hwwXWTyibTfM0zo9Ld0EenAXx8yq5Etc { color:#000000;display:block;width:22.436rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:8.8601360321044rem;left:39.874674797058rem;height:2.1118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PeHy9D5BsLRcdO4SGOXzyTQwtKUQdIsk { box-sizing:content-box;height:26.5625rem;width:0.124783125rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:0rem;left:37.437609672546rem;display:block; }
#I9iCTapxvluBpMz2xQRztV2pqe3NrTC2 { color:#000000;display:block;width:17.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:6.3715305328369rem;left:39.874674797058rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jgmsksh2UETup6B51XCILvryq9Ig4u8h { color:rgba(var(--color-tertiary-4),1);display:block;width:8.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:20.0625rem;left:39.874674797058rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container { background-color: transparent; background-image: none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container > .video-iframe-container { display: none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row > .video-iframe-container { display: none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .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); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container { border-width: 0; border-radius: 0; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#miEJ70MKBd4vEVv01zA5yrs32J8gs7Xr { color:#000000;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:3.5rem;left:12.875rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nV4ixsnbIQbmK8zKIucP8iNSeNFThSqi { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#Jrp5fhypd4hsZL9eNrkUOCIJ5hGbuwcL { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.6875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#usCylvp0ykvdaVIZu5RTX0T9DAs5fpsc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#Q18le6yFIaLK1hEXwlsF9pCAr1ccDRfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1dvJwOsnJB42TDPzWsWuGcPTSeDheGp { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:7.75rem;left:17.5625rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#heAB87X97dVxwEUEsTWaBSLiaPIJgRT2 { color:#000000;display:block;width:22.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:10rem;left:12.4375rem;height:2.1118125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bTBUvWb8O2HGKAbgcSKyzBe9s1tdezh6 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:2.9817733764649rem;left:36.07638835907rem;border-top:0.1875rem solid #ebbeb7;border-left:0.1875rem solid #ebbeb7;border-right:0.1875rem solid #ebbeb7;border-bottom:0.1875rem solid #ebbeb7;display:block; }
#ryob3aW6MwNC7T9yNgt5imUgVUpJRxLT { box-sizing:content-box;height:14.125rem;width:0.124783125rem;position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;top:0rem;left:37.437609672546rem;display:block; }
#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { border-width: 0; border-radius: 0; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:none; }#r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.0810546875rem;left:18.28125rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.16748046875rem;left:18.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { border-width: 0; border-radius: 0; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.6875rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.3125rem;left:0.875rem; }
#yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:1.3125rem;left:19.625rem; }
#WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:1.3125rem;left:22.4375rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H48fimT4zN5LhyEmRBewislR1wBPabs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.3125rem;left:41.25rem;height:8.7744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:1.3125rem;left:38.4375rem; }
#UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:1.3125rem;left:60rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:1.3125rem;left:57.1875rem; }
#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { border-width: 0; border-radius: 0; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.54248046875rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:1.75rem;left:31.15625rem;display:block; }
#JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#knHukR4wqAPM2OubP9wNo6xzHHaFElwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9d7575;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { background-color: transparent; background-image: none; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container > .video-iframe-container { display: none; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row > .video-iframe-container { display: none; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .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); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { border-width: 0; border-radius: 0; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#a7SDZbclafKMH9tEuExZUwfhazcqoXON { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:3.375rem;left:20.9375rem;overflow:hidden;display:block; }
#uwxXvaxTlmIQfTQdRwB9AxTvEkoAUep2 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:25.6875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#cT4MAiTo0DPQOxawoBEV4rwqr7Zf8lrh { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:25.375rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#oBw84LtKxgTVZGK6m7M8aJZMsc04zRPD { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.3125rem;left:33.75rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#qNIrs4OCovs1nWwoidaxdkrwNNIIcyI9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.3125rem;left:42.1875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#nxqP7diCUrDVevKkabJRXKDVQOTB4o4O { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:18.3125rem;left:33.1875rem;display:block; }
#LKkxAVG2mZPrB3UqdLQ2ulhCwT2dar6I { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:18.3125rem;left:41.75rem;display:block; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.375rem;left:29.1875rem; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.375rem;left:45.5625rem; }
#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.375rem;left:32.6875rem; }
#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.4375rem;left:49.125rem; }
#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#iqPTquC8B72dXSI8BMQTNek6fzRK5OBc { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:2.375rem;left:37.375rem;display:block; }
#TnwKoEVWiuVPuCqhDSqPpQA5oKNrCKvD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bV1qTw5PIyWdCB7zdn7uZ2efg54DTwkE { color:#d7b543;display:block;width:5.375rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.125rem;left:39.3125rem;height:3.25rem;display:block; }
#Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.599609375rem;left:14.968750953674rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { top:11.1875rem;left:0rem;width:38.4375rem;height:8.0625rem;font-size:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { top:22.875rem;left:0rem;width:25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { top:2.0625rem;left:20.375rem;width:6.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { width:11.875rem;height:2.8125rem;top:30.8125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block; }
 }@media only screen and (max-width: 763px) { #wPduKb57blO3ykAbaM5RX5EAFRGGxwTy { top:18.9375rem;left:0rem;width:43.9375rem;height:3.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { top:0.75rem;left:0rem;width:8.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { top:0.4375rem;left:0rem;width:10rem;height:4.93706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { top:0.375rem;left:9.5rem;width:10.0625rem;height:4.9692278252066rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { top:0rem;left:18.25rem;width:11.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { top:1.25rem;left:29.5rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { top:0.75rem;left:37.5rem;width:10.1875rem;height:5.0317402648284rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { top:0.625rem;left:38.5rem;width:9.25rem;height:4.4697913660373rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { top:0rem;left:2.78125rem;width:42.1875rem;height:2.062375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNSwfeXZs88LpSF7XmePazGZaR2xCcD { display:none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { width:31.25rem;height:3.0625rem;top:3.1875rem;left:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { width:22.0625rem;height:2rem;top:10.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { width:14.375rem;height:1.5625rem;top:12.4375rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { width:2.5rem;height:2.5rem;top:10rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block; }
 }@media only screen and (max-width: 763px) { #XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { top:12.4375rem;left:23.812611103058rem;width:0.0625rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { width:14.25rem;height:3.1875rem;top:21.75rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { top:32.75rem;left:9.3470063209531rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOKtoDnS9lmvq09KF0QSleRqw6I0HDb { display:block; }
 }@media only screen and (max-width: 763px) { #F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { width:8.75rem;height:1.125rem;top:30.5rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { width:8.75rem;height:1.125rem;top:29.375rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQucXmmbxH4SX63m9GpEGd5tZLHD3cVz { width:22.8125rem;height:3.375rem;top:25.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TukfR8WJ6eb4OrkglqhghEKFnxm7Zx { width:22.875rem;height:1.75rem;top:14.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #womyVPcsXCW2TkzqRx2tCZmnepbxkbCZ { top:21.4375rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ7fJIzg9lQGKohvzozKqJ4kFN5BO3TC { width:22.375rem;height:2.0625rem;top:17.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvALw1dVrF714ThZTvIEQy0u7odGdZpR { display:none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T8T75vwRiUvFPcGLWDTQxVAgoTBueVQp { width:22.0625rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGLDIuGOivLTO4VlbyKsuFPSUIJ9LZ5B { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO9TekkldQhsxcvaV3dm2nxm9XAk6CQu { width:14.375rem;height:1.5625rem;top:5.5rem;left:7.062255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxBgQbdL9mbP0n7UKl7UQ8s11iqqZm0T { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCRaPNnOEsF4qzdwBx1GpX406LUcyxBW { display:block; }
 }@media only screen and (max-width: 763px) { #taXeLzNkQTDcFG5OK6Ae8xSmdd8Nl0po { width:14.25rem;height:3.1875rem;top:14.375rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIvMaq6Eunpgb9PaZ33wJUKUPmsyQduM { width:8.75rem;height:1.125rem;top:19.3125rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vny5vnz0ZPMggwxfouIasgyxJQwH76He { width:8.75rem;height:1.125rem;top:18.1875rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX9uv3aA91BKpTUIT5zNUbb2LNKQ0n16 { width:17.3125rem;height:1.75rem;top:7.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJoMI5uVoaTqGfT59IpJruQsbOUdwyxL { top:13.875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw7s3oiAzkv8ULP2aIi5AK20CWlPqWkt { width:22.375rem;height:2.0625rem;top:10rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7a216ZMCWpRZItLDLWSNHxXkkdJQ4Gx { width:2.5rem;height:2.5rem;top:2.9375rem;left:22.45138835907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPN6klUzoUkgSnHxsInEV3o5zfEoM9eq { top:0rem;left:23.811847686767rem;width:0.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx { display:none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wiyb3iGM07uwOeFxFX6b2nqxo0PXCoTD { width:23.5rem;height:2.0625rem;top:2.25rem;left:24.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfp0smf8LTyKhGTShQevvW43ID4gxhG8 { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBXZGue0GF4KzfaNcZ31znmT1AhVt1Qq { width:14.375rem;height:1.625rem;top:4.8125rem;left:26.2490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7qAXi6MMw9TqnKC7GUc7G7f2ufNI1T { width:2.5rem;height:2.5rem;top:1.875rem;left:22.451389789581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaVIxVOVrw8IlZh2W1KqBkEeacRTLmod { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkpROWCyhIyAZVtKbWrA0lyA5Lx5tv4W { display:block; }
 }@media only screen and (max-width: 763px) { #nxxxXU2F1Mz2pA8TN8DbE526uD54lTCC { width:16.8125rem;height:1.625rem;top:12.9375rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRcSrTAl2Dl9M1KQ7hQTUhDJm2AdU1W { top:23.9375rem;left:26.0625rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3dMdXE9LpPQNNCbOCGM9lIn3uTf02P { display:block; }
 }@media only screen and (max-width: 763px) { #l6D7H20TloStaNl7pgQoT4cKgG8EMs9A { width:19.125rem;height:3.375rem;top:19.6875rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX9PGaSK7tyFHevKDvRUkpDAbLpppbTm { top:10.9375rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3W6qV1tLPbtCrvbn5SsWZZTrC8resvZ { width:22.375rem;height:2rem;top:6.5rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tHSvCfWxn4y8JNgN9dnPJZWVZQti4p { width:16.75rem;height:1rem;top:14.3125rem;left:26.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGfZCQLxfyd0vhGVIa7n1rwmJghT62D { top:19.6875rem;left:9.4375rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQucr34KwvpGn5fAirplBxlQ4APmgQX { display:block; }
 }@media only screen and (max-width: 763px) { #IVmFhJJMpBDdNPVrJT5EHw9WJo7JGwJA { width:14.375rem;height:1.625rem;top:16rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhJcGt4k8NgEFzCT6unddvKU7NZQxuC { width:11.5rem;height:1.5rem;top:18.1875rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnIP23lei8P7wn99kL27HXQDuT6wKeAL { width:23.5rem;height:2.0625rem;top:10.9375rem;left:24.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRyFiyeVlP1iIAcOk6X1uyeG0eQrrbAu { width:23.0625rem;height:1.625rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHgsfABChn1t1kR34PWuZb8AKtV03oOi { width:16.75rem;height:1rem;top:14.5625rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL2nxxET8oecT7ffvUcgpcPu8Bs2T3Fu { width:19.125rem;height:1.125rem;top:17.625rem;left:2.4166679382324rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qonLEEqZUsT4rR04rJqM8gvk57RkxtBq { top:12.5625rem;left:22.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ESCXVPBRClAe37HOPAZ5txPH5HzlVd { width:14.375rem;height:1.625rem;top:16rem;left:7.1666679382325rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWJ1LR3sOzb8Ss4gEVkqMyMG4iZPSHDg { top:0.25rem;left:23.8125rem;width:0.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r { display:none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cgXq4ILJQrwrQNkJvMmqAzrgbXUWSvUO { width:22.0625rem;height:2rem;top:3.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvVZNBRKJ66CQCASxy1BTLmtWIT0Ic1y { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMRr8GtQrBJC3owkiSLOFv4oUd7erBO { width:14.375rem;height:1.5625rem;top:5.5625rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0zg7xRkhyPxD1rPWJpd2VpUJHFm8Ap { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTMTpwQTqfJxinHvC7dLJXVeTAQq4T6n { display:block; }
 }@media only screen and (max-width: 763px) { #NNyZ0l5xgND202I1e4ppubNWVOKABo9u { width:14.25rem;height:3.1875rem;top:14.375rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfWNPNWoMWiaGk3NNbxfcZ7VaDoBA8JB { top:25.4375rem;left:8.9375rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI4KKy8wvTLFBo7lnEEfQKhliRBHTOpz { display:block; }
 }@media only screen and (max-width: 763px) { #gs7gP30PEWHPxCMHeCPqCsruR69n8TXq { width:8.75rem;height:1.125rem;top:23.125rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEpbiS87x1IcSS5GJnLQK8Z80Oww2ec7 { width:8.75rem;height:1.125rem;top:22rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaDvxP6ZT2vDMMbxEHZPkNv2wrW5L4Iv { width:22.8125rem;height:3.375rem;top:17.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6wA0y0oJxBX4PpdZCRruKq4p5bwPxv2 { width:17.3125rem;height:1.75rem;top:7.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8Jnv6x42hynsBcLeRyBW1iwZBNDbD0 { top:13.875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or3BFkz512PJULD75xuUR6pwoxTsXksG { width:22.375rem;height:2.0625rem;top:10rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6u8dgbFD6Quup2kzXMMfFV62UqGHqUt { width:2.5rem;height:2.5rem;top:2.9375rem;left:22.45138835907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8C6WvGJWA5zQbQuTfAOafUfHTshVnk { top:0rem;left:23.811847686767rem;width:0.125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx { display:none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C08xF3T6GiLH1T2eITFkaiwnfT21WPT7 { width:23.4375rem;height:2rem;top:2.25rem;left:24.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVbekdHXsltPWRoQTi2NJN6C8xZdbK8r { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ErSwDTzIFgqCgdagvcRAgGTaANlgur { width:14.375rem;height:1.5625rem;top:4.3125rem;left:26.249674797058rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46ARzdVA9tFzAESEGrk1xXS7CXGFrmq { width:2.5rem;height:2.5rem;top:1.875rem;left:22.451389789581rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7QPKz1MivR1ZTgBe4Ox1XaGePoKXU9I { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCpObrmR81kHPXC2RGqE0HW4D0KbzbRn { display:block; }
 }@media only screen and (max-width: 763px) { #PGIG61QkxmS4TptudQMQdatS3bHQKoua { width:12rem;height:3.1875rem;top:12.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo66rAXdNbwxAo9fZm0VFmr4U8zSOMkq { top:21.1875rem;left:26.25rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0tFpwFU5kwhkmpEa1ebDeCXA3SxqOFV { display:block; }
 }@media only screen and (max-width: 763px) { #VzcEKhH6GvR3fUgT9l5Lc7u3NszwHxUA { width:12.0625rem;height:1.125rem;top:18rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0prq1RTO4xi7x050yqv05FR6dvbUMcM { width:19.0625rem;height:2.25rem;top:15.3125rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kWud6h48kV4mG0E9nFF3pRza8ZrcJE { top:11.6875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRHgEqo1SXz4QAAZTtEyTcK1GEO0qAo { width:22.375rem;height:2.0625rem;top:8.8125rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrc3zXyLPKPorVSGySkFnMZNppmELlQp { top:0rem;left:23.8125rem;width:0.125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHpuDUbLmxldCIL7WCxCFGQl0c6748SZ { width:17.3125rem;height:1.75rem;top:6.3125rem;left:26.249674797058rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spyVF8FaO5zOxR5IsqyUOX03T8B7RMmh { width:8.75rem;height:1.125rem;top:19.0625rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F { display:none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwoK0OwyotRVo6wDu9G6J1vvDgIzT9U0 { width:23.5rem;height:2.0625rem;top:1.1875rem;left:24.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwtfkQgCL8O9BaRENMZeAiSxSSV6I4v { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4BngWSwc1K4Tx1t6yt346x5hXWf8iEo { width:23.3125rem;height:1.625rem;top:3.25rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAcauwEy1yrpGMRMbLC82xTzIlr9NkuF { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GegDTc2ipLuMN0SgK4crTMonGs2tVKn8 { display:block; }
 }@media only screen and (max-width: 763px) { #fJSzv3XDBTV9cXONG4eTUN6dPOJaAvS0 { width:23.9375rem;height:1.625rem;top:8.1875rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnfpspOmymnQUAuddFUB0t4QHcU3PM7h { top:15rem;left:26.25rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTf3etOwwceGlPpAw1RWuZPDANv1UJX { display:block; }
 }@media only screen and (max-width: 763px) { #EpfSC6DwsbuxGeogn3PGomIx74bfzAu0 { width:12.0625rem;height:1.125rem;top:11.8125rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu3wHLTGaJuUQx8pVx5TOXWJp7mUI64A { width:19.125rem;height:1.125rem;top:9.8125rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZEdUeEauDtlzOhEC8wPO3xgRh6pqGOG { top:0rem;left:23.8125rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZa5kRTKHnVqsxO6HorGTa3o2E59S64 { width:17.3125rem;height:1.75rem;top:5.25rem;left:26.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0rogPn94R3fXCWX1MPIS3J5dapAVZMT { width:8.75rem;height:1.125rem;top:12.875rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2XBhd7J6WzVoOKTynTrKgApIp1XcuvB { width:2.5rem;height:2.5rem;top:0.75rem;left:22.458335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwGiTZot1PvbpxQdMPuzCSrIxGpXlmi7 { top:7.8125rem;left:22.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN { display:none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ifH3UyLpBDOgFw0b2dKWqByoQiHSsamy { width:22.0625rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHxdB9VtiV62rLT3uLNTb1WNvE1aTrRc { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXKadW1J6nb05LNkcaqPfCBWFO6Q4S2E { width:14.375rem;height:1.5625rem;top:5.5rem;left:7.0623922348025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehJDqLJQ1sEXdITIChiX4N32AqIAA5K { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztwCyZZNGDlosUbAq8ZqGlkkaaPdtxQt { display:block; }
 }@media only screen and (max-width: 763px) { #QTgkqaKTTkeKyMOb5WskHmhTr0T8NAFn { width:13.1875rem;height:1.8125rem;top:7.6875rem;left:7.999891757965rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6HLeD6fcL36ODoodKUkqSiyBp6g7FvT { width:22.375rem;height:2.0625rem;top:10rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGnH8TmSMhUurg9bPNyX0O03472kmhm { width:2.5rem;height:2.5rem;top:2.9375rem;left:22.45138835907rem;display:block; }
 }@media only screen and (max-width: 763px) { #y26wQrmwXdIWJJpoBttKogk8dNQz0hNE { top:0rem;left:23.8125rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 { display:none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AWNyOqsaLyw8x5pdPT35Ll8a3Ez0TDbc { width:23.4375rem;height:2rem;top:2.25rem;left:24.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOlnScRuDrLfn1fbdrWnoTKTXQ1nANvK { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTUvAwZq8PNL6xHmOmMH0w9N6B5Qbl0 { width:14.375rem;height:1.5625rem;top:4.3125rem;left:26.249674797058rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLmhwfE3Ss7VeMd33QenRix1yZGGhHS { width:2.5rem;height:2.5rem;top:1.875rem;left:22.451389789581rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDeuwlkH18kdgULF1f7KSxmvUdyRfddS { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzLNt6P3QcbTCHFHlxMVQJeL0fDtQDz8 { display:block; }
 }@media only screen and (max-width: 763px) { #bhMRgu0klfxTmSIiML1kByd1cwIhr4sH { width:12rem;height:3.1875rem;top:12.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpwpeRf3sThUus7yGsAJzSO5mqNI5Oa1 { top:22.5rem;left:26.249674797058rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQiyUEc8DZQDDJkPCWSKDoTZiXcehg8 { display:block; }
 }@media only screen and (max-width: 763px) { #nTkQt2Q8gyPfymDGuPGLUIKccTy8kl7l { width:12.0625rem;height:1.125rem;top:18.875rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOp9eteZ2PENE5tdQQ0mTuW15Sskn9MI { width:19.0625rem;height:3.375rem;top:15.3125rem;left:26.249674797058rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGAUzDnkkXgJl7KgpSDfp7zXIWs5Tn4T { top:11.6875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwwXWTyibTfM0zo9Ld0EenAXx8yq5Etc { width:22.375rem;height:2.0625rem;top:8.8125rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeHy9D5BsLRcdO4SGOXzyTQwtKUQdIsk { top:0rem;left:23.8125rem;width:0.125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9iCTapxvluBpMz2xQRztV2pqe3NrTC2 { width:17.3125rem;height:1.75rem;top:6.3125rem;left:26.249674797058rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgmsksh2UETup6B51XCILvryq9Ig4u8h { width:8.75rem;height:1.125rem;top:20.0625rem;left:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 { display:none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #miEJ70MKBd4vEVv01zA5yrs32J8gs7Xr { width:22.0625rem;height:2rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV4ixsnbIQbmK8zKIucP8iNSeNFThSqi { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrp5fhypd4hsZL9eNrkUOCIJ5hGbuwcL { width:14.375rem;height:1.5625rem;top:5.5rem;left:7.0623922348025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usCylvp0ykvdaVIZu5RTX0T9DAs5fpsc { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q18le6yFIaLK1hEXwlsF9pCAr1ccDRfG { display:block; }
 }@media only screen and (max-width: 763px) { #G1dvJwOsnJB42TDPzWsWuGcPTSeDheGp { width:17.3125rem;height:1.75rem;top:7.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heAB87X97dVxwEUEsTWaBSLiaPIJgRT2 { width:22.375rem;height:2.0625rem;top:10rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBUvWb8O2HGKAbgcSKyzBe9s1tdezh6 { width:2.5rem;height:2.5rem;top:2.9375rem;left:22.45138835907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryob3aW6MwNC7T9yNgt5imUgVUpJRxLT { top:0rem;left:23.8125rem;width:0.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { display:block; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { width:38.4375rem;height:3.0625rem;top:3.0625rem;left:4.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { width:38.4375rem;height:2.4375rem;top:6.125rem;left:4.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { display:block; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { width:14.25rem;height:8.75rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { top:1.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { top:1.3125rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { width:14.1875rem;height:8.75rem;top:1.3125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48fimT4zN5LhyEmRBewislR1wBPabs5 { width:14.0625rem;height:8.75rem;top:1.3125rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { top:1.3125rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { width:14.0625rem;height:8.75rem;top:1.3125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { top:1.3125rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { display:block; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { width:38.4375rem;height:1.4375rem;top:5.5rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { width:12.6875rem;height:3rem;top:1.75rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block; }
 }@media only screen and (max-width: 763px) { #knHukR4wqAPM2OubP9wNo6xzHHaFElwN { display:block; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7SDZbclafKMH9tEuExZUwfhazcqoXON { top:3.375rem;left:7.3125rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwxXvaxTlmIQfTQdRwB9AxTvEkoAUep2 { top:16.0625rem;left:12.062391757965rem;width:23.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4MAiTo0DPQOxawoBEV4rwqr7Zf8lrh { top:18.3125rem;left:11.75rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBw84LtKxgTVZGK6m7M8aJZMsc04zRPD { top:18.3125rem;left:20.125rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIrs4OCovs1nWwoidaxdkrwNNIIcyI9 { top:18.3125rem;left:28.5625rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqP7diCUrDVevKkabJRXKDVQOTB4o4O { top:18.3125rem;left:19.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKkxAVG2mZPrB3UqdLQ2ulhCwT2dar6I { top:18.3125rem;left:28.125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP64EByagZKqXeew8k9JW4C7RSAaCou3 { top:3.375rem;left:15.5625rem;width:2.625rem;height:2.625rem;display:block; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 { top:3.375rem;left:31.9375rem;width:2.625rem;height:2.625rem;display:block; }
#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd { top:3.375rem;left:19.0625rem;width:2.625rem;height:2.625rem;display:block; }
#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao { top:3.4375rem;left:35.5rem;width:2.625rem;height:2.625rem;display:block; }
#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #iqPTquC8B72dXSI8BMQTNek6fzRK5OBc { top:2.375rem;left:23.75rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwKoEVWiuVPuCqhDSqPpQA5oKNrCKvD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bV1qTw5PIyWdCB7zdn7uZ2efg54DTwkE { top:3.125rem;left:25.6875rem;width:5.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { top:9.5625rem;left:1.34375rem;width:45.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { background-color:#090808;background-image:url("https://images.assets-landingi.com/uc/dd63d4bf-d71b-4246-8c02-2e9427cfed17/GurudevinRomania20267.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { width:20rem;height:4.25021875rem;top:20.125rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { width:20rem;height:1.068725rem;top:26.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { width:6.9375rem;height:2.4375rem;top:1.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { width:11.875rem;height:2.8125rem;top:30rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;background-color:#ffce7a;background-image:none;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block; }
 }@media only screen and (max-width: 763px) { #wPduKb57blO3ykAbaM5RX5EAFRGGxwTy { width:20rem;height:1.875rem;top:24.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { width:20rem;height:2.062375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { width:2.625rem;height:1.1875rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { width:3.5rem;height:1.5625rem;top:0.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { width:3.875rem;height:1.75rem;top:0.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { width:4.3125rem;height:2.0625rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { width:3.125rem;height:0.8125rem;top:0.6875rem;left:16.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { width:3.625rem;height:1.75rem;top:0.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { width:4rem;height:1.8125rem;top:0.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { background-color:#f8f5ef;background-image:none;display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { background-color: transparent; background-image: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .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); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { width:12.874875rem;height:0.625rem;top:0rem;left:3.562283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNSwfeXZs88LpSF7XmePazGZaR2xCcD { background-color:#f8f5ef;background-image:none;display:block; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { background-color: transparent; background-image: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .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); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { width:20rem;height:2.0996125rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { width:15.125rem;height:1.5808125rem;top:6.375rem;left:2.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { width:0.0625rem;height:22.6875rem;top:7.25rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { width:14.375rem;height:1.4622375rem;top:7.875rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { width:1.875rem;height:1.875rem;top:6rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block; }
 }@media only screen and (max-width: 763px) { #XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { width:0.1875rem;height:12.375rem;top:99.59326171875rem;left:4.3125rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { width:10.875rem;height:2.92358125rem;top:15.625rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { top:25.6875rem;left:2.3125rem;width:12.5rem;height:2.56239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOKtoDnS9lmvq09KF0QSleRqw6I0HDb { display:block; }
 }@media only screen and (max-width: 763px) { #F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { width:8.8125rem;height:1.13769375rem;top:23.5625rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { width:8.8125rem;height:1.13769375rem;top:22.375rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PQucXmmbxH4SX63m9GpEGd5tZLHD3cVz { width:14.375rem;height:3.41308125rem;top:19.125rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3TukfR8WJ6eb4OrkglqhghEKFnxm7Zx { width:14.3125rem;height:1.7871125rem;top:9.4997863769531rem;left:2.937283039093rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #womyVPcsXCW2TkzqRx2tCZmnepbxkbCZ { display:flex;width:2.25rem;height:2.25rem;top:15.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQ7fJIzg9lQGKohvzozKqJ4kFN5BO3TC { width:16.624375rem;height:2.1118125rem;top:12.380642414093rem;left:2.937283039093rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PvALw1dVrF714ThZTvIEQy0u7odGdZpR { background-color:#f8f5ef;background-image:none;display:block; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container { background-color: transparent; background-image: none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container > .video-iframe-container { display: none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row > .video-iframe-container { display: none; }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .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); }#PvALw1dVrF714ThZTvIEQy0u7odGdZpR > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8T75vwRiUvFPcGLWDTQxVAgoTBueVQp { width:15.125rem;height:1.5808125rem;top:2.5625rem;left:2.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uGLDIuGOivLTO4VlbyKsuFPSUIJ9LZ5B { width:0.0625rem;height:18.75rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SO9TekkldQhsxcvaV3dm2nxm9XAk6CQu { width:14.375rem;height:1.4622375rem;top:4.0625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FxBgQbdL9mbP0n7UKl7UQ8s11iqqZm0T { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OCRaPNnOEsF4qzdwBx1GpX406LUcyxBW { display:block; }
 }@media only screen and (max-width: 763px) { #taXeLzNkQTDcFG5OK6Ae8xSmdd8Nl0po { width:10.875rem;height:2.92358125rem;top:11.4375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIvMaq6Eunpgb9PaZ33wJUKUPmsyQduM { width:8.8125rem;height:1.13769375rem;top:16.125rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vny5vnz0ZPMggwxfouIasgyxJQwH76He { width:8.8125rem;height:1.13769375rem;top:14.9375rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TX9uv3aA91BKpTUIT5zNUbb2LNKQ0n16 { width:15.75rem;height:1.7871125rem;top:5.9375rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJoMI5uVoaTqGfT59IpJruQsbOUdwyxL { display:flex;width:2.25rem;height:2.25rem;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dw7s3oiAzkv8ULP2aIi5AK20CWlPqWkt { width:16.625rem;height:2.1118125rem;top:8.3125rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7a216ZMCWpRZItLDLWSNHxXkkdJQ4Gx { width:1.875rem;height:1.875rem;top:1.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPN6klUzoUkgSnHxsInEV3o5zfEoM9eq { width:0.125rem;height:21.875rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx { background-color:#f8f5ef;background-image:none;display:block; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container { background-color: transparent; background-image: none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container > .video-iframe-container { display: none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row > .video-iframe-container { display: none; }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .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); }#P2xeG8CJ3zksM4vU4pWga2SHtq8nL0Vx > .row .container { width:20rem;height:38.624875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiyb3iGM07uwOeFxFX6b2nqxo0PXCoTD { width:18.4375rem;height:1.5808125rem;top:2.3125rem;left:3rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pfp0smf8LTyKhGTShQevvW43ID4gxhG8 { width:0.0625rem;height:38.625rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OBXZGue0GF4KzfaNcZ31znmT1AhVt1Qq { width:14.375rem;height:1.4622375rem;top:3.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7qAXi6MMw9TqnKC7GUc7G7f2ufNI1T { width:1.875rem;height:1.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaVIxVOVrw8IlZh2W1KqBkEeacRTLmod { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BkpROWCyhIyAZVtKbWrA0lyA5Lx5tv4W { display:block; }
 }@media only screen and (max-width: 763px) { #nxxxXU2F1Mz2pA8TN8DbE526uD54lTCC { width:15.1875rem;height:1.4622375rem;top:11.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbRcSrTAl2Dl9M1KQ7hQTUhDJm2AdU1W { top:22.625rem;left:2.4375rem;width:12.5rem;height:2.56185rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3dMdXE9LpPQNNCbOCGM9lIn3uTf02P { display:block; }
 }@media only screen and (max-width: 763px) { #l6D7H20TloStaNl7pgQoT4cKgG8EMs9A { width:14.375rem;height:3.41308125rem;top:18.375rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KX9PGaSK7tyFHevKDvRUkpDAbLpppbTm { display:flex;width:2.25rem;height:2.25rem;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3W6qV1tLPbtCrvbn5SsWZZTrC8resvZ { width:17.875rem;height:2.1118125rem;top:6.3740234375rem;left:2.9990234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7tHSvCfWxn4y8JNgN9dnPJZWVZQti4p { width:16.7496875rem;height:1.0559875rem;top:13.375rem;left:3rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XkGfZCQLxfyd0vhGVIa7n1rwmJghT62D { top:34.1875rem;left:2.1875rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQucr34KwvpGn5fAirplBxlQ4APmgQX { display:block; }
 }@media only screen and (max-width: 763px) { #IVmFhJJMpBDdNPVrJT5EHw9WJo7JGwJA { width:14.375rem;height:1.4622375rem;top:14.5625rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIhJcGt4k8NgEFzCT6unddvKU7NZQxuC { width:11.5rem;height:1.54361875rem;top:16.875rem;left:3rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnIP23lei8P7wn99kL27HXQDuT6wKeAL { width:16.875rem;height:1.5808125rem;top:10.375rem;left:3rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kRyFiyeVlP1iIAcOk6X1uyeG0eQrrbAu { width:14.875rem;height:2.92358125rem;top:26.625rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHgsfABChn1t1kR34PWuZb8AKtV03oOi { width:12.0625rem;height:1.0559875rem;top:29.5625rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OL2nxxET8oecT7ffvUcgpcPu8Bs2T3Fu { width:10.4375rem;height:1.13769375rem;top:32.8125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qonLEEqZUsT4rR04rJqM8gvk57RkxtBq { display:flex;width:2.25rem;height:2.25rem;top:26.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I3ESCXVPBRClAe37HOPAZ5txPH5HzlVd { width:14.375rem;height:1.4622375rem;top:30.625rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gWJ1LR3sOzb8Ss4gEVkqMyMG4iZPSHDg { width:0.1875rem;height:12.375rem;top:99.59326171875rem;left:4.3125rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r { background-color:#f8f5ef;background-image:none;display:block; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container { background-color: transparent; background-image: none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container > .video-iframe-container { display: none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row > .video-iframe-container { display: none; }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .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); }#XWThtQa2x78hCfAkRV1rpl3zQkpoAA3r > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgXq4ILJQrwrQNkJvMmqAzrgbXUWSvUO { width:15.125rem;height:1.5808125rem;top:2.5625rem;left:2.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvVZNBRKJ66CQCASxy1BTLmtWIT0Ic1y { width:0.0625rem;height:27.125rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lDMRr8GtQrBJC3owkiSLOFv4oUd7erBO { width:14.375rem;height:1.4622375rem;top:4.0625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0zg7xRkhyPxD1rPWJpd2VpUJHFm8Ap { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hTMTpwQTqfJxinHvC7dLJXVeTAQq4T6n { display:block; }
 }@media only screen and (max-width: 763px) { #NNyZ0l5xgND202I1e4ppubNWVOKABo9u { width:10.875rem;height:2.92358125rem;top:11.4375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OfWNPNWoMWiaGk3NNbxfcZ7VaDoBA8JB { top:22.686635017395rem;left:1.9992406368256rem;width:12.5rem;height:2.56239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI4KKy8wvTLFBo7lnEEfQKhliRBHTOpz { display:block; }
 }@media only screen and (max-width: 763px) { #gs7gP30PEWHPxCMHeCPqCsruR69n8TXq { width:8.8125rem;height:1.13769375rem;top:20.125rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEpbiS87x1IcSS5GJnLQK8Z80Oww2ec7 { width:8.8125rem;height:1.13769375rem;top:18.9375rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaDvxP6ZT2vDMMbxEHZPkNv2wrW5L4Iv { width:14.375rem;height:3.41308125rem;top:14.9375rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6wA0y0oJxBX4PpdZCRruKq4p5bwPxv2 { width:15.75rem;height:1.7871125rem;top:5.9375rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8Jnv6x42hynsBcLeRyBW1iwZBNDbD0 { display:flex;width:2.25rem;height:2.25rem;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Or3BFkz512PJULD75xuUR6pwoxTsXksG { width:16.625rem;height:2.1118125rem;top:8.3125rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H6u8dgbFD6Quup2kzXMMfFV62UqGHqUt { width:1.875rem;height:1.875rem;top:1.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8C6WvGJWA5zQbQuTfAOafUfHTshVnk { width:0.125rem;height:29.875rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx { background-color:#f8f5ef;background-image:none;display:block; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container { background-color: transparent; background-image: none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container > .video-iframe-container { display: none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row > .video-iframe-container { display: none; }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .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); }#dRkeSlezRCv3dW7rLIU9JTETBXsFfkGx > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C08xF3T6GiLH1T2eITFkaiwnfT21WPT7 { width:18.4375rem;height:1.5808125rem;top:2.3125rem;left:3rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GVbekdHXsltPWRoQTi2NJN6C8xZdbK8r { width:0.0625rem;height:25rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J0ErSwDTzIFgqCgdagvcRAgGTaANlgur { width:14.375rem;height:1.4622375rem;top:3.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e46ARzdVA9tFzAESEGrk1xXS7CXGFrmq { width:1.875rem;height:1.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7QPKz1MivR1ZTgBe4Ox1XaGePoKXU9I { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zCpObrmR81kHPXC2RGqE0HW4D0KbzbRn { display:block; }
 }@media only screen and (max-width: 763px) { #PGIG61QkxmS4TptudQMQdatS3bHQKoua { width:15.1875rem;height:2.92358125rem;top:11.3125rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eo66rAXdNbwxAo9fZm0VFmr4U8zSOMkq { top:20.845813751221rem;left:2.2222223281861rem;width:12.5rem;height:2.56239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0tFpwFU5kwhkmpEa1ebDeCXA3SxqOFV { display:block; }
 }@media only screen and (max-width: 763px) { #VzcEKhH6GvR3fUgT9l5Lc7u3NszwHxUA { width:13.25rem;height:1.13769375rem;top:17.3125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n0prq1RTO4xi7x050yqv05FR6dvbUMcM { width:14.375rem;height:2.2753875rem;top:14.4375rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8kWud6h48kV4mG0E9nFF3pRza8ZrcJE { display:flex;width:2.25rem;height:2.25rem;top:10.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RLRHgEqo1SXz4QAAZTtEyTcK1GEO0qAo { width:14.436875rem;height:2.1118125rem;top:8.3745660781863rem;left:2.9996747970581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nrc3zXyLPKPorVSGySkFnMZNppmELlQp { width:0.125rem;height:25.4375rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xHpuDUbLmxldCIL7WCxCFGQl0c6748SZ { width:15.062375rem;height:1.7871125rem;top:6.0622835159302rem;left:2.9996747970581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spyVF8FaO5zOxR5IsqyUOX03T8B7RMmh { width:8.75rem;height:1.13769375rem;top:18.5rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F { background-color:#f8f5ef;background-image:none;display:block; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container { background-color: transparent; background-image: none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container > .video-iframe-container { display: none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row > .video-iframe-container { display: none; }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .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); }#dnpHkGOKlSoq5mS0LoiJvKWNTugENF3F > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwoK0OwyotRVo6wDu9G6J1vvDgIzT9U0 { width:18.4375rem;height:1.5808125rem;top:2.3125rem;left:3rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTwtfkQgCL8O9BaRENMZeAiSxSSV6I4v { width:0.0625rem;height:20.5rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q4BngWSwc1K4Tx1t6yt346x5hXWf8iEo { width:14.375rem;height:1.4622375rem;top:3.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kAcauwEy1yrpGMRMbLC82xTzIlr9NkuF { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GegDTc2ipLuMN0SgK4crTMonGs2tVKn8 { display:block; }
 }@media only screen and (max-width: 763px) { #fJSzv3XDBTV9cXONG4eTUN6dPOJaAvS0 { width:15.1875rem;height:1.4622375rem;top:8.6875rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vnfpspOmymnQUAuddFUB0t4QHcU3PM7h { top:16.125rem;left:2.25rem;width:12.5rem;height:2.56239375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlTf3etOwwceGlPpAw1RWuZPDANv1UJX { display:block; }
 }@media only screen and (max-width: 763px) { #EpfSC6DwsbuxGeogn3PGomIx74bfzAu0 { width:13.25rem;height:1.13769375rem;top:12.5625rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fu3wHLTGaJuUQx8pVx5TOXWJp7mUI64A { width:14.375rem;height:1.13769375rem;top:10.75rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HZEdUeEauDtlzOhEC8wPO3xgRh6pqGOG { width:0.125rem;height:18.75rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #cGZa5kRTKHnVqsxO6HorGTa3o2E59S64 { width:15.062375rem;height:1.7871125rem;top:6.0622835159302rem;left:2.9996747970581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0rogPn94R3fXCWX1MPIS3J5dapAVZMT { width:8.75rem;height:1.13769375rem;top:13.75rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2XBhd7J6WzVoOKTynTrKgApIp1XcuvB { width:1.8125rem;height:1.8125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwGiTZot1PvbpxQdMPuzCSrIxGpXlmi7 { display:flex;width:2.25rem;height:2.25rem;top:8.2929773330687rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN { background-color:#f8f5ef;background-image:none;display:block; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container { background-color: transparent; background-image: none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container > .video-iframe-container { display: none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row > .video-iframe-container { display: none; }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .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); }#KOLlsuRTbin9L6s21yB6Tx7cAzAVxtQN > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifH3UyLpBDOgFw0b2dKWqByoQiHSsamy { width:15.125rem;height:1.5808125rem;top:2.5625rem;left:2.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HHxdB9VtiV62rLT3uLNTb1WNvE1aTrRc { width:0.0625rem;height:11.25rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IXKadW1J6nb05LNkcaqPfCBWFO6Q4S2E { width:14.375rem;height:1.4622375rem;top:4.0625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wehJDqLJQ1sEXdITIChiX4N32AqIAA5K { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ztwCyZZNGDlosUbAq8ZqGlkkaaPdtxQt { display:block; }
 }@media only screen and (max-width: 763px) { #QTgkqaKTTkeKyMOb5WskHmhTr0T8NAFn { width:15.75rem;height:1.7871125rem;top:5.9375rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6HLeD6fcL36ODoodKUkqSiyBp6g7FvT { width:16.625rem;height:2.1118125rem;top:8.3125rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sdGnH8TmSMhUurg9bPNyX0O03472kmhm { width:1.875rem;height:1.875rem;top:1.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y26wQrmwXdIWJJpoBttKogk8dNQz0hNE { width:0.125rem;height:12.5rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 { background-color:#f8f5ef;background-image:none;display:block; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container { background-color: transparent; background-image: none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container > .video-iframe-container { display: none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row > .video-iframe-container { display: none; }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .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); }#MAvuX1meDtNZ8rUSCTum6lU4M29qhbd7 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWNyOqsaLyw8x5pdPT35Ll8a3Ez0TDbc { width:18.4375rem;height:1.5808125rem;top:2.3125rem;left:3rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOlnScRuDrLfn1fbdrWnoTKTXQ1nANvK { width:0.0625rem;height:25rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ekTUvAwZq8PNL6xHmOmMH0w9N6B5Qbl0 { width:14.375rem;height:1.4622375rem;top:3.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqLmhwfE3Ss7VeMd33QenRix1yZGGhHS { width:1.875rem;height:1.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDeuwlkH18kdgULF1f7KSxmvUdyRfddS { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZzLNt6P3QcbTCHFHlxMVQJeL0fDtQDz8 { display:block; }
 }@media only screen and (max-width: 763px) { #bhMRgu0klfxTmSIiML1kByd1cwIhr4sH { width:15.1875rem;height:2.92358125rem;top:11.3125rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wpwpeRf3sThUus7yGsAJzSO5mqNI5Oa1 { top:20.845813751221rem;left:2.2222223281861rem;width:12.5rem;height:2.56239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQiyUEc8DZQDDJkPCWSKDoTZiXcehg8 { display:block; }
 }@media only screen and (max-width: 763px) { #nTkQt2Q8gyPfymDGuPGLUIKccTy8kl7l { width:13.25rem;height:1.13769375rem;top:17.875rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HOp9eteZ2PENE5tdQQ0mTuW15Sskn9MI { width:14.375rem;height:3.41308125rem;top:14.4375rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGAUzDnkkXgJl7KgpSDfp7zXIWs5Tn4T { display:flex;width:2.25rem;height:2.25rem;top:10.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hwwXWTyibTfM0zo9Ld0EenAXx8yq5Etc { width:14.436875rem;height:2.1118125rem;top:8.3745660781863rem;left:2.9996747970581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PeHy9D5BsLRcdO4SGOXzyTQwtKUQdIsk { width:0.125rem;height:26.5625rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #I9iCTapxvluBpMz2xQRztV2pqe3NrTC2 { width:15.062375rem;height:1.7871125rem;top:6.0622835159302rem;left:2.9996747970581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jgmsksh2UETup6B51XCILvryq9Ig4u8h { width:8.75rem;height:1.13769375rem;top:18.9375rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 { background-color:#f8f5ef;background-image:none;display:block; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container { background-color: transparent; background-image: none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container > .video-iframe-container { display: none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row > .video-iframe-container { display: none; }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .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); }#plI28bTMA2u9yMfkWNBcgsdePq9vkaa0 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miEJ70MKBd4vEVv01zA5yrs32J8gs7Xr { width:15.125rem;height:1.5808125rem;top:2.5625rem;left:2.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nV4ixsnbIQbmK8zKIucP8iNSeNFThSqi { width:0.0625rem;height:12.5rem;top:0rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jrp5fhypd4hsZL9eNrkUOCIJ5hGbuwcL { width:14.375rem;height:1.4622375rem;top:4.0625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usCylvp0ykvdaVIZu5RTX0T9DAs5fpsc { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Q18le6yFIaLK1hEXwlsF9pCAr1ccDRfG { display:block; }
 }@media only screen and (max-width: 763px) { #G1dvJwOsnJB42TDPzWsWuGcPTSeDheGp { width:15.75rem;height:1.7871125rem;top:5.9375rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #heAB87X97dVxwEUEsTWaBSLiaPIJgRT2 { width:16.625rem;height:2.1118125rem;top:8.3125rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTBUvWb8O2HGKAbgcSKyzBe9s1tdezh6 { width:1.875rem;height:1.875rem;top:1.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryob3aW6MwNC7T9yNgt5imUgVUpJRxLT { width:0.125rem;height:14.125rem;top:0rem;left:9.9375rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { display:none; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { width:15.9375rem;height:3.8496125rem;top:2.5rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { width:14.3125rem;height:3rem;top:7.07421875rem;left:2.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { display:none; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { width:14.25rem;height:7.7988375rem;top:1.5rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { display:flex;width:2.25rem;height:2.25rem;top:1.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { display:flex;width:2.25rem;height:2.25rem;top:11.64892578125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { width:14.1875rem;height:7.7988375rem;top:11.64892578125rem;left:4.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H48fimT4zN5LhyEmRBewislR1wBPabs5 { width:14.0625rem;height:7.7988375rem;top:22.2978515625rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { display:flex;width:2.25rem;height:2.25rem;top:22.2978515625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { width:14.0625rem;height:7.7988375rem;top:33.00927734375rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { display:flex;width:2.25rem;height:2.25rem;top:33.00927734375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { display:none; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { width:20rem;height:2.3994125rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { width:12.6875rem;height:3rem;top:0.625rem;left:3.625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block; }
 }@media only screen and (max-width: 763px) { #knHukR4wqAPM2OubP9wNo6xzHHaFElwN { display:block; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN { border-width: 0; border-radius: 0; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { width:20rem;height:24.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7SDZbclafKMH9tEuExZUwfhazcqoXON { width:5.3125rem;height:1.875rem;top:8.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwxXvaxTlmIQfTQdRwB9AxTvEkoAUep2 { width:11rem;height:2.2753875rem;top:17.1875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4MAiTo0DPQOxawoBEV4rwqr7Zf8lrh { width:5.8125rem;height:0.97473125rem;top:20rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBw84LtKxgTVZGK6m7M8aJZMsc04zRPD { width:5.3125rem;height:0.97473125rem;top:20rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIrs4OCovs1nWwoidaxdkrwNNIIcyI9 { width:5.0625rem;height:0.97473125rem;top:20rem;left:13.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nxqP7diCUrDVevKkabJRXKDVQOTB4o4O { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKkxAVG2mZPrB3UqdLQ2ulhCwT2dar6I { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP64EByagZKqXeew8k9JW4C7RSAaCou3 { display:flex;width:1.875rem;height:1.875rem;top:8.9375rem;left:11rem;font-size:1.3125rem; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 { display:flex;width:1.875rem;height:1.875rem;top:13.375rem;left:11.0625rem;font-size:1.3125rem; }
#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd { display:flex;width:1.875rem;height:1.875rem;top:8.9375rem;left:13.4375rem;font-size:1.3125rem; }
#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao { display:flex;width:1.875rem;height:1.875rem;top:13.375rem;left:13.5625rem;font-size:1.3125rem; }
#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iqPTquC8B72dXSI8BMQTNek6fzRK5OBc { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnwKoEVWiuVPuCqhDSqPpQA5oKNrCKvD { top:11.75rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bV1qTw5PIyWdCB7zdn7uZ2efg54DTwkE { width:5.375rem;height:2.6001rem;top:13.0625rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { width:17.5625rem;height:3.4130875rem;top:2.375rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }