.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#eee6db;background-image:none;position:relative;top:0rem;left:0rem;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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { position:relative;display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { background-color: transparent; background-image: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { border-width: 0; border-radius: 0; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;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; }#V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:0.134765625rem;left:1.75rem;overflow:hidden;display:block; }
#L3e5dEbABxLPXkz8H11UdCvZ8U0ebXHT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:14.9375rem;top:4.8125rem;left:40.517578125rem;overflow:hidden;display:block; }
#NTFTHxISZvvQLH4DpP8gtlaDXm2stesu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:18.375rem;top:1.5rem;left:20.172669491526rem;overflow:hidden;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:76.625rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#000000;display:block;width:56.375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:6.9990234375rem;left:1.8125rem;height:7.7941174375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:24.431274414062rem;left:0.34191131591797rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:56.2490234375rem;left:4.09375rem;height:6.17647025rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;background-color:#0ac1d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:60rem;top:1.4981622695923rem;left:-0.21828842163086rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#000000;display:block;width:58.8740806875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0450372695923rem;left:0rem;height:1.911764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { background-color:#0ac1d7;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(220,180,160,0.75) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:66.8125rem;left:13.53125rem;display:block; }
#GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msNowrngSxZ7cNoezQgoWwVBq1zzPXKH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:30.5625rem;left:10.28125rem;display:block; }
#TpECWmF8BnxZxszKa4dSPPfvkaRuugQr { color:#d130a8;display:block;width:51.3740806875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.496307373047rem;left:3.528263092041rem;height:3.6764705rem;text-align:center;text-align-last:center;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:88.1875rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:9.0291824340819rem;left:0rem;height:6.61764675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:#000000;display:block;width:55.2493095625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:19.564334869385rem;left:3.0112609863281rem;height:61.176468rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxqqbpmfZnxDCZ5EbkJJzl49D8MZTrA0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.8118105rem;top:0.80537414550781rem;left:26.593521118164rem;overflow:hidden;display:block; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:46.5rem;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; }#KqCCWD0izppD7FcvJRps2rX4eMrQ5ouv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3120384375rem;width:41.3120384375rem;top:2.6263732910156rem;left:9.9115333557131rem;overflow:hidden;display:block; }
#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG { position:relative;display:block; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG { background-color: transparent; background-image: none; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row .container > .video-iframe-container { display: none; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row > .video-iframe-container { display: none; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .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); }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG { border-width: 0; border-radius: 0; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .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; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:62.625rem;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; }#NRGCmicpzFXertucKrI9Sr92xogLazPJ { color:#000000;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.4846038818359rem;left:1.875rem;height:4.8529410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXd36d9A1s3WJog6l8e77VpgPKecSyP1 { color:#000000;display:block;width:53.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.935546875rem;left:3.5322265625rem;height:17.205881625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi { color:#000000;display:block;width:55.2493095625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:39.723571777344rem;left:2.3747711181641rem;height:11.369944125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi li:before{  }
#xT2Nduclrbyqn0f0V2FqbZI6r2M1KLC5 { color:#000000;display:block;width:55.8743095625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:54.41633605957rem;left:2.0622711181641rem;height:2.1323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtViB6QTJ1BxeMogrZ2ZDLsH4tO6dplB { color:#000000;display:block;width:57.3115806875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:35.821197509766rem;left:1.875rem;height:3.97058825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0zaQTMHguTutuSPuqH0GKqoEdZhVBo0 { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.116027832031rem;left:12.248390197754rem;height:2.3529410625rem;display:block; }
#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { background-color: transparent; background-image: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { border-width: 0; border-radius: 0; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { font-size:0.875rem;font-family:arial;height:125.625rem;width:60rem;position:relative;display:block; }#kgr486hBA0LCToRRhm1zrpCesWQxuuGv { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7672119140625rem;left:1.5625rem;height:2.4264705rem;display:block; }
#lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { color:#000000;display:block;width:57.8745384375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:7.2488708496094rem;left:0.807674407959rem;height:108.7499939375rem;font-style:normal;display:block; }
#g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:57.255310058594rem;left:1.2155342102051rem;height:1.83823525rem;font-style:normal;display:block; }
#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container { background-color: transparent; background-image: none; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container > .video-iframe-container { display: none; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row > .video-iframe-container { display: none; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .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); }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container { border-width: 0; border-radius: 0; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#uFngU2zITZNlerE8Txa34II2HksXcTgr { color:#000000;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5611267089844rem;left:1.875rem;height:2.57352925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKTBEtDLSxdwovOqTVfWNCi9ny81XLLl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:14.9368105rem;top:12.131439208984rem;left:0.62040328979492rem;overflow:hidden;display:block; }
#bJTH4NkuoC8OTzlW4XntNXlAhZPpaH3y { color:#000000;display:block;width:42.0622673125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:12.147277832031rem;left:16.883041381836rem;height:36.323527875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container { background-color: transparent; background-image: none; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container > .video-iframe-container { display: none; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row > .video-iframe-container { display: none; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .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); }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container { border-width: 0; border-radius: 0; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#B26nHfD47EqFvvctOZTfAQRVxpUQD762 { background-color:#0ac1d7;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem #6698d8 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.2497701875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:2.0622863769531rem;left:18.4375rem;display:block; }
#WeIme9evwDRLD4dKk2BDKU7UsohNskSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { background-color: transparent; background-image: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container > .video-iframe-container { display: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container { display: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .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); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { border-width: 0; border-radius: 0; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:60rem;position:relative;display:block; }#KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { color:#000000;display:block;width:41.6245384375rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2.6614990234375rem;left:2.8745422363281rem;height:3.4558823125rem;display:block; }
#A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:15.25rem;width:48.5rem;top:6.9032287597656rem;left:5.749080657959rem;display:block; }
#fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.5218200683594rem;left:8.125rem;height:11.91176475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { color:#000000;display:block;width:41.6245384375rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:29.897247314453rem;left:2.8745422363281rem;height:3.4558823125rem;display:block; }
#OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { position:absolute;display:block;z-index:15005;background-color:#f4f4f4;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:16.4993095625rem;width:48.2490806875rem;top:34.056762695312rem;left:5.8743095397949rem;display:block; }
#ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { color:#000000;display:block;width:44.5622673125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:36.371795654297rem;left:8.125rem;height:11.91176475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.3747701875rem;width:12.3747701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:57.411499023438rem;left:22.905559539795rem; }
#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { position:relative;display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { background-color: transparent; background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eee6db; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eee6db; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { border-width: 0; border-radius: 0; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sMsxUARkCos/unsplash/joseph-corl-sMsxUARkCos-photo-1718062455464-75f9a6375127.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:93.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container.adaptive-delivery-prevent-bg, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container.lazyload, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container.lazyloading { background-image: none; }#vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { color:#000000;display:block;width:51.9370384375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3536376953125rem;left:4.030330657959rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { color:#000000;display:block;width:50.7490806875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:25.520874023438rem;left:4.6243095397949rem;height:8.82352925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { color:#000000;display:block;width:57.6861190625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:18.05859375rem;left:1.1236228942871rem;height:2.9411764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8747691875rem;width:25.8743095625rem;top:68.951965332031rem;left:19.310661315918rem;overflow:hidden;display:block; }
#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:#000000;display:block;width:55.2493095625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:38.867126464844rem;left:2.3747711181641rem;height:12.3529404375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pGWw7lcCJbcB2EWxl21HkPqipWmJBN9x { color:#000000;display:block;width:57.6861190625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:57.385559082031rem;left:1.1236228942871rem;height:5.441176375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJFbtTebW8lxChRt06wRNZXH0t1teTTT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.8118105rem;top:10.073486328125rem;left:26.593521118164rem;overflow:hidden;display:block; }
#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { position:relative;display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { background-color: transparent; background-image: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { border-width: 0; border-radius: 0; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:53.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; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:#000000;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:3.625rem;left:6.125rem;height:3.235294125rem;text-align:center;text-align-last:center;display:block; }
#WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.75rem;display:none; }
#d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { color:#000000;display:block;width:47.7493095625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.46875rem;left:6.1247711181641rem;height:3.235294125rem;text-align:center;text-align-last:center;display:block; }
#Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { color:#000000;display:block;width:47.7493095625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:27.628479003906rem;left:0.87546157836912rem;height:2.0588235625rem;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; }
#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { color:#000000;display:block;width:58.2490806875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:30.95703125rem;left:0.87546157836912rem;height:12.5919113125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq li:before{  }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:#000000;display:block;width:55.8743095625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.8639526367188rem;left:1.1236228942871rem;height:10.1286758125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { background-color: transparent; background-image: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container > .video-iframe-container { display: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container { display: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .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); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { border-width: 0; border-radius: 0; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.3125rem;left:1.5625rem;height:5.588234875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { background-color: transparent; background-image: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container > .video-iframe-container { display: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container { display: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .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); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { border-width: 0; border-radius: 0; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:block; }#DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.125rem;left:0rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.75rem;left:30.5625rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EtB3wgxFrct57UdaFmXiXebqfxTLSKqI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:22.6875rem;top:11.5625rem;left:3.65625rem;overflow:hidden;display:block; }
#uctafIFgJoU0r0Zz4WlT14aPGqG1Q2AR { color:#000000;display:block;width:7.1243105rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:4.17919921875rem;left:11.437271118164rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE { color:#000000;display:block;width:28.8740234375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.125rem;left:30rem;height:26.9301471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE li:before{  }
#hKKeWZgluQVsPNI4x8MCUGlJigFFvI89 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { position:relative;display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { background-color: transparent; background-image: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container > .video-iframe-container { display: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row > .video-iframe-container { display: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .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); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { border-width: 0; border-radius: 0; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .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; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;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; }#cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { color:#000000;display:block;width:28.8740806875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6566772460938rem;left:0.56296157836914rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:31.125rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { color:#000000;display:block;width:28.8740234375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.34375rem;left:30rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:before{  }
#sxhvl7IDIX3KF1FR6avpo7t2oVuBUGsL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4995403125rem;width:22.3115806875rem;top:12.898010253906rem;left:3.8430595397949rem;overflow:hidden;display:block; }
#lQNdmAdSziE5grsB8xBeXpDTZcswtAEx { color:#000000;display:block;width:7.3115806875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2.6555786132812rem;left:11.343059539795rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUEDX2xI7mTMTgCa4TLOZ5uC0wG5lmzh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { background-color: transparent; background-image: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container > .video-iframe-container { display: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container { display: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .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); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { border-width: 0; border-radius: 0; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.375rem;left:31.125rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZom9dqmZFKhFCz2CitCEuDwDTgeae8H { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:23.75rem;top:7.8125rem;left:3.125rem;overflow:hidden;display:block; }
#fOiA5XRfhtR2y596fQgd8XzOfOiIkofa { color:#000000;display:block;width:6.9990806875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:0.808837890625rem;left:11.499309539795rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSFEodQ9QSzqzTFGLPKuvZyzhITT43h8 { color:#000000;display:block;width:28.8740806875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6585083007812rem;left:0.56296157836914rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NlfikOXV6aN745hvcJBUgvBxbvOUqpSn { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.40625rem;left:30rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NlfikOXV6aN745hvcJBUgvBxbvOUqpSn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NlfikOXV6aN745hvcJBUgvBxbvOUqpSn li:before{  }
#TQZ2asTz42Q1Ot53vpTWzvFTkqTzVRdl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { background-color: transparent; background-image: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container > .video-iframe-container { display: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container { display: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .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); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { border-width: 0; border-radius: 0; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.875rem;left:30.5625rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMIHHC9irzOncv0bgycyl5TcV0wMA3WW { position:absolute;display:block;z-index:15002;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:14.8125rem;width:24.375rem;top:8.748046875rem;left:2.8125rem;overflow:hidden;display:block; }
#P91fFIDcPcCxcX7EVpnl7XagkwpowJeW { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1.8125rem;left:11.40625rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.125rem;left:1.28125rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 { color:#000000;display:block;width:28.8740234375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.373046875rem;left:30.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 li:before{  }
#Ig800W5DMDN5tD4lrm36FWzus13k7VCm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE { position:relative;display:block; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE { background-color: transparent; background-image: none; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row .container > .video-iframe-container { display: none; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row > .video-iframe-container { display: none; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .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); }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE { border-width: 0; border-radius: 0; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .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; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;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; }#ANfxoigDMMfn2OnbvEMPHDTKU8BLTC4H { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.875rem;left:31.125rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kF99uwix7fgEegcTXeAKDWUDXFOIyzSb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0618105rem;width:21.4993095625rem;top:10.634887695312rem;left:4.2497711181641rem;overflow:hidden;display:block; }
#oXepOmlewoRZa6LBSGAZSbyV5criaZpC { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.75rem;left:11.5625rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { color:#000000;display:block;width:28.8740234375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.810546875rem;left:30rem;height:14.5294113125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:before{  }
#d2hzsBI2x870M6q1plWvmpXvQRlGUxy8 { color:#000000;display:block;width:28.3122691875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.07421875rem;left:0.84329223632812rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmUWat92Eynz9i5HCGfxdxJ05wgagwif { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVq79rTHNWQh36M9dnIkR7u3Tz2QzTkH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container { background-color: transparent; background-image: none; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container > .video-iframe-container { display: none; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row > .video-iframe-container { display: none; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .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); }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container { border-width: 0; border-radius: 0; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#JfuX5t5O5WZQsqWWBHrEATefTa0lHDbE { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5rem;left:31.125rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO { color:#000000;display:block;width:28.8740234375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.123046875rem;left:30.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO li:before{  }
#E53pw7hZTU9GcqJ9hwp0WwdFcXcfdh0H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:23.125rem;top:8.560546875rem;left:3.4375rem;overflow:hidden;display:block; }
#EuAFRoc8RMHLGxGgtSw1WaEbR1yrsO2N { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.8125rem;left:11.53125rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6J7M1X3SCP9TNO7M2zK81D4SN7JohVt { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0.5625rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzgTVuayzRBOqrLXZzO63kcJvkBWwKwR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.1875rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { background-color: transparent; background-image: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container > .video-iframe-container { display: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container { display: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .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); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { border-width: 0; border-radius: 0; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:60rem;position:relative;display:block; }#NInMVvO8K40mM72fXz7kHRalg8uOT0RO { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:14.375rem;left:6.59375rem;height:2.9411764375rem;text-align:left;text-align-last:left;display:block; }
#lFDwQ73DP9tHPgUauUP4OH61Og2K7Xon { color:#000000;display:block;width:33.0618095625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:19.451354980469rem;left:8.0928306579587rem;height:32.132352rem;font-style:normal;display:block; }
#ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:11.125rem;top:23.1875rem;left:41.6875rem;overflow:hidden;display:block; }
#yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { color:#4f4f4f;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:40.4375rem;left:42.1875rem;height:1.6911764375rem;font-style:normal;display:block; }
#lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(171deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(171deg, #ffffff, #ffffff);background-image: -o-linear-gradient(171deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:49.8125rem;width:52.125rem;top:11.5rem;left:3.9375rem;display:block; }
#pD70blsDKTvQaon7DBKCknVXpqcerOBa { color:#000000;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:2rem;left:4.625rem;height:7.6470585rem;text-align:center;text-align-last:center;display:block; }
#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { background-color: transparent; background-image: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container > .video-iframe-container { display: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container { display: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .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); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { border-width: 0; border-radius: 0; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(171deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(171deg, #ffffff, #ffffff);background-image: -o-linear-gradient(171deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:41.5625rem;width:52.125rem;top:3.5rem;left:3.9375rem;display:block; }
#PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.5rem;left:6.59375rem;height:5.882352875rem;text-align:left;text-align-last:left;display:block; }
#kpNygdE3VfTMtTHCWv2Itsgzx6Q3tcxZ { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:11.3125rem;left:6.59375rem;height:25.882353rem;font-style:normal;display:block; }
#VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:11.125rem;top:16.125rem;left:41.3115234375rem;overflow:hidden;display:block; }
#b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { color:#4f4f4f;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:33.9375rem;left:42.4990234375rem;height:1.6176470625rem;font-style:normal;display:block; }
#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { background-color: transparent; background-image: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container > .video-iframe-container { display: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container { display: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .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); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { border-width: 0; border-radius: 0; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:60rem;position:relative;display:block; }#SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(171deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(171deg, #ffffff, #ffffff);background-image: -o-linear-gradient(171deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:54.9375rem;width:52.1875rem;top:3.0625rem;left:3.90625rem;display:block; }
#SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.125rem;left:6.59375rem;height:2.9411764375rem;text-align:left;text-align-last:left;display:block; }
#A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { color:#000000;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:10.5625rem;left:6.59375rem;height:42.0588234375rem;font-style:normal;display:block; }
#RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.875rem;width:11.875rem;top:15.1875rem;left:41.0625rem;overflow:hidden;display:block; }
#sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { color:#4f4f4f;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:34.5625rem;left:42.78125rem;height:1.6176470625rem;font-style:normal;display:block; }
#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { position:relative;display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { background-color: transparent; background-image: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container > .video-iframe-container { display: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row > .video-iframe-container { display: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .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); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { border-width: 0; border-radius: 0; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .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; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:2.125rem;left:3.15625rem;height:3.4558823125rem;text-align:center;text-align-last:center;display:block; }
#QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { color:#480ad7;display:block;width:22.9365806875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:6.6283569335938rem;left:18.530559539795rem;height:1.911764625rem;font-style:normal;display:block; }
#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { background-color: transparent; background-image: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container > .video-iframe-container { display: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container { display: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .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); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { border-width: 0; border-radius: 0; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:14.375rem;height:4.338235375rem;text-align:center;text-align-last:center;display:block; }
#WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.75rem;display:none; }
#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { color:#000000;display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:8.125rem;left:6.71875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { background-color: transparent; background-image: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container > .video-iframe-container { display: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container { display: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .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); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { border-width: 0; border-radius: 0; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#Nlp0ubGULHc6NTwz9dXE4FQPFTRr8umR { 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:12.1875rem;width:17.75rem;top:5.8125rem;left:37.171875rem;overflow:hidden;display:block; }
#se87CH6Ed58LdNIfXfvexhHq5iuPh5cW { 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:8.375rem;width:11.9375rem;top:20.8125rem;left:31.7744140625rem;overflow:hidden;display:block; }
#uWrNavMn8UEwTU5alqNNl13dqBPe01nT { position:absolute;display:block;z-index:15027;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:19.5625rem;width:25.625rem;top:5.8125rem;left:5.3994140625rem;overflow:hidden;display:block; }
#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { background-color: transparent; background-image: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { border-width: 0; border-radius: 0; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { position:absolute;display:block;z-index:15001;background-color:#eee6db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0ac1d7;border-left:0.1875rem solid #0ac1d7;border-right:0.1875rem solid #0ac1d7;border-bottom:0.1875rem solid #0ac1d7;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:18.75rem;width:53.6247673125rem;top:12.273681640625rem;left:3.039981842041rem;display:block; }
#DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1243105rem;width:2.1243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.3914794921875rem;left:27.04044342041rem; }
#vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { color:#000000;display:block;width:25.498046875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:13.75rem;left:17.2509765625rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { background-color:#0ac1d7;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem #6698d8 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.2497701875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.373413085938rem;left:18.4375rem;display:block; }
#LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.2493106875rem;width:15.5618105rem;top:14.968505859375rem;left:4.4152107238769rem;display:block; }
#tdM33LxupF59bzce1yOJnNxPIro7JZ5M { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.2493106875rem;width:15.5618105rem;top:14.968505859375rem;left:40.155097961426rem;display:block; }
#gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.2490234375rem;width:12.9365234375rem;top:25.53125rem;left:39.685546875rem;overflow:hidden;display:block; }
#PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3115234375rem;width:1.3115234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26rem;left:8.125rem; }
#WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { color:#4f4f4f;display:block;width:10.8740234375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:25.9052734375rem;left:10.0615234375rem;height:1.4705881875rem;font-style:normal;display:block; }
#pbl6eaEUqFSeuW0HoCmWNh2EpucQf8hT { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.0625rem;left:19.90625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { color:#4f4f4f;display:block;width:29.4370403125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.5289306640625rem;left:13.384651184082rem;height:2.0588235625rem;font-style:normal;display:block; }
#VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { color:#000000;display:block;width:25.8122691875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.070068359375rem;left:15.823757171631rem;height:3.308823375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { color:#4f4f4f;display:block;width:11.623391125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.1856079101562rem;left:22.279411315918rem;height:2.2058823125rem;font-style:normal;display:block; }
#DCm01RkBq145DH67cGwR18390INzD79P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { background-color: transparent; background-image: none; }#DCm01RkBq145DH67cGwR18390INzD79P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .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); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { border-width: 0; border-radius: 0; }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:60rem;position:relative;display:block; }#UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { color:#000000;display:block;width:47.375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.65625rem;left:6.3125rem;height:6.61764675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:31.9365234375rem;left:8.0625rem;height:17.205881625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.2490234375rem;width:38.125rem;top:29.8125rem;left:10.9375rem;display:block; }
#h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:11.5rem;left:8.78125rem;height:17.205881625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { position:relative;display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:103.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:51.5rem;top:9.1240234375rem;left:5.0625rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:6.15625rem;height:4.2647056875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#454545;display:block;width:47.7490234375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0302734375rem;left:6.125rem;height:1.6176470625rem;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; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:#000000;display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.308823375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:51.0625rem;top:56.75rem;left:5.28125rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:49.65625rem;left:6.28125rem;height:4.2647056875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:#454545;display:block;width:47.7490234375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:60.40625rem;left:7.0283203125rem;height:4.8529411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:51.0625rem;top:78.125rem;left:5.2470703125rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:73.125rem;left:6.15625rem;height:2.1323528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:81.5rem;left:7.0283203125rem;height:14.5588235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE { color:#454545;display:block;width:47.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4677734375rem;left:6.34375rem;height:23.6470585rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE li:before{  }
#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;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; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { background-color: transparent; background-image: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container > .video-iframe-container { display: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container { display: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .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); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { border-width: 0; border-radius: 0; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#CVWAhUtlxHX2mZdIinaAVqfTal36VthL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0ac1d7;border-left:0.1875rem solid #0ac1d7;border-right:0.1875rem solid #0ac1d7;border-bottom:0.1875rem solid #0ac1d7;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:11.375rem;left:4.1875rem;display:block; }
#MZWm6HSdoV9Tp9sMw0QAscOBI7mk6Bhm { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:24.1875rem;height:2.2058823125rem;font-style:normal;display:block; }
#J6rEloVBRINSETXmXEyoN0XSMteMXW0a { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:19.28125rem;height:3.308823375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.3125rem;height:2.0588235625rem;font-style:normal;display:block; }
#vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.3125rem;left:15.9375rem; }
#HI5CrV3Bp11nITQhu0A9X0X9exhZOude { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.875rem;left:17.25rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { background-color:#0ac1d7;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem #6698d8 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.3115234375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.1875rem;left:18.4375rem;display:block; }
#kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:6.25rem;display:block; }
#mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:37.8125rem;display:block; }
#bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:27.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#AL19MPXARBAbaEANyHOqVMioeTKZyxiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.3125rem;left:7.75rem; }
#NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:28.1875rem;left:9.9375rem;height:1.4705881875rem;font-style:normal;display:block; }
#Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:17rem;top:34.5625rem;left:20.875rem;overflow:hidden;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { position:relative;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee6db;background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.625rem;left:2.09375rem;height:4.4117645625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { top:0.125rem;left:0rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3e5dEbABxLPXkz8H11UdCvZ8U0ebXHT { top:4.8125rem;left:31.4375rem;width:14.9375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFTHxISZvvQLH4DpP8gtlaDXm2stesu { top:1.5rem;left:14.047669491526rem;width:18.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:6.9375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:24.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:56.1875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:1.4375rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:2rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:32.9375rem;height:5.1875rem;top:66.8125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #msNowrngSxZ7cNoezQgoWwVBq1zzPXKH { top:30.5625rem;left:4.15625rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpECWmF8BnxZxszKa4dSPPfvkaRuugQr { top:17.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:9rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:19.5625rem;left:0rem;width:47.75rem;height:66.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxqqbpmfZnxDCZ5EbkJJzl49D8MZTrA0 { top:0.75rem;left:20.468521118164rem;width:6.75rem;height:6.8126161172569rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqCCWD0izppD7FcvJRps2rX4eMrQ5ouv { top:2.625rem;left:3.7865333557129rem;width:41.25rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddVmuDW3n69qL2HA6hyPxZiddQc6TyG { display:block; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRGCmicpzFXertucKrI9Sr92xogLazPJ { top:1.4375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXd36d9A1s3WJog6l8e77VpgPKecSyP1 { top:8.875rem;left:0rem;width:47.75rem;height:17.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi { top:39.6875rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.375rem;display:block; }#fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi li:before{  }
 }@media only screen and (max-width: 763px) { #xT2Nduclrbyqn0f0V2FqbZI6r2M1KLC5 { top:54.375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtViB6QTJ1BxeMogrZ2ZDLsH4tO6dplB { top:35.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0zaQTMHguTutuSPuqH0GKqoEdZhVBo0 { top:30.0625rem;left:6.1233901977539rem;width:36.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { top:2.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:47.75rem;height:117.25rem;top:7.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:47.75rem;height:1.8125rem;top:57.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon { display:block; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFngU2zITZNlerE8Txa34II2HksXcTgr { top:4.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTBEtDLSxdwovOqTVfWNCi9ny81XLLl { top:12.125rem;left:0rem;width:14.875rem;height:22.718098853835rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTH4NkuoC8OTzlW4XntNXlAhZPpaH3y { top:12.125rem;left:5.75rem;width:42rem;height:40.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH { display:block; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B26nHfD47EqFvvctOZTfAQRVxpUQD762 { width:23.125rem;height:4.1875rem;top:2rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeIme9evwDRLD4dKk2BDKU7UsohNskSz { display:block; }
 }@media only screen and (max-width: 763px) { #iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { top:2.625rem;left:0rem;width:41.5625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { top:6.875rem;left:0rem;width:47.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { top:8.5rem;left:2rem;width:41.875rem;height:11.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { top:29.875rem;left:0rem;width:41.5625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { top:34rem;left:0rem;width:47.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { top:36.3125rem;left:2rem;width:44.5rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { top:57.375rem;left:16.780559539795rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { top:3.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { top:25.5rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { top:18rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { top:68.9375rem;left:13.185661315918rem;width:25.8125rem;height:19.82729156166rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:38.8125rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGWw7lcCJbcB2EWxl21HkPqipWmJBN9x { top:57.375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJFbtTebW8lxChRt06wRNZXH0t1teTTT { top:10.0625rem;left:20.468521118164rem;width:6.75rem;height:6.8126161172569rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:3.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { top:21.4375rem;left:0rem;width:47.6875rem;height:3.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { top:27.625rem;left:0rem;width:47.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { top:30.9375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq li:before{  }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:8.8125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.25rem;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
 }@media only screen and (max-width: 763px) { #WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { top:1.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { top:7.125rem;left:0rem;width:28.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { top:3.75rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtB3wgxFrct57UdaFmXiXebqfxTLSKqI { top:11.5625rem;left:0.59375rem;width:22.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctafIFgJoU0r0Zz4WlT14aPGqG1Q2AR { top:4.125rem;left:8.3747711181637rem;width:7.0625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE { top:7.125rem;left:18.9375rem;width:28.8125rem;height:28.5625rem;font-size:1.1875rem;display:block; }#m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE li:before{  }
 }@media only screen and (max-width: 763px) { #hKKeWZgluQVsPNI4x8MCUGlJigFFvI89 { top:0rem;left:35.5625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { top:5.625rem;left:0rem;width:28.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { top:3.5rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { top:7.3125rem;left:18.9375rem;width:28.8125rem;height:;font-size:1.1875rem;display:block; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:before{  }
 }@media only screen and (max-width: 763px) { #sxhvl7IDIX3KF1FR6avpo7t2oVuBUGsL { top:12.875rem;left:0.78055953979494rem;width:22.25rem;height:13.462281142698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQNdmAdSziE5grsB8xBeXpDTZcswtAEx { top:2.625rem;left:8.280559539795rem;width:7.25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUEDX2xI7mTMTgCa4TLOZ5uC0wG5lmzh { top:0rem;left:35.5625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { top:2.375rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZom9dqmZFKhFCz2CitCEuDwDTgeae8H { top:7.8125rem;left:0.0625rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOiA5XRfhtR2y596fQgd8XzOfOiIkofa { top:0.75rem;left:8.436809539795rem;width:6.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFEodQ9QSzqzTFGLPKuvZyzhITT43h8 { top:3.625rem;left:0rem;width:28.8125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlfikOXV6aN745hvcJBUgvBxbvOUqpSn { top:5.375rem;left:18.5rem;width:29.25rem;height:;font-size:1.1875rem;display:block; }#NlfikOXV6aN745hvcJBUgvBxbvOUqpSn li:before{  }
 }@media only screen and (max-width: 763px) { #TQZ2asTz42Q1Ot53vpTWzvFTkqTzVRdl { top:0rem;left:35.5625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0QRkNlPiblHThuCqCugM30V8cRVWrLx { display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { top:2.875rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMIHHC9irzOncv0bgycyl5TcV0wMA3WW { top:8.6875rem;left:0rem;width:24.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91fFIDcPcCxcX7EVpnl7XagkwpowJeW { top:1.8125rem;left:8.34375rem;width:7.1875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { top:4.125rem;left:0rem;width:27.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 { top:6.3125rem;left:18.9375rem;width:28.8125rem;height:;font-size:1.1875rem;display:block; }#PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 li:before{  }
 }@media only screen and (max-width: 763px) { #Ig800W5DMDN5tD4lrm36FWzus13k7VCm { top:0rem;left:35.5625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE { display:block; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANfxoigDMMfn2OnbvEMPHDTKU8BLTC4H { top:2.875rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF99uwix7fgEegcTXeAKDWUDXFOIyzSb { top:10.625rem;left:1.1872711181641rem;width:21.4375rem;height:13.024258373495rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXepOmlewoRZa6LBSGAZSbyV5criaZpC { top:1.75rem;left:8.5rem;width:6.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { top:6.75rem;left:18.9375rem;width:28.8125rem;height:;font-size:1.1875rem;display:block; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:before{  }
 }@media only screen and (max-width: 763px) { #d2hzsBI2x870M6q1plWvmpXvQRlGUxy8 { top:5.0625rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmUWat92Eynz9i5HCGfxdxJ05wgagwif { top:0rem;left:0rem;width:28.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVq79rTHNWQh36M9dnIkR7u3Tz2QzTkH { top:0rem;left:35.5625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd { display:block; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfuX5t5O5WZQsqWWBHrEATefTa0lHDbE { top:3.5rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO { top:7.0625rem;left:18.9375rem;width:28.8125rem;height:;font-size:1.1875rem;display:block; }#XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO li:before{  }
 }@media only screen and (max-width: 763px) { #E53pw7hZTU9GcqJ9hwp0WwdFcXcfdh0H { top:8.5rem;left:0.375rem;width:23.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuAFRoc8RMHLGxGgtSw1WaEbR1yrsO2N { top:1.8125rem;left:8.46875rem;width:6.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6J7M1X3SCP9TNO7M2zK81D4SN7JohVt { top:4.0625rem;left:0rem;width:28.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgTVuayzRBOqrLXZzO63kcJvkBWwKwR { top:0rem;left:35.5625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NInMVvO8K40mM72fXz7kHRalg8uOT0RO { top:14.375rem;left:0.46875rem;width:46.8125rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDwQ73DP9tHPgUauUP4OH61Og2K7Xon { width:33rem;height:38.875rem;top:19.4375rem;left:1.967830657959rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { top:23.1875rem;left:35.5625rem;width:11.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { width:10.125rem;height:1.75rem;top:40.4375rem;left:36.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { width:47.75rem;height:49.8125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD70blsDKTvQaon7DBKCknVXpqcerOBa { top:2rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { width:47.75rem;height:41.5625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { top:6.5rem;left:0.46875rem;width:46.8125rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpNygdE3VfTMtTHCWv2Itsgzx6Q3tcxZ { width:31.6875rem;height:30.875rem;top:11.3125rem;left:0.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { top:16.125rem;left:35.1865234375rem;width:11.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { width:8.75rem;height:1.625rem;top:33.9375rem;left:36.3740234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { width:47.75rem;height:54.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { top:6.125rem;left:0.46875rem;width:46.8125rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { width:30.9375rem;height:45.25rem;top:10.5rem;left:0.46852016448974rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { top:15.1875rem;left:34.9375rem;width:11.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { width:9.6875rem;height:1.625rem;top:34.5625rem;left:36.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { top:2.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { width:22.875rem;height:1.875rem;top:6.625rem;left:12.405559539795rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { top:2.1875rem;left:8.25rem;width:31.3125rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { top:8.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
 }@media only screen and (max-width: 763px) { #pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlp0ubGULHc6NTwz9dXE4FQPFTRr8umR { top:5.8125rem;left:30rem;width:17.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #se87CH6Ed58LdNIfXfvexhHq5iuPh5cW { top:20.8125rem;left:25.6494140625rem;width:11.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrNavMn8UEwTU5alqNNl13dqBPe01nT { top:5.8125rem;left:0rem;width:25.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:47.375rem;height:18.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { top:6.375rem;left:20.91544342041rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { top:13.75rem;left:11.1259765625rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:23.125rem;height:4.1875rem;top:20.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { top:14.9375rem;left:0rem;width:15.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { top:14.9375rem;left:32.1875rem;width:15.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { top:25.5rem;left:33.560546875rem;width:12.875rem;height:2.2383275458594rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { top:26rem;left:2rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:10.8125rem;height:1.5rem;top:25.875rem;left:3.9365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbl6eaEUqFSeuW0HoCmWNh2EpucQf8hT { top:17.0625rem;left:13.78125rem;width:20.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:29.375rem;height:2rem;top:8.5rem;left:7.2596511840819rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { top:3.0625rem;left:9.6987571716306rem;width:25.75rem;height:3.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:11.5625rem;height:2.1875rem;top:1.125rem;left:16.154411315918rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { top:1.625rem;left:0.1875rem;width:47.375rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:44.5625rem;height:18.75rem;top:31.875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { top:29.8125rem;left:4.8125rem;width:38.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:43.9375rem;height:16.875rem;top:11.5rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:37.375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:47.6875rem;height:4.375rem;top:10.3125rem;left:0.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.6875rem;height:1.625rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:12rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:47.75rem;height:4.375rem;top:49.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.6875rem;height:4.875rem;top:60.375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:22.75rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.1875rem;height:2.1875rem;top:73.125rem;left:0.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:16.25rem;top:81.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE { width:47.3125rem;height:25.3125rem;top:20.4375rem;left:0.21875rem;font-size:1.25rem;display:block; }#E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE li:before{  }
 }@media only screen and (max-width: 763px) { #T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVWAhUtlxHX2mZdIinaAVqfTal36VthL { width:47.375rem;height:20rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZWm6HSdoV9Tp9sMw0QAscOBI7mk6Bhm { width:11.5625rem;height:2.25rem;top:12.8125rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rEloVBRINSETXmXEyoN0XSMteMXW0a { top:2.1875rem;left:13.15625rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { width:29.4375rem;height:2.0625rem;top:6.4375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { top:2.3125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5CrV3Bp11nITQhu0A9X0X9exhZOude { top:15.875rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { width:23.125rem;height:4.25rem;top:21.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block; }
 }@media only screen and (max-width: 763px) { #ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { top:13.8125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { top:13.8125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { top:27.8125rem;left:33.5625rem;width:12.875rem;height:2.2383275458594rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19MPXARBAbaEANyHOqVMioeTKZyxiB { top:28.3125rem;left:1.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { width:10.8125rem;height:1.5rem;top:28.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { top:34.5625rem;left:14.75rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eee6db;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { background-color: transparent; background-image: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:20rem;height:31.5625rem;background-color:#eee6db;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { width:13.75rem;height:13.75rem;top:0.74908083677294rem;left:3.123850941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3e5dEbABxLPXkz8H11UdCvZ8U0ebXHT { width:9.8115806875rem;height:2.7493105rem;top:26.811809539795rem;left:5.0930606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFTHxISZvvQLH4DpP8gtlaDXm2stesu { width:18.3731613125rem;height:10.3125rem;top:13.738201141358rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.9970130625rem;height:8.82352925rem;top:6.4981632232669rem;left:0.50091910362244rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.2479305rem;height:3.3823528125rem;top:27.513786375rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.0595130625rem;height:15.3676461875rem;top:44.64499rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:20rem;height:3.1875rem;top:1.2499961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.24747275rem;height:1.1764705rem;top:2.2196655273438rem;left:0.21828842163086rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:18.9981613125rem;height:4.622012625rem;top:61.2626361875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #msNowrngSxZ7cNoezQgoWwVBq1zzPXKH { height:11.2488508125rem;width:19.998849875rem;top:32.1461391875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpECWmF8BnxZxszKa4dSPPfvkaRuugQr { width:20rem;height:9.1911764375rem;top:17.0726099375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#eee6db;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:124.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.1854305rem;height:8.823529rem;top:9.4375rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.9970130625rem;height:103.4558781875rem;top:19.51102925rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxqqbpmfZnxDCZ5EbkJJzl49D8MZTrA0 { width:6.8118105rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqCCWD0izppD7FcvJRps2rX4eMrQ5ouv { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddVmuDW3n69qL2HA6hyPxZiddQc6TyG { display:block; }#zddVmuDW3n69qL2HA6hyPxZiddQc6TyG > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRGCmicpzFXertucKrI9Sr92xogLazPJ { width:18.6845130625rem;height:13.235293375rem;top:1.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qXd36d9A1s3WJog6l8e77VpgPKecSyP1 { width:19.122242rem;height:23.1617641875rem;top:15.735293375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi { width:18.3731613125rem;height:20.278032875rem;top:59.705880625rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#fZWKPQmoCLrM6U9vrOz8RLWmRJJWNsGi li:before{  }
 }@media only screen and (max-width: 763px) { #xT2Nduclrbyqn0f0V2FqbZI6r2M1KLC5 { width:19.998849875rem;height:4.411764625rem;top:81.2964129375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZtViB6QTJ1BxeMogrZ2ZDLsH4tO6dplB { width:20rem;height:10rem;top:48.455880625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0zaQTMHguTutuSPuqH0GKqoEdZhVBo0 { width:20rem;height:7.058823125rem;top:40.1470575rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:20rem;height:167.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { width:18.75rem;height:6.6176466875rem;top:1.25rem;left:0.625rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:18.9970130625rem;height:154.41175875rem;top:9.1176466875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:19.122242rem;height:1.5441175625rem;top:164.779405125rem;left:0.4375rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon { display:block; }#DcfiJaqTbVRrxX0z5CA1ZGyXx0wgKaon > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFngU2zITZNlerE8Txa34II2HksXcTgr { width:18.6845130625rem;height:4.411764625rem;top:1.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTBEtDLSxdwovOqTVfWNCi9ny81XLLl { width:8.8120403125rem;height:13.2490806875rem;top:6.911764625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTH4NkuoC8OTzlW4XntNXlAhZPpaH3y { width:19.6231613125rem;height:44.7794096875rem;top:21.4108453125rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH { display:block; }#oAiq7BOpF74KnZ7Hhzf08hfJKHCQ12mH > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B26nHfD47EqFvvctOZTfAQRVxpUQD762 { width:18.9993095625rem;height:4.2497701875rem;top:1.25rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeIme9evwDRLD4dKk2BDKU7UsohNskSz { display:block; }
 }@media only screen and (max-width: 763px) { #iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { width:19.998849875rem;height:2.0588235625rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { width:20rem;height:14.0625rem;top:4.558837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { width:19.998849875rem;height:8.3823525rem;top:6.773911453125rem;left:0.0011501249999988rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { width:19.998849875rem;height:2.0588235625rem;top:22.0588235625rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { width:20rem;height:14.625rem;top:25.36767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { width:20rem;height:8.3823525rem;top:28.062561035156rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { display:flex;width:6.25rem;height:6.25rem;top:42.640197753906rem;left:6.8738509416581rem; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { width:20rem;height:auto;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { width:20rem;height:12.941176375rem;top:18.2830881875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { width:20rem;height:7.7205881875rem;top:9.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { width:9.375rem;height:7.1875rem;top:71.0036759375rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6845130625rem;height:23.1617635rem;top:32.474264625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGWw7lcCJbcB2EWxl21HkPqipWmJBN9x { width:20rem;height:12.8676466875rem;top:56.88602875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJFbtTebW8lxChRt06wRNZXH0t1teTTT { width:6.75rem;height:6.8126161172569rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:18.6845130625rem;height:4.1176471875rem;top:1.25rem;left:0.625rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { top:14.624770641327rem;left:0.62500005960463rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { width:18.6845130625rem;height:4.1176471875rem;top:31.576746rem;left:0.625rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { width:19.998849875rem;height:1.5441175625rem;top:36.9443931875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { width:18.4983901875rem;height:32.2977943125rem;top:39.73851075rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq li:before{  }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:18.49609375rem;height:23.647058375rem;top:6.6176471875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
 }@media only screen and (max-width: 763px) { #WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { width:18.8108901875rem;height:12.3529405625rem;top:1.25rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { width:19.561121rem;height:4.411764625rem;top:4.7058823125rem;left:0.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { width:19.998849875rem;height:2.2058823125rem;top:27.741727625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtB3wgxFrct57UdaFmXiXebqfxTLSKqI { width:18.75rem;height:11.4372701875rem;top:10.3676469375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctafIFgJoU0r0Zz4WlT14aPGqG1Q2AR { width:8.936121rem;height:2.2058823125rem;top:1.25rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE { width:19.998849875rem;height:32.2977943125rem;top:31.1976099375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#m2TEOC7LTKZZ3qmqheOPTRNtZB0qFqOE li:before{  }
 }@media only screen and (max-width: 763px) { #hKKeWZgluQVsPNI4x8MCUGlJigFFvI89 { width:12.1243105rem;height:3.3743105rem;top:23.117417125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { width:18.936121rem;height:6.6176466875rem;top:4.375rem;left:0.49747240543366rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { width:19.998849875rem;height:2.2058823125rem;top:29.9476096875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { width:17.1875rem;height:27.481617rem;top:33.403492rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB li:before{  }
 }@media only screen and (max-width: 763px) { #sxhvl7IDIX3KF1FR6avpo7t2oVuBUGsL { width:18.75rem;height:11.4372701875rem;top:12.573529rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQNdmAdSziE5grsB8xBeXpDTZcswtAEx { width:8.936121rem;height:2.2058823125rem;top:1.2564086914062rem;left:5.4974719285965rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUEDX2xI7mTMTgCa4TLOZ5uC0wG5lmzh { width:12.1243105rem;height:3.3743105rem;top:25.3232991875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { width:19.998849875rem;height:2.2058823125rem;top:23.117417125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZom9dqmZFKhFCz2CitCEuDwDTgeae8H { width:18.75rem;height:11.4372701875rem;top:10.3676469375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOiA5XRfhtR2y596fQgd8XzOfOiIkofa { width:8.936121rem;height:2.2058823125rem;top:1.25rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSFEodQ9QSzqzTFGLPKuvZyzhITT43h8 { width:18.936121rem;height:4.411764625rem;top:4.7058823125rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NlfikOXV6aN745hvcJBUgvBxbvOUqpSn { width:17.1875rem;height:27.481617rem;top:31.1976099375rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#NlfikOXV6aN745hvcJBUgvBxbvOUqpSn li:before{  }
 }@media only screen and (max-width: 763px) { #TQZ2asTz42Q1Ot53vpTWzvFTkqTzVRdl { width:12.1243105rem;height:3.3743105rem;top:26.5732994375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0QRkNlPiblHThuCqCugM30V8cRVWrLx { display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { width:19.998849875rem;height:2.2058823125rem;top:23.117417125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMIHHC9irzOncv0bgycyl5TcV0wMA3WW { width:18.75rem;height:11.4372701875rem;top:10.3676469375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91fFIDcPcCxcX7EVpnl7XagkwpowJeW { width:8.936121rem;height:2.2058823125rem;top:1.25rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { width:19.3106613125rem;height:4.411764625rem;top:4.7058823125rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 { width:17.1875rem;height:26.1470585rem;top:31.1976099375rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#PbruVKn4oIu8Wp8ZRxptRxb69zw8LUq5 li:before{  }
 }@media only screen and (max-width: 763px) { #Ig800W5DMDN5tD4lrm36FWzus13k7VCm { width:12.1243105rem;height:3.3743105rem;top:26.5732994375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE { display:block; }#Od944HQwtcEqkrX8sCXA5KyRVtVUJVVE > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANfxoigDMMfn2OnbvEMPHDTKU8BLTC4H { width:19.998849875rem;height:2.2058823125rem;top:26.1982994375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kF99uwix7fgEegcTXeAKDWUDXFOIyzSb { width:18.3122691875rem;height:11.1247701875rem;top:13.82352925rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXepOmlewoRZa6LBSGAZSbyV5criaZpC { width:8.936121rem;height:2.2058823125rem;top:4.7058823125rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { width:17.1875rem;height:21.955881125rem;top:34.27849225rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l li:before{  }
 }@media only screen and (max-width: 763px) { #d2hzsBI2x870M6q1plWvmpXvQRlGUxy8 { width:19.998849875rem;height:4.411764625rem;top:8.161764625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmUWat92Eynz9i5HCGfxdxJ05wgagwif { width:19.998849875rem;height:2.2058823125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVq79rTHNWQh36M9dnIkR7u3Tz2QzTkH { width:12.1243105rem;height:3.3743105rem;top:29.65418175rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd { display:block; }#pPgb6hwq8nRtXMU2p4qUSqotpLicD8Fd > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfuX5t5O5WZQsqWWBHrEATefTa0lHDbE { width:19.998849875rem;height:2.2058823125rem;top:26.116727625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO { width:17.1875rem;height:33.0698509375rem;top:29.5726099375rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#XFJ2QFPtyndqBzhhFSXtPPv84CRWHEPO li:before{  }
 }@media only screen and (max-width: 763px) { #E53pw7hZTU9GcqJ9hwp0WwdFcXcfdh0H { width:16.25rem;height:9.8747701875rem;top:10.3676469375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuAFRoc8RMHLGxGgtSw1WaEbR1yrsO2N { width:8.936121rem;height:2.2058823125rem;top:1.25rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6J7M1X3SCP9TNO7M2zK81D4SN7JohVt { width:19.998849875rem;height:4.411764625rem;top:4.7058823125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzgTVuayzRBOqrLXZzO63kcJvkBWwKwR { width:12.1243105rem;height:3.3743105rem;top:21.492417125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NInMVvO8K40mM72fXz7kHRalg8uOT0RO { width:17.68497275rem;height:4.1176471875rem;top:13.659301757812rem;left:1.1236213445664rem;font-size:1.5rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFDwQ73DP9tHPgUauUP4OH61Og2K7Xon { width:17.8733901875rem;height:52.4999985rem;top:35.519592285156rem;left:1.0627297163009rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { width:8.9372701875rem;height:12.6872701875rem;top:19.543212890625rem;left:5.4974719285965rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { width:8.4995403125rem;height:1.5441175625rem;top:33.346801757812rem;left:5.7490807771682rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { width:19.375rem;height:77.12430575rem;top:11.9106159375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD70blsDKTvQaon7DBKCknVXpqcerOBa { width:17.68497275rem;height:9.411764125rem;top:1.25rem;left:1.125rem;font-size:1.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { width:20rem;height:67.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { width:17.68497275rem;height:6.17647075rem;top:2.7772216796875rem;left:1.1236213445664rem;font-size:1.5rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpNygdE3VfTMtTHCWv2Itsgzx6Q3tcxZ { width:17.8733901875rem;height:43.235292rem;top:23.608764648438rem;left:1.0627297163009rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { width:8.125rem;height:11.4993105rem;top:8.1204833984375rem;left:5.9030328989029rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { width:8.8120403125rem;height:1.5441175625rem;top:20.72265625rem;left:5.5928307771682rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { width:19.375rem;height:94.1865768125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { width:16.8106613125rem;height:6.17647025rem;top:2.6473388671875rem;left:1.5935202836991rem;font-size:1.5rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { width:17.8733901875rem;height:67.9411739375rem;top:26.2109375rem;left:1.0627297163009rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { width:8.125rem;height:11.4993105rem;top:10.125244140625rem;left:6.4372698068619rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { width:8.6247701875rem;height:1.5441175625rem;top:23.185913085938rem;left:6.4361211061475rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { width:19.998849875rem;height:4.411764625rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { width:16.8106613125rem;height:1.39705875rem;top:6.911764625rem;left:1.5625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { width:18.6845130625rem;height:2.57352925rem;top:1.25rem;left:0.625rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { top:2.6247706413269rem;left:0.62500005960463rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { width:18.49609375rem;height:21.0110283125rem;top:5.07352925rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
 }@media only screen and (max-width: 763px) { #pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlp0ubGULHc6NTwz9dXE4FQPFTRr8umR { width:16.4993095625rem;height:11.3740806875rem;top:17.8301925625rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #se87CH6Ed58LdNIfXfvexhHq5iuPh5cW { width:11.9370403125rem;height:8.3743105rem;top:30.45427325rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrNavMn8UEwTU5alqNNl13dqBPe01nT { width:20rem;height:15.2676925625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:19.1865806875rem;height:22.8745403125rem;top:15.680146875rem;left:0.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { display:flex;width:2.8125rem;height:2.8125rem;top:7.27941175rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { width:20rem;height:1.911764625rem;top:17.156465234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:15.7479315rem;height:3.810891375rem;top:23.74609375rem;left:2.1243106126785rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { width:2.5620403125rem;height:0.2493106875rem;top:19.865600585938rem;left:1.0397518873215rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { width:2.6872701875rem;height:0.2493106875rem;top:18.374238671875rem;left:17.3127298125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { width:12.9354315rem;height:2.248391375rem;top:33.745361328125rem;left:3.5305606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { display:flex;width:1.3120404375rem;height:1.3120404375rem;top:30.695678710938rem;left:2.9457718133926rem; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:9.8115806875rem;height:1.39705875rem;top:30.642211914062rem;left:5.623850941658rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pbl6eaEUqFSeuW0HoCmWNh2EpucQf8hT { width:20rem;height:1.25rem;top:20.46872109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:20rem;height:3.088235125rem;top:11.34191175rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { width:15rem;height:2.0588235625rem;top:1.25rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:8.75rem;height:1.4705881875rem;top:4.5588235625rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { width:19.998849875rem;height:6.17647075rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:19.998849875rem;height:23.1617636875rem;top:29.9540433125rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { width:17.05997275rem;height:0.24816175rem;top:28.4558815625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:19.998849875rem;height:18.529411rem;top:8.67647025rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19.0625rem;height:63.3743095625rem;top:6.6176471875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.559742rem;height:7.058823125rem;top:7.806856171875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.8733901875rem;height:2.7941174375rem;top:14.86865234375rem;left:1.0627297163009rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:19.998849875rem;height:4.1176471875rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.061349875rem;height:10.2481613125rem;top:79.69783875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.811349875rem;height:7.058823125rem;top:71.389015625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9354324375rem;height:8.382352625rem;top:80.65234375rem;left:1.0305606126785rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.24747275rem;height:21.875rem;top:97.76536484375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:18.0606613125rem;height:3.5294115625rem;top:92.189697265625rem;left:0.96852028369906rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6229324375rem;height:18.1617643125rem;top:99.713989257812rem;left:1.1868106126785rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE { width:17.68497275rem;height:51.231617rem;top:18.461669921875rem;left:1.1236213445664rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#E4elvUdzo8TZS6EzTB25sEM61ZDcRuEE li:before{  }
 }@media only screen and (max-width: 763px) { #T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVWAhUtlxHX2mZdIinaAVqfTal36VthL { width:19.1854305rem;height:19.873621rem;top:12.9619140625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #MZWm6HSdoV9Tp9sMw0QAscOBI7mk6Bhm { width:8.747701625rem;height:1.4705881875rem;top:13.99365234375rem;left:5.6249996423721rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J6rEloVBRINSETXmXEyoN0XSMteMXW0a { width:14.997701625rem;height:2.0588235625rem;top:5.3113510625rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { width:19.998849875rem;height:3.088235125rem;top:8.620174625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { display:flex;width:2.8113510625rem;height:2.8113510625rem;top:1.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #HI5CrV3Bp11nITQhu0A9X0X9exhZOude { width:19.998849875rem;height:1.911764625rem;top:17.458653890625rem;left:0.0011501249999988rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { width:15.7479315rem;height:3.8097424375rem;top:21.1455078125rem;left:2.1243106126785rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block; }
 }@media only screen and (max-width: 763px) { #ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { width:2.5597426875rem;height:0.24816175rem;top:14.600219726562rem;left:2.498850941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { width:2.68612125rem;height:0.24816175rem;top:15.39639803125rem;left:17.31387875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { width:12.9354315rem;height:2.2472426875rem;top:28.959106445312rem;left:3.5305606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19MPXARBAbaEANyHOqVMioeTKZyxiB { display:flex;width:1.3108915rem;height:1.3108915rem;top:26.459106445312rem;left:2.498850941658rem; }
 }@media only screen and (max-width: 763px) { #NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { width:9.8104315rem;height:1.39705875rem;top:26.410888671875rem;left:5.623850941658rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { width:7.9365806875rem;height:7.9365806875rem;top:34.376148375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:19.998849875rem;height:4.4117645625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }