.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34be593c-be75-4e36-9263-b3af8278932b/CursoHappinessKrisPortadasparaFacebook.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S.adaptive-delivery-prevent-bg, #yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S.lazyload, #yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S.lazyloading { background-image: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container { background-color: transparent; background-image: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container > .video-iframe-container { display: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row > .video-iframe-container { display: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .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); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container { border-width: 0; border-radius: 0; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row > .video-iframe-container {  }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#vMt9kGHsHRfcyZh0fcwemfTXvA9FuAWl { color:#00ab9a;display:block;width:28.875rem;position:absolute;font-family:"gotham narrow";font-size:3.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:14.0625rem;left:28.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#wKsh2kpJoi3T2UC6fk9Guzh9MUkK4sqa { color:#6a6840;display:block;width:34.75rem;position:absolute;font-family:"gotham narrow";font-size:5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.9375rem;left:25.25rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VOaNVv080ChdSu7zP51UdSqscQPzxUTy { background-color:rgba(209,22,137,0.72);background-image:none;background-position:top left !important;background-repeat: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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:"gotham narrow";font-size:1.125rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:32.875rem;left:28.8125rem;display:block; }
#kKtf5UTT6qPG8IXWHB5Q6iDcI0Q4EBaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IkJScqZP5UvdK2ElL8iw4FFGWVTVN5zM { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #084389;border-left:0.0625rem solid #084389;border-right:0.0625rem solid #084389;border-bottom:0.0625rem solid #084389;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-sizing:border-box;color:#084389;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:32.875rem;left:43rem;display:block; }
#c0TEblu5Beb87EFVPSFREneqepVk1cBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LEbTKdXxB9coO98fEciJTRIyfG7oI1lW { position:absolute;display:block;z-index:100010;background-color:#084389;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:0.125rem;width:33.8125rem;top:28.9375rem;left:26.1875rem;display:block; }
#XWBcxltsV67rvcG5VSJIJ07Ig83bnGwF { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:30.6875rem;left:27.5625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zt3Ol1LhVVEJX9ldDa4fTTQJdJzsQh2S { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:16.1875rem;top:3.75rem;left:34.53125rem;overflow:hidden;display:block; }
#nExdmb6NOws0XDcgzrhCeynComxWNIl1 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:8.9375rem;top:26.0625rem;left:17.3125rem;overflow:hidden;display:block; }
#lNcKCq3RxmawDZAH4pGiAfWqzDu6Vkcz { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Sk4uX2nT7rSfLcVOW04sHVFLtuepzLM8 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:11.76953125rem;left:28.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS { position:relative;display:block; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS { background-color: transparent; background-image: none; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row .container > .video-iframe-container { display: none; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row > .video-iframe-container { display: none; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .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); }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS { border-width: 0; border-radius: 0; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row .container > .video-iframe-container {  }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#DgTnwyXT1TnfrMT5uFQeudqa13vHTwzz { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH { position:relative;display:block; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH { background-color: transparent; background-image: none; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row .container > .video-iframe-container { display: none; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row > .video-iframe-container { display: none; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .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); }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH { border-width: 0; border-radius: 0; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row .container > .video-iframe-container {  }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#lWQcoD6RzsJVoCNRrv6zxZTIcSOk9do0 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4CmKZOXhskaQqM4rGTe8aGvduohFbs3 { position:absolute;display:block;z-index:100011;background-color:#084389;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:0.125rem;width:10.6875rem;top:8.3125rem;left:2.125rem;display:block; }
#KLFhENi18TlqX7OUgz9qOT3bTkJoCKOy { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:16.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frITTVG8pvRezAXqLA1U6WSHTB4vJ9r5 { position:absolute;display:block;z-index:100013;background-color:#084389;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:0.125rem;width:10.6875rem;top:8.25rem;left:17.125rem;display:block; }
#mHdKI74bHDwHcgCeTnS0S9BQO86Rwiyi { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:31.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmhA3PB9tquP4lyTI5ysStmpTFa3Ploq { position:absolute;display:block;z-index:100015;background-color:#084389;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:0.125rem;width:10.6875rem;top:8.25rem;left:32.125rem;display:block; }
#v2Brs5d7nA5MmQXnb2ii94rzLZNIv15E { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:46.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOIKTTU8NfTa7Xi8qEA4TFOoxoPDEMA5 { position:absolute;display:block;z-index:100017;background-color:#084389;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:0.125rem;width:10.6875rem;top:8.375rem;left:47.125rem;display:block; }
#tyBS72dVGush1K6qqObxnyMe6ETRPwbU { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:2.375rem;left:4.875rem;overflow:hidden;display:block; }
#Iy8d2ITRpJL0phk4C4VT15qauqcWhcAs { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:2.375rem;left:19.875rem;overflow:hidden;display:block; }
#diWDqwhbCAbZbnCfrsqXAnbEUqvpcL5i { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:2.375rem;left:34.875rem;overflow:hidden;display:block; }
#BUsP3Nn39hPKScRKOZTqONicxWmvsZbs { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:2.375rem;left:49.9375rem;overflow:hidden;display:block; }
#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(236,50,123,0.48), #faffff);background-image: -moz-linear-gradient(180deg, rgba(236,50,123,0.48), #faffff);background-image: -ms-linear-gradient(180deg, rgba(236,50,123,0.48), #faffff);background-image: -o-linear-gradient(180deg, rgba(236,50,123,0.48), #faffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aec327b', endColorstr='#faffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aec327b', endColorstr='#faffff' );";background-image: linear-gradient(180deg, rgba(236,50,123,0.48), #faffff);background-size:auto !important;position:relative;display:block; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container { background-color: transparent; background-image: none; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container > .video-iframe-container { display: none; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row > .video-iframe-container { display: none; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .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); }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container { border-width: 0; border-radius: 0; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row > .video-iframe-container {  }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#TPJ2208Wdcm9EIzWDfzc7hI6wpC8iWXc { color:#000000;display:block;width:52.75rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.875rem;left:5.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stBnNN1cDVLdeIbr7pHLc0oh0U961EPC { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:3.125rem;left:15.5625rem;height:4.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PEPvrlWFh3ZrKQQobWgcB8xZQ1ri4uWB { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"gotham narrow";font-size:4.6875rem;font-weight:300;z-index:100006;line-height:1.1;letter-spacing:0;top:5rem;left:27.5rem;height:5.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KSIAZR54wunbCJzWuokNeFydoNemKDCv { position:absolute;display:block;z-index:100014;background-color:#452c02;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:0.125rem;width:11.4375rem;top:7.625rem;left:15.6875rem;display:block; }
#Q3mA9qrkHo20o65NvL5Iy8Ry3JRmOTAm { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:24.25rem;left:34.375rem;overflow:hidden;display:block; }
#XxyHVnFvJWWTthRLnKh1pFNR8t7eraMf { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:20.6875rem;left:2.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sg5F9hPCdGSJxeIMTSFoDTwCiJbK0zN2 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:22.3125rem;left:2.125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkybW2r2eaFNDQodHqHK90OgrqOrAzHJ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:24.1875rem;left:4.3125rem;overflow:hidden;display:block; }
#noebkWt3XXUtI0KPPdMA0JiBiaIoWv7M { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1;letter-spacing:0;top:22.3125rem;left:17.125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kl0sbeNzbvl3zGC7UlQHVSsCGPLg0qX2 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:20.6875rem;left:17.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKnnNGo7tsn1z98sI5ElgKW0sgMt9iME { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100013;line-height:1;letter-spacing:0;top:22.3125rem;left:32.125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEAVVK1LlUMUGydm5KiTduJZKX8xSpxV { color:#348aa0;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:300;z-index:100012;line-height:1;letter-spacing:0;top:20.6875rem;left:32.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sONpSxdEDe7iDArhXlyuN5FGEHBgnArP { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100018;line-height:1;letter-spacing:0;top:22.3125rem;left:47.125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pV1MoitwEtRHFubbT4ZRAhyOtVspde33 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:300;z-index:100017;line-height:1;letter-spacing:0;top:20.6875rem;left:47.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HiRDRmKLtAaPygJeUdnJdupSC4L3SEW8 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:3.4375rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:17.75rem;left:2.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRVzKZ4iURNpTTie2l4Tu8N42C3ERZlT { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:3.4375rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:17.75rem;left:17.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cc3OEMfL2G3wHrTXB7INhZillA7CpCTk { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:3.4375rem;font-weight:300;z-index:100012;line-height:1;letter-spacing:0;top:17.75rem;left:32.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hByMRWTtv9FmmpbiKmgSfs2ZSGuSRuyE { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:3.4375rem;font-weight:300;z-index:100017;line-height:1;letter-spacing:0;top:17.75rem;left:47.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSgkdoKJwz0PtTl6xWm39pA5ltKadcTF { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:16.5625rem;left:2.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5pAOC0BkkpqKR5pD1ek55atfTTzHooC { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:100006;line-height:1;letter-spacing:0;top:16.5625rem;left:17.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ki5wNRK16c1T06fFF2BTItm0phTE7tFU { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1;letter-spacing:0;top:16.5625rem;left:32.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD08mSgQOqKlQdrkR1JVsDUNpm47CLfM { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:100016;line-height:1;letter-spacing:0;top:16.5625rem;left:47.125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ok3TkEhLbNneEF43WIZfmQaWxcwCoPSW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:24.25rem;left:19rem;overflow:hidden;display:block; }
#MJ8zW4H9uakmubmDrCFhG940C2yBlNl6 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:24.25rem;left:49.375rem;overflow:hidden;display:block; }
#S2PwFQyb1taTTpwtlfd0gxOnnifApcIg { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:31.25rem;top:10.125rem;left:14.375rem;overflow:hidden;display:block; }
#oauRhupUsyfJIkzpApINxNHxfW8GE4uW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5f5f5, #ffffff);background-image: -moz-linear-gradient(180deg, #f5f5f5, #ffffff);background-image: -ms-linear-gradient(180deg, #f5f5f5, #ffffff);background-image: -o-linear-gradient(180deg, #f5f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f5f5f5, #ffffff);background-size:auto !important;position:relative;display:block; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container { background-color: transparent; background-image: none; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container > .video-iframe-container { display: none; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row > .video-iframe-container { display: none; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .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); }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container { border-width: 0; border-radius: 0; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row > .video-iframe-container {  }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#vBGk9byolMKAUL06QDk9CW2f3dK9ncXn { color:#388da3;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:8.53125rem;font-style:normal;display:block; }
#ts5ZSOB5NP2SRHk4L4ktHP8x5bg2aqzK { color:#000000;display:block;width:22rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:5.8496rem;font-style:normal;display:block; }
#uNOnUf93LdZofJP5tl0KApPdtAAhgX4V { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:26.375rem;height:3.25rem;font-style:normal;display:block; }
#yIfWtpu5k79sQEl4qJTHCrTUi1SIKvdX { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:8.86328125rem;left:26.375rem;height:2.76171875rem;font-style:normal;display:block; }
#GP5gTXZxzOqohHPEXF4eEpUAuN68SzKB { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:26.5625rem;height:3.25rem;font-style:normal;display:block; }
#EM31K6FecSDMUePwFwU796D8rnyT18Ox { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.6875rem;height:4.142575rem;font-style:normal;display:block; }
#WicBfTS2XAI48HhIpkLqCc0mQBCUx2Wy { color:#000000;display:block;width:24.625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:26.75rem;height:3.25rem;font-style:normal;display:block; }
#zTrGKEhu3PsG0viKwmaIJPmsrGncHdOw { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:29.88671875rem;left:26.375rem;height:1.3808625rem;font-style:normal;display:block; }
#pGZkwK089bAvhK7BnWeuuIwbLIm6ocd6 { color:#000000;display:block;width:33rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:31.267578125rem;left:26.375rem;height:2.76171875rem;font-style:normal;display:block; }
#SM0Hggo2IErOTKJL6KrImNsUBXIQAMmk { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:4.75rem;left:23.5625rem;overflow:hidden;display:block; }
#qGO82Hw0zrvTfTftlEIun0tKTgu4yuuM { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.8125rem;top:14.375rem;left:24.0625rem;overflow:hidden;display:block; }
#tbc5AtkQFWNlQ2DXwmD6NV1FfFqEcNPu { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:25.5625rem;left:23.9375rem;overflow:hidden;display:block; }
#XWb6S6whx6qWpDA5TQqni53cvJ5oTAqC { background-color:#f1c43c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:"gotham narrow";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:25.5625rem;left:0rem;display:block; }
#AFZS0BBUzDr2uK7EVRaUJtasXF653lxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FeoINAWck9kuCPv5JTwazA45RML2a8Em { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcfc, #f5f5f5);background-image: -moz-linear-gradient(180deg, #fcfcfc, #f5f5f5);background-image: -ms-linear-gradient(180deg, #fcfcfc, #f5f5f5);background-image: -o-linear-gradient(180deg, #fcfcfc, #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5' );";background-image: linear-gradient(180deg, #fcfcfc, #f5f5f5);background-size:auto !important;position:relative;display:block; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container { background-color: transparent; background-image: none; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container > .video-iframe-container { display: none; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row > .video-iframe-container { display: none; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .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); }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container { border-width: 0; border-radius: 0; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row > .video-iframe-container {  }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;position:relative;display:block; }#mTWw3eFwRUDWtW8hwqd27w2apnHsWXVW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.625rem;width:19.625rem;top:9.0625rem;left:2.625rem;overflow:hidden;display:block; }
#ygsBoCDrqVkqADuRU5Ww15EQUbF6y4kv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.625rem;width:19.625rem;top:33.6875rem;left:38.5625rem;overflow:hidden;display:block; }
#vcTB8kCDaOBM6v8Irv1W3CL0Mkyk57FF { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9.34375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puQTBJ5K932gpypumdcfxgnDD7VOOhLE { color:#388da3;display:block;width:28.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:29.6875rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y9r3A8Fg7oVIUIoutASSgIZURy1Bl2rf { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16.9248046875rem;left:32.375rem;height:10.23681875rem;text-align:right;text-align-last:right;display:block; }
#kRNPcVz4hiFObRH50dJz5DGszUNarAIK { color:#388da3;display:block;width:27.5rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:34.25rem;left:1.875rem;height:6.09375rem;display:block; }
#pLm3aEqFUTZX3M4sNTPwU7KPv5tuXBDu { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"bree thin";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:40.875rem;left:1.875rem;height:1.4624rem;display:block; }
#TDhKXs5IueViK7HNooTQx539ul5TtG6r { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:39.125rem;left:1.875rem;height:13.16161875rem;display:block; }
#rVZHZZOraPyJ8Dngg96iZJZmJINNGOWk { background-color:#f1c43c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:"gotham narrow";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:56.125rem;left:22.1875rem;display:block; }
#H6wfbm9uLrT8Xk6rLlLxuFHzNlNF8yoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aVUQu77dKL5PUUvgN9zs13ADvvuok8iQ { position:absolute;display:block;z-index:99999;background-color:#f1c43c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.125rem;width:19.4375rem;top:34.8125rem;left:39.4375rem;display:block; }
#ZviCfLGGxKOSJm3S7pwSbfMpQ2LyU9tm { position:absolute;display:block;z-index:99998;background-color:#f1c43c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.125rem;width:19.4375rem;top:10.125rem;left:1.96875rem;display:block; }
#B2nNFp7sah61kcUGbRDsZc043Phqxxwx { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9.34375rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gpyfmKIrbZZX0uazWggVOJuZ7tXUgrne { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:16.8125rem;top:6.54296875rem;left:41.4375rem;overflow:hidden;display:block; }
#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3c3c;background-image:url("https://images.assets-landingi.com/9yzBhifb/Disen_o_sin_ti_tulo_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv.adaptive-delivery-prevent-bg, #FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv.lazyload, #FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv.lazyloading { background-image: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { background-color: transparent; background-image: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container > .video-iframe-container { display: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row > .video-iframe-container { display: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .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); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { border-width: 0; border-radius: 0; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row > .video-iframe-container {  }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { font-size:0.875rem;font-family:"open sans";height:22.4375rem;width:60rem;position:relative;display:block; }#aghhLQaA6SNzWNQxMhSpbdtEZSBeaIKD { display:block;width:25rem;position:absolute;font-family:"gotham narrow";font-size:3.0625rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:3.8125rem;left:35rem;height:3.0625rem;color:#b5a07d;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L6xIiAKmsvaqSWfnHXP74rINefVrSC59 { display:block;width:25rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:6.6875rem;left:35rem;height:1.9375rem;color:#ffffff;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dTNxKIV5TFfUgPRCg4FkIpJytLLKPPsR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.75rem;width:60rem;top:0rem;left:9.6875rem;overflow:hidden;display:block; }
#GtxzHWk09dxfybaIkpTlOkFKCqngZegM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/d5b72c40-582c-486c-98d0-2cfaba0ec50b/CursoHappinessKrisPortadasparaFacebook1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM.adaptive-delivery-prevent-bg, #GtxzHWk09dxfybaIkpTlOkFKCqngZegM.lazyload, #GtxzHWk09dxfybaIkpTlOkFKCqngZegM.lazyloading { background-image: none; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container { background-color: transparent; background-image: none; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container > .video-iframe-container { display: none; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row > .video-iframe-container { display: none; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .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); }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container { border-width: 0; border-radius: 0; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row > .video-iframe-container {  }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#mgnyIz9cH5c3ICR6HgIIwuJ2TU3PZx7c { color:#4c8999;display:block;width:48.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:1.1875rem;left:5.53125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlJ16a8oyAKJTUzPltttJPh0rSb0kd7h { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:6.8125rem;left:5.53125rem;overflow:hidden;display:block; }
#ksSPbZIrf79sr2uz4bq14lu0oE70QiAa { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:6.8125rem;left:25.25rem;overflow:hidden;display:block; }
#bnBTVVahgWZQam4QfMMrhxgMtVFgFx2n { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:6.8125rem;left:45.09375rem;overflow:hidden;display:block; }
#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f180af;background-image:url("https://images.assets-landingi.com/uc/d5b72c40-582c-486c-98d0-2cfaba0ec50b/CursoHappinessKrisPortadasparaFacebook1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx.adaptive-delivery-prevent-bg, #U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx.lazyload, #U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx.lazyloading { background-image: none; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container { background-color: transparent; background-image: none; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container > .video-iframe-container { display: none; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row > .video-iframe-container { display: none; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .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); }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container { border-width: 0; border-radius: 0; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row > .video-iframe-container {  }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#OB1MoroOTLKi1yTwLfvKpIapiwGKxa8D { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"bree thin";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:17.9375rem;left:3.53125rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxXwUxAwhBqzygUlKEIr5tAZHNUPlExD { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:4.3125rem;left:2.125rem;height:12.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdELkDUUn6Ty0FUCz9pI06WZvxywkXWE { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.75rem;left:16.875rem;display:block; }
#ctuDHGugZkC6rCzKr3bh7MLTvTg6Wx7a { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:14.8125rem;left:38.5625rem;display:block; }
#l72nerdEulL99hpMZQdWe7gqQtsaRgTE { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:12.875rem;left:53.625rem;display:block; }
#AVx8NFKzhpQkZZnzL5rEs4BNLkg6bIBe { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:3.9375rem;left:0.75rem;display:block; }
#khGSrxvzwcLvPL1nTK2wysuI4eQ7sFOb { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.9375rem;left:21.09375rem;display:block; }
#gmNNaZJf15G4cGVo39GBU2kzXdEbV38Z { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.9375rem;left:41.75rem;display:block; }
#TQUHOnvtDIy5ttiDWFeRJM88GDzsSqkB { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:4.3125rem;left:21.09375rem;height:12.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2nHND7ySaIthOqvpfU6GJd3GJNwg8O0 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"bree thin";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:17.9375rem;left:23.53125rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6c5cVaNLDO1fqgohbWAA1MhM1nfhCg7 { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:6.0625rem;left:41.75rem;height:8.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTd3w5L4HRZa9OCeHN5uEUMU3E6KSC58 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"bree thin";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:17.9375rem;left:43.53125rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXITTDJs8myizCl3D5urkWFc3M9uhmPG { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:6.8125rem;left:5.53125rem;overflow:hidden;display:none; }
#Jxe9gy4or2eB5F8wSxUFn2L6VPD9DHnn { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:6.8125rem;left:45.09375rem;overflow:hidden;display:none; }
#xtsdbEFgMVGhxSspOIOf4a2A9OIe11de { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.4375rem;top:6.8125rem;left:25.25rem;overflow:hidden;display:none; }
#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(236,50,123,0.55), #cce4ff);background-image: -moz-linear-gradient(180deg, rgba(236,50,123,0.55), #cce4ff);background-image: -ms-linear-gradient(180deg, rgba(236,50,123,0.55), #cce4ff);background-image: -o-linear-gradient(180deg, rgba(236,50,123,0.55), #cce4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cec327b', endColorstr='#cce4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cec327b', endColorstr='#cce4ff' );";background-image: linear-gradient(180deg, rgba(236,50,123,0.55), #cce4ff);background-size:auto !important;position:relative;display:block; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container { background-color: transparent; background-image: none; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container > .video-iframe-container { display: none; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row > .video-iframe-container { display: none; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .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); }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container { border-width: 0; border-radius: 0; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row > .video-iframe-container {  }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#J4CiuQsCMbitriSHSd0G75t9W6Anfpke { color:#000000;display:block;width:36.875rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:21.806640625rem;left:11.5625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtvgo7mQUepVsrJWpPh6s3Bw9TflIGhz { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:23.806640625rem;left:9.78125rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPkTtQfpafMUa0gdeiwRSZy6gfdWGe6n { color:rgba(251,251,251,0.99);display:block;width:29.125rem;position:absolute;font-family:"gotham narrow";font-size:2.3125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.80615234375rem;left:15.4375rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLXLyKmpcfeqNadR2WDT3y0lKIOK6tQn { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p7dOqIvsQlEnMtDedEzWVc4kTM5C4spk { position:absolute;display:block;z-index:100009;height:21.75rem;width:38.75rem;top:25.63671875rem;left:11.5625rem;display:block; }
#aUivh1P4tNzduLT7icntg1cbMsnHnhCA { color:#6a6840;display:block;width:34.75rem;position:absolute;font-family:"gotham narrow";font-size:5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:12.625rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ehyc9lVKxXuUr4eNGN5oaUoRuzEOTJLz { color:#00ab9a;display:block;width:28.875rem;position:absolute;font-family:"gotham narrow";font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:15.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fdfd;background-image:none;position:relative;display:block; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container { background-color: transparent; background-image: none; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container > .video-iframe-container { display: none; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row > .video-iframe-container { display: none; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .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); }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container { border-width: 0; border-radius: 0; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row > .video-iframe-container {  }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#dukIZkQn3c2Ic01SGOa1Hu72i6FdpsKX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:20rem;display:none; }
#yAvD7PL5gvBRGN0xJ4QHFPd9QC1VJ8NJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:20rem;display:none; }
#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fdfd;background-image:none;position:relative;display:block; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container { background-color: transparent; background-image: none; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container > .video-iframe-container { display: none; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row > .video-iframe-container { display: none; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .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); }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container { border-width: 0; border-radius: 0; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row > .video-iframe-container {  }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#bV4KpQoVPtmkwNB0nru0WwoTW975RSJA { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"gotham narrow";font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.1;letter-spacing:0;top:0.625rem;left:0.25rem;height:0.9624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KzUiUpB2W6HmL1Bxh6iizx0gZsTTtqyV { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"gotham narrow";font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.1;letter-spacing:0;top:0.6875rem;left:0.21875rem;height:0.9624rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHqHdbagyXHt3p2OSsxTclqgggPmfN7C { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"gotham narrow";font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.1;letter-spacing:0;top:0.625rem;left:15.1875rem;height:0.9624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTlDlmraJzcl6xqr6SuP6JovetP2zWRa { background-color:transparent;background-image: -webkit-linear-gradient(top, #b9a168, #9b3f69);background-image: -moz-linear-gradient(top, #b9a168, #9b3f69);background-image: -ms-linear-gradient(top, #b9a168, #9b3f69);background-image: -o-linear-gradient(top, #b9a168, #9b3f69);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a168', endColorstr='#9b3f69' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a168', endColorstr='#9b3f69' );";background-image: linear-gradient(to bottom, #b9a168, #9b3f69);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:"gotham narrow";font-size:1.125rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:19.25rem;height:4.0625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0rem;left:20.0517578125rem;display:block; }
#KT2OiitvrMdwA3oU4ATr4q6sGLeZIUe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container { background-color: transparent; background-image: none; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container > .video-iframe-container { display: none; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row > .video-iframe-container { display: none; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .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); }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container { border-width: 0; border-radius: 0; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row > .video-iframe-container {  }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container { font-size:0.875rem;font-family:"gotham narrow";height:8.625rem;width:60rem;position:relative;display:block; }#H6K1V9XTZ8iXfmXJ20zx9Bn8diifaoTl { display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:1.625rem;color:#a23cba;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNIwicEEQhaKz3qb6HpmKdTN2l5H6GHH { box-sizing:content-box;color:#084389;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:4.4375rem;left:8.375rem;display:block; }
#LskwPzhUi71tExTebDkOQBhN9fkHEwd7 { box-sizing:content-box;color:#084389;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.4375rem;left:10.875rem;display:block; }
#I8aB4hnkgNLy33NphQfqHNihDX3cUzSt { display:block;width:23.75rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:36.25rem;height:1.625rem;color:#a23cba;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Iso8T6SHa0Tb3nz05m0aucTLZUmMle7B { box-sizing:content-box;color:#084389;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:4.375rem;left:13.3125rem;display:block; }
#Sv1wtuiGzvJagGUbVt60Eyf2uHfqQqDO { display:block;width:17.625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.625rem;color:#a23cba;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vK8tAs7Cs7gzPFLWpxX500Vc77ueltTm { box-sizing:content-box;color:#084389;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.5rem;left:16.375rem;display:block; }
#NoOfDX6MOfVZxah7qxJNnhLHACk6fbaB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:6.8125rem;top:1.8125rem;left:53.1875rem;overflow:hidden;display:block; }
#Ftvbe2RDhDttArTFfAkocW3CzOLTyRef { display:block;width:17.625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.1875rem;height:1.625rem;color:#a23cba;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S { display:block; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMt9kGHsHRfcyZh0fcwemfTXvA9FuAWl { width:28.875rem;height:4.0625rem;top:14.0625rem;left:18.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKsh2kpJoi3T2UC6fk9Guzh9MUkK4sqa { width:34.75rem;height:13rem;top:16.9375rem;left:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOaNVv080ChdSu7zP51UdSqscQPzxUTy { width:13.4375rem;height:2.9375rem;top:32.875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtf5UTT6qPG8IXWHB5Q6iDcI0Q4EBaf { display:block; }
 }@media only screen and (max-width: 763px) { #IkJScqZP5UvdK2ElL8iw4FFGWVTVN5zM { width:13.4375rem;height:2.9375rem;top:32.875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TEblu5Beb87EFVPSFREneqepVk1cBU { display:block; }
 }@media only screen and (max-width: 763px) { #LEbTKdXxB9coO98fEciJTRIyfG7oI1lW { width:33.8125rem;height:0.125rem;top:28.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWBcxltsV67rvcG5VSJIJ07Ig83bnGwF { width:29.125rem;height:1.5rem;top:30.6875rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt3Ol1LhVVEJX9ldDa4fTTQJdJzsQh2S { width:16.1875rem;height:7.375rem;top:3.75rem;left:28.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nExdmb6NOws0XDcgzrhCeynComxWNIl1 { width:8.9375rem;height:12.875rem;top:26.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcKCq3RxmawDZAH4pGiAfWqzDu6Vkcz { width:20rem;height:3.75rem;top:14.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sk4uX2nT7rSfLcVOW04sHVFLtuepzLM8 { width:29.125rem;height:1.5rem;top:11.75rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS { display:block; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgTnwyXT1TnfrMT5uFQeudqa13vHTwzz { width:47.75rem;height:1.75rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7aqqCvOmgk3shEZVG4pmIms9O4CbvH { display:block; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWQcoD6RzsJVoCNRrv6zxZTIcSOk9do0 { width:11.5rem;height:3.5625rem;top:9.25rem;left:0.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CmKZOXhskaQqM4rGTe8aGvduohFbs3 { width:10.6875rem;height:0.125rem;top:8.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLFhENi18TlqX7OUgz9qOT3bTkJoCKOy { width:11.5rem;height:3.625rem;top:9.1875rem;left:12.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frITTVG8pvRezAXqLA1U6WSHTB4vJ9r5 { width:10.6875rem;height:0.125rem;top:8.25rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHdKI74bHDwHcgCeTnS0S9BQO86Rwiyi { width:11.5rem;height:3.5625rem;top:9.1875rem;left:24.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmhA3PB9tquP4lyTI5ysStmpTFa3Ploq { width:10.6875rem;height:0.125rem;top:8.25rem;left:24.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Brs5d7nA5MmQXnb2ii94rzLZNIv15E { width:11.5rem;height:3.5625rem;top:9.3125rem;left:35.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOIKTTU8NfTa7Xi8qEA4TFOoxoPDEMA5 { width:10.6875rem;height:0.125rem;top:8.375rem;left:36.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyBS72dVGush1K6qqObxnyMe6ETRPwbU { width:5.125rem;height:5.125rem;top:2.375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8d2ITRpJL0phk4C4VT15qauqcWhcAs { width:5.125rem;height:5.125rem;top:2.375rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWDqwhbCAbZbnCfrsqXAnbEUqvpcL5i { width:5.125rem;height:5.125rem;top:2.375rem;left:27.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUsP3Nn39hPKScRKOZTqONicxWmvsZbs { width:5.125rem;height:5.125rem;top:2.375rem;left:39.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d { display:block; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPJ2208Wdcm9EIzWDfzc7hI6wpC8iWXc { width:47.75rem;height:3.25rem;top:16.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stBnNN1cDVLdeIbr7pHLc0oh0U961EPC { width:28.875rem;height:4.375rem;top:3.125rem;left:9.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEPvrlWFh3ZrKQQobWgcB8xZQ1ri4uWB { width:10.5625rem;height:5.125rem;top:5rem;left:21.375rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSIAZR54wunbCJzWuokNeFydoNemKDCv { width:11.4375rem;height:0.125rem;top:7.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3mA9qrkHo20o65NvL5Iy8Ry3JRmOTAm { width:6.25rem;height:6.25rem;top:24.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyHVnFvJWWTthRLnKh1pFNR8t7eraMf { width:10.8125rem;height:1.625rem;top:20.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg5F9hPCdGSJxeIMTSFoDTwCiJbK0zN2 { width:10.8125rem;height:0.9375rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkybW2r2eaFNDQodHqHK90OgrqOrAzHJ { width:6.375rem;height:6.375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noebkWt3XXUtI0KPPdMA0JiBiaIoWv7M { width:10.8125rem;height:0.9375rem;top:22.3125rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl0sbeNzbvl3zGC7UlQHVSsCGPLg0qX2 { width:10.8125rem;height:1.625rem;top:20.6875rem;left:11rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKnnNGo7tsn1z98sI5ElgKW0sgMt9iME { width:10.8125rem;height:0.9375rem;top:22.3125rem;left:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEAVVK1LlUMUGydm5KiTduJZKX8xSpxV { width:10.8125rem;height:1.625rem;top:20.6875rem;left:26rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sONpSxdEDe7iDArhXlyuN5FGEHBgnArP { width:10.8125rem;height:0.9375rem;top:22.3125rem;left:36.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV1MoitwEtRHFubbT4ZRAhyOtVspde33 { width:10.8125rem;height:1.625rem;top:20.6875rem;left:36.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRDRmKLtAaPygJeUdnJdupSC4L3SEW8 { width:10.8125rem;height:3.4375rem;top:17.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRVzKZ4iURNpTTie2l4Tu8N42C3ERZlT { width:10.8125rem;height:3.4375rem;top:17.75rem;left:11rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc3OEMfL2G3wHrTXB7INhZillA7CpCTk { width:10.8125rem;height:3.4375rem;top:17.75rem;left:26rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hByMRWTtv9FmmpbiKmgSfs2ZSGuSRuyE { width:10.8125rem;height:3.4375rem;top:17.75rem;left:36.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSgkdoKJwz0PtTl6xWm39pA5ltKadcTF { width:10.8125rem;height:1.4375rem;top:16.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5pAOC0BkkpqKR5pD1ek55atfTTzHooC { width:10.8125rem;height:1.4375rem;top:16.5625rem;left:11rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5wNRK16c1T06fFF2BTItm0phTE7tFU { width:10.8125rem;height:1.4375rem;top:16.5625rem;left:26rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD08mSgQOqKlQdrkR1JVsDUNpm47CLfM { width:10.8125rem;height:1.4375rem;top:16.5625rem;left:36.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok3TkEhLbNneEF43WIZfmQaWxcwCoPSW { width:6.375rem;height:6.375rem;top:24.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ8zW4H9uakmubmDrCFhG940C2yBlNl6 { width:6.25rem;height:6.25rem;top:24.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2PwFQyb1taTTpwtlfd0gxOnnifApcIg { width:31.25rem;height:5.25rem;top:10.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauRhupUsyfJIkzpApINxNHxfW8GE4uW { display:block; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBGk9byolMKAUL06QDk9CW2f3dK9ncXn { width:22.25rem;height:8.5rem;top:10.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts5ZSOB5NP2SRHk4L4ktHP8x5bg2aqzK { width:22rem;height:5.8125rem;top:19.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNOnUf93LdZofJP5tl0KApPdtAAhgX4V { width:33.625rem;height:3.25rem;top:5.0625rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIfWtpu5k79sQEl4qJTHCrTUi1SIKvdX { width:33.1875rem;height:2.75rem;top:8.8125rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP5gTXZxzOqohHPEXF4eEpUAuN68SzKB { width:30.6875rem;height:3.25rem;top:14.6875rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM31K6FecSDMUePwFwU796D8rnyT18Ox { width:33.3125rem;height:4.125rem;top:18.0625rem;left:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WicBfTS2XAI48HhIpkLqCc0mQBCUx2Wy { width:24.625rem;height:3.25rem;top:25.9375rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrGKEhu3PsG0viKwmaIJPmsrGncHdOw { width:32.4375rem;height:1.375rem;top:29.875rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGZkwK089bAvhK7BnWeuuIwbLIm6ocd6 { width:33rem;height:2.75rem;top:31.25rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0Hggo2IErOTKJL6KrImNsUBXIQAMmk { width:2.1875rem;height:2.1875rem;top:4.75rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGO82Hw0zrvTfTftlEIun0tKTgu4yuuM { width:1.8125rem;height:1.75rem;top:14.375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbc5AtkQFWNlQ2DXwmD6NV1FfFqEcNPu { width:2.1875rem;height:2.1875rem;top:25.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWb6S6whx6qWpDA5TQqni53cvJ5oTAqC { width:15.625rem;height:2.8125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFZS0BBUzDr2uK7EVRaUJtasXF653lxP { display:block; }
 }@media only screen and (max-width: 763px) { #FeoINAWck9kuCPv5JTwazA45RML2a8Em { display:block; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTWw3eFwRUDWtW8hwqd27w2apnHsWXVW { width:19.625rem;height:19.625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygsBoCDrqVkqADuRU5Ww15EQUbF6y4kv { width:19.625rem;height:19.625rem;top:33.6875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTB8kCDaOBM6v8Irv1W3CL0Mkyk57FF { width:41.3125rem;height:3.125rem;top:2.0625rem;left:3.21875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQTBJ5K932gpypumdcfxgnDD7VOOhLE { width:28.5625rem;height:3.375rem;top:11.0625rem;left:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9r3A8Fg7oVIUIoutASSgIZURy1Bl2rf { width:25.875rem;height:10.1875rem;top:16.875rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRNPcVz4hiFObRH50dJz5DGszUNarAIK { width:27.5rem;height:6.0625rem;top:34.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLm3aEqFUTZX3M4sNTPwU7KPv5tuXBDu { width:32.375rem;height:1.4375rem;top:40.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDhKXs5IueViK7HNooTQx539ul5TtG6r { width:34.5rem;height:13.125rem;top:39.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZHZZOraPyJ8Dngg96iZJZmJINNGOWk { width:15.625rem;height:2.8125rem;top:56.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6wfbm9uLrT8Xk6rLlLxuFHzNlNF8yoC { display:block; }
 }@media only screen and (max-width: 763px) { #aVUQu77dKL5PUUvgN9zs13ADvvuok8iQ { width:19.4375rem;height:19.125rem;top:34.8125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZviCfLGGxKOSJm3S7pwSbfMpQ2LyU9tm { width:19.4375rem;height:19.125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2nNFp7sah61kcUGbRDsZc043Phqxxwx { width:20rem;height:5.0625rem;top:1.1875rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpyfmKIrbZZX0uazWggVOJuZ7tXUgrne { width:16.8125rem;height:6.1875rem;top:6.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv { display:block; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aghhLQaA6SNzWNQxMhSpbdtEZSBeaIKD { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6xIiAKmsvaqSWfnHXP74rINefVrSC59 { width:26.1875rem;height:6.125rem;top:5.75rem;left:22.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTNxKIV5TFfUgPRCg4FkIpJytLLKPPsR { width:47.75rem;height:18.105208333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtxzHWk09dxfybaIkpTlOkFKCqngZegM { display:block; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgnyIz9cH5c3ICR6HgIIwuJ2TU3PZx7c { width:47.75rem;height:5.5rem;top:1.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJ16a8oyAKJTUzPltttJPh0rSb0kd7h { width:9.4375rem;height:9.4375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSPbZIrf79sr2uz4bq14lu0oE70QiAa { width:9.4375rem;height:9.4375rem;top:6.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBTVVahgWZQam4QfMMrhxgMtVFgFx2n { width:9.4375rem;height:9.4375rem;top:6.8125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx { display:block; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OB1MoroOTLKi1yTwLfvKpIapiwGKxa8D { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXwUxAwhBqzygUlKEIr5tAZHNUPlExD { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdELkDUUn6Ty0FUCz9pI06WZvxywkXWE { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctuDHGugZkC6rCzKr3bh7MLTvTg6Wx7a { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72nerdEulL99hpMZQdWe7gqQtsaRgTE { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVx8NFKzhpQkZZnzL5rEs4BNLkg6bIBe { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGSrxvzwcLvPL1nTK2wysuI4eQ7sFOb { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmNNaZJf15G4cGVo39GBU2kzXdEbV38Z { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQUHOnvtDIy5ttiDWFeRJM88GDzsSqkB { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nHND7ySaIthOqvpfU6GJd3GJNwg8O0 { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6c5cVaNLDO1fqgohbWAA1MhM1nfhCg7 { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTd3w5L4HRZa9OCeHN5uEUMU3E6KSC58 { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXITTDJs8myizCl3D5urkWFc3M9uhmPG { width:9.4375rem;height:9.4375rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jxe9gy4or2eB5F8wSxUFn2L6VPD9DHnn { width:9.4375rem;height:9.4375rem;top:6.8125rem;left:38.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtsdbEFgMVGhxSspOIOf4a2A9OIe11de { width:9.4375rem;height:9.4375rem;top:6.8125rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs { display:block; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4CiuQsCMbitriSHSd0G75t9W6Anfpke { width:36.875rem;height:2.0625rem;top:21.75rem;left:5.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtvgo7mQUepVsrJWpPh6s3Bw9TflIGhz { width:40.4375rem;height:1.5625rem;top:23.75rem;left:3.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPkTtQfpafMUa0gdeiwRSZy6gfdWGe6n { width:29.125rem;height:3rem;top:1.75rem;left:9.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLXLyKmpcfeqNadR2WDT3y0lKIOK6tQn { width:20rem;height:3.5625rem;top:0rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7dOqIvsQlEnMtDedEzWVc4kTM5C4spk { width:38.75rem;height:21.75rem;top:25.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUivh1P4tNzduLT7icntg1cbMsnHnhCA { width:34.75rem;height:13rem;top:7.6875rem;left:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehyc9lVKxXuUr4eNGN5oaUoRuzEOTJLz { width:28.875rem;height:4.0625rem;top:4.8125rem;left:9.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtmUPPThodKdi5kpmBI9rcIxrGiTJof { display:block; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dukIZkQn3c2Ic01SGOa1Hu72i6FdpsKX { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAvD7PL5gvBRGN0xJ4QHFPd9QC1VJ8NJ { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk { display:block; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bV4KpQoVPtmkwNB0nru0WwoTW975RSJA { width:14.5625rem;height:0.9375rem;top:0.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUiUpB2W6HmL1Bxh6iizx0gZsTTtqyV { width:14.5625rem;height:0.9375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqHdbagyXHt3p2OSsxTclqgggPmfN7C { width:14.5625rem;height:0.9375rem;top:0.625rem;left:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlDlmraJzcl6xqr6SuP6JovetP2zWRa { width:19.25rem;height:4.0625rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2OiitvrMdwA3oU4ATr4q6sGLeZIUe7 { display:block; }
 }@media only screen and (max-width: 763px) { #TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc { display:block; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6K1V9XTZ8iXfmXJ20zx9Bn8diifaoTl { width:23.875rem;height:2.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNIwicEEQhaKz3qb6HpmKdTN2l5H6GHH { width:3.125rem;height:3.125rem;top:4.4375rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LskwPzhUi71tExTebDkOQBhN9fkHEwd7 { width:3.125rem;height:3.125rem;top:4.4375rem;left:4.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8aB4hnkgNLy33NphQfqHNihDX3cUzSt { width:13.5rem;height:1.625rem;top:2.25rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iso8T6SHa0Tb3nz05m0aucTLZUmMle7B { width:3.125rem;height:3.125rem;top:1.3125rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv1wtuiGzvJagGUbVt60Eyf2uHfqQqDO { width:23.875rem;height:2.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8tAs7Cs7gzPFLWpxX500Vc77ueltTm { width:3.125rem;height:3.125rem;top:1.5rem;left:10.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOfDX6MOfVZxah7qxJNnhLHACk6fbaB { width:6.8125rem;height:3.375rem;top:1.8125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftvbe2RDhDttArTFfAkocW3CzOLTyRef { width:23.875rem;height:2.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D9j3YuGR/main_celu_talleres.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S.adaptive-delivery-prevent-bg, #yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S.lazyload, #yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S.lazyloading { background-image: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container { background-color: transparent; background-image: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container > .video-iframe-container { display: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row > .video-iframe-container { display: none; }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .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); }#yW1CnTITlZ6xhKvO8ftU1hnksWRbBu2S > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMt9kGHsHRfcyZh0fcwemfTXvA9FuAWl { width:20rem;height:2.5996125rem;top:22.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKsh2kpJoi3T2UC6fk9Guzh9MUkK4sqa { width:20rem;height:5.19921875rem;top:24.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOaNVv080ChdSu7zP51UdSqscQPzxUTy { width:10rem;height:2.625rem;top:36.5rem;left:5.53125rem;font-size:0.9375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #kKtf5UTT6qPG8IXWHB5Q6iDcI0Q4EBaf { display:block; }
 }@media only screen and (max-width: 763px) { #IkJScqZP5UvdK2ElL8iw4FFGWVTVN5zM { width:9.3125rem;height:2.75rem;top:40.6875rem;left:5.875rem;font-size:0.9375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #c0TEblu5Beb87EFVPSFREneqepVk1cBU { display:block; }
 }@media only screen and (max-width: 763px) { #LEbTKdXxB9coO98fEciJTRIyfG7oI1lW { width:20rem;height:0.125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWBcxltsV67rvcG5VSJIJ07Ig83bnGwF { width:20rem;height:auto;top:30.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zt3Ol1LhVVEJX9ldDa4fTTQJdJzsQh2S { width:4.125rem;height:1.875rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nExdmb6NOws0XDcgzrhCeynComxWNIl1 { width:6.9375rem;height:10rem;top:45.375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcKCq3RxmawDZAH4pGiAfWqzDu6Vkcz { width:20rem;height:3.89941875rem;top:29.875rem;left:0rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Sk4uX2nT7rSfLcVOW04sHVFLtuepzLM8 { width:20rem;height:auto;top:11.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS { display:block; }#NSVoidTl0vBxyJWRS7E5Vb6OI0xbbrJS > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgTnwyXT1TnfrMT5uFQeudqa13vHTwzz { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #It7aqqCvOmgk3shEZVG4pmIms9O4CbvH { display:block; }#It7aqqCvOmgk3shEZVG4pmIms9O4CbvH > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWQcoD6RzsJVoCNRrv6zxZTIcSOk9do0 { width:9rem;height:6.09375rem;top:6.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CmKZOXhskaQqM4rGTe8aGvduohFbs3 { width:0.125rem;height:13.5rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLFhENi18TlqX7OUgz9qOT3bTkJoCKOy { width:8.8125rem;height:4.875rem;top:22rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frITTVG8pvRezAXqLA1U6WSHTB4vJ9r5 { width:19.5625rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHdKI74bHDwHcgCeTnS0S9BQO86Rwiyi { width:7.5rem;height:4.875rem;top:35.375rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmhA3PB9tquP4lyTI5ysStmpTFa3Ploq { width:0.125rem;height:13.625rem;top:1.1875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Brs5d7nA5MmQXnb2ii94rzLZNIv15E { width:7.125rem;height:4.875rem;top:47.375rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOIKTTU8NfTa7Xi8qEA4TFOoxoPDEMA5 { width:19.4375rem;height:0.125rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyBS72dVGush1K6qqObxnyMe6ETRPwbU { width:4.25rem;height:4.25rem;top:1.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8d2ITRpJL0phk4C4VT15qauqcWhcAs { width:4.6875rem;height:4.6875rem;top:16.3125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWDqwhbCAbZbnCfrsqXAnbEUqvpcL5i { width:4.3125rem;height:4.3125rem;top:30.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUsP3Nn39hPKScRKOZTqONicxWmvsZbs { width:4.1875rem;height:4.1875rem;top:42.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d { display:block; }#KkPwhyKM2dDSIS9rCp0U5DTWIuNdL37d > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPJ2208Wdcm9EIzWDfzc7hI6wpC8iWXc { width:17.9375rem;height:2.5996125rem;top:15.296875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stBnNN1cDVLdeIbr7pHLc0oh0U961EPC { width:16.1875rem;height:3.4375rem;top:1.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEPvrlWFh3ZrKQQobWgcB8xZQ1ri4uWB { width:15.125rem;height:2.19970625rem;top:7.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSIAZR54wunbCJzWuokNeFydoNemKDCv { width:19.6875rem;height:0.125rem;top:5.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3mA9qrkHo20o65NvL5Iy8Ry3JRmOTAm { width:5.375rem;height:5.375rem;top:33.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyHVnFvJWWTthRLnKh1pFNR8t7eraMf { width:10.8125rem;height:1.375rem;top:20.0625rem;left:6.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg5F9hPCdGSJxeIMTSFoDTwCiJbK0zN2 { width:10.8125rem;height:0.9375rem;top:21.4375rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkybW2r2eaFNDQodHqHK90OgrqOrAzHJ { width:5.125rem;height:5.125rem;top:16.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noebkWt3XXUtI0KPPdMA0JiBiaIoWv7M { width:10.8125rem;height:0.9375rem;top:30.25rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kl0sbeNzbvl3zGC7UlQHVSsCGPLg0qX2 { width:10.8125rem;height:1.375rem;top:28.875rem;left:6.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKnnNGo7tsn1z98sI5ElgKW0sgMt9iME { width:10.8125rem;height:0.9375rem;top:39.0625rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEAVVK1LlUMUGydm5KiTduJZKX8xSpxV { width:10.8125rem;height:1.375rem;top:37.0625rem;left:6.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sONpSxdEDe7iDArhXlyuN5FGEHBgnArP { width:10.8125rem;height:0.9375rem;top:47.3125rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pV1MoitwEtRHFubbT4ZRAhyOtVspde33 { width:10.8125rem;height:1.375rem;top:45.9375rem;left:6.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HiRDRmKLtAaPygJeUdnJdupSC4L3SEW8 { width:10.8125rem;height:2rem;top:18.125rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRVzKZ4iURNpTTie2l4Tu8N42C3ERZlT { width:10.8125rem;height:2rem;top:26.875rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cc3OEMfL2G3wHrTXB7INhZillA7CpCTk { width:10.8125rem;height:2rem;top:34.6875rem;left:6.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hByMRWTtv9FmmpbiKmgSfs2ZSGuSRuyE { width:10.8125rem;height:2rem;top:43.9375rem;left:6.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSgkdoKJwz0PtTl6xWm39pA5ltKadcTF { width:10.8125rem;height:1.5rem;top:16.5rem;left:6.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5pAOC0BkkpqKR5pD1ek55atfTTzHooC { width:10.8125rem;height:1.5rem;top:25.0625rem;left:6.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ki5wNRK16c1T06fFF2BTItm0phTE7tFU { width:10.8125rem;height:1.5rem;top:32.9375rem;left:6.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FD08mSgQOqKlQdrkR1JVsDUNpm47CLfM { width:10.8125rem;height:1.5rem;top:42.4375rem;left:6.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ok3TkEhLbNneEF43WIZfmQaWxcwCoPSW { width:5.3125rem;height:5.3125rem;top:25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ8zW4H9uakmubmDrCFhG940C2yBlNl6 { width:5.5625rem;height:5.5625rem;top:42.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2PwFQyb1taTTpwtlfd0gxOnnifApcIg { width:20rem;height:3.359375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauRhupUsyfJIkzpApINxNHxfW8GE4uW { display:block; }#oauRhupUsyfJIkzpApINxNHxfW8GE4uW > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBGk9byolMKAUL06QDk9CW2f3dK9ncXn { width:20rem;height:6.599125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts5ZSOB5NP2SRHk4L4ktHP8x5bg2aqzK { width:20rem;height:4.875rem;top:8.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNOnUf93LdZofJP5tl0KApPdtAAhgX4V { width:20rem;height:3.25rem;top:16.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIfWtpu5k79sQEl4qJTHCrTUi1SIKvdX { width:20rem;height:3.65625rem;top:19.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GP5gTXZxzOqohHPEXF4eEpUAuN68SzKB { width:20rem;height:4.875rem;top:29.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EM31K6FecSDMUePwFwU796D8rnyT18Ox { width:20rem;height:4.875rem;top:32.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WicBfTS2XAI48HhIpkLqCc0mQBCUx2Wy { width:17.3125rem;height:4.875rem;top:44.8125rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTrGKEhu3PsG0viKwmaIJPmsrGncHdOw { width:20rem;height:2.4375rem;top:49.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGZkwK089bAvhK7BnWeuuIwbLIm6ocd6 { width:20rem;height:2.4375rem;top:52.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SM0Hggo2IErOTKJL6KrImNsUBXIQAMmk { width:2.5rem;height:2.5rem;top:13.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGO82Hw0zrvTfTftlEIun0tKTgu4yuuM { width:2.25rem;height:2.1875rem;top:27.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbc5AtkQFWNlQ2DXwmD6NV1FfFqEcNPu { width:2.5rem;height:2.5rem;top:42.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWb6S6whx6qWpDA5TQqni53cvJ5oTAqC { width:15.625rem;height:2.8125rem;top:60.0625rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFZS0BBUzDr2uK7EVRaUJtasXF653lxP { display:block; }
 }@media only screen and (max-width: 763px) { #FeoINAWck9kuCPv5JTwazA45RML2a8Em { display:block; }#FeoINAWck9kuCPv5JTwazA45RML2a8Em > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTWw3eFwRUDWtW8hwqd27w2apnHsWXVW { width:13.25rem;height:13.25rem;top:28.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygsBoCDrqVkqADuRU5Ww15EQUbF6y4kv { width:13.25rem;height:13.25rem;top:67.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTB8kCDaOBM6v8Irv1W3CL0Mkyk57FF { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #puQTBJ5K932gpypumdcfxgnDD7VOOhLE { width:20rem;height:2.4375rem;top:12.4609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9r3A8Fg7oVIUIoutASSgIZURy1Bl2rf { width:20rem;height:9.75rem;top:15.2275390625rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRNPcVz4hiFObRH50dJz5DGszUNarAIK { width:20rem;height:5.36133125rem;top:44.275390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLm3aEqFUTZX3M4sNTPwU7KPv5tuXBDu { width:20rem;height:1.4624rem;top:62.198527812958rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDhKXs5IueViK7HNooTQx539ul5TtG6r { width:20rem;height:14.625rem;top:49.4482421875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVZHZZOraPyJ8Dngg96iZJZmJINNGOWk { width:15.625rem;height:2.8125rem;top:84.234375rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6wfbm9uLrT8Xk6rLlLxuFHzNlNF8yoC { display:block; }
 }@media only screen and (max-width: 763px) { #aVUQu77dKL5PUUvgN9zs13ADvvuok8iQ { width:13.3125rem;height:13.3125rem;top:65.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZviCfLGGxKOSJm3S7pwSbfMpQ2LyU9tm { width:13.3125rem;height:13.3125rem;top:27.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2nNFp7sah61kcUGbRDsZc043Phqxxwx { width:20rem;height:5.0869125rem;top:1.1875rem;left:0rem;font-size:2.3125rem;z-index:100003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gpyfmKIrbZZX0uazWggVOJuZ7tXUgrne { width:16.8125rem;height:6.1875rem;top:6.2734375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv { background-color:#3f3c3c;background-image:url("https://images.assets-landingi.com/UPr0tzQt/cande_celu_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv.adaptive-delivery-prevent-bg, #FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv.lazyload, #FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv.lazyloading { background-image: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { background-color: transparent; background-image: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container > .video-iframe-container { display: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row > .video-iframe-container { display: none; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .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); }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { border-width: 0; border-radius: 0; }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row > .video-iframe-container {  }#FhlRa6nyWry9eNmZbEdDmammkZ7FBEZv > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aghhLQaA6SNzWNQxMhSpbdtEZSBeaIKD { width:20rem;height:auto;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L6xIiAKmsvaqSWfnHXP74rINefVrSC59 { width:20rem;height:auto;top:6.6875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dTNxKIV5TFfUgPRCg4FkIpJytLLKPPsR { width:20rem;height:7.583rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtxzHWk09dxfybaIkpTlOkFKCqngZegM { display:block; }#GtxzHWk09dxfybaIkpTlOkFKCqngZegM > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgnyIz9cH5c3ICR6HgIIwuJ2TU3PZx7c { width:20rem;height:8.25rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJ16a8oyAKJTUzPltttJPh0rSb0kd7h { width:10.8125rem;height:10.8125rem;top:8.9889702796937rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksSPbZIrf79sr2uz4bq14lu0oE70QiAa { width:10.8125rem;height:10.8125rem;top:21.051470279694rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnBTVVahgWZQam4QfMMrhxgMtVFgFx2n { width:10.8125rem;height:10.8125rem;top:33.113970279694rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx { display:block; }#U5wWxbTElCLJy1q6y72g8o5ffkBoNKSx > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OB1MoroOTLKi1yTwLfvKpIapiwGKxa8D { width:12.9375rem;height:2.699225rem;top:24.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXwUxAwhBqzygUlKEIr5tAZHNUPlExD { width:17.3125rem;height:12.46875rem;top:11.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdELkDUUn6Ty0FUCz9pI06WZvxywkXWE { width:1.5rem;height:1.5rem;top:21.0625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctuDHGugZkC6rCzKr3bh7MLTvTg6Wx7a { width:1.5rem;height:1.5rem;top:69.9375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72nerdEulL99hpMZQdWe7gqQtsaRgTE { width:1.5rem;height:1.5rem;top:48.375rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVx8NFKzhpQkZZnzL5rEs4BNLkg6bIBe { width:1.5rem;height:1.5rem;top:38rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGSrxvzwcLvPL1nTK2wysuI4eQ7sFOb { width:1.5rem;height:1.5rem;top:11.0625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmNNaZJf15G4cGVo39GBU2kzXdEbV38Z { width:1.5rem;height:1.5rem;top:63rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQUHOnvtDIy5ttiDWFeRJM88GDzsSqkB { width:17.625rem;height:12.46875rem;top:38rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nHND7ySaIthOqvpfU6GJd3GJNwg8O0 { width:12.9365rem;height:2.699225rem;top:50.98828125rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6c5cVaNLDO1fqgohbWAA1MhM1nfhCg7 { width:16.499rem;height:8.90625rem;top:64.5rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTd3w5L4HRZa9OCeHN5uEUMU3E6KSC58 { width:14.4375rem;height:2.699225rem;top:73.25rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXITTDJs8myizCl3D5urkWFc3M9uhmPG { width:9.4375rem;height:9.4375rem;top:1.6875rem;left:5.28125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #Jxe9gy4or2eB5F8wSxUFn2L6VPD9DHnn { width:9.4375rem;height:9.4375rem;top:55.125rem;left:5.28125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #xtsdbEFgMVGhxSspOIOf4a2A9OIe11de { width:9.4375rem;height:9.4375rem;top:29.375rem;left:5.28125rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs { display:block; }#bGZJKsRoB1A6ixHzGN4JOZf0dJU7Xucs > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4CiuQsCMbitriSHSd0G75t9W6Anfpke { width:20rem;height:1.4433625rem;top:15.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtvgo7mQUepVsrJWpPh6s3Bw9TflIGhz { width:20rem;height:2.2744125rem;top:18.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPkTtQfpafMUa0gdeiwRSZy6gfdWGe6n { width:20rem;height:auto;top:1.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLXLyKmpcfeqNadR2WDT3y0lKIOK6tQn { width:20rem;height:4.21875rem;top:2.25rem;left:0rem;font-size:0.9375rem;z-index:100003;color:#f8f5f5;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p7dOqIvsQlEnMtDedEzWVc4kTM5C4spk { width:20rem;height:21.75rem;top:21.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUivh1P4tNzduLT7icntg1cbMsnHnhCA { width:20rem;height:5.19921875rem;top:9.068359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehyc9lVKxXuUr4eNGN5oaUoRuzEOTJLz { width:20rem;height:2.5996125rem;top:6.46875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtmUPPThodKdi5kpmBI9rcIxrGiTJof { display:none; }#IbtmUPPThodKdi5kpmBI9rcIxrGiTJof > .row .container { width:20rem;height:16.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dukIZkQn3c2Ic01SGOa1Hu72i6FdpsKX { top:1.5rem;left:8.75rem;width:20rem;height:11.25rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #yAvD7PL5gvBRGN0xJ4QHFPd9QC1VJ8NJ { top:4.8125rem;left:6.5625rem;width:20rem;height:11.25rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk { display:block; }#iBRGyHgLEMi5EZs1rSElwxuAT5STUNwk > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bV4KpQoVPtmkwNB0nru0WwoTW975RSJA { width:14.5625rem;height:1.375rem;top:6.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f8f6f7;display:block; }
 }@media only screen and (max-width: 763px) { #KzUiUpB2W6HmL1Bxh6iizx0gZsTTtqyV { width:14.5625rem;height:1.03125rem;top:4.3125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqHdbagyXHt3p2OSsxTclqgggPmfN7C { width:14.5625rem;height:1.03125rem;top:11.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlDlmraJzcl6xqr6SuP6JovetP2zWRa { width:19.25rem;height:4.0625rem;top:2.78125rem;left:0rem;font-size:0.9375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #KT2OiitvrMdwA3oU4ATr4q6sGLeZIUe7 { display:block; }
 }@media only screen and (max-width: 763px) { #TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc { display:block; }#TAUP34fnQwDVNWphVyMsMoMJAZ8GWCoc > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6K1V9XTZ8iXfmXJ20zx9Bn8diifaoTl { width:7.1875rem;height:1.0625rem;top:7.6875rem;left:6rem;text-align:left;text-align-last:left;line-height:1;font-size:1.0625rem;font-family:"gotham narrow";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mNIwicEEQhaKz3qb6HpmKdTN2l5H6GHH { width:3.125rem;height:3.125rem;top:10.4375rem;left:2.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LskwPzhUi71tExTebDkOQBhN9fkHEwd7 { width:3.125rem;height:3.125rem;top:10.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8aB4hnkgNLy33NphQfqHNihDX3cUzSt { width:13.5625rem;height:1.0625rem;top:19.375rem;left:3.25rem;text-align:left;text-align-last:left;line-height:1;font-size:1.0625rem;font-family:"gotham narrow";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Iso8T6SHa0Tb3nz05m0aucTLZUmMle7B { width:3.125rem;height:3.125rem;top:10.4375rem;left:13.9375rem;font-size:2.1875rem;color:#084389;display:block; }
 }@media only screen and (max-width: 763px) { #Sv1wtuiGzvJagGUbVt60Eyf2uHfqQqDO { width:14.75rem;height:1.0625rem;top:3.4375rem;left:2.625rem;text-align:left;text-align-last:left;line-height:1;font-size:1.0625rem;font-family:"gotham narrow";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vK8tAs7Cs7gzPFLWpxX500Vc77ueltTm { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOfDX6MOfVZxah7qxJNnhLHACk6fbaB { width:6.8125rem;height:3.375rem;top:14.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftvbe2RDhDttArTFfAkocW3CzOLTyRef { width:7.125rem;height:1.0625rem;top:5.3125rem;left:6.4375rem;text-align:left;text-align-last:left;line-height:1;font-size:1.0625rem;font-family:"gotham narrow";font-weight:700;font-style:normal;display:block; }
 }