.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca0707;background-image:none;position:relative;display:block; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container { background-color: transparent; background-image: none; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container > .video-iframe-container { display: none; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row > .video-iframe-container { display: none; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .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); }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container { border-width: 0; border-radius: 0; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row > .video-iframe-container {  }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#hZfUA1XKnd1VUfPDi01UaqHmaMVqHIpJ { color:#6f0707;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.078125rem;left:47.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#FXG8IwvXfMAKzP3Tmaf1tw0asqfha8WR { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.630859375rem;left:18.59375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#qF8raydtwz6HyaixRh0GTUH6u2rdVBux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.5rem;left:0rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#iKFA6wiWTIweDt4NUkv2M0gDUUJbUR9y { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3rem;left:8.96875rem;height:9.07325rem;font-style:normal;display:block; }
#P8tt2cmZg3sXxAeBXTWPv305iXTcff9w { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:12.6875rem;left:8.96875rem;height:6.75rem;font-style:normal;display:block; }
#X6EofIWQHKaidkyxp2LHCwuzH43K60Hc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.375rem;left:8.96875rem;height:1.29980625rem;display:block; }
#hMqSLpZiznydJZdTBFaoumWDrdZVwZbX { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:41.5625rem;top:22.875rem;left:9.15625rem;display:block; }
#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU { position:relative;display:block; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU { background-color: transparent; background-image: none; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row .container > .video-iframe-container { display: none; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row > .video-iframe-container { display: none; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .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); }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU { border-width: 0; border-radius: 0; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row .container > .video-iframe-container {  }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .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:44.125rem;width:60rem;position:relative;display:block; }#uLQJyJ5SDZcT0lRXmbso5bFxaW5PasTh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:41.875rem;top:0.84375rem;left:9.0625rem;overflow:hidden;display:block; }
#CqQKZAhAlW0x3MXIhn0TLJu7x86F0Bov { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:29.625rem;left:9.0625rem;height:12.14648125rem;font-style:normal;display:block; }
#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt { position:relative;display:block; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt { background-color: transparent; background-image: none; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row .container > .video-iframe-container { display: none; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row > .video-iframe-container { display: none; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .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); }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt { border-width: 0; border-radius: 0; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row .container > .video-iframe-container {  }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .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:54.625rem;width:60rem;position:relative;display:block; }#gKvUbVhSp6BwOkJhmVFMDSDimfo5TQ8R { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.25rem;width:36.875rem;top:1.625rem;left:9.09375rem;overflow:hidden;display:block; }
#wkMGymU2CKT0HdJBwTJP5wTwdFU2nfW3 { color:#313131;display:block;width:39.4375rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:21.125rem;left:9.09375rem;height:30.36619375rem;font-style:normal;display:block; }
#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk { position:relative;display:block; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk { background-color: transparent; background-image: none; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row .container > .video-iframe-container { display: none; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row > .video-iframe-container { display: none; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .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); }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk { border-width: 0; border-radius: 0; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row .container > .video-iframe-container {  }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .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:68.75rem;width:60rem;position:relative;display:block; }#CmT17TWeHoRFdqqs8x5v6UTX9pGxC7T0 { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.75rem;left:9.03125rem;height:9.07325rem;font-style:normal;display:block; }
#ZTgEPX4Gs4E1HOF3WEPSt40WkSfriqFf { position:absolute;display:block;z-index:15003;background-color:#c7c7c7;background-image:url("https://images.assets-landingi.com/uc/4387fa86-c7e7-40f7-8566-830f054d6cc9/elainne01rosa102.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:41.4375rem;top:11.875rem;left:9.03125rem;display:block; }#ZTgEPX4Gs4E1HOF3WEPSt40WkSfriqFf.adaptive-delivery-prevent-bg, #ZTgEPX4Gs4E1HOF3WEPSt40WkSfriqFf.lazyload, #ZTgEPX4Gs4E1HOF3WEPSt40WkSfriqFf.lazyloading { background-image: none; }
#cNK6dIufbv7kLEBilPwv6bUxmVAm6X5v { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:37.9375rem;left:9.03125rem;height:6.07324375rem;font-style:normal;display:block; }
#UxE4hWtRancKmZymVDMtTMhMI0cRaow4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9375rem;width:41.5625rem;top:45.375rem;left:9.03125rem;overflow:hidden;display:block; }
#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ { position:relative;display:block; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ { background-color: transparent; background-image: none; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row .container > .video-iframe-container { display: none; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row > .video-iframe-container { display: none; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .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); }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ { border-width: 0; border-radius: 0; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row .container > .video-iframe-container {  }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .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:62.375rem;width:60rem;position:relative;display:block; }#wqd0cavP9qk2DpaXxgRKS06xxCsu6TMl { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:1.625rem;left:9.0625rem;height:14.1708875rem;font-style:normal;display:block; }
#yG2oUkBZcUNZ5Dd3RLT7VbUIptXoDFE3 { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:37.875rem;left:9.0625rem;height:22.26855625rem;font-style:normal;display:block; }
#J9FX7BEuo6xfsKqLOhRq2KTyEABIwuMR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9375rem;width:31.625rem;top:16.47265625rem;left:9.0625rem;overflow:hidden;display:block; }
#R0Zg4v7ZtxOza4AzhTaS0stJuw7M6xIP { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:31.625rem;top:35.3125rem;left:9.0625rem;display:block; }
#carfa4n2bOcmAFXH2ARBlssCEaCs4Eu9 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.625rem;left:9.4375rem;height:1.0556625rem;font-style:italic;display:block; }
#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib { position:relative;display:block; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib { background-color: transparent; background-image: none; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row .container > .video-iframe-container { display: none; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row > .video-iframe-container { display: none; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .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); }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib { border-width: 0; border-radius: 0; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row .container > .video-iframe-container {  }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .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:42.1875rem;width:60rem;position:relative;display:block; }#qznwPCa1xho19n96Z5kOwIgXIcwohBmP { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:16.40234375rem;left:9.0625rem;height:20.24413125rem;font-style:normal;display:block; }
#C7okfmwEiw3qz0WdJUnupIAhzrVmE8da { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:9.0625rem;height:12.097625rem;font-style:normal;display:block; }
#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx { position:relative;display:block; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx { background-color: transparent; background-image: none; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row .container > .video-iframe-container { display: none; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row > .video-iframe-container { display: none; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .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); }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx { border-width: 0; border-radius: 0; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row .container > .video-iframe-container {  }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .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:86.4375rem;width:60rem;position:relative;display:block; }#TQATpKbrlnTzxUKvyg2f7vGQR4Qr29PH { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:27.4375rem;left:9.0625rem;height:26.317375rem;font-style:normal;display:block; }
#fBGpB9xtPLoesZZieSH3PKOSy0VNxKdW { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:56.4375rem;left:9.0625rem;height:12.097625rem;font-style:normal;display:block; }
#XFOaVX1Z5GfXMBlZDwwTrx0ZEcBvHI9e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:16.8125rem;top:1.375rem;left:9.0625rem;overflow:hidden;display:block; }
#U31aNJOWlPnLRPGAy9GLgd0zDVh53UCv { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:69.375rem;left:9.0625rem;height:14.1708625rem;font-style:normal;display:block; }
#bd9kEmbdReT0IUmm0gTBNIDM15gRtliz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:13.1875rem;top:1.375rem;left:25.875rem;overflow:hidden;display:block; }
#sUzNbZa6ysomPW8rq2ZXkqsP5O95JBGn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:16.5625rem;top:1.375rem;left:39.0625rem;overflow:hidden;display:block; }
#GRyU1vO7Ma7SpohGrvglbEmXbtqycNGw { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:46.5625rem;top:24.5rem;left:9.0625rem;display:block; }
#c7NZpXU0TKJOmo6iuvr1hh3RZFBNkhzQ { color:#000000;display:block;width:20.125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.8125rem;left:9.4375rem;height:1.0556625rem;font-style:italic;display:block; }
#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ { position:relative;display:block; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ { background-color: transparent; background-image: none; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row .container > .video-iframe-container { display: none; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row > .video-iframe-container { display: none; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .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); }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ { border-width: 0; border-radius: 0; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row .container > .video-iframe-container {  }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .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:41.0625rem;width:60rem;position:relative;display:block; }#mrV4xOHnANvQJyb9zWPXrLs9I6dULKEx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:38.5625rem;top:0rem;left:9.125rem;overflow:hidden;display:block; }
#AIih4CyTkdLriOeP7BqGPM8nkptNlZ8q { color:#313131;display:block;width:41.875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:25.7900390625rem;left:9.0625rem;height:6.07324375rem;font-style:normal;display:block; }
#em0bxAqQ3eSiAKSeJtv3UTw2ro2HSTKs { z-index:15004;top:33.0625rem;left:9.0625rem;background-color:#2acec1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0rem #24aea3 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GpSLXF5gEZeA6VM32kr1oB1o1HU1TPIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWptzSCAbwvHOEuuowfB6BJdlfSTA0sP { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:38.5625rem;top:23.125rem;left:9.125rem;display:block; }
#LkD4ynXM7BzQECHReuy7emM5hB82PNsp { color:#000000;display:block;width:20.125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.4375rem;left:9.5rem;height:1.0556625rem;font-style:italic;display:block; }
#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl { background-color:#1b1d24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container { background-color: transparent; background-image: none; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container > .video-iframe-container { display: none; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row > .video-iframe-container { display: none; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .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); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container { border-width: 0; border-radius: 0; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row > .video-iframe-container {  }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container { width:60rem;height:11.3875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh { display:block; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZfUA1XKnd1VUfPDi01UaqHmaMVqHIpJ { width:12.5rem;height:1.1875rem;top:1.0625rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXG8IwvXfMAKzP3Tmaf1tw0asqfha8WR { width:22.8125rem;height:2.0625rem;top:0.625rem;left:12.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8raydtwz6HyaixRh0GTUH6u2rdVBux { width:2.25rem;height:2.25rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKFA6wiWTIweDt4NUkv2M0gDUUJbUR9y { width:41.875rem;height:9.0625rem;top:3rem;left:2.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8tt2cmZg3sXxAeBXTWPv305iXTcff9w { width:41.875rem;height:6.75rem;top:12.6875rem;left:2.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6EofIWQHKaidkyxp2LHCwuzH43K60Hc { width:12.5rem;height:1.25rem;top:20.375rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMqSLpZiznydJZdTBFaoumWDrdZVwZbX { width:41.5625rem;height:0.125rem;top:22.875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU { display:block; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLQJyJ5SDZcT0lRXmbso5bFxaW5PasTh { width:41.875rem;height:27.8125rem;top:0.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQKZAhAlW0x3MXIhn0TLJu7x86F0Bov { width:41.875rem;height:12.125rem;top:29.625rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt { display:block; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKvUbVhSp6BwOkJhmVFMDSDimfo5TQ8R { width:36.875rem;height:18.25rem;top:1.625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkMGymU2CKT0HdJBwTJP5wTwdFU2nfW3 { width:39.4375rem;height:32.375rem;top:21.125rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk { display:block; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmT17TWeHoRFdqqs8x5v6UTX9pGxC7T0 { width:41.875rem;height:9.0625rem;top:1.75rem;left:2.90625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgEPX4Gs4E1HOF3WEPSt40WkSfriqFf { width:41.4375rem;height:24.9375rem;top:11.875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNK6dIufbv7kLEBilPwv6bUxmVAm6X5v { width:41.875rem;height:6.0625rem;top:37.9375rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxE4hWtRancKmZymVDMtTMhMI0cRaow4 { width:41.5625rem;height:22.9375rem;top:45.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ { display:block; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqd0cavP9qk2DpaXxgRKS06xxCsu6TMl { width:41.875rem;height:14.125rem;top:1.625rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG2oUkBZcUNZ5Dd3RLT7VbUIptXoDFE3 { width:41.875rem;height:22.25rem;top:37.875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FX7BEuo6xfsKqLOhRq2KTyEABIwuMR { width:31.625rem;height:18.9375rem;top:16.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Zg4v7ZtxOza4AzhTaS0stJuw7M6xIP { width:31.625rem;height:1.5625rem;top:35.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #carfa4n2bOcmAFXH2ARBlssCEaCs4Eu9 { width:20.125rem;height:1rem;top:35.625rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib { display:block; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qznwPCa1xho19n96Z5kOwIgXIcwohBmP { width:41.875rem;height:24.25rem;top:16.375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7okfmwEiw3qz0WdJUnupIAhzrVmE8da { width:41.875rem;height:15.0625rem;top:0rem;left:2.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx { display:block; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQATpKbrlnTzxUKvyg2f7vGQR4Qr29PH { width:41.875rem;height:26.3125rem;top:27.4375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBGpB9xtPLoesZZieSH3PKOSy0VNxKdW { width:41.875rem;height:12.0625rem;top:56.4375rem;left:2.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOaVX1Z5GfXMBlZDwwTrx0ZEcBvHI9e { width:16.8125rem;height:23.125rem;top:1.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31aNJOWlPnLRPGAy9GLgd0zDVh53UCv { width:41.875rem;height:16.1875rem;top:69.375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd9kEmbdReT0IUmm0gTBNIDM15gRtliz { width:13.1875rem;height:23.125rem;top:1.375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUzNbZa6ysomPW8rq2ZXkqsP5O95JBGn { width:16.5625rem;height:23.125rem;top:1.375rem;left:31.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRyU1vO7Ma7SpohGrvglbEmXbtqycNGw { width:46.5625rem;height:1.5625rem;top:24.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7NZpXU0TKJOmo6iuvr1hh3RZFBNkhzQ { width:20.125rem;height:1rem;top:24.8125rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ { display:block; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrV4xOHnANvQJyb9zWPXrLs9I6dULKEx { width:38.5625rem;height:23.125rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIih4CyTkdLriOeP7BqGPM8nkptNlZ8q { width:41.875rem;height:6.0625rem;top:25.75rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em0bxAqQ3eSiAKSeJtv3UTw2ro2HSTKs { top:33.0625rem;left:2.9375rem;width:41.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpSLXF5gEZeA6VM32kr1oB1o1HU1TPIO { display:block; }
 }@media only screen and (max-width: 763px) { #iWptzSCAbwvHOEuuowfB6BJdlfSTA0sP { width:38.5625rem;height:1.5625rem;top:23.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkD4ynXM7BzQECHReuy7emM5hB82PNsp { width:20.125rem;height:1rem;top:23.4375rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl { display:block; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh { display:block; }#hDFfRI9dHdc8XTJiH6Ed4EZUpekJBvSh > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZfUA1XKnd1VUfPDi01UaqHmaMVqHIpJ { width:5.75rem;height:1.0556625rem;top:0.69140625rem;left:14.25rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FXG8IwvXfMAKzP3Tmaf1tw0asqfha8WR { width:8rem;height:1.625rem;top:0.375rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8raydtwz6HyaixRh0GTUH6u2rdVBux { width:2.25rem;height:2.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKFA6wiWTIweDt4NUkv2M0gDUUJbUR9y { width:20rem;height:12.3730625rem;top:1.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8tt2cmZg3sXxAeBXTWPv305iXTcff9w { width:20rem;height:10.1220625rem;top:14.80859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6EofIWQHKaidkyxp2LHCwuzH43K60Hc { width:12.5rem;height:1.29980625rem;top:25.49609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMqSLpZiznydJZdTBFaoumWDrdZVwZbX { width:20rem;height:0.125rem;top:27.3583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU { display:block; }#IVyodQFrm0a5wan4B33ZUpFVAxTT8gRU > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLQJyJ5SDZcT0lRXmbso5bFxaW5PasTh { width:20rem;height:13.283582089552rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQKZAhAlW0x3MXIhn0TLJu7x86F0Bov { width:20rem;height:24.292975rem;top:15.7831875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt { display:block; }#MhvnKBHq2WmAUkFduDnS6s6KHAcOyzpt > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKvUbVhSp6BwOkJhmVFMDSDimfo5TQ8R { width:20rem;height:9.8983050847456rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkMGymU2CKT0HdJBwTJP5wTwdFU2nfW3 { width:20rem;height:56.683525rem;top:12.3974375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk { display:block; }#e6afHCou5WodVE9kvnHNuVxgD9Gpmzgk > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmT17TWeHoRFdqqs8x5v6UTX9pGxC7T0 { width:20rem;height:10.996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgEPX4Gs4E1HOF3WEPSt40WkSfriqFf { width:20rem;height:24.9375rem;top:13.496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNK6dIufbv7kLEBilPwv6bUxmVAm6X5v { width:20rem;height:14.170875rem;top:39.683625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxE4hWtRancKmZymVDMtTMhMI0cRaow4 { width:20rem;height:11.037593984963rem;top:55.1035625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ { display:block; }#Gx9muxq9k2b4dnq89CeN4O2CqPH5yFDQ > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqd0cavP9qk2DpaXxgRKS06xxCsu6TMl { width:20rem;height:22.26854375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG2oUkBZcUNZ5Dd3RLT7VbUIptXoDFE3 { width:20rem;height:44.537075rem;top:38.9921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FX7BEuo6xfsKqLOhRq2KTyEABIwuMR { width:20rem;height:11.9755625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Zg4v7ZtxOza4AzhTaS0stJuw7M6xIP { width:20rem;height:1.5625rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #carfa4n2bOcmAFXH2ARBlssCEaCs4Eu9 { width:20rem;height:1.0556625rem;top:36.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib { display:block; }#ytKc9wvP4A04ZLa5923xnQl6nP5Iwkib > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qznwPCa1xho19n96Z5kOwIgXIcwohBmP { width:20rem;height:46.561525rem;top:20.09375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7okfmwEiw3qz0WdJUnupIAhzrVmE8da { width:20rem;height:17.59375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx { display:block; }#xb5AV2bGzLrgUtulrJ7vH4hDgNO8zCwx > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQATpKbrlnTzxUKvyg2f7vGQR4Qr29PH { width:20rem;height:54.6591375rem;top:20.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBGpB9xtPLoesZZieSH3PKOSy0VNxKdW { width:20rem;height:13.1953125rem;top:76.2822265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOaVX1Z5GfXMBlZDwwTrx0ZEcBvHI9e { width:11.875rem;height:16.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31aNJOWlPnLRPGAy9GLgd0zDVh53UCv { width:20rem;height:30.366225rem;top:90.9150390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd9kEmbdReT0IUmm0gTBNIDM15gRtliz { width:9.3125rem;height:16.375rem;top:1.1875rem;left:10.575067934782rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUzNbZa6ysomPW8rq2ZXkqsP5O95JBGn { width:16.5625rem;height:23.125rem;top:17.5625rem;left:1.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRyU1vO7Ma7SpohGrvglbEmXbtqycNGw { width:20rem;height:1.5625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7NZpXU0TKJOmo6iuvr1hh3RZFBNkhzQ { width:20rem;height:1.0556625rem;top:17.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ { display:block; }#RFFNFg7TdME7KCzAA9hb1VIuB0ntaSqJ > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrV4xOHnANvQJyb9zWPXrLs9I6dULKEx { width:20rem;height:11.993517017828rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIih4CyTkdLriOeP7BqGPM8nkptNlZ8q { width:20rem;height:12.1465rem;top:15.6181640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em0bxAqQ3eSiAKSeJtv3UTw2ro2HSTKs { top:29.0771484375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpSLXF5gEZeA6VM32kr1oB1o1HU1TPIO { display:block; }
 }@media only screen and (max-width: 763px) { #iWptzSCAbwvHOEuuowfB6BJdlfSTA0sP { width:20rem;height:1.5625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkD4ynXM7BzQECHReuy7emM5hB82PNsp { width:20rem;height:1.0556625rem;top:13.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl { background-color:#1b1d24;background-image:none;display:block; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container { background-color: transparent; background-image: none; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container > .video-iframe-container { display: none; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row > .video-iframe-container { display: none; }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .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); }#V1Qgk9UUAlZyNi3f0PpZOnVt2wUdMLrl > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }