.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#faeeeb;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e2dd;background-image:url("https://images.assets-landingi.com/adX00kR5/KAA_25_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi.adaptive-delivery-prevent-bg, #Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi.lazyload, #Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi.lazyloading { background-image: none; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container { background-color: transparent; background-image: none; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container > .video-iframe-container { display: none; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row > .video-iframe-container { display: none; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .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); }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container { border-width: 0; border-radius: 0; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#zy1J0vJfi7mswXET8Zac24ZuwGHOUreQ { position:absolute;display:block;z-index:100000;background-color:rgba(250,239,236,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,226,221,0.3) ;height:22.0625rem;width:67.5rem;top:15.4296875rem;left:3.75rem;display:block; }
#OgFit1SiW0C7M7SCXyrnynT8yDVaiWS7 { display:block;width:57.6866875rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:19.803514003754rem;left:8.6238288879394rem;height:6.09375rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:block; }
#IHlUhficHJnBX4kV6WunEZ3ztqT3aS3h { display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:19.805210113526rem;left:8.6562519073488rem;height:12.1333375rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:none; }
#O9ixSRtUIZcLf2sy55bfCHMmMEXgycN1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875001907349rem;overflow:hidden;display:none; }
#fmmIZRNw9LJeK93TNakuOJAnpJBTgQcv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875001907349rem;overflow:hidden;display:none; }
#OvNkPv8tCFD0tqWcac8dCdCuVLybsWtf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.8109375rem;width:3.75rem;position:absolute;display:block;z-index:100004;top:16.0546875rem;left:35.59140586853rem;overflow:hidden;display:block; }
#LukNZDqZJTuOV3dSxRGHSvDzv2f38Rdw { display:block;width:57.6859375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:25.89687538147rem;left:8.6570320129394rem;height:3.28125rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:block; }
#kv5g7RRc4hpn3cdyg8V2G5EdeA8warPl { background-color:#4bae16;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.6875rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:30.8046875rem;left:21.875rem;display:block; }
#ho1VZ8zXLoybXTJvyLTrExqmwQu72THx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bwMVhq3WDH25LQU4JZo4x7BJ57R5FXFk { position:absolute;display:block;z-index:100001;height:7.4375rem;width:13.25rem;top:1.3265628814698rem;left:1.6875rem;display:block; }
#zHemtl2tTDkoSr8RdKCwuMrcxaTor5SK { position:absolute;display:block;z-index:100002;height:7.375rem;width:13.125rem;top:1.3578128814698rem;left:16.46718788147rem;display:block; }
#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul { position:relative;display:block; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul { background-color: transparent; background-image: none; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container > .video-iframe-container { display: none; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row > .video-iframe-container { display: none; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .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); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul { border-width: 0; border-radius: 0; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faeeeb;background-image:none;font-size:0.875rem;font-family:"open sans";height:10.5rem;width:75rem;position:relative;display:block; }#eyTM46crTEwHlPecPmAnvDPCU8qnt5Rp { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:2.9166717529297rem;left:6.25rem;height:4.6875rem;color:#ba7291;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzLeigFVuaAkBXhATDVwACURHuM61Dft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:none; }#bzLeigFVuaAkBXhATDVwACURHuM61Dft > .row .container { border-width: 0; border-radius: 0; }#bzLeigFVuaAkBXhATDVwACURHuM61Dft > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:none; }#PTds9LQixG3cxCHPkILkPJKvJhqSgXMS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:22.5rem;top:1.5385417938232rem;left:2.5rem;overflow:hidden;display:block; }
#FLzan4KSrc7mhDxKe0vybhHeH2RCm3dW { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:18.088541984558rem;left:25.000001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v9UGbUmEkCnT1IV6pWKdL2LCrKvxsT62 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18.088541984558rem;left:50.000001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8wKdsDB0NMleWOkTrSSai0leM9wdhQp { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.375rem;left:25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vwd13sxVVxzDemlzXSs5cZ2gE75wRwVE { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:23.375rem;left:50rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TClBeSAsuw1wolBfVnxci39b2ZHat812 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.375rem;top:1.5072917938232rem;left:26.250001907349rem;overflow:hidden;display:block; }
#NrGWWe9CUaMQ5ZhfigQlwVz7oxBKSNUs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.375rem;top:1.5385417938232rem;left:51.218751907349rem;overflow:hidden;display:block; }
#DfTzzTh1vTrwlgU8Wc9ggLFbWQ4erPBv { color:#000000;display:block;width:24.999rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qn5iEPtkgayHffg9lSrvrSXkwp8qsa2i { color:#000000;display:block;width:24.999rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLzpcc0Ka6Mg158DKr9gfyQEqzyaiC9w { color:#000000;display:block;width:21.8741875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:25.096872806549rem;left:1.5609359741211rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#GH5FuAhyWQKKSPWnXW5JRMq6bLnydzMi { color:#000000;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:24.120701789856rem;left:1.5609359741211rem;height:5.7rem;text-align:center;text-align-last:center;display:none; }
#bCKTRQyLZO4VFhSd5SknaxMnFeFCv3xH { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:24.119530677796rem;left:26.561717987061rem;height:5.7rem;text-align:center;text-align-last:center;display:none; }
#WUQ0M8cInL4IU1PDBc5c5IM2dudPfu1B { color:#47545a;display:block;width:21.874rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:25rem;left:26.5615234375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#WR4mtdBTpSeNob89I5lK9TxrI2dGJnms { color:#47545a;display:block;width:21.874rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:25.0966796875rem;left:51.5625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#blCcDtb7Sv6vFPQfx65dMMxuPdWA4Q3V { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:24.119530677796rem;left:51.561328887939rem;height:7.125rem;text-align:center;text-align-last:center;display:none; }
#IFkQRu9PoHzMPcXShgKNIv43KhCQZtUb { color:#000000;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:24.120701789856rem;left:1.5609359741211rem;height:5.7rem;text-align:center;text-align-last:center;display:none; }
#LetmNRyEXFwTSTHkDN9Bs3nXB45HR72g { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2KEsk6mPNO3Q9x7BPSiUAEohEW02TFe { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:19.712890625rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rq8sGyIv6gHE3c7L2EC4FbDKgGAqGGrV { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:19.712890625rem;left:53.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container { background-color: transparent; background-image: none; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container > .video-iframe-container { display: none; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row > .video-iframe-container { display: none; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .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); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container { border-width: 0; border-radius: 0; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container { font-size:0.875rem;font-family:"open sans";height:14.1875rem;width:75rem;position:relative;display:block; }#ISHRWdqcBe0oBZWTkOyE2Lzd0Q97HnrE { position:absolute;display:block;z-index:100000;height:7.125rem;width:24.25rem;top:3.53125rem;left:25.375001907349rem;display:block; }
#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container { background-color: transparent; background-image: none; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container > .video-iframe-container { display: none; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row > .video-iframe-container { display: none; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .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); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container { border-width: 0; border-radius: 0; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container { font-size:0.875rem;font-family:"open sans";height:72.8125rem;width:75rem;position:relative;display:block; }#n8cZMmLOAK90PRkoMpIvO13kRXENTKN0 { position:absolute;display:block;z-index:100003;background-color:#ba7291;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#GzK213hyOzLJoqlrJ6V83DSkOXBKK854 { color:#fffafb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.859375rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMLpAk5hxUqu1oDKK2Nf6aN1VvBnM6d1 { color:#ba7291;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.8742179870606rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJEgnPSCvi4R7BcGHWJAzkfpeNH7Tlpe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:17.20468711853rem;left:0rem;display:block; }
#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container { background-color: transparent; background-image: none; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container > .video-iframe-container { display: none; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row > .video-iframe-container { display: none; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .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); }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container { border-width: 0; border-radius: 0; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container { background-color: transparent; background-image: none; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container > .video-iframe-container { display: none; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row > .video-iframe-container { display: none; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .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); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container { border-width: 0; border-radius: 0; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container { font-size:0.875rem;font-family:"open sans";height:72.8125rem;width:75rem;position:relative;display:block; }#zzbxdQ40uzT5DrT9CD0tWyKcTBDc3AyW { position:absolute;display:block;z-index:100003;background-color:#ba7291;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#iM5HyloLrBBbLW7BfhGSiwh1qcXHXACv { color:#fffafb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.859375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FcOoPnfdvtPLNTLb9VKmUUt0srQWPzl3 { color:#ba7291;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.8742179870606rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PuZiVRhvtBEFPI9nasd35JkMS69h5k2c { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:16.641409635544rem;left:0rem;display:block; }
#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container { background-color: transparent; background-image: none; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container > .video-iframe-container { display: none; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row > .video-iframe-container { display: none; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .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); }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container { border-width: 0; border-radius: 0; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container { background-color: transparent; background-image: none; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container > .video-iframe-container { display: none; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row > .video-iframe-container { display: none; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .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); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container { border-width: 0; border-radius: 0; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container { font-size:0.875rem;font-family:"open sans";height:72.8125rem;width:75rem;position:relative;display:block; }#evWgyOuoKJQJWJTDOTChTlIFCz4Fd0Fs { position:absolute;display:block;z-index:100003;background-color:#ba7291;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#r6oGSd9kMVWE8Lxi1aJk8dk4TPuFH4ni { color:#fffafb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.859375rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D4N3CAd3zZVTIS76ScoTVPRBMfQPg7dm { color:#ba7291;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.8742179870606rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uK03QVbP14LJsRKsB8v4Wh1O2qyTE1iw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:17.45468711853rem;left:0rem;display:block; }
#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container { background-color: transparent; background-image: none; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container > .video-iframe-container { display: none; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row > .video-iframe-container { display: none; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .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); }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container { border-width: 0; border-radius: 0; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container { background-color: transparent; background-image: none; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container > .video-iframe-container { display: none; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row > .video-iframe-container { display: none; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .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); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container { border-width: 0; border-radius: 0; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container { font-size:0.875rem;font-family:"open sans";height:66.6875rem;width:75rem;position:relative;display:block; }#zf6zlQS1fDP4UMJRXEQ2pNxmMaiBnNmJ { position:absolute;display:block;z-index:100005;background-color:#ba7291;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#KBUNhiLHRVfn5a4lZLzq7crl3Rni8XWk { color:#fffafb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.4222640991211rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6J91yXHLc3kGuTwvXq6nQbrPbz4oyJN { color:#ba7291;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:10.112108230591rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnpNoxNB3koPDZfePePE5zWbKnIwdi4B { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:16.875005722046rem;left:0rem;display:block; }
#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container { background-color: transparent; background-image: none; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container > .video-iframe-container { display: none; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row > .video-iframe-container { display: none; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .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); }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container { border-width: 0; border-radius: 0; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container { background-color: transparent; background-image: none; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container > .video-iframe-container { display: none; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row > .video-iframe-container { display: none; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .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); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container { border-width: 0; border-radius: 0; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container { font-size:0.875rem;font-family:"open sans";height:71.9375rem;width:75rem;position:relative;display:block; }#yxMGzPXSalnmcf75cJIqR801ieOQMoh6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:17.58046913147rem;left:0rem;display:block; }
#V3QiSTqbuGG5iKI1C7y8FhJJTywVHoJk { color:#fffafb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:2.4222660064698rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qKDFtuscuBp1aOvTvn9R0NsH57qR1BBn { position:absolute;display:block;z-index:100004;background-color:#ba7291;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#C8dKX8HJsvZvgF3J3fEbOi1Io44ireeX { color:#ba7291;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:9.62460899353rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXpeqPtz9atstunrPyaJkwRtldNLScoR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/vHMFnkne/LO_zapisy_na_kurs_zdj_cie_g_wne_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR.adaptive-delivery-prevent-bg, #GXpeqPtz9atstunrPyaJkwRtldNLScoR.lazyload, #GXpeqPtz9atstunrPyaJkwRtldNLScoR.lazyloading { background-image: none; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container { background-color: transparent; background-image: none; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250,238,235,0.2); }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container > .video-iframe-container { display: none; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250,238,235,0.2); }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row > .video-iframe-container { display: none; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .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); }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container { border-width: 0; border-radius: 0; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#L2QhGdwLo5JavS7OlHQGduVKABkvgwmI { background-color:#4bae16;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43515625rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:19.967968463897rem;left:18.75rem;display:block; }
#Q0RQfVApZotfoQyBRRNPLA0gi3b2w1ny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RhGKrFcWikbHte9yEVJBKQoCi6r37K1Q { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.125rem;height:9.375rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d48DJQqRqUubixJs3ccbH938eeUFw1aq { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:15.5rem;left:9.6875rem;height:3.28125rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK8hs625MMezH0clEfwGFEuFZtWebOt5 { position:absolute;display:block;z-index:100011;background-color:rgba(250,238,235,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:53.875rem;top:4.0625rem;left:10.3125rem;display:block; }
#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:none;position:relative;display:block; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container { background-color: transparent; background-image: none; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container > .video-iframe-container { display: none; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row > .video-iframe-container { display: none; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .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); }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container { border-width: 0; border-radius: 0; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1dede;background-image:url("https://images.assets-landingi.com/GM6ei5Wy/Projekt_bez_tytu_u_92_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT.adaptive-delivery-prevent-bg, #egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT.lazyload, #egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT.lazyloading { background-image: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container { background-color: transparent; background-image: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container > .video-iframe-container { display: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row > .video-iframe-container { display: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .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); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container { border-width: 0; border-radius: 0; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#y7Vp5f6ICwE9ODnKn30CFnFMifZXRVtz { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.6875rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5kB5vyXh88wpCCUmrBof11CnkLDGFup { position:absolute;display:block;z-index:100006;background-color:rgba(250,245,245,0.98);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#DHsMC6BX6Kqd5U0A8H5tk1S4KdXlUpfA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.625rem;width:35.625rem;position:absolute;display:block;z-index:100007;top:19.941667318344rem;left:0rem;overflow:hidden;display:block; }
#T9b0KKCWDqeo58Qrv0JQpaFo84dArc1r { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:15.207305908203rem;left:0rem;height:4.6875rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1r3UpISy6ptn6A5dAPBXMfAdkQXJL2r { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:22.003890991211rem;left:31.333335876465rem;height:26.375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwmnpog8AikWWndAUzmVbyNX4MLcxc6s { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:9.375rem;top:48.594793081284rem;left:45.364587783814rem;overflow:hidden;display:block; }
#r8ufs7zO8J13geG9J4weAqsTWZic92m7 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CWFDNFX7iz1fZh889TiTAfeBM27zMJ2T { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PRoQQSn0R1RlOT8VXWF6FWzAvs96A4zv { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:23.8125rem;top:10.75rem;left:20.8125rem;display:none; }
#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT { position:relative;display:block; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT { background-color: transparent; background-image: none; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row .container > .video-iframe-container { display: none; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row > .video-iframe-container { display: none; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .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); }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT { border-width: 0; border-radius: 0; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faeeeb;background-image:none;font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#eD32MZOm5CAvPS9uZSlJkUADGLefU9oM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.8125rem;width:5.625rem;position:absolute;display:block;z-index:100002;top:7.4976577758787rem;left:34.686328887939rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi { display:block; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zy1J0vJfi7mswXET8Zac24ZuwGHOUreQ { width:46.25rem;height:16.125rem;top:11.421875rem;left:0.74843752384188rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgFit1SiW0C7M7SCXyrnynT8yDVaiWS7 { width:47.68611907959rem;height:4.21875rem;top:14.945766448974rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHlUhficHJnBX4kV6WunEZ3ztqT3aS3h { width:47.6875rem;height:4.9333375rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O9ixSRtUIZcLf2sy55bfCHMmMEXgycN1 { width:6rem;height:6.1875rem;top:0rem;left:20.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fmmIZRNw9LJeK93TNakuOJAnpJBTgQcv { width:2.9375rem;height:3rem;top:12.0078125rem;left:22.406250357628rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 1199px) { #OvNkPv8tCFD0tqWcac8dCdCuVLybsWtf { width:3.75rem;height:3.8125rem;top:0.90468978881838rem;left:21.998436748981rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LukNZDqZJTuOV3dSxRGHSvDzv2f38Rdw { width:47.6859375rem;height:2.8125rem;top:19.1640625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kv5g7RRc4hpn3cdyg8V2G5EdeA8warPl { width:16.875rem;height:3.375rem;top:23.1875rem;left:15.437500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ho1VZ8zXLoybXTJvyLTrExqmwQu72THx { display:block; }
 }@media only screen and (max-width: 1199px) { #bwMVhq3WDH25LQU4JZo4x7BJ57R5FXFk { width:13.25rem;height:7.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHemtl2tTDkoSr8RdKCwuMrcxaTor5SK { width:13.125rem;height:7.375rem;top:1.3125rem;left:2.8421878814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul { background-color:#faeeeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container { background-color: transparent; background-image: none; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container > .video-iframe-container { display: none; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row > .video-iframe-container { display: none; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .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); }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container { border-width: 0; border-radius: 0; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyTM46crTEwHlPecPmAnvDPCU8qnt5Rp { width:39.6875rem;height:3.28125rem;top:1.3229217529297rem;left:4.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzLeigFVuaAkBXhATDVwACURHuM61Dft { display:none; }#bzLeigFVuaAkBXhATDVwACURHuM61Dft > .row .container { width:47.75rem;height:27.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PTds9LQixG3cxCHPkILkPJKvJhqSgXMS { width:14.375rem;height:9.4375rem;top:1.4687547683716rem;left:0.77083343267444rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLzan4KSrc7mhDxKe0vybhHeH2RCm3dW { width:15.625rem;height:1.625rem;top:12.312505722046rem;left:16.031251132488rem;font-size:1.25rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #v9UGbUmEkCnT1IV6pWKdL2LCrKvxsT62 { width:15.625rem;height:1.625rem;top:12.312500953674rem;left:32.062503039837rem;font-size:1.25rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #r8wKdsDB0NMleWOkTrSSai0leM9wdhQp { width:15.624rem;height:1.4625rem;top:16.9423828125rem;left:16.0625rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #Vwd13sxVVxzDemlzXSs5cZ2gE75wRwVE { width:15.625rem;height:1.4625rem;top:16.9423828125rem;left:31.8330078125rem;font-size:1.125rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #TClBeSAsuw1wolBfVnxci39b2ZHat812 { width:14.375rem;height:9.4375rem;top:1.4375047683716rem;left:16.687501132488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrGWWe9CUaMQ5ZhfigQlwVz7oxBKSNUs { width:14.375rem;height:9.4375rem;top:1.4375047683716rem;left:32.604167163372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DfTzzTh1vTrwlgU8Wc9ggLFbWQ4erPBv { width:15.625rem;height:1.625rem;top:12.375000953674rem;left:0.35416668653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qn5iEPtkgayHffg9lSrvrSXkwp8qsa2i { width:15.625rem;height:1.4625rem;top:16.9423828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLzpcc0Ka6Mg158DKr9gfyQEqzyaiC9w { width:15.625rem;height:0;top:17.250000953674rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GH5FuAhyWQKKSPWnXW5JRMq6bLnydzMi { width:16.249rem;height:7.8rem;top:18.3798828125rem;left:0rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #bCKTRQyLZO4VFhSd5SknaxMnFeFCv3xH { width:15.624rem;height:6.5rem;top:18.3798828125rem;left:15.916015625rem;font-size:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #WUQ0M8cInL4IU1PDBc5c5IM2dudPfu1B { width:15.624625rem;height:0;top:17.248826980591rem;left:15.914061367512rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WR4mtdBTpSeNob89I5lK9TxrI2dGJnms { width:15.625rem;height:0;top:17.248826980591rem;left:32.124607861042rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #blCcDtb7Sv6vFPQfx65dMMxuPdWA4Q3V { width:15.624rem;height:6.5rem;top:18.3798828125rem;left:31.8330078125rem;font-size:1rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 1199px) { #IFkQRu9PoHzMPcXShgKNIv43KhCQZtUb { width:15.625rem;height:0;top:17.250000953674rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LetmNRyEXFwTSTHkDN9Bs3nXB45HR72g { width:15.625rem;height:1.625rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2KEsk6mPNO3Q9x7BPSiUAEohEW02TFe { width:15.625rem;height:1.625rem;top:13.9375rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rq8sGyIv6gHE3c7L2EC4FbDKgGAqGGrV { width:15.625rem;height:1.625rem;top:13.9375rem;left:31.978515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke { display:block; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ISHRWdqcBe0oBZWTkOyE2Lzd0Q97HnrE { width:24.25rem;height:7.125rem;top:3.5rem;left:11.750001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh { display:block; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n8cZMmLOAK90PRkoMpIvO13kRXENTKN0 { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GzK213hyOzLJoqlrJ6V83DSkOXBKK854 { width:47.75rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMLpAk5hxUqu1oDKK2Nf6aN1VvBnM6d1 { width:47.7491875rem;height:2.03125rem;top:4.998046875rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #iJEgnPSCvi4R7BcGHWJAzkfpeNH7Tlpe { width:39.999625rem;height:22.5rem;top:12.183977127075rem;left:3.8730466961861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT { display:block; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME { display:block; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zzbxdQ40uzT5DrT9CD0tWyKcTBDc3AyW { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iM5HyloLrBBbLW7BfhGSiwh1qcXHXACv { width:47.75rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcOoPnfdvtPLNTLb9VKmUUt0srQWPzl3 { width:47.7491875rem;height:2.03125rem;top:4.998046875rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #PuZiVRhvtBEFPI9nasd35JkMS69h5k2c { width:39.999625rem;height:22.5rem;top:12.183977127075rem;left:3.8730466961861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw { display:block; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW { display:block; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #evWgyOuoKJQJWJTDOTChTlIFCz4Fd0Fs { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r6oGSd9kMVWE8Lxi1aJk8dk4TPuFH4ni { width:47.75rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D4N3CAd3zZVTIS76ScoTVPRBMfQPg7dm { width:47.7491875rem;height:2.03125rem;top:4.998046875rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #uK03QVbP14LJsRKsB8v4Wh1O2qyTE1iw { width:39.999625rem;height:22.5rem;top:12.183977127075rem;left:3.8730466961861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh { display:block; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 { display:block; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zf6zlQS1fDP4UMJRXEQ2pNxmMaiBnNmJ { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBUNhiLHRVfn5a4lZLzq7crl3Rni8XWk { width:47.75rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6J91yXHLc3kGuTwvXq6nQbrPbz4oyJN { width:47.7491875rem;height:2.03125rem;top:4.998046875rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #NnpNoxNB3koPDZfePePE5zWbKnIwdi4B { width:39.999625rem;height:22.5rem;top:12.621091842651rem;left:3.8730466961861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD { display:block; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q5wGeMXL8kglbe5nANROmxJQS3WTASv9 { display:block; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yxMGzPXSalnmcf75cJIqR801ieOQMoh6 { width:39.999625rem;height:22.5rem;top:13.123828887939rem;left:3.8414061665535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3QiSTqbuGG5iKI1C7y8FhJJTywVHoJk { width:47.75rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKDFtuscuBp1aOvTvn9R0NsH57qR1BBn { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8dKX8HJsvZvgF3J3fEbOi1Io44ireeX { width:47.7491875rem;height:2.03125rem;top:4.998046875rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #GXpeqPtz9atstunrPyaJkwRtldNLScoR { display:block; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L2QhGdwLo5JavS7OlHQGduVKABkvgwmI { width:18.75rem;height:3.375rem;top:14.125rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0RQfVApZotfoQyBRRNPLA0gi3b2w1ny { display:block; }
 }@media only screen and (max-width: 1199px) { #RhGKrFcWikbHte9yEVJBKQoCi6r37K1Q { width:37.3125rem;height:6.5625rem;top:3.9375rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d48DJQqRqUubixJs3ccbH938eeUFw1aq { width:37.3125rem;height:2.34375rem;top:10.5625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TK8hs625MMezH0clEfwGFEuFZtWebOt5 { width:42.625rem;height:16.25rem;top:2.4375rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd { display:block; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT { display:block; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container { width:47.75rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y7Vp5f6ICwE9ODnKn30CFnFMifZXRVtz { width:36.5rem;height:3.28125rem;top:3.5690155029297rem;left:5.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5kB5vyXh88wpCCUmrBof11CnkLDGFup { width:44rem;height:41.4375rem;top:2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHsMC6BX6Kqd5U0A8H5tk1S4KdXlUpfA { width:27.1875rem;height:27.1875rem;top:16.333343505859rem;left:0.76692712306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9b0KKCWDqeo58Qrv0JQpaFo84dArc1r { width:36.4375rem;height:3.28125rem;top:6.81901550293rem;left:5.65625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1r3UpISy6ptn6A5dAPBXMfAdkQXJL2r { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iwmnpog8AikWWndAUzmVbyNX4MLcxc6s { width:6.8111977577213rem;height:3.4348957538605rem;top:36.704437255859rem;left:29.932292938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8ufs7zO8J13geG9J4weAqsTWZic92m7 { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CWFDNFX7iz1fZh889TiTAfeBM27zMJ2T { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PRoQQSn0R1RlOT8VXWF6FWzAvs96A4zv { top:10.77304649353rem;left:20.839451611042rem;width:25rem;height:23.375rem;z-index:100011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT { display:block; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eD32MZOm5CAvPS9uZSlJkUADGLefU9oM { width:4.125rem;height:4.3125rem;top:5.625rem;left:21.810936748981rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi { display:block; }#Jr4xuTMm8apb5QnZskfVIcVo6DtUOEAi > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy1J0vJfi7mswXET8Zac24ZuwGHOUreQ { width:18.75rem;height:12.125rem;top:21.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFit1SiW0C7M7SCXyrnynT8yDVaiWS7 { width:20rem;height:2.53125rem;top:26.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHlUhficHJnBX4kV6WunEZ3ztqT3aS3h { width:19.997625rem;height:3.75rem;top:29.559375762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100002;font-family:ubuntu;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O9ixSRtUIZcLf2sy55bfCHMmMEXgycN1 { width:2.5rem;height:2.5625rem;top:22.359375rem;left:8.7500003576281rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #fmmIZRNw9LJeK93TNakuOJAnpJBTgQcv { width:3.75rem;height:3.81210625rem;top:27.115673828125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvNkPv8tCFD0tqWcac8dCdCuVLybsWtf { width:3.75rem;height:3.8109375rem;top:32.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LukNZDqZJTuOV3dSxRGHSvDzv2f38Rdw { width:20rem;height:auto;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kv5g7RRc4hpn3cdyg8V2G5EdeA8warPl { width:18.75rem;height:3.375rem;top:35.123438835144rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho1VZ8zXLoybXTJvyLTrExqmwQu72THx { display:block; }
 }@media only screen and (max-width: 763px) { #bwMVhq3WDH25LQU4JZo4x7BJ57R5FXFk { width:7rem;height:3.8125rem;top:1.15625rem;left:12.121472417092rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHemtl2tTDkoSr8RdKCwuMrcxaTor5SK { width:7.5rem;height:4.1875rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul { display:block; }#gKqyoAIEtt9kxAqS7NBkLpIUGV0XdXul > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyTM46crTEwHlPecPmAnvDPCU8qnt5Rp { width:20rem;height:2.15625rem;top:1.953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzLeigFVuaAkBXhATDVwACURHuM61Dft { display:none; }#bzLeigFVuaAkBXhATDVwACURHuM61Dft > .row .container { width:20rem;height:81.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PTds9LQixG3cxCHPkILkPJKvJhqSgXMS { width:18.75rem;height:12.375rem;top:1.2445299625397rem;left:0.62226560711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzan4KSrc7mhDxKe0vybhHeH2RCm3dW { width:20rem;height:1.625rem;top:41.96875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UGbUmEkCnT1IV6pWKdL2LCrKvxsT62 { width:20rem;height:1.625rem;top:69.2578125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8wKdsDB0NMleWOkTrSSai0leM9wdhQp { width:20rem;height:1.625rem;top:46.19140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwd13sxVVxzDemlzXSs5cZ2gE75wRwVE { width:20rem;height:1.625rem;top:73.603515625rem;left:0rem;font-size:1.25rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #TClBeSAsuw1wolBfVnxci39b2ZHat812 { width:18.75rem;height:12.375rem;top:28.376953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGWWe9CUaMQ5ZhfigQlwVz7oxBKSNUs { width:18.75rem;height:12.375rem;top:55.7353515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTzzTh1vTrwlgU8Wc9ggLFbWQ4erPBv { width:19.999rem;height:1.625rem;top:14.763671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5iEPtkgayHffg9lSrvrSXkwp8qsa2i { width:19.999rem;height:1.625rem;top:19.2783203125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLzpcc0Ka6Mg158DKr9gfyQEqzyaiC9w { width:20rem;height:auto;top:25.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH5FuAhyWQKKSPWnXW5JRMq6bLnydzMi { width:16.1875rem;height:auto;top:18.375rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCKTRQyLZO4VFhSd5SknaxMnFeFCv3xH { width:15.5625rem;height:auto;top:18.375rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUQ0M8cInL4IU1PDBc5c5IM2dudPfu1B { width:19.999rem;height:5.2rem;top:47.81640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR4mtdBTpSeNob89I5lK9TxrI2dGJnms { width:19.9980625rem;height:6.5rem;top:75.228515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blCcDtb7Sv6vFPQfx65dMMxuPdWA4Q3V { width:15.5625rem;height:auto;top:18.375rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFkQRu9PoHzMPcXShgKNIv43KhCQZtUb { width:18.75rem;height:5.2rem;top:20.9033203125rem;left:0.625rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #LetmNRyEXFwTSTHkDN9Bs3nXB45HR72g { width:18.75rem;height:1.625rem;top:16.388671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2KEsk6mPNO3Q9x7BPSiUAEohEW02TFe { width:18.75rem;height:1.625rem;top:43.59375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq8sGyIv6gHE3c7L2EC4FbDKgGAqGGrV { width:18.75rem;height:1.625rem;top:70.8828125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke { display:block; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke { background-color: transparent; background-image: none; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container > .video-iframe-container { display: none; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row > .video-iframe-container { display: none; }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .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); }#OnsXTa6T3GlKziMDZoGaFaiOAOfxT1ke > .row .container { width:20rem;height:10.5rem;background-color:#faeeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISHRWdqcBe0oBZWTkOyE2Lzd0Q97HnrE { width:20rem;height:8.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh { display:block; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh { background-color: transparent; background-image: none; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container > .video-iframe-container { display: none; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row > .video-iframe-container { display: none; }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .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); }#kUu8HIA1iAGvgQaWe8GlU5ANNZq0S4Wh > .row .container { width:20rem;height:24.1875rem;background-color:#faeeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8cZMmLOAK90PRkoMpIvO13kRXENTKN0 { width:20rem;height:3.125rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzK213hyOzLJoqlrJ6V83DSkOXBKK854 { width:19.9991875rem;height:1.625rem;top:2.0824222564698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMLpAk5hxUqu1oDKK2Nf6aN1VvBnM6d1 { width:19.9991875rem;height:1.625rem;top:6.1218738555908rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEgnPSCvi4R7BcGHWJAzkfpeNH7Tlpe { height:10.5rem;width:18.75rem;top:11.494922637939rem;left:0.62226560711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT { display:block; }#vx1ITxuwsw1xAzZSlgHTLSb2VAPKFQFT > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME { display:block; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME { background-color: transparent; background-image: none; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container > .video-iframe-container { display: none; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row > .video-iframe-container { display: none; }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .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); }#h8vwwoShuuTU6k7AhTnHGBO8T2bNm8ME > .row .container { width:20rem;height:24.1875rem;background-color:#faeeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzbxdQ40uzT5DrT9CD0tWyKcTBDc3AyW { width:20rem;height:3.125rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM5HyloLrBBbLW7BfhGSiwh1qcXHXACv { width:19.9991875rem;height:1.625rem;top:2.0824222564698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOoPnfdvtPLNTLb9VKmUUt0srQWPzl3 { width:19.9991875rem;height:1.625rem;top:6.1218738555908rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuZiVRhvtBEFPI9nasd35JkMS69h5k2c { height:10.5rem;width:18.75rem;top:11.494922637939rem;left:0.62226560711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw { display:block; }#aVVuX1kQh76I1PVHdMPwSKgrw7swu1Aw > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW { display:block; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW { background-color: transparent; background-image: none; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container > .video-iframe-container { display: none; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row > .video-iframe-container { display: none; }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .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); }#hrwbHBUf69u1rEoR7FqSGP6TkhRdZLAW > .row .container { width:20rem;height:24.1875rem;background-color:#faeeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evWgyOuoKJQJWJTDOTChTlIFCz4Fd0Fs { width:20rem;height:3.125rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6oGSd9kMVWE8Lxi1aJk8dk4TPuFH4ni { width:19.9991875rem;height:1.625rem;top:2.0824222564698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4N3CAd3zZVTIS76ScoTVPRBMfQPg7dm { width:19.9991875rem;height:1.625rem;top:6.1218738555908rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK03QVbP14LJsRKsB8v4Wh1O2qyTE1iw { height:10.5rem;width:18.75rem;top:11.494922637939rem;left:0.62226560711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh { display:block; }#XBRtlfTZn1CM6amvvDpm3ZedUBe5Hfnh > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 { display:block; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 { background-color: transparent; background-image: none; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container > .video-iframe-container { display: none; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row > .video-iframe-container { display: none; }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .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); }#nPThR7s1EFHTTOSb2xovPOWW6S6ETpr3 > .row .container { width:20rem;height:23.4375rem;background-color:#faeeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf6zlQS1fDP4UMJRXEQ2pNxmMaiBnNmJ { width:20rem;height:3.125rem;top:1.3722648620606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBUNhiLHRVfn5a4lZLzq7crl3Rni8XWk { width:19.9991875rem;height:1.625rem;top:2.1445407867432rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6J91yXHLc3kGuTwvXq6nQbrPbz4oyJN { width:19.9991875rem;height:1.625rem;top:5.6859378814697rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpNoxNB3koPDZfePePE5zWbKnIwdi4B { height:10.5rem;width:18.75rem;top:10.935935974121rem;left:0.62226560711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD { display:block; }#qLFFg0BGSzyqFQhuOuGbAWi7VZpiUeMD > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5wGeMXL8kglbe5nANROmxJQS3WTASv9 { display:block; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 { background-color: transparent; background-image: none; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container > .video-iframe-container { display: none; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row > .video-iframe-container { display: none; }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .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); }#q5wGeMXL8kglbe5nANROmxJQS3WTASv9 > .row .container { width:20rem;height:22.1875rem;background-color:#faeeeb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxMGzPXSalnmcf75cJIqR801ieOQMoh6 { height:10.5rem;width:18.75rem;top:9.5109367370606rem;left:0.62226560711861rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3QiSTqbuGG5iKI1C7y8FhJJTywVHoJk { width:19.9991875rem;height:1.625rem;top:1.7718753814698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDFtuscuBp1aOvTvn9R0NsH57qR1BBn { width:20rem;height:3.125rem;top:0.99726676940919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dKX8HJsvZvgF3J3fEbOi1Io44ireeX { width:19.9991875rem;height:1.625rem;top:5.185546875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXpeqPtz9atstunrPyaJkwRtldNLScoR { display:block; }#GXpeqPtz9atstunrPyaJkwRtldNLScoR > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2QhGdwLo5JavS7OlHQGduVKABkvgwmI { width:18.75rem;height:3.375rem;top:14.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RQfVApZotfoQyBRRNPLA0gi3b2w1ny { display:block; }
 }@media only screen and (max-width: 763px) { #RhGKrFcWikbHte9yEVJBKQoCi6r37K1Q { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d48DJQqRqUubixJs3ccbH938eeUFw1aq { width:13.875rem;height:4.125rem;top:8.5rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK8hs625MMezH0clEfwGFEuFZtWebOt5 { width:20rem;height:18.3125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd { display:block; }#eopUsCtw5hwRpyUCCtIKAxWEgBc8RWcd > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT { background-color:#f1dede;background-image:none;display:block; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container { background-color: transparent; background-image: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container > .video-iframe-container { display: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row > .video-iframe-container { display: none; }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .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); }#egyRZOlk6ACTkLSQDwhbp7vHy8rWk1fT > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7Vp5f6ICwE9ODnKn30CFnFMifZXRVtz { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5kB5vyXh88wpCCUmrBof11CnkLDGFup { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHsMC6BX6Kqd5U0A8H5tk1S4KdXlUpfA { width:18.125rem;height:18.125rem;top:10.813781738281rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9b0KKCWDqeo58Qrv0JQpaFo84dArc1r { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1r3UpISy6ptn6A5dAPBXMfAdkQXJL2r { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #iwmnpog8AikWWndAUzmVbyNX4MLcxc6s { width:9.375rem;height:4.5rem;top:58.844515800476rem;left:5.3097653687rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8ufs7zO8J13geG9J4weAqsTWZic92m7 { width:19.998697280884rem;height:8.3125rem;top:1.3958435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100008;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #CWFDNFX7iz1fZh889TiTAfeBM27zMJ2T { width:18.123697280884rem;height:24.9875rem;top:30.184875488281rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:100010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #PRoQQSn0R1RlOT8VXWF6FWzAvs96A4zv { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT { display:block; }#r8vDJraVvuQ9CZJQrAOTBKAtiEW0tOVT > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD32MZOm5CAvPS9uZSlJkUADGLefU9oM { width:4.0625rem;height:4.125rem;top:2.1028442382812rem;left:7.96875rem;display:block; }
 }