.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ee7a97f-2fa1-456d-9c1e-7c6566669d53/BEAUTY_BANER3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt.adaptive-delivery-prevent-bg, #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt.lazyload, #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt.lazyloading { background-image: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { background-color: transparent; background-image: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container > .video-iframe-container { display: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row > .video-iframe-container { display: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .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); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { border-width: 0; border-radius: 0; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row > .video-iframe-container {  }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#BIK87enwTGu00o5aOy5Wqp0f1vGlOU1s { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:25.25rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#u4tfy4irphJ34P8JFysHr7zuBzTnd7aR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A2WUO91F4COULWyo1VKPPq1E03ucQb6u { position:relative;display:block; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u { background-color: transparent; background-image: none; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container > .video-iframe-container { display: none; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row > .video-iframe-container { display: none; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .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); }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u { border-width: 0; border-radius: 0; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container > .video-iframe-container {  }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#tgNtQ9pLKte97xfFJ6BGeOIWbPWlH808 { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.328125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DK0TmN7pUW9O2wKcTpp1Xrtyc6s0lsf6 { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:5.640625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB { position:relative;display:block; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB { background-color: transparent; background-image: none; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row .container > .video-iframe-container { display: none; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row > .video-iframe-container { display: none; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .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); }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB { border-width: 0; border-radius: 0; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row .container > .video-iframe-container {  }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#XUbTlNWABxnUTbUnwVhcdPtgk266xLBJ { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:0.90234375rem;left:0rem;height:13.1953125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 { position:relative;display:block; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 { background-color: transparent; background-image: none; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row .container > .video-iframe-container { display: none; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row > .video-iframe-container { display: none; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .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); }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 { border-width: 0; border-radius: 0; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row .container > .video-iframe-container {  }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:90.5625rem;width:60rem;position:relative;display:block; }#ZrsendCyH3SDqIw7Mrupb45pnThBBTNH { color:#5a442f;display:block;width:59.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:5.974609375rem;left:0rem;height:80.841875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IUPuPhuG86E6xkFMp0Uz2M88rC8EKpw9 { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.412109375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z { position:relative;display:block; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z { background-color: transparent; background-image: none; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row .container > .video-iframe-container { display: none; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row > .video-iframe-container { display: none; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .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); }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z { border-width: 0; border-radius: 0; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row .container > .video-iframe-container {  }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#zE8oLpUFXB24Tcf0NUT7GCQB52LT3JyC { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:26.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b79icBm7xaKgApvomMprLtkJLxKt1yEx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.4375rem;width:22.9375rem;top:13.125rem;left:30.3125rem;overflow:hidden;display:block; }
#wXJNDysC3WvNdXTLUBMIbGeTlcFOAoT1 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:22.9375rem;top:4.625rem;left:37.0625rem;overflow:hidden;display:block; }
#uPSgheriMNo8BIhhyySHRXEn2O1MCCB4 { color:#5a442f;display:block;width:32.75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz { position:relative;display:block; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz { background-color: transparent; background-image: none; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row .container > .video-iframe-container { display: none; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row > .video-iframe-container { display: none; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .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); }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz { border-width: 0; border-radius: 0; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row .container > .video-iframe-container {  }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#yVevJ05zZuwZaxBimoPBS5ObPQbm4bD5 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:0.6875rem;left:0rem;height:33rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT { position:relative;display:block; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT { background-color: transparent; background-image: none; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row .container > .video-iframe-container { display: none; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row > .video-iframe-container { display: none; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .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); }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT { border-width: 0; border-radius: 0; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row .container > .video-iframe-container {  }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:block; }#BJl9V6g49xcLiOJ8FqztpTXVt084vIRw { color:#e6596b;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:45.5rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTBQg0hK6tt7VHsQlZSsbtCzsdaVNs7l { background-color:#df1c33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4.3125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:39.6875rem;left:6.875rem;display:block; }
#iR8NvAcPSlLDyxGz4UAruVMtbz463TRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t4NuMTpJJcTTc78hTXo5zZgChd7gH28S { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:16.125rem;top:19.8125rem;left:0rem;overflow:hidden;display:block; }
#lXsqQzVzuLWpKMkRN8ZRSNRuq3txwAVA { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.375rem;width:16.375rem;top:7.625rem;left:5.6875rem;overflow:hidden;display:block; }
#IOI8BhpAXZ2UULWmFrsVcgA6nPMVpvVW { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.4931625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fd8UCdi7DiCqDSnhToIienlg0uW8vtVp { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:7.625rem;left:24.6875rem;height:33rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 { position:relative;display:block; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 { background-color: transparent; background-image: none; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row .container > .video-iframe-container { display: none; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row > .video-iframe-container { display: none; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .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); }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 { border-width: 0; border-radius: 0; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row .container > .video-iframe-container {  }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#Eel0MvpH1iTKcnfvtqlkcnTTPCHZrXTk { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { background-color: transparent; background-image: none; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container > .video-iframe-container { display: none; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row > .video-iframe-container { display: none; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .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); }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { border-width: 0; border-radius: 0; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row > .video-iframe-container {  }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:12.25rem;top:4.25rem;left:10.3125rem;overflow:hidden;display:block; }
#fTG2KKUfJ4CGm6gdxsDSdTEDCWWzODdT { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:20.25rem;left:2.125rem;display:block; }
#WtaQO4dUrMvTQBS29K3lqoL4f2x2KvS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yT4JH6HnTSD7fN6h7WhMSCspQXxdlMzJ { color:#5a442f;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:2.1875rem;left:24.5rem;height:18.75rem;font-style:normal;display:block; }
#tSXOUGoampvPTwzTDv2uJtO30oDWE1wn { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:21.9375rem;left:24.5rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Re8MQqfG4HpdaDX9yRcrJQQS1zsT66i7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:12.25rem;top:1.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container { background-color: transparent; background-image: none; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container > .video-iframe-container { display: none; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row > .video-iframe-container { display: none; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .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); }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container { border-width: 0; border-radius: 0; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row > .video-iframe-container {  }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#ICWnxUQs0SdH39E7izVe1VkMTEn5PPNM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:11.875rem;top:3.5rem;left:37.6875rem;overflow:hidden;display:block; }
#nimwBsNDMcJ8qbTLKqZnHmUQ5oi7ivZi { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.875rem;left:46.0625rem;display:block; }
#OIJLOEwxu7K0qI3g10z5H4SfOv6qa1yQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xgbu0FtP5ME175hQXSZL844G0gMAVvca { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:2.0625rem;left:1.3125rem;height:15rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Do9i0EES8ukl11VRhw4vNQ25IXLIwpMf { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:18.7744140625rem;left:12.875rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N93FZ1xLCHq2ckTHP43pLs1UZvIM6aH7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:2.0625rem;left:48.125rem;overflow:hidden;display:block; }
#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container { background-color: transparent; background-image: none; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container > .video-iframe-container { display: none; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row > .video-iframe-container { display: none; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .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); }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container { border-width: 0; border-radius: 0; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row > .video-iframe-container {  }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#GpfTt9pMGWgZWpkwXZkKS500rTEVEmBM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:11.5625rem;top:3.875rem;left:10.125rem;overflow:hidden;display:block; }
#p1x15GvqBo3r9Lbm3HBpGiMqrO1m3KvG { background-color:#bc0307;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19.3125rem;left:11.25rem;display:block; }
#CZ2KVQcHzAGPspLIxlhyLEF1wSgISBHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FuWXNgXI42IcCmE9iIpzdtJaVK24Jm07 { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.625rem;left:24.4375rem;height:16.875rem;font-style:normal;display:block; }
#d5CNpqD4TA3FPZWCE6hR5WdMC2qGSmz9 { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:21rem;left:25.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKGmUxIK2p5xNxQvbEWNRGTnVKElC1bd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:11.5625rem;top:1.625rem;left:2.25rem;overflow:hidden;display:block; }
#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.22);background-image:none;position:relative;display:block; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { background-color: transparent; background-image: none; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container > .video-iframe-container { display: none; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row > .video-iframe-container { display: none; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .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); }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { border-width: 0; border-radius: 0; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row > .video-iframe-container {  }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#wWy6tA7XTOT735K9rB4hC66qGKXZIuyM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:11.75rem;top:2.4375rem;left:42.125rem;overflow:hidden;display:block; }
#EKcHRT9BPbLVuQ4seJNur4syGAPWmVEO { background-color:#bc0307;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.4375rem;left:44.5rem;display:block; }
#B76pTsH25GFLph957UrG9vxpavVgqMd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AIIbwb2Ufgr3T1Aznk5Zyl2i8RsQhH1B { color:#5a442f;display:block;width:38.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:2.4375rem;left:1.4375rem;height:13.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KT7DOLNx9D8pu2lSX9vssrLP4GTChK9J { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:17.25rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#npxoD4OI3TVzr0fXvABnMQnhEvLPtWsE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:11.75rem;top:0rem;left:48.25rem;overflow:hidden;display:block; }
#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container { background-color: transparent; background-image: none; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container > .video-iframe-container { display: none; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row > .video-iframe-container { display: none; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .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); }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container { border-width: 0; border-radius: 0; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row > .video-iframe-container {  }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#Tn1VihwZNsqmmsUBCiykq7tE2udCcxxR { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:12.375rem;top:2.9375rem;left:37.5625rem;overflow:hidden;display:block; }
#UWFntUvuC7viNHpVLQQRogIAKnC3nIQR { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19.3125rem;left:47.125rem;display:block; }
#zHi4iLTkANwWOhPS2lsJH5kP3vcKQWiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ja0tbzgCla5S5iiglnBgEFxqRGc7nJoF { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.375rem;left:1.8125rem;height:16.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qDpoaWQLesBpw1Rk2oSWIDkT2qHxJa9M { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:18.9375rem;left:13.4375rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Bh21nhCpDBoVTvlp2TLB19kvcus54vfe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:12.375rem;top:1.1875rem;left:46.0625rem;overflow:hidden;display:block; }
#P479VpMgcTp1L79EwpHgXip8impMIzT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { background-color: transparent; background-image: none; }#P479VpMgcTp1L79EwpHgXip8impMIzT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container > .video-iframe-container { display: none; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row > .video-iframe-container { display: none; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .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); }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { border-width: 0; border-radius: 0; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row > .video-iframe-container {  }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:1.8125rem;left:9.5rem;overflow:hidden;display:block; }
#rq6F41lwetHMZFZM5kxRzgr0S9C8oSJG { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.0625rem;left:11.125rem;display:block; }
#X0zu9Wc0WNMufJ6xRvI8Htg9BlZpt8DO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UK1BR29EAOsOOzaOEq16Z3iqqVTHV69W { color:#5a442f;display:block;width:35.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.8125rem;left:24.375rem;height:18.75rem;font-style:normal;display:block; }
#KWAM5kqqFzgUITMdiGHVGchDhfQpCcet { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:22.25rem;left:24.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U3MOAPAd77l8MHUJQVEW2hyrKdMrywaK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { background-color: transparent; background-image: none; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container > .video-iframe-container { display: none; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row > .video-iframe-container { display: none; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .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); }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { border-width: 0; border-radius: 0; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row > .video-iframe-container {  }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:11.5625rem;top:5.4375rem;left:41.875rem;overflow:hidden;display:block; }
#pvVVabunthzQoTPrSel7l16cwxhbPKdO { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19.9375rem;left:48.125rem;display:block; }
#tffA7337Ry6oOG2QT8CMCFXPUrTeGwIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#itgOmPr38OQmwSTA9zGAEvG1UoD3BLdT { color:#5a442f;display:block;width:39.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.8125rem;left:0rem;height:13.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dk0WKK7V888nsfa4aQvsV4SGGmIyDgT5 { color:#e6596b;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.375rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JwWAHDWSvasQw9P7H4WisJiEOuzpq9MR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:11.5625rem;top:1.0625rem;left:48.4375rem;overflow:hidden;display:block; }
#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { background-color: transparent; background-image: none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container > .video-iframe-container { display: none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container { display: none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .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); }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { border-width: 0; border-radius: 0; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container {  }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:2.3992185592651rem;left:12.75rem;overflow:hidden;display:block; }
#LOcIGpfk53MeCuFsN8sNcT2pLegsH22b { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:17.5625rem;left:14.0625rem;display:block; }
#zuHFxfCDISCrHKfleuQchHQ1MWk2Eu2a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SlLpZMsccnA1D7472AqrK5APrhAiqTkC { color:#5a442f;display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:2.3984375rem;left:27rem;height:13.125rem;font-style:normal;display:block; }
#M1Cn7F4QmlrgLgtkaHwe0Q6pkqe5dmaa { color:#e6596b;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:27rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#APCNSAcS1lCZUQCRaQrM9qHnKzUOzUJ7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:4.4375rem;left:2.25rem;overflow:hidden;display:block; }
#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { background-color: transparent; background-image: none; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container > .video-iframe-container { display: none; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row > .video-iframe-container { display: none; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .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); }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { border-width: 0; border-radius: 0; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row > .video-iframe-container {  }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:11.8125rem;top:1.3125rem;left:37.625rem;overflow:hidden;display:block; }
#uJuTNqWNC3yZUlfsmFOBweBnCQakbAZf { background-color:#bc0307;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:16.5625rem;left:42.5625rem;display:block; }
#Ag39zc2nfkwkPw9IKhckvN3XMIL9aS2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oWw9Qqt2t9gbclm4pC1F9h0JITMfyqFV { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:0rem;height:16.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d8l6qWIQaTiPTKHHn0RO94IfIvXTr9tP { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.5625rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zkf9RQ7yGArtp7CzPDvStB579Fzp6PGV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:11.8125rem;top:0rem;left:45.4375rem;overflow:hidden;display:block; }
#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { background-color: transparent; background-image: none; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container > .video-iframe-container { display: none; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row > .video-iframe-container { display: none; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .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); }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { border-width: 0; border-radius: 0; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row > .video-iframe-container {  }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:12.375rem;top:3.625rem;left:40.6875rem;overflow:hidden;display:block; }
#lWQuPNkRBxl9NPlHOSr1xBpZcTWoDQnw { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.625rem;left:47.875rem;display:block; }
#tEPrkUXka5vH6bPZm3KnVdx2iaH3xkdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UFFvNDU6u58oy7chONy68G8iSBoaMdWg { color:#5a442f;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:3.625rem;left:0.875rem;height:13.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L1RNtCgkMeuEbJa0WexL6bd05Nin86b6 { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:19.4619140625rem;left:16.625rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SxKIfSxIPuN3FJkwg8KSoFHHKG8oZGda { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:12.375rem;top:1.25rem;left:47.625rem;overflow:hidden;display:block; }
#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { background-color: transparent; background-image: none; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container > .video-iframe-container { display: none; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row > .video-iframe-container { display: none; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .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); }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { border-width: 0; border-radius: 0; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row > .video-iframe-container {  }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#hluuC0RkZwevD94QTamCT9uudeTVDqNL { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:4.375rem;left:8rem;overflow:hidden;display:block; }
#uI4JGHx3mCeTeuzUTC8tcLe5nXmSnOsT { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.550001144409rem;left:9.875rem;display:block; }
#Dfh4MecMH55qkAs1PAP6LmWx0nAoLGKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l0JDxXII55msQVA2gFdZcfhQvd6LW8Ns { color:#5a442f;display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.5rem;left:23.5rem;height:15rem;font-style:normal;display:block; }
#E3KyQnFXpnTR3mu2bmh2KeJ9ocZFPFfv { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:20.26171875rem;left:23.5rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6qCUKoTiaTosRUeLBiMQG8qbz5nV9Pe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:11.875rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.22);background-image:none;position:relative;display:block; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { background-color: transparent; background-image: none; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container > .video-iframe-container { display: none; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row > .video-iframe-container { display: none; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .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); }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { border-width: 0; border-radius: 0; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row > .video-iframe-container {  }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#HCuvxGHr5Iaqvc0cBf6hGw2vcJc9KgxP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:12.4375rem;top:3.5625rem;left:9.5rem;overflow:hidden;display:block; }
#FsI1MuZEbNnMhpAtCv65q4zvsOkZJBb8 { background-color:#e6596b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19.875rem;left:2.9375rem;display:block; }
#aPtDNC6hn9pEg5N2S8RduoqXvdzwW9VK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rX2TpqBH06o1zlgTVxuxbTbNX1AkxTuA { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:3.5625rem;left:23.9375rem;height:15rem;font-style:normal;display:block; }
#zMvipG73qyW2NZT9iupMaXFhMWPfMyM1 { color:#e6596b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:19.375rem;left:23.9375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FKHFEFJxETNf5vPSILg1S801wihsoJ8K { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:12.375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#aVg7oVTRSndM150hKWr4ShcPFhtctDkd { position:relative;display:block; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd { background-color: transparent; background-image: none; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row .container > .video-iframe-container { display: none; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row > .video-iframe-container { display: none; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .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); }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd { border-width: 0; border-radius: 0; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row .container > .video-iframe-container {  }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#Q7Ks6XwkTNGunVW10uNdNZx1UPEIURNH { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:6.9365234375rem;left:0rem;height:8.90625rem;font-style:normal;display:block; }
#RzNJPqzKDauT4ZNcVeyXsGfp2pVLE2rn { color:#000000;display:block;width:45.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.65625rem;display:block; }
#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg { position:relative;display:block; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg { background-color: transparent; background-image: none; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row .container > .video-iframe-container { display: none; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row > .video-iframe-container { display: none; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .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); }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg { border-width: 0; border-radius: 0; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row .container > .video-iframe-container {  }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#QtDpzsWu2PivgwLZxrxTVXr2ORsyT06S { color:#000000;display:block;width:45.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.2343873977661rem;left:0rem;height:3.65625rem;display:block; }
#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT { position:relative;display:block; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT { background-color: transparent; background-image: none; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row .container > .video-iframe-container { display: none; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row > .video-iframe-container { display: none; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .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); }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT { border-width: 0; border-radius: 0; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row .container > .video-iframe-container {  }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#WQdPoxnuTy9kz0Neir8TyMHe4d4ocy7L { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:1.6240234375rem;left:0rem;height:30.28125rem;font-style:normal;display:block; }
#B4NRLizzpO64F6bgFN963viklPs4QPrt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:14.9375rem;top:1.6240234375rem;left:45.0625rem;overflow:hidden;display:block; }
#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S { position:relative;display:block; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S { background-color: transparent; background-image: none; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row .container > .video-iframe-container { display: none; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row > .video-iframe-container { display: none; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .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); }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S { border-width: 0; border-radius: 0; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row .container > .video-iframe-container {  }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#KeOgT2TXCfOfGdDVP5hTSB7sp3JQ9MSm { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1499938964844rem;left:0.0625rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MfCurr4UyHBBN59sfR6JwADni6xDA1ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#312f2f;background-image:none;position:relative;display:block; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container { background-color: transparent; background-image: none; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container > .video-iframe-container { display: none; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row > .video-iframe-container { display: none; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .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); }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container { border-width: 0; border-radius: 0; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row > .video-iframe-container {  }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container { font-size:0.875rem;font-family:exo;height:4rem;width:60rem;position:relative;display:block; }#vkEuPxR9sv9wEfpR69oXvdp55eMG972b { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5750007629394rem;left:19.281251907349rem;height:0.89375rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { display:block; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BIK87enwTGu00o5aOy5Wqp0f1vGlOU1s { width:46.75rem;height:25.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #u4tfy4irphJ34P8JFysHr7zuBzTnd7aR { display:block; }
 }@media only screen and (max-width: 959px) { #A2WUO91F4COULWyo1VKPPq1E03ucQb6u { display:block; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tgNtQ9pLKte97xfFJ6BGeOIWbPWlH808 { top:1.625rem;left:0rem;width:47.75rem;height:2.6806625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DK0TmN7pUW9O2wKcTpp1Xrtyc6s0lsf6 { top:4.5625rem;left:0rem;width:47.75rem;height:1.3808625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB { display:block; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row .container { width:47.75rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XUbTlNWABxnUTbUnwVhcdPtgk266xLBJ { top:0rem;left:1.71875rem;width:44.125rem;height:16rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 { display:block; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row .container { width:47.75rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZrsendCyH3SDqIw7Mrupb45pnThBBTNH { top:4.8125rem;left:1.71875rem;width:44.3125rem;height:80.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #IUPuPhuG86E6xkFMp0Uz2M88rC8EKpw9 { top:1.02734375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z { display:block; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zE8oLpUFXB24Tcf0NUT7GCQB52LT3JyC { width:20.75rem;height:28.125rem;top:5.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #b79icBm7xaKgApvomMprLtkJLxKt1yEx { width:21.1875rem;height:18.875rem;top:11.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wXJNDysC3WvNdXTLUBMIbGeTlcFOAoT1 { width:21.1875rem;height:18rem;top:1.375rem;left:25.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPSgheriMNo8BIhhyySHRXEn2O1MCCB4 { top:1.375rem;left:1.6875rem;width:17.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz { display:block; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row .container { width:47.75rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yVevJ05zZuwZaxBimoPBS5ObPQbm4bD5 { top:0.6875rem;left:1.625rem;width:44.3125rem;height:37.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT { display:block; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BJl9V6g49xcLiOJ8FqztpTXVt084vIRw { top:40rem;left:1.6875rem;width:17.9375rem;height:4.38574375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CTBQg0hK6tt7VHsQlZSsbtCzsdaVNs7l { width:13.625rem;height:3.6875rem;top:34.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iR8NvAcPSlLDyxGz4UAruVMtbz463TRq { display:block; }
 }@media only screen and (max-width: 959px) { #t4NuMTpJJcTTc78hTXo5zZgChd7gH28S { width:12.875rem;height:18.4375rem;top:18rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXsqQzVzuLWpKMkRN8ZRSNRuq3txwAVA { width:13.125rem;height:18.625rem;top:6.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IOI8BhpAXZ2UULWmFrsVcgA6nPMVpvVW { top:1.83984375rem;left:1.75rem;width:46rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fd8UCdi7DiCqDSnhToIienlg0uW8vtVp { width:23.9375rem;height:39.375rem;top:6.1875rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 { display:block; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Eel0MvpH1iTKcnfvtqlkcnTTPCHZrXTk { top:1.08984375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 { display:block; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { top:5.1875rem;left:5.3124998807907rem;width:12.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fTG2KKUfJ4CGm6gdxsDSdTEDCWWzODdT { width:11.875rem;height:3.4375rem;top:22.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WtaQO4dUrMvTQBS29K3lqoL4f2x2KvS6 { display:block; }
 }@media only screen and (max-width: 959px) { #yT4JH6HnTSD7fN6h7WhMSCspQXxdlMzJ { top:1.8125rem;left:19.0625rem;width:26.9375rem;height:20.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #tSXOUGoampvPTwzTDv2uJtO30oDWE1wn { top:24.51953125rem;left:25.0625rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Re8MQqfG4HpdaDX9yRcrJQQS1zsT66i7 { top:1.8125rem;left:2.0625rem;width:12.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 { display:block; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ICWnxUQs0SdH39E7izVe1VkMTEn5PPNM { top:6.0625rem;left:28.3125rem;width:11.875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 959px) { #nimwBsNDMcJ8qbTLKqZnHmUQ5oi7ivZi { width:11.875rem;height:3.4375rem;top:20.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #OIJLOEwxu7K0qI3g10z5H4SfOv6qa1yQ { display:block; }
 }@media only screen and (max-width: 959px) { #xgbu0FtP5ME175hQXSZL844G0gMAVvca { top:1.8125rem;left:1.8125rem;width:25.0625rem;height:16.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #Do9i0EES8ukl11VRhw4vNQ25IXLIwpMf { top:21.5625rem;left:4.75rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #N93FZ1xLCHq2ckTHP43pLs1UZvIM6aH7 { top:1.875rem;left:33.5rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 { display:block; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container { width:47.75rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GpfTt9pMGWgZWpkwXZkKS500rTEVEmBM { top:5.1875rem;left:10.125rem;width:11.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1x15GvqBo3r9Lbm3HBpGiMqrO1m3KvG { width:11.875rem;height:3.4375rem;top:19.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #CZ2KVQcHzAGPspLIxlhyLEF1wSgISBHd { display:block; }
 }@media only screen and (max-width: 959px) { #FuWXNgXI42IcCmE9iIpzdtJaVK24Jm07 { top:2.0625rem;left:23.125rem;width:22.75rem;height:18.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #d5CNpqD4TA3FPZWCE6hR5WdMC2qGSmz9 { top:21.875rem;left:23.125rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lKGmUxIK2p5xNxQvbEWNRGTnVKElC1bd { top:2.0625rem;left:2.3125rem;width:11.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO { display:block; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wWy6tA7XTOT735K9rB4hC66qGKXZIuyM { top:5.0625rem;left:27.5rem;width:11.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EKcHRT9BPbLVuQ4seJNur4syGAPWmVEO { width:11.875rem;height:3.4375rem;top:19.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #B76pTsH25GFLph957UrG9vxpavVgqMd2 { display:block; }
 }@media only screen and (max-width: 959px) { #AIIbwb2Ufgr3T1Aznk5Zyl2i8RsQhH1B { top:2.0625rem;left:1.875rem;width:23.5625rem;height:16.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #KT7DOLNx9D8pu2lSX9vssrLP4GTChK9J { top:20.45703125rem;left:3.3125rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #npxoD4OI3TVzr0fXvABnMQnhEvLPtWsE { top:0.875rem;left:34.375rem;width:11.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz { display:block; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tn1VihwZNsqmmsUBCiykq7tE2udCcxxR { top:4.9375rem;left:28rem;width:12.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UWFntUvuC7viNHpVLQQRogIAKnC3nIQR { width:11.875rem;height:3.4375rem;top:20.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zHi4iLTkANwWOhPS2lsJH5kP3vcKQWiq { display:block; }
 }@media only screen and (max-width: 959px) { #Ja0tbzgCla5S5iiglnBgEFxqRGc7nJoF { top:1.4375rem;left:2.375rem;width:24.125rem;height:18.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #qDpoaWQLesBpw1Rk2oSWIDkT2qHxJa9M { top:21.14453125rem;left:4.375rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bh21nhCpDBoVTvlp2TLB19kvcus54vfe { top:1.4375rem;left:34.0625rem;width:12.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #P479VpMgcTp1L79EwpHgXip8impMIzT9 { display:block; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { top:3.8125rem;left:6.4375rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rq6F41lwetHMZFZM5kxRzgr0S9C8oSJG { width:11.875rem;height:3.4375rem;top:18.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #X0zu9Wc0WNMufJ6xRvI8Htg9BlZpt8DO { display:block; }
 }@media only screen and (max-width: 959px) { #UK1BR29EAOsOOzaOEq16Z3iqqVTHV69W { top:1.125rem;left:19.625rem;width:26.25rem;height:20.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #KWAM5kqqFzgUITMdiGHVGchDhfQpCcet { top:22.5673828125rem;left:19.625rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #U3MOAPAd77l8MHUJQVEW2hyrKdMrywaK { top:0.25rem;left:1.75rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO { display:block; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { top:4.625rem;left:29.75rem;width:11.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pvVVabunthzQoTPrSel7l16cwxhbPKdO { width:11.875rem;height:3.4375rem;top:18.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #tffA7337Ry6oOG2QT8CMCFXPUrTeGwIO { display:block; }
 }@media only screen and (max-width: 959px) { #itgOmPr38OQmwSTA9zGAEvG1UoD3BLdT { top:3.25rem;left:2.1875rem;width:26.0625rem;height:15.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #dk0WKK7V888nsfa4aQvsV4SGGmIyDgT5 { top:20.33203125rem;left:2.1875rem;width:16.4375rem;height:1.54296875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #JwWAHDWSvasQw9P7H4WisJiEOuzpq9MR { top:0.6875rem;left:34.625rem;width:11.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { display:block; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { top:4.625rem;left:8.1875rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LOcIGpfk53MeCuFsN8sNcT2pLegsH22b { width:11.875rem;height:3.4375rem;top:19.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zuHFxfCDISCrHKfleuQchHQ1MWk2Eu2a { display:block; }
 }@media only screen and (max-width: 959px) { #SlLpZMsccnA1D7472AqrK5APrhAiqTkC { top:4.625rem;left:22rem;width:23.75rem;height:13.5rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #M1Cn7F4QmlrgLgtkaHwe0Q6pkqe5dmaa { top:19.95703125rem;left:22rem;width:15.625rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #APCNSAcS1lCZUQCRaQrM9qHnKzUOzUJ7 { top:1.25rem;left:1.9375rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn { display:block; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { top:4.8125rem;left:27.9375rem;width:11.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJuTNqWNC3yZUlfsmFOBweBnCQakbAZf { width:11.875rem;height:3.4375rem;top:19.4375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ag39zc2nfkwkPw9IKhckvN3XMIL9aS2V { display:block; }
 }@media only screen and (max-width: 959px) { #oWw9Qqt2t9gbclm4pC1F9h0JITMfyqFV { top:1.625rem;left:2.28125rem;width:24rem;height:18.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #d8l6qWIQaTiPTKHHn0RO94IfIvXTr9tP { top:21.4375rem;left:4.15625rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zkf9RQ7yGArtp7CzPDvStB579Fzp6PGV { top:1.625rem;left:34.90625rem;width:11.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #V1miS730iFpn9PQFwaD5xmMKPNx9vhoS { display:block; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { width:47.75rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { top:2.375rem;left:28.5rem;width:12.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lWQuPNkRBxl9NPlHOSr1xBpZcTWoDQnw { width:11.875rem;height:3.4375rem;top:19.3125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tEPrkUXka5vH6bPZm3KnVdx2iaH3xkdq { display:block; }
 }@media only screen and (max-width: 959px) { #UFFvNDU6u58oy7chONy68G8iSBoaMdWg { top:3.875rem;left:2.375rem;width:24.8125rem;height:16.03125rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #L1RNtCgkMeuEbJa0WexL6bd05Nin86b6 { top:21.4375rem;left:5.0625rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SxKIfSxIPuN3FJkwg8KSoFHHKG8oZGda { top:0rem;left:33.6875rem;width:12.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 { display:block; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hluuC0RkZwevD94QTamCT9uudeTVDqNL { top:5.6875rem;left:1.625rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uI4JGHx3mCeTeuzUTC8tcLe5nXmSnOsT { width:11.875rem;height:3.4375rem;top:19.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dfh4MecMH55qkAs1PAP6LmWx0nAoLGKp { display:block; }
 }@media only screen and (max-width: 959px) { #l0JDxXII55msQVA2gFdZcfhQvd6LW8Ns { top:1.9375rem;left:19.125rem;width:26.625rem;height:16.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #E3KyQnFXpnTR3mu2bmh2KeJ9ocZFPFfv { top:21.01953125rem;left:25.5625rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #h6qCUKoTiaTosRUeLBiMQG8qbz5nV9Pe { top:1.9375rem;left:6.4375rem;width:11.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf { display:block; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { width:47.75rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HCuvxGHr5Iaqvc0cBf6hGw2vcJc9KgxP { top:4.375rem;left:5.125rem;width:11.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FsI1MuZEbNnMhpAtCv65q4zvsOkZJBb8 { width:11.875rem;height:3.4375rem;top:18.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPtDNC6hn9pEg5N2S8RduoqXvdzwW9VK { display:block; }
 }@media only screen and (max-width: 959px) { #rX2TpqBH06o1zlgTVxuxbTbNX1AkxTuA { top:0.9365234375rem;left:18.25rem;width:27.8125rem;height:15.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #zMvipG73qyW2NZT9iupMaXFhMWPfMyM1 { top:19.26953125rem;left:18.25rem;width:22.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FKHFEFJxETNf5vPSILg1S801wihsoJ8K { top:0rem;left:1.8125rem;width:11.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aVg7oVTRSndM150hKWr4ShcPFhtctDkd { display:block; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Q7Ks6XwkTNGunVW10uNdNZx1UPEIURNH { width:43.8125rem;height:10.7988125rem;top:5.9375rem;left:1.9375rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 959px) { #RzNJPqzKDauT4ZNcVeyXsGfp2pVLE2rn { width:43.875rem;height:3.65625rem;top:1.4375rem;left:1.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg { display:block; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QtDpzsWu2PivgwLZxrxTVXr2ORsyT06S { width:43.5rem;height:3.65625rem;top:1.1875rem;left:2.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT { display:block; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WQdPoxnuTy9kz0Neir8TyMHe4d4ocy7L { width:29.6875rem;height:31.9921875rem;top:1rem;left:2.6875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 959px) { #B4NRLizzpO64F6bgFN963viklPs4QPrt { width:14.9375rem;height:19.125rem;top:4.1875rem;left:32.375002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S { display:block; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KeOgT2TXCfOfGdDVP5hTSB7sp3JQ9MSm { width:47.75rem;height:3.16699375rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MfCurr4UyHBBN59sfR6JwADni6xDA1ve { display:block; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vkEuPxR9sv9wEfpR69oXvdp55eMG972b { width:18.8125rem;height:0.8125rem;top:1.3117198944092rem;left:14.437500357628rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/247fa0fa-8c2f-47eb-b378-87d85aba82ad/beauty_and_future__1080x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt.adaptive-delivery-prevent-bg, #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt.lazyload, #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt.lazyloading { background-image: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { background-color: transparent; background-image: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container > .video-iframe-container { display: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row > .video-iframe-container { display: none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .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); }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIK87enwTGu00o5aOy5Wqp0f1vGlOU1s { width:19rem;height:25.25rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4tfy4irphJ34P8JFysHr7zuBzTnd7aR { display:block; }
 }@media only screen and (max-width: 763px) { #A2WUO91F4COULWyo1VKPPq1E03ucQb6u { display:block; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgNtQ9pLKte97xfFJ6BGeOIWbPWlH808 { width:18.75rem;height:1.625rem;top:1.25rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK0TmN7pUW9O2wKcTpp1Xrtyc6s0lsf6 { width:17.9375rem;height:4.142575rem;top:3.2250003814698rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB { display:block; }#D33S6HEB9SEz8LHUsIvU81hZbsNUeoqB > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUbTlNWABxnUTbUnwVhcdPtgk266xLBJ { width:20rem;height:22.3095625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 { display:block; }#dWGKHCUSI6VceHTXRCyJg2pITWAgLKz3 > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrsendCyH3SDqIw7Mrupb45pnThBBTNH { width:18.625rem;height:124.93375rem;top:5.5546875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IUPuPhuG86E6xkFMp0Uz2M88rC8EKpw9 { width:20rem;height:3.57421875rem;top:1.162109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z { display:block; }#A9BhqekLXwZqLX0JVxXXyxxOzUg1R19Z > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE8oLpUFXB24Tcf0NUT7GCQB52LT3JyC { width:20rem;height:19.3349375rem;top:1.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b79icBm7xaKgApvomMprLtkJLxKt1yEx { width:20rem;height:17.8193125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXJNDysC3WvNdXTLUBMIbGeTlcFOAoT1 { width:20rem;height:16.991150442478rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPSgheriMNo8BIhhyySHRXEn2O1MCCB4 { width:20rem;height:1.7871125rem;top:62.4365234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz { display:block; }#gCTTEZ6qsVlNGaMxRGzz3wGtVTwPuKNz > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVevJ05zZuwZaxBimoPBS5ObPQbm4bD5 { width:20rem;height:54.1875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT { display:block; }#A9sXL0idNprTMW5ZdrxBA8lG5l8t1zfT > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJl9V6g49xcLiOJ8FqztpTXVt084vIRw { width:20rem;height:3.50390625rem;top:33.8125rem;left:-0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CTBQg0hK6tt7VHsQlZSsbtCzsdaVNs7l { width:15.25rem;height:4.3125rem;top:28.6875rem;left:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR8NvAcPSlLDyxGz4UAruVMtbz463TRq { display:block; }
 }@media only screen and (max-width: 763px) { #t4NuMTpJJcTTc78hTXo5zZgChd7gH28S { width:14.3125rem;height:20.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsqQzVzuLWpKMkRN8ZRSNRuq3txwAVA { width:16.375rem;height:23.375rem;top:2.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOI8BhpAXZ2UULWmFrsVcgA6nPMVpvVW { width:20rem;height:3.57421875rem;top:41.2646484375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fd8UCdi7DiCqDSnhToIienlg0uW8vtVp { width:20rem;height:31.233375rem;top:45.8955078125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 { display:block; }#uG5ZnsrT3971mJUTRMLz6JEFoQGfuMN7 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eel0MvpH1iTKcnfvtqlkcnTTPCHZrXTk { width:20rem;height:3.57421875rem;top:1.087890625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 { display:block; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { width:10.75rem;height:15.1875rem;top:27.375rem;left:0.625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #fTG2KKUfJ4CGm6gdxsDSdTEDCWWzODdT { width:11rem;height:3rem;top:42.5625rem;left:3.25rem;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #WtaQO4dUrMvTQBS29K3lqoL4f2x2KvS6 { display:block; }
 }@media only screen and (max-width: 763px) { #yT4JH6HnTSD7fN6h7WhMSCspQXxdlMzJ { width:18.75rem;height:22.5rem;top:1.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSXOUGoampvPTwzTDv2uJtO30oDWE1wn { width:19.375rem;height:1.3808625rem;top:24.9931640625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Re8MQqfG4HpdaDX9yRcrJQQS1zsT66i7 { width:12.25rem;height:17.375rem;top:28.125rem;left:7.1875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 { display:block; }#QZW1ygMSRvbtgy9TcCoRT7m6FqXJep92 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICWnxUQs0SdH39E7izVe1VkMTEn5PPNM { width:11.625rem;height:16.4375rem;top:23.4375rem;left:0.5625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #nimwBsNDMcJ8qbTLKqZnHmUQ5oi7ivZi { width:10rem;height:2.8125rem;top:39.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIJLOEwxu7K0qI3g10z5H4SfOv6qa1yQ { display:block; }
 }@media only screen and (max-width: 763px) { #xgbu0FtP5ME175hQXSZL844G0gMAVvca { width:18.75rem;height:19.5rem;top:0.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Do9i0EES8ukl11VRhw4vNQ25IXLIwpMf { width:18.5625rem;height:1.3808625rem;top:21.25rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N93FZ1xLCHq2ckTHP43pLs1UZvIM6aH7 { width:11.875rem;height:16.8125rem;top:25.4375rem;left:7.5625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 { display:block; }#dKzx5280w1NFEEnLZzbXwxIsvZ9HROK5 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpfTt9pMGWgZWpkwXZkKS500rTEVEmBM { width:10.625rem;height:15.125rem;top:24.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1x15GvqBo3r9Lbm3HBpGiMqrO1m3KvG { width:10rem;height:2.8125rem;top:39rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2KVQcHzAGPspLIxlhyLEF1wSgISBHd { display:block; }
 }@media only screen and (max-width: 763px) { #FuWXNgXI42IcCmE9iIpzdtJaVK24Jm07 { width:18.75rem;height:19.5rem;top:1.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5CNpqD4TA3FPZWCE6hR5WdMC2qGSmz9 { width:18.8125rem;height:1.3808625rem;top:21.8056640625rem;left:0.59375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lKGmUxIK2p5xNxQvbEWNRGTnVKElC1bd { width:11.5625rem;height:16.375rem;top:25.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO { display:block; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWy6tA7XTOT735K9rB4hC66qGKXZIuyM { width:10.6875rem;height:15.125rem;top:22.125rem;left:0.5625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #EKcHRT9BPbLVuQ4seJNur4syGAPWmVEO { width:10rem;height:2.8125rem;top:37.25rem;left:5rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #B76pTsH25GFLph957UrG9vxpavVgqMd2 { display:block; }
 }@media only screen and (max-width: 763px) { #AIIbwb2Ufgr3T1Aznk5Zyl2i8RsQhH1B { width:18.75rem;height:16.5rem;top:1.3125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KT7DOLNx9D8pu2lSX9vssrLP4GTChK9J { width:19.375rem;height:1.3808625rem;top:18.625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #npxoD4OI3TVzr0fXvABnMQnhEvLPtWsE { width:11.75rem;height:16.6875rem;top:22.875rem;left:7.625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz { display:block; }#twIgRfvnMbkmbbKUnI9GVV92DOfJWiTz > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn1VihwZNsqmmsUBCiykq7tE2udCcxxR { width:10.6875rem;height:15.125rem;top:28.0625rem;left:8.5rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #UWFntUvuC7viNHpVLQQRogIAKnC3nIQR { width:10rem;height:2.8125rem;top:41.8125rem;left:2rem;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #zHi4iLTkANwWOhPS2lsJH5kP3vcKQWiq { display:block; }
 }@media only screen and (max-width: 763px) { #Ja0tbzgCla5S5iiglnBgEFxqRGc7nJoF { width:18.25rem;height:19.5rem;top:1.375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDpoaWQLesBpw1Rk2oSWIDkT2qHxJa9M { width:17.625rem;height:1.3808625rem;top:21.8125rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bh21nhCpDBoVTvlp2TLB19kvcus54vfe { width:12.375rem;height:17.5rem;top:24.3125rem;left:0.8125rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #P479VpMgcTp1L79EwpHgXip8impMIzT9 { display:block; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { width:11.875rem;height:16.8125rem;top:26.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6F41lwetHMZFZM5kxRzgr0S9C8oSJG { width:10rem;height:2.8125rem;top:43rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0zu9Wc0WNMufJ6xRvI8Htg9BlZpt8DO { display:block; }
 }@media only screen and (max-width: 763px) { #UK1BR29EAOsOOzaOEq16Z3iqqVTHV69W { width:18.75rem;height:22.5rem;top:0.8994140625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWAM5kqqFzgUITMdiGHVGchDhfQpCcet { width:16.8125rem;height:1.3808625rem;top:23.9306640625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3MOAPAd77l8MHUJQVEW2hyrKdMrywaK { width:11.875rem;height:16.8125rem;top:28.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO { display:block; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { width:11.5625rem;height:16.375rem;top:22.0625rem;left:7.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #pvVVabunthzQoTPrSel7l16cwxhbPKdO { width:10rem;height:2.8125rem;top:39.25rem;left:8.625rem;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #tffA7337Ry6oOG2QT8CMCFXPUrTeGwIO { display:block; }
 }@media only screen and (max-width: 763px) { #itgOmPr38OQmwSTA9zGAEvG1UoD3BLdT { width:18.75rem;height:18rem;top:0.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dk0WKK7V888nsfa4aQvsV4SGGmIyDgT5 { width:10.125rem;height:1.3808625rem;top:19.8125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JwWAHDWSvasQw9P7H4WisJiEOuzpq9MR { width:11.5625rem;height:16.375rem;top:24.9375rem;left:0.625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { display:block; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { width:11.875rem;height:16.8125rem;top:25.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOcIGpfk53MeCuFsN8sNcT2pLegsH22b { width:10rem;height:2.8125rem;top:40.5rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHFxfCDISCrHKfleuQchHQ1MWk2Eu2a { display:block; }
 }@media only screen and (max-width: 763px) { #SlLpZMsccnA1D7472AqrK5APrhAiqTkC { width:18.75rem;height:15rem;top:1.8740234375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Cn7F4QmlrgLgtkaHwe0Q6pkqe5dmaa { width:18.875rem;height:1.3808625rem;top:17.7685546875rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APCNSAcS1lCZUQCRaQrM9qHnKzUOzUJ7 { width:11.875rem;height:16.8125rem;top:19.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn { display:block; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { width:10.375rem;height:14.6875rem;top:23.75rem;left:1rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #uJuTNqWNC3yZUlfsmFOBweBnCQakbAZf { width:10rem;height:2.8125rem;top:40.625rem;left:9.0625rem;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #Ag39zc2nfkwkPw9IKhckvN3XMIL9aS2V { display:block; }
 }@media only screen and (max-width: 763px) { #oWw9Qqt2t9gbclm4pC1F9h0JITMfyqFV { width:18rem;height:19.5rem;top:1.0048828125rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8l6qWIQaTiPTKHHn0RO94IfIvXTr9tP { width:18.6875rem;height:1.3808625rem;top:21.1806640625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkf9RQ7yGArtp7CzPDvStB579Fzp6PGV { width:11.8125rem;height:16.75rem;top:24.875rem;left:6.5rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #V1miS730iFpn9PQFwaD5xmMKPNx9vhoS { display:block; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { width:10.8125rem;height:15.3125rem;top:22.375rem;left:0.6875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #lWQuPNkRBxl9NPlHOSr1xBpZcTWoDQnw { width:11.9375rem;height:3.25rem;top:37.6875rem;left:2.5rem;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #tEPrkUXka5vH6bPZm3KnVdx2iaH3xkdq { display:block; }
 }@media only screen and (max-width: 763px) { #UFFvNDU6u58oy7chONy68G8iSBoaMdWg { width:18.75rem;height:16.5rem;top:1.6865234375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L1RNtCgkMeuEbJa0WexL6bd05Nin86b6 { width:18.8125rem;height:1.3808625rem;top:19.3935546875rem;left:0.59375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxKIfSxIPuN3FJkwg8KSoFHHKG8oZGda { width:12.375rem;height:17.5625rem;top:23.25rem;left:7rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 { display:block; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hluuC0RkZwevD94QTamCT9uudeTVDqNL { width:10.4375rem;height:14.8125rem;top:23.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI4JGHx3mCeTeuzUTC8tcLe5nXmSnOsT { width:10rem;height:2.8125rem;top:38.125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfh4MecMH55qkAs1PAP6LmWx0nAoLGKp { display:block; }
 }@media only screen and (max-width: 763px) { #l0JDxXII55msQVA2gFdZcfhQvd6LW8Ns { width:18.75rem;height:18rem;top:1.884765625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3KyQnFXpnTR3mu2bmh2KeJ9ocZFPFfv { width:19.375rem;height:1.3808625rem;top:20.77734375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qCUKoTiaTosRUeLBiMQG8qbz5nV9Pe { width:11.875rem;height:16.8125rem;top:23.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf { display:block; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCuvxGHr5Iaqvc0cBf6hGw2vcJc9KgxP { width:10.875rem;height:15.375rem;top:23.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsI1MuZEbNnMhpAtCv65q4zvsOkZJBb8 { width:11rem;height:3rem;top:39.0625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtDNC6hn9pEg5N2S8RduoqXvdzwW9VK { display:block; }
 }@media only screen and (max-width: 763px) { #rX2TpqBH06o1zlgTVxuxbTbNX1AkxTuA { width:18rem;height:18rem;top:1.4990234375rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMvipG73qyW2NZT9iupMaXFhMWPfMyM1 { width:18.0625rem;height:1.3808625rem;top:20.4375rem;left:0.96875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FKHFEFJxETNf5vPSILg1S801wihsoJ8K { width:12.375rem;height:17.5244375rem;top:24.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVg7oVTRSndM150hKWr4ShcPFhtctDkd { display:block; }#aVg7oVTRSndM150hKWr4ShcPFhtctDkd > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7Ks6XwkTNGunVW10uNdNZx1UPEIURNH { width:17.6875rem;height:26.9970625rem;top:5.0996125rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RzNJPqzKDauT4ZNcVeyXsGfp2pVLE2rn { width:18.875rem;height:2.5996125rem;top:1.25rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg { display:block; }#JT3pVUXao2xF5yAxJKFMxcaMTDSV5Mrg > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtDpzsWu2PivgwLZxrxTVXr2ORsyT06S { width:18.5625rem;height:2.5996125rem;top:1.76171875rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT { display:block; }#sRdoO3OUH9s1keOk09bNdv7zGRXCz0kT > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQdPoxnuTy9kz0Neir8TyMHe4d4ocy7L { width:17.375rem;height:51.1875rem;top:2rem;left:1.28125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #B4NRLizzpO64F6bgFN963viklPs4QPrt { width:14.9375rem;height:19.125rem;top:52.4375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S { display:block; }#iXFsTdvSOd2vFElRWkOsAyysZsMOHO1S > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeOgT2TXCfOfGdDVP5hTSB7sp3JQ9MSm { width:19.0625rem;height:8.4453125rem;top:1.7742176055908rem;left:0.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfCurr4UyHBBN59sfR6JwADni6xDA1ve { display:block; }#MfCurr4UyHBBN59sfR6JwADni6xDA1ve > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkEuPxR9sv9wEfpR69oXvdp55eMG972b { width:20rem;height:0.8125rem;top:1.6000022888184rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }