.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:229,230,232;--color-primary-1:176,180,187;--color-primary-2:124,130,142;--color-primary-3:74,78,85;--color-primary-4:36,46,67;--color-secondary-0:254,219,232;--color-secondary-1:251,136,179;--color-secondary-2:246,16,103;--color-secondary-3:123,8,52;--color-secondary-4:37,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:216,225,243;--color-tertiary-2:124,131,143;--color-tertiary-3:74,79,86;--color-tertiary-4:37,48,69;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fdecef;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); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdecef;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; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { background-color: transparent; background-image: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container { display: none; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .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); }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { border-width: 0; border-radius: 0; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#EqswJTU9dumRbn016L3fQZxvvLTFuFFE { color:#3b3b3b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.625rem;left:0rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFfrz1TdTsXGR6lZi6HqOraVeTVgV9WX { color:rgba(59,59,59,0.62);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:8.359375rem;left:0rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuTV4k4X89cwEFyO1TIktZh7VG2f4l6k { background-color:rgba(18,44,7,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem -0.0625rem 0.4375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.75rem;left:21.96875rem;display:block; }
#tq4U522XJsxbd0nAzzHxV4sgNdpqt4Vq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdecef;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; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { background-color: transparent; background-image: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container > .video-iframe-container { display: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container { display: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .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); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { border-width: 0; border-radius: 0; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#puazI1pQ19bxJ5lGted3lr5r6pDriez1 { color:#3b3b3b;display:block;width:33.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:4.3984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZEy1o4A2M39oJQ34CAuS1ZlJ3LDOWIM { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.1875rem;left:0rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iyZg2ZCzAQfGKdCSf5QEkBOFvMnyyqan { 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: 0rem 0rem 1.875rem rgba(98,57,91,0.15) ;height:28.3125rem;width:22.5625rem;top:1.1875rem;left:34.947265625rem;overflow:hidden;display:block; }
#vUqhsk5PmgsB5knpLML1pC4QIhJb0ysQ { color:#3b3b3b;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:23.5rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#praTZVNmalICUP5lAwbTRsGpSuHy8IMz { color:#3b3b3b;display:block;width:35.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:27.875rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdecef;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; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { background-color: transparent; background-image: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container > .video-iframe-container { display: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container { display: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .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); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { border-width: 0; border-radius: 0; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#qo4XoUy9vGMzF3B8IB9bqS427I2z7nnc { color:#3b3b3b;display:block;width:31.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:6.597625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cKTGV52yecAR8QAu8KlDInRGADNA8pHT { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5dKFBe7SBM9c3x7LBdglRQRrn01F1Xr { 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: 0rem 0rem 1.875rem rgba(51,38,48,0.15) ;height:29.9375rem;width:23.9375rem;top:3.25rem;left:34.5625rem;overflow:hidden;display:block; }
#EiBiTESHufIrL0Xbzb6QCl9lwzX54cTM { color:#000000;display:block;width:33.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:33.1875rem;left:0rem;height:1.923825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ { position:relative;display:block; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ { background-color: transparent; background-image: none; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row .container > .video-iframe-container { display: none; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row > .video-iframe-container { display: none; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .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); }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ { border-width: 0; border-radius: 0; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdecef;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IfIXUsFmlwyOUNN2BglnTzftyoB5sepD { color:#3b3b3b;display:block;width:31rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.625rem;left:17.3125rem;height:13.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7U4V1GrXc4SnTS3SUaTTcv1WqWLRhXm { color:#3b3b3b;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.71875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#CCNTpcow9ULAbIzwI9BQd4crGvwoLLdl { color:#050505;display:block;width:49.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:25.375rem;left:10.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdecef;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { background-color: transparent; background-image: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container > .video-iframe-container { display: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container { display: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .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); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { border-width: 0; border-radius: 0; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { font-size:0.875rem;font-family:arial;height:96.75rem;width:60rem;position:relative;display:block; }#EdWMKEFCHvr1RJAHwEtq4CmmDkkV6v0k { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:51rem;width:18.125rem;top:11rem;left:0rem;display:block; }
#GItlex2aobiwnqs7rDok6GrgUyAqm67y { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:17.9375rem;left:2.25rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ctNMW0voSTzPpsrWTplTDP3BtPGDT32h { color:#3b3b3b;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:38.625rem;left:2.25rem;height:11.4296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EnsRMsOhBPnNdPKPvdmztmJPsccqvpRB { background-color:rgba(157,136,141,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.25rem;left:2.25rem;display:block; }
#M0tWeLLT61udw56ieqHeBn0AbTBdu1eT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUebwmOmNhb92D17oDTC9Vr9lcnWFpVo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:10.125rem;left:17.125rem;overflow:hidden;display:block; }
#sarKWTNi7S4sD4P3pt3tKlOSh9EEDNz0 { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.77) ;height:3.875rem;width:3.875rem;top:9.1875rem;left:16.1875rem;display:block; }
#gXcnOWLuLMmWxV2Tdb0APsvFp4bkq2Zs { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:51.0625rem;width:18.125rem;top:10.9375rem;left:20.9375rem;display:block; }
#nq8sP2mNwzm0uIxI14J0IluD3pITCL5i { background-color:rgba(157,136,141,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:55.25rem;left:23.125rem;display:block; }
#e4WyW0r715O1eMSUP92r9mvchTODTMJi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCy0HulP1FAyht1KKiRD9L6TfZehblrn { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:17.9375rem;left:22.25rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QAMwtZBqaiGNNyoTHtoq03l5MlzCJMcH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.5rem;top:6.375rem;left:25.25rem;overflow:hidden;display:block; }
#zEB7mB5Wig0SZsFMzLKKiMXGeJDEtBKD { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;height:3.75rem;width:3.75rem;top:19.4375rem;left:36.3125rem;display:block; }
#qzvIKvhfB8akMDiDpGIFF9OPX898IVAE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.0625rem;top:20.375rem;left:37.125rem;overflow:hidden;display:block; }
#pX5okoTqdUreMX2KTBgrhKXo0wBewFiS { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:51.25rem;width:18.125rem;top:10.75rem;left:40.9375rem;display:block; }
#f9UCf0X6aFVa1DVn3sA9B0v3VRksTkrr { background-color:rgba(157,136,141,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:55.25rem;left:43.125rem;display:block; }
#JFv7eAhguqWfLvOg9tQLP7sKl7AO2Po2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uc0ttEXsmMgEl3B4ZNnRlm4znJF7TJz1 { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:17.9375rem;left:42.25rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4OlcO2yaMeMERT77vfxvtqQMnTgnRQD { position:absolute;display:block;z-index:15030;background-color:#ffffff;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;height:3.75rem;width:3.75rem;top:33rem;left:56.25rem;display:block; }
#tT4wgdpi3cMfIVe51qfNsPmQdJX8W9Hl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.0625rem;top:33.9375rem;left:57.0625rem;overflow:hidden;display:block; }
#fcihSlw1vfAO3S3IhESoIL0npp1wTkXW { color:#3b3b3b;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:1.5625rem;left:9.9375rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#a923i2Ci4T0dLVsfig7fFfRdO5R11Q8T { color:#3b3b3b;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:37.5rem;left:22.5rem;height:13.703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xChvDxXAw5w5P1u30tTc2BAMwdh7UwZQ { color:#3b3b3b;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:38.625rem;left:42.25rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDhRdWAAd4qnQRGr87MuS3na3fMeR0Ac { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:52.0625rem;left:2.25rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#apB3T0VNACagmLC56Mv6WdCQX6aOM3C0 { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:52.0625rem;left:22.25rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NUFXBr7zqy4TBHDn5xtyLqcu0USlk5gv { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:14999;line-height:1.7;letter-spacing:0;top:52.0625rem;left:42.25rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uiJyBgDQqBhICOI5aWDWWT4RPqSpgyGC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.5rem;top:6.375rem;left:5.25rem;overflow:hidden;display:block; }
#xXVhgQnJdQ8eCVGBcvgmc3oanVpd9Wfh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.5rem;top:6.375rem;left:46.25rem;overflow:hidden;display:block; }
#z5wBTEx6omGi6ZPydzUFIdc2IFOl7JlR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.5rem;top:16.0625rem;left:5.25rem;overflow:hidden;display:none; }
#KsKOt2tUsULxA81CtUKRaVQRaUoqIHLL { position:absolute;display:block;z-index:15018;background-color:rgba(157,136,141,0.54);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:3rem;width:59.875rem;top:72.3125rem;left:0rem;display:block; }
#HdbeNCGCihKQZ2IPADlpX4iTTrkwqQrb { color:#ffffff;display:block;width:55rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:73.0625rem;left:2.25rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cf09S2smsx0kT3CRDxyBUk1dnmVrHI9D { position:absolute;display:block;z-index:15040;background-color:#ffffff;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;height:3.75rem;width:3.75rem;top:6.4375rem;left:56.25rem;display:block; }
#s3WzeISd3ZUmX0T85Q2rQaRPeF2auxXO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.0625rem;top:7.375rem;left:57.125rem;overflow:hidden;display:block; }
#Bb9JEZEHKqsaduG25up0UrNH1pBhQ2Xs { color:#3b3b3b;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:20.0625rem;left:1.875rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tiXdzImwNOrvG3Chp4Qgx1XpVX7I1wRd { color:#3b3b3b;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.25rem;left:1.8125rem;height:9.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOhqaDTqkW6hpi416LfDw68ZcbUoExXd { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:25.1875rem;left:1.875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWVfFhMnN3CRkJWSGQM3QF1MKPFQSn5M { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:34.3125rem;left:2.25rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lgu0cnpLrCTWr8wiWLoyu00IvTQZaSne { color:#3b3b3b;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:26.8125rem;left:22.625rem;height:8.39453125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJKp0TxqSLD93f0TlC5m9EK31H5AnSTl { color:#3b3b3b;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:19.75rem;left:22.25rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gt2BLcTUOIn0OMguJ6BfXBl3OTfVkXRs { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:25.1875rem;left:22.25rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSaoPXEwbHhR9II7XRpru3T4qncTORJs { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:33.8125rem;left:22.25rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5rAeEQm1eET26LnglUcMXwZ4vBdi2C5 { color:#3b3b3b;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:19.4375rem;left:42.25rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpUsWWwZdFSmtnHIBHEEpP0aCHwP1FkL { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:25.1875rem;left:42.25rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFTPhxLXTncdTnulNIAySUV21Z5A8HuK { color:#3b3b3b;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:27.5625rem;left:42.25rem;height:11.9921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nT1ZKhzviGt0QoXhzqQPxgJvP9Nk6iZT { color:#3b3b3b;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:40.375rem;left:42.25rem;height:7.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlm5nqsyXAdXEHcMcoliPTobfhdB6F4H { color:#9d888d;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:48.25rem;left:42.25rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIouwRGUDAxXISE8MMUX7lp7xPgIW7WB { color:#3b3b3b;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:64rem;left:4.4375rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#XgAzI556Eqd30gKX7Zn8ZZNkt9bEmXma { color:#3b3b3b;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:67.3125rem;left:20rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QPMkXQQMP8fuHpulVRNafSVhdDiDkBXq { color:#020202;display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:72.3125rem;left:20rem;height:24.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wKzifZ1K4ZiTBtUCSZZ2XR3Hcs7twLs8 { color:#3b3b3b;display:block;width:56.625rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:83.9375rem;left:3.375rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fAJmx8vnVZVUMIsJIw8daTmrIiGGvlQW { background-color:rgba(18,44,7,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem -0.0625rem 0.4375rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:87.8125rem;left:20.1875rem;display:block; }
#wIMW1tAM7FkzLTRza1v7Ee4VRcxgNc9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 { position:relative;display:block; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 { background-color: transparent; background-image: none; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row .container > .video-iframe-container { display: none; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row > .video-iframe-container { display: none; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .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); }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 { border-width: 0; border-radius: 0; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdecef;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qqzGlw5gd6L3oXpxIPPSMRh5kgQZCWzh { color:#3b3b3b;display:block;width:54.6875rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:0rem;left:2.65625rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#TVNObgcyGTalTds9tXwooueLnvLcE621 { color:rgba(59,59,59,0.62);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:3.3310546875rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWPuIxLqiBC48bw9UHZCOW7vI8FXdGfl { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:13.5625rem;top:14.8125rem;left:23.21875rem;overflow:hidden;display:block; }
#inONWE27ycMD17VZsmRcFRhUG0ITQ2qD { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:13.25rem;top:8.375rem;left:23.21875rem;overflow:hidden;display:block; }
#Ja1vlpThTuwnIUTt8eSA5WBD5k71C9O2 { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:13.5625rem;top:24.4375rem;left:23.21875rem;overflow:hidden;display:block; }
#zuRKEfSb0pWgwlWnOzltWzLt101RFoNx { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:13.375rem;top:30.75rem;left:23.21875rem;overflow:hidden;display:block; }
#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { position:relative;display:block; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { background-color: transparent; background-image: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container > .video-iframe-container { display: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row > .video-iframe-container { display: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .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); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { border-width: 0; border-radius: 0; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdecef;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zKHlKhxbk9uA68TxKQPWLgIwEkQm4ZB2 { color:#3b3b3b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQOgaRhu87DzaVaXIfyT5TE8TCruACJW { color:rgba(var(--color-primary-3),1);display:block;width:23.375rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:12.125rem;left:20rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FVdURMn1nRB5sGJ1poo7WVZltL6hLplT { color:#3b3b3b;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:14.83203125rem;left:20rem;height:8.396475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJWlJ8tGJEMQBSVvHZwVtL8shqO6RC9L { color:rgba(59,59,59,0.62);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:23.9560546875rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCGIhl8RLmbluwKadEyTmsb6CqoL5rzO { background-color:rgba(157,136,141,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.75rem;left:3.09375rem;display:block; }
#W2pfH5kDFcmgr8PXZEOTC9IK2RxKeenJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lyy6f1kdmMXSwDWpGRteyqy6mPZ0On2X { background-color:rgba(157,136,141,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.75rem;left:23.09375rem;display:block; }
#Ap9pzwQw8GQep91AdE3R2hAsEGWtSeWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSxFydc3l8nCioUpQxBT6MT9Wl8NV1Sc { background-color:rgba(157,136,141,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.1875rem;left:43.09375rem;display:block; }
#hEa6f7tTlE69fAXIaIZVz25ARy5mSDhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig { background-color:#fdecef;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container { background-color: transparent; background-image: none; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container > .video-iframe-container { display: none; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row > .video-iframe-container { display: none; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .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); }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container { border-width: 0; border-radius: 0; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#tFlcG2OiW3hkll9GNOhpnLrWyR26akB2 { color:#3b3b3b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:1.1875rem;left:0rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oK1tp1SgvyUwt4Fv5Li1n628Efhze5qL { color:rgba(var(--color-primary-3),1);display:block;width:23.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:4.8125rem;left:21.3125rem;height:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU { position:relative;display:block; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU { background-color: transparent; background-image: none; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row .container > .video-iframe-container { display: none; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row > .video-iframe-container { display: none; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .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); }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU { border-width: 0; border-radius: 0; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdecef;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AiduJTtbxMwK90EolAUwfXDKgXCo625T { color:#3b3b3b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:1.25rem;left:0rem;height:4.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ud5JIFz00s9fwQv9bnwTtNP5Rd34y9lA { color:#3b3b3b;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:15.125rem;left:2.5625rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFcaHRVKxGL9kOzDMXZ6dhvbR2Me0Tct { background-color:rgba(18,44,7,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:4.8125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:7.9375rem;left:20.6875rem;display:block; }
#QJMPm6HrCEAreP73KByXKkOtVN31TaDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqswJTU9dumRbn016L3fQZxvvLTFuFFE { top:1.625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFfrz1TdTsXGR6lZi6HqOraVeTVgV9WX { top:8.3125rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTV4k4X89cwEFyO1TIktZh7VG2f4l6k { width:19.6875rem;height:5rem;top:16.75rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq4U522XJsxbd0nAzzHxV4sgNdpqt4Vq { display:block; }
 }@media only screen and (max-width: 763px) { #iq18nLg2brGzIxIVSTDX4cuP8rUSg879 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { background-color: transparent; background-image: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container > .video-iframe-container { display: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container { display: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .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); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { border-width: 0; border-radius: 0; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puazI1pQ19bxJ5lGted3lr5r6pDriez1 { width:33.4375rem;height:4.375rem;top:2.6875rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CZEy1o4A2M39oJQ34CAuS1ZlJ3LDOWIM { width:32.5rem;height:12rem;top:10.1875rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iyZg2ZCzAQfGKdCSf5QEkBOFvMnyyqan { top:1.1875rem;left:25.1875rem;width:22.5625rem;height:28.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #vUqhsk5PmgsB5knpLML1pC4QIhJb0ysQ { width:28.3125rem;height:7.5rem;top:23.5rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #praTZVNmalICUP5lAwbTRsGpSuHy8IMz { width:35.3125rem;height:6rem;top:27.875rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { background-color: transparent; background-image: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container > .video-iframe-container { display: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container { display: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .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); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { border-width: 0; border-radius: 0; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qo4XoUy9vGMzF3B8IB9bqS427I2z7nnc { width:31.5rem;height:6.5625rem;top:0rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cKTGV52yecAR8QAu8KlDInRGADNA8pHT { width:31.6875rem;height:21.0625rem;top:8.8125rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b5dKFBe7SBM9c3x7LBdglRQRrn01F1Xr { top:3.25rem;left:23.8125rem;width:23.9375rem;height:29.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #EiBiTESHufIrL0Xbzb6QCl9lwzX54cTM { width:33.875rem;height:0.9375rem;top:33.1875rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ { display:block; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfIXUsFmlwyOUNN2BglnTzftyoB5sepD { width:31rem;height:13.5rem;top:9.625rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #L7U4V1GrXc4SnTS3SUaTTcv1WqWLRhXm { top:2.75rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCNTpcow9ULAbIzwI9BQd4crGvwoLLdl { width:47.75rem;height:4.5rem;top:25.375rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw { background-color:#fdecef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { background-color: transparent; background-image: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container > .video-iframe-container { display: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container { display: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .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); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { border-width: 0; border-radius: 0; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdWMKEFCHvr1RJAHwEtq4CmmDkkV6v0k { top:11rem;left:0rem;width:18.125rem;height:51rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GItlex2aobiwnqs7rDok6GrgUyAqm67y { top:17.9375rem;left:0.1875rem;width:15.5625rem;height:2.125rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #ctNMW0voSTzPpsrWTplTDP3BtPGDT32h { top:38.625rem;left:0.1875rem;width:14.75rem;height:11.3125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #EnsRMsOhBPnNdPKPvdmztmJPsccqvpRB { width:13.8125rem;height:3.75rem;top:55.25rem;left:0.1875rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M0tWeLLT61udw56ieqHeBn0AbTBdu1eT { display:block; }
 }@media only screen and (max-width: 763px) { #aUebwmOmNhb92D17oDTC9Vr9lcnWFpVo { top:10.125rem;left:13.875rem;width:2rem;height:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sarKWTNi7S4sD4P3pt3tKlOSh9EEDNz0 { top:9.1875rem;left:12rem;width:3.875rem;height:3.875rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.77) ;display:block; }
 }@media only screen and (max-width: 763px) { #gXcnOWLuLMmWxV2Tdb0APsvFp4bkq2Zs { top:10.9375rem;left:13.625rem;width:18.125rem;height:51.0625rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nq8sP2mNwzm0uIxI14J0IluD3pITCL5i { width:13.8125rem;height:3.75rem;top:55.25rem;left:16.9375rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e4WyW0r715O1eMSUP92r9mvchTODTMJi { display:block; }
 }@media only screen and (max-width: 763px) { #sCy0HulP1FAyht1KKiRD9L6TfZehblrn { top:17.9375rem;left:16.0625rem;width:15.5625rem;height:2.125rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #QAMwtZBqaiGNNyoTHtoq03l5MlzCJMcH { top:6.375rem;left:19.0625rem;width:9.5rem;height:12.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zEB7mB5Wig0SZsFMzLKKiMXGeJDEtBKD { top:19.4375rem;left:28rem;width:3.75rem;height:3.75rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #qzvIKvhfB8akMDiDpGIFF9OPX898IVAE { top:20.375rem;left:29.6875rem;width:2.0625rem;height:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pX5okoTqdUreMX2KTBgrhKXo0wBewFiS { top:10.75rem;left:29.5rem;width:18.125rem;height:51.25rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f9UCf0X6aFVa1DVn3sA9B0v3VRksTkrr { width:13.8125rem;height:3.75rem;top:55.25rem;left:32.8125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JFv7eAhguqWfLvOg9tQLP7sKl7AO2Po2 { display:block; }
 }@media only screen and (max-width: 763px) { #Uc0ttEXsmMgEl3B4ZNnRlm4znJF7TJz1 { top:17.9375rem;left:31.9375rem;width:15.5625rem;height:2.125rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OlcO2yaMeMERT77vfxvtqQMnTgnRQD { top:33rem;left:43.875rem;width:3.75rem;height:3.75rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #tT4wgdpi3cMfIVe51qfNsPmQdJX8W9Hl { top:33.9375rem;left:45.5625rem;width:2.0625rem;height:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fcihSlw1vfAO3S3IhESoIL0npp1wTkXW { top:1.5625rem;left:0rem;width:40.625rem;height:3.3125rem;font-size:1.5rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #a923i2Ci4T0dLVsfig7fFfRdO5R11Q8T { top:37.5rem;left:16.25rem;width:15.5rem;height:13.625rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #xChvDxXAw5w5P1u30tTc2BAMwdh7UwZQ { top:38.625rem;left:31.9375rem;width:15.5rem;height:1.125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #tDhRdWAAd4qnQRGr87MuS3na3fMeR0Ac { top:52.0625rem;left:0.1875rem;width:15.5625rem;height:2.125rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #apB3T0VNACagmLC56Mv6WdCQX6aOM3C0 { top:52.0625rem;left:16.0625rem;width:15.5625rem;height:2.125rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #NUFXBr7zqy4TBHDn5xtyLqcu0USlk5gv { top:52.0625rem;left:31.9375rem;width:15.5625rem;height:2.125rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #uiJyBgDQqBhICOI5aWDWWT4RPqSpgyGC { top:6.375rem;left:3.1875rem;width:9.5rem;height:12.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xXVhgQnJdQ8eCVGBcvgmc3oanVpd9Wfh { top:6.375rem;left:35.9375rem;width:9.5rem;height:12.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #z5wBTEx6omGi6ZPydzUFIdc2IFOl7JlR { top:16.0625rem;left:3.1875rem;width:9.5rem;height:12.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KsKOt2tUsULxA81CtUKRaVQRaUoqIHLL { top:72.3125rem;left:0rem;width:47.75rem;height:3rem;background-color:rgba(157,136,141,0.54);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HdbeNCGCihKQZ2IPADlpX4iTTrkwqQrb { top:73.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cf09S2smsx0kT3CRDxyBUk1dnmVrHI9D { top:6.4375rem;left:43.875rem;width:3.75rem;height:3.75rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #s3WzeISd3ZUmX0T85Q2rQaRPeF2auxXO { top:7.375rem;left:45.5625rem;width:2.0625rem;height:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bb9JEZEHKqsaduG25up0UrNH1pBhQ2Xs { top:20.0625rem;left:0rem;width:15.5rem;height:4.5rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #tiXdzImwNOrvG3Chp4Qgx1XpVX7I1wRd { top:26.25rem;left:0rem;width:14.75rem;height:6.8125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #BOhqaDTqkW6hpi416LfDw68ZcbUoExXd { top:25.1875rem;left:0rem;width:15.5625rem;height:1.6875rem;font-size:1rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #uWVfFhMnN3CRkJWSGQM3QF1MKPFQSn5M { top:34.3125rem;left:0.1875rem;width:15.5625rem;height:1.5625rem;font-size:0.9375rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #Lgu0cnpLrCTWr8wiWLoyu00IvTQZaSne { top:26.8125rem;left:16.4375rem;width:14.75rem;height:6.8125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #nJKp0TxqSLD93f0TlC5m9EK31H5AnSTl { top:19.75rem;left:16.0625rem;width:15.5rem;height:3.375rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2BLcTUOIn0OMguJ6BfXBl3OTfVkXRs { top:25.1875rem;left:16.0625rem;width:15.5625rem;height:1.6875rem;font-size:1rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #QSaoPXEwbHhR9II7XRpru3T4qncTORJs { top:33.8125rem;left:16.0625rem;width:15.5625rem;height:2.9375rem;font-size:0.875rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #K5rAeEQm1eET26LnglUcMXwZ4vBdi2C5 { top:19.4375rem;left:31.9375rem;width:15.5rem;height:5.625rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #TpUsWWwZdFSmtnHIBHEEpP0aCHwP1FkL { top:25.1875rem;left:31.9375rem;width:15.5625rem;height:1.6875rem;font-size:1rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #kFTPhxLXTncdTnulNIAySUV21Z5A8HuK { top:27.5625rem;left:31.9375rem;width:14.75rem;height:10.1875rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #nT1ZKhzviGt0QoXhzqQPxgJvP9Nk6iZT { top:40.375rem;left:31.9375rem;width:15.5rem;height:6.8125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #nlm5nqsyXAdXEHcMcoliPTobfhdB6F4H { top:48.25rem;left:31.9375rem;width:15.5625rem;height:2.9375rem;font-size:0.875rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #lIouwRGUDAxXISE8MMUX7lp7xPgIW7WB { top:64rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.375rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #XgAzI556Eqd30gKX7Zn8ZZNkt9bEmXma { width:20.125rem;height:9rem;top:67.3125rem;left:11.625rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QPMkXQQMP8fuHpulVRNafSVhdDiDkBXq { width:20rem;height:24.375rem;top:72.3125rem;left:11.75rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wKzifZ1K4ZiTBtUCSZZ2XR3Hcs7twLs8 { width:47.75rem;height:6.75rem;top:83.9375rem;left:0rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fAJmx8vnVZVUMIsJIw8daTmrIiGGvlQW { width:19.6875rem;height:5rem;top:87.8125rem;left:12.0625rem;background-color:rgba(18,44,7,0.79);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;box-shadow: 0.125rem -0.0625rem 0.4375rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wIMW1tAM7FkzLTRza1v7Ee4VRcxgNc9w { display:block; }
 }@media only screen and (max-width: 763px) { #I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 { display:block; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqzGlw5gd6L3oXpxIPPSMRh5kgQZCWzh { top:0rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNObgcyGTalTds9tXwooueLnvLcE621 { top:3.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWPuIxLqiBC48bw9UHZCOW7vI8FXdGfl { top:14.8125rem;left:17.03125rem;width:13.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inONWE27ycMD17VZsmRcFRhUG0ITQ2qD { top:8.375rem;left:17.03125rem;width:13.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1vlpThTuwnIUTt8eSA5WBD5k71C9O2 { top:24.4375rem;left:17.03125rem;width:13.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuRKEfSb0pWgwlWnOzltWzLt101RFoNx { top:30.75rem;left:17.03125rem;width:13.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { display:block; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { background-color: transparent; background-image: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container > .video-iframe-container { display: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row > .video-iframe-container { display: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .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); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { border-width: 0; border-radius: 0; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container { width:47.75rem;background-color:#fdecef;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKHlKhxbk9uA68TxKQPWLgIwEkQm4ZB2 { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQOgaRhu87DzaVaXIfyT5TE8TCruACJW { top:12.125rem;left:8.375rem;width:23.375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVdURMn1nRB5sGJ1poo7WVZltL6hLplT { top:14.8125rem;left:8.625rem;width:23.125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWlJ8tGJEMQBSVvHZwVtL8shqO6RC9L { top:23.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCGIhl8RLmbluwKadEyTmsb6CqoL5rzO { width:13.8125rem;height:3.75rem;top:28.75rem;left:1.03125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W2pfH5kDFcmgr8PXZEOTC9IK2RxKeenJ { display:block; }
 }@media only screen and (max-width: 763px) { #Lyy6f1kdmMXSwDWpGRteyqy6mPZ0On2X { width:13.8125rem;height:3.75rem;top:28.75rem;left:16.90625rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9pzwQw8GQep91AdE3R2hAsEGWtSeWm { display:block; }
 }@media only screen and (max-width: 763px) { #ZSxFydc3l8nCioUpQxBT6MT9Wl8NV1Sc { width:13.8125rem;height:3.75rem;top:28.1875rem;left:32.78125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEa6f7tTlE69fAXIaIZVz25ARy5mSDhC { display:block; }
 }@media only screen and (max-width: 763px) { #wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig { display:block; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFlcG2OiW3hkll9GNOhpnLrWyR26akB2 { top:1.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK1tp1SgvyUwt4Fv5Li1n628Efhze5qL { top:4.8125rem;left:15.1875rem;width:23.375rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU { display:block; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiduJTtbxMwK90EolAUwfXDKgXCo625T { top:1.25rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5JIFz00s9fwQv9bnwTtNP5Rd34y9lA { top:15.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFcaHRVKxGL9kOzDMXZ6dhvbR2Me0Tct { width:18.625rem;height:4.8125rem;top:7.9375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJMPm6HrCEAreP73KByXKkOtVN31TaDG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXJfWMnyuF6PbPow14mweE21rwX7puEp { display:block; }#WXJfWMnyuF6PbPow14mweE21rwX7puEp > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqswJTU9dumRbn016L3fQZxvvLTFuFFE { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFfrz1TdTsXGR6lZi6HqOraVeTVgV9WX { width:20rem;height:10.1953125rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTV4k4X89cwEFyO1TIktZh7VG2f4l6k { width:13.8125rem;height:3.75rem;top:20.26171875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq4U522XJsxbd0nAzzHxV4sgNdpqt4Vq { display:block; }
 }@media only screen and (max-width: 763px) { #iq18nLg2brGzIxIVSTDX4cuP8rUSg879 { background-color:#fdecef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { background-color: transparent; background-image: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container > .video-iframe-container { display: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row > .video-iframe-container { display: none; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .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); }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { border-width: 0; border-radius: 0; }#iq18nLg2brGzIxIVSTDX4cuP8rUSg879 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puazI1pQ19bxJ5lGted3lr5r6pDriez1 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CZEy1o4A2M39oJQ34CAuS1ZlJ3LDOWIM { width:20rem;height:10.5rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iyZg2ZCzAQfGKdCSf5QEkBOFvMnyyqan { width:7.625rem;height:9.5625rem;top:20.6875rem;left:11.8828125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #vUqhsk5PmgsB5knpLML1pC4QIhJb0ysQ { width:20rem;height:7.875rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #praTZVNmalICUP5lAwbTRsGpSuHy8IMz { width:11.625rem;height:7.875rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI { background-color:#fdecef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { background-color: transparent; background-image: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container > .video-iframe-container { display: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row > .video-iframe-container { display: none; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .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); }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { border-width: 0; border-radius: 0; }#Za5iwIcy3PGl781MU2Id9iuo6mt6PpUI > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qo4XoUy9vGMzF3B8IB9bqS427I2z7nnc { width:20rem;height:4.125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cKTGV52yecAR8QAu8KlDInRGADNA8pHT { width:20rem;height:21rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b5dKFBe7SBM9c3x7LBdglRQRrn01F1Xr { width:18.0625rem;height:22.625rem;top:28.25rem;left:0.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #EiBiTESHufIrL0Xbzb6QCl9lwzX54cTM { width:20rem;height:1.923825rem;top:52.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ { display:block; }#wcg12Sthh6XIThQFOWte1fbCR5dCWUQJ > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfIXUsFmlwyOUNN2BglnTzftyoB5sepD { width:20rem;height:13.125rem;top:9.037109375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #L7U4V1GrXc4SnTS3SUaTTcv1WqWLRhXm { width:20rem;height:7.1484375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCNTpcow9ULAbIzwI9BQd4crGvwoLLdl { width:20rem;height:5.25rem;top:23.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw { background-color:#fdecef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { background-color: transparent; background-image: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container > .video-iframe-container { display: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row > .video-iframe-container { display: none; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .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); }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { border-width: 0; border-radius: 0; }#xIEUMlX7WOhh9KguztCTrspmrX7Gr8xw > .row .container { width:20rem;height:206.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdWMKEFCHvr1RJAHwEtq4CmmDkkV6v0k { width:18.125rem;height:46.5rem;top:8.1875rem;left:0.9375rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GItlex2aobiwnqs7rDok6GrgUyAqm67y { width:15.5625rem;height:2.125rem;top:12.8125rem;left:1.375rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #ctNMW0voSTzPpsrWTplTDP3BtPGDT32h { width:13.8125rem;height:12.2461rem;top:33.1572265625rem;left:2.25rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #EnsRMsOhBPnNdPKPvdmztmJPsccqvpRB { width:13.8125rem;height:3.75rem;top:49.4375rem;left:3.0625rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M0tWeLLT61udw56ieqHeBn0AbTBdu1eT { display:block; }
 }@media only screen and (max-width: 763px) { #aUebwmOmNhb92D17oDTC9Vr9lcnWFpVo { width:2rem;height:1.9375rem;top:38.3125rem;left:16.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sarKWTNi7S4sD4P3pt3tKlOSh9EEDNz0 { width:3.875rem;height:3.875rem;top:37.375rem;left:15.25rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.77) ;display:block; }
 }@media only screen and (max-width: 763px) { #gXcnOWLuLMmWxV2Tdb0APsvFp4bkq2Zs { width:18.125rem;height:48.875rem;top:62.5625rem;left:0.9375rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nq8sP2mNwzm0uIxI14J0IluD3pITCL5i { width:13.8125rem;height:3.75rem;top:105.875rem;left:3.125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e4WyW0r715O1eMSUP92r9mvchTODTMJi { display:block; }
 }@media only screen and (max-width: 763px) { #sCy0HulP1FAyht1KKiRD9L6TfZehblrn { width:15.5625rem;height:2.125rem;top:65.9375rem;left:2.25rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #QAMwtZBqaiGNNyoTHtoq03l5MlzCJMcH { width:9.625rem;height:12.6875rem;top:55.4375rem;left:5.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zEB7mB5Wig0SZsFMzLKKiMXGeJDEtBKD { width:3.75rem;height:3.75rem;top:72.3125rem;left:15.3125rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #qzvIKvhfB8akMDiDpGIFF9OPX898IVAE { width:2.0625rem;height:1.9375rem;top:70.625rem;left:16.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pX5okoTqdUreMX2KTBgrhKXo0wBewFiS { width:18.125rem;height:50.25rem;top:118.25rem;left:0.9375rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f9UCf0X6aFVa1DVn3sA9B0v3VRksTkrr { width:13.8125rem;height:3.75rem;top:162.875rem;left:3.125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JFv7eAhguqWfLvOg9tQLP7sKl7AO2Po2 { display:block; }
 }@media only screen and (max-width: 763px) { #Uc0ttEXsmMgEl3B4ZNnRlm4znJF7TJz1 { width:15.5625rem;height:2.125rem;top:123rem;left:2.25rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OlcO2yaMeMERT77vfxvtqQMnTgnRQD { width:3.75rem;height:3.75rem;top:116.625rem;left:16.25rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #tT4wgdpi3cMfIVe51qfNsPmQdJX8W9Hl { width:2.0625rem;height:1.9375rem;top:117.5625rem;left:17.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fcihSlw1vfAO3S3IhESoIL0npp1wTkXW { width:20rem;height:1.94921875rem;top:0rem;left:0rem;font-size:1.5rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #a923i2Ci4T0dLVsfig7fFfRdO5R11Q8T { width:14.75rem;height:15.91991875rem;top:87.0625rem;left:2.625rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #xChvDxXAw5w5P1u30tTc2BAMwdh7UwZQ { width:14.75rem;height:2.44921875rem;top:144.5rem;left:2.1875rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #tDhRdWAAd4qnQRGr87MuS3na3fMeR0Ac { width:15.5625rem;height:2.125rem;top:46.8125rem;left:2.1875rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #apB3T0VNACagmLC56Mv6WdCQX6aOM3C0 { width:15.5625rem;height:2.125rem;top:102.9375rem;left:1.375rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #NUFXBr7zqy4TBHDn5xtyLqcu0USlk5gv { width:15.5625rem;height:2.125rem;top:160rem;left:1.375rem;font-size:1.25rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #uiJyBgDQqBhICOI5aWDWWT4RPqSpgyGC { width:10.5rem;height:14rem;top:122.8125rem;left:3.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xXVhgQnJdQ8eCVGBcvgmc3oanVpd9Wfh { width:9.5rem;height:12.5625rem;top:111.4375rem;left:5.25rem;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #z5wBTEx6omGi6ZPydzUFIdc2IFOl7JlR { width:9.5rem;height:12.5625rem;top:1.6875rem;left:5.8125rem;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KsKOt2tUsULxA81CtUKRaVQRaUoqIHLL { width:20rem;height:6.1875rem;top:178.6875rem;left:0rem;background-color:rgba(157,136,141,0.54);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HdbeNCGCihKQZ2IPADlpX4iTTrkwqQrb { width:20rem;height:1.5rem;top:181.03125rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cf09S2smsx0kT3CRDxyBUk1dnmVrHI9D { width:3.75rem;height:3.75rem;top:9.125rem;left:16.25rem;background-color:#ffffff;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;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(157,136,141,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #s3WzeISd3ZUmX0T85Q2rQaRPeF2auxXO { width:2.0625rem;height:1.9375rem;top:10.0625rem;left:17.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bb9JEZEHKqsaduG25up0UrNH1pBhQ2Xs { width:15.5rem;height:4.8984375rem;top:14rem;left:2.3125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #tiXdzImwNOrvG3Chp4Qgx1XpVX7I1wRd { width:14.75rem;height:9.79688125rem;top:20.125rem;left:2.6875rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #BOhqaDTqkW6hpi416LfDw68ZcbUoExXd { width:15.5625rem;height:1.69921875rem;top:19.5rem;left:2.21875rem;font-size:1rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #uWVfFhMnN3CRkJWSGQM3QF1MKPFQSn5M { width:15.5625rem;height:1.59375rem;top:30.6875rem;left:2.21875rem;font-size:0.9375rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #Lgu0cnpLrCTWr8wiWLoyu00IvTQZaSne { width:14.75rem;height:8.57228125rem;top:74.5rem;left:2.625rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #nJKp0TxqSLD93f0TlC5m9EK31H5AnSTl { width:15.5rem;height:3.67383125rem;top:67.3125rem;left:2.3125rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2BLcTUOIn0OMguJ6BfXBl3OTfVkXRs { width:15.5625rem;height:1.69921875rem;top:72.1875rem;left:2.25rem;font-size:1rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #QSaoPXEwbHhR9II7XRpru3T4qncTORJs { width:15.5625rem;height:2.9746125rem;top:83.625rem;left:2.25rem;font-size:0.875rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #K5rAeEQm1eET26LnglUcMXwZ4vBdi2C5 { width:15.5rem;height:6.12305rem;top:124.4375rem;left:2.25rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #TpUsWWwZdFSmtnHIBHEEpP0aCHwP1FkL { width:15.5625rem;height:1.69921875rem;top:130.5rem;left:2.25rem;font-size:1rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #kFTPhxLXTncdTnulNIAySUV21Z5A8HuK { width:14.75rem;height:11.02149375rem;top:132.125rem;left:2.1875rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #nT1ZKhzviGt0QoXhzqQPxgJvP9Nk6iZT { width:15.5rem;height:7.347675rem;top:148.0625rem;left:2.25rem;font-size:0.875rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #nlm5nqsyXAdXEHcMcoliPTobfhdB6F4H { width:15.5625rem;height:2.9746125rem;top:156.4375rem;left:2.25rem;font-size:0.875rem;color:#9d888d;display:block; }
 }@media only screen and (max-width: 763px) { #lIouwRGUDAxXISE8MMUX7lp7xPgIW7WB { width:20rem;height:3.57421875rem;top:170.5625rem;left:0rem;font-size:1.375rem;color:#3b3b3b;display:block; }
 }@media only screen and (max-width: 763px) { #XgAzI556Eqd30gKX7Zn8ZZNkt9bEmXma { width:20rem;height:5.25rem;top:175.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QPMkXQQMP8fuHpulVRNafSVhdDiDkBXq { width:10.4375rem;height:17.0625rem;top:183.625rem;left:4.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wKzifZ1K4ZiTBtUCSZZ2XR3Hcs7twLs8 { width:20rem;height:5.25rem;top:193.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fAJmx8vnVZVUMIsJIw8daTmrIiGGvlQW { width:19.6875rem;height:5rem;top:198.4375rem;left:0.3125rem;background-color:rgba(18,44,7,0.79);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;box-shadow: 0.125rem -0.0625rem 0.4375rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wIMW1tAM7FkzLTRza1v7Ee4VRcxgNc9w { display:block; }
 }@media only screen and (max-width: 763px) { #I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 { display:block; }#I9xztaWDBCandvxPSsyVhT6l4tEVHNp7 > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqzGlw5gd6L3oXpxIPPSMRh5kgQZCWzh { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNObgcyGTalTds9tXwooueLnvLcE621 { width:20rem;height:7.96875rem;top:3.037109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWPuIxLqiBC48bw9UHZCOW7vI8FXdGfl { width:13.5625rem;height:8.5625rem;top:19.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inONWE27ycMD17VZsmRcFRhUG0ITQ2qD { width:13.25rem;height:5.5rem;top:12.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1vlpThTuwnIUTt8eSA5WBD5k71C9O2 { width:13.5625rem;height:5.5rem;top:29rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuRKEfSb0pWgwlWnOzltWzLt101RFoNx { width:13.375rem;height:5.5rem;top:35.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { display:block; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { background-color: transparent; background-image: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container > .video-iframe-container { display: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row > .video-iframe-container { display: none; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .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); }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ { border-width: 0; border-radius: 0; }#MCwmuMq4A4KlXSKwN9dv549vdt47zvTZ > .row .container { width:20rem;height:59.75rem;background-color:#fdecef;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKHlKhxbk9uA68TxKQPWLgIwEkQm4ZB2 { width:20rem;height:16.795875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQOgaRhu87DzaVaXIfyT5TE8TCruACJW { width:20rem;height:2.0625rem;top:29.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVdURMn1nRB5sGJ1poo7WVZltL6hLplT { width:20rem;height:8.396475rem;top:32.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWlJ8tGJEMQBSVvHZwVtL8shqO6RC9L { width:20rem;height:8.285125rem;top:19.2949375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCGIhl8RLmbluwKadEyTmsb6CqoL5rzO { width:13.8125rem;height:3.75rem;top:43.0625rem;left:3.0625rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W2pfH5kDFcmgr8PXZEOTC9IK2RxKeenJ { display:block; }
 }@media only screen and (max-width: 763px) { #Lyy6f1kdmMXSwDWpGRteyqy6mPZ0On2X { width:13.8125rem;height:3.75rem;top:48.6875rem;left:3.125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9pzwQw8GQep91AdE3R2hAsEGWtSeWm { display:block; }
 }@media only screen and (max-width: 763px) { #ZSxFydc3l8nCioUpQxBT6MT9Wl8NV1Sc { width:13.8125rem;height:3.75rem;top:53.6875rem;left:3.125rem;background-color:rgba(157,136,141,0.69);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEa6f7tTlE69fAXIaIZVz25ARy5mSDhC { display:block; }
 }@media only screen and (max-width: 763px) { #wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig { display:block; }#wkvMuLsZTiVKhoLm5ICJnaFFebUqTOig > .row .container { width:20rem;height:30.734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFlcG2OiW3hkll9GNOhpnLrWyR26akB2 { width:20rem;height:2.3994125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK1tp1SgvyUwt4Fv5Li1n628Efhze5qL { width:20rem;height:25.5rem;top:5.234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU { display:block; }#pSKNpzDJmAod92CSRh9DX9ZV3lIN4IgU > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiduJTtbxMwK90EolAUwfXDKgXCo625T { width:20rem;height:10.4980625rem;top:2.3232421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5JIFz00s9fwQv9bnwTtNP5Rd34y9lA { width:20rem;height:4.19824375rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFcaHRVKxGL9kOzDMXZ6dhvbR2Me0Tct { width:18.625rem;height:4.8125rem;top:15.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJMPm6HrCEAreP73KByXKkOtVN31TaDG { display:block; }
 }