.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d538b7c-dcde-41e1-9b10-dce64068abe4/quanticamentemagra2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX.adaptive-delivery-prevent-bg, #h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX.lazyload, #h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX.lazyloading { background-image: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container { background-color: transparent; background-image: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container > .video-iframe-container { display: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row > .video-iframe-container { display: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .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); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container { border-width: 0; border-radius: 0; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row > .video-iframe-container {  }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#UR5GgE1rfB2FM1vBU6cR3q0f2PQTiK1e { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:36.0625rem;top:30.062502861023rem;left:7.5rem;overflow:hidden;display:none; }
#gUkEwlyAW0qAVri5MQ34kIzFI2PMBQ6g { color:#fc3674;display:block;width:44.6875rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:10.724609375rem;left:14.5625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SobqMerybu4RnoStP59Suoee13inek4D { color:#7b1f45;display:block;width:53.375rem;position:absolute;font-family:quicksand;font-size:4rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.525390625rem;left:10.21875rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNOcmCekiwcAgEmNeAMw4cUiErX2z6uI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:10.3125rem;top:0.9375rem;left:31.75rem;overflow:hidden;display:block; }
#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7d538b7c-dcde-41e1-9b10-dce64068abe4/quanticamentemagra2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0.adaptive-delivery-prevent-bg, #vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0.lazyload, #vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0.lazyloading { background-image: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container { background-color: transparent; background-image: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container > .video-iframe-container { display: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row > .video-iframe-container { display: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .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); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container { border-width: 0; border-radius: 0; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row > .video-iframe-container {  }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#L434lw8RU3FihGBQ1wHSutp2mdoeTSPF { position:absolute;display:block;z-index:100004;background-color:#ffffff;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:19.25rem;width:54.25rem;top:2.4375rem;left:11.125001907349rem;display:block; }
#m83NLTzJysdTxy0rhU15q0vN2cSWzrlW { color:#ff0000;display:block;width:47.75rem;position:absolute;font-family:mavenpro;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:14.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNiS6hnc37UQOhWmxCy4ot4mGLun409J { color:#0392d6;display:block;width:21.1875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.25rem;left:27.687501907349rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSH32Z4saOF5zJO6nlm8fg85TC0IO09o { color:#454b54;display:block;width:52.5625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:12.250001907349rem;height:10.2334rem;text-align:center;text-align-last:center;display:block; }
#JW5zO4ulVdyJtURsk3UurnEEnPDLVwF2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:3.1875rem;left:28.6875rem;overflow:hidden;display:block; }
#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container { background-color: transparent; background-image: none; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container > .video-iframe-container { display: none; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row > .video-iframe-container { display: none; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .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); }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container { border-width: 0; border-radius: 0; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row > .video-iframe-container {  }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;position:relative;display:block; }#PmdAiLCwtGsnFJWhTUV7XqT5dA9sIk46 { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:9.5625rem;left:19.9375rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#rHonoyrU5KF17SAWlvmP7TPwd1kwisKU { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:9.5rem;top:1.6875rem;left:32.75rem;overflow:hidden;display:block; }
#Wn7Gvhtqq3G6iNFtwwoOm6edtdnHzoPk { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:12.5625rem;top:46.5rem;left:25.0625rem;overflow:hidden;display:block; }
#zUu82RTxxNgNKN07NhTV1XCccVfiuI7o { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.3125rem;top:46.5rem;left:37.625rem;overflow:hidden;display:block; }
#qWPc8rbB44K8iSBUpIkpAGJdfmIGPIo5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9375rem;width:16.5625rem;top:15.0625rem;left:29.1875rem;overflow:hidden;display:block; }
#oPNMCsTfyp8Ry9m0ynX6aGlZzy8DT9TQ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:12.1875rem;top:18.4375rem;left:22.0625rem;overflow:hidden;display:block; }
#MawhRiycDz2SG3X73qDsQK3ACN1Bo9G5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:12.1875rem;top:18.4375rem;left:41.375rem;overflow:hidden;display:block; }
#Ru8EkbwPzBEFqbDSwSN9dSSiaWJrhB4h { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:43.75rem;left:29.0625rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#NLGUc9o45aAp3TSJfbSsPo1ncVGmlOQC { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:52rem;left:19.9375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#qGCMeTF3ED8TS474teHW3kTKZyrEqkGO { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:56.1875rem;left:12.125rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf { position:relative;display:block; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf { background-color: transparent; background-image: none; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row .container > .video-iframe-container { display: none; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row > .video-iframe-container { display: none; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .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); }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf { border-width: 0; border-radius: 0; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row .container > .video-iframe-container {  }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .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:7.3125rem;width:75rem;position:relative;display:block; }#fhMC9TU2EioSL9h1x3W61xFglsQh7PJr { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9125003814698rem;left:20.8125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#vJz6Ov2lSMqwJQHnvaeo7v2WVFlrD3Ts { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8625011444092rem;left:31.25rem;height:2.2744125rem;display:block; }
#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container { background-color: transparent; background-image: none; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container > .video-iframe-container { display: none; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row > .video-iframe-container { display: none; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .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); }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container { border-width: 0; border-radius: 0; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row > .video-iframe-container {  }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#sRIhCfevAhxnlTcECMTTT3vt1xQlxRee { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#fyiSTQHsGCEdmv3oA3rtpgrrq4uEJKFF { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:9.6242198944094rem;left:3.125rem;height:7.871125rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#NPyyig43eqmfOADGzZzZKH5eNokqI63O { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:21.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#STCSu1m0gTSXqMgPUHIsPKhqzv0o7pVZ { display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:9.6242198944094rem;left:21.875rem;height:9.4453125rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#ZMUZPJntpTVUt829q2M3zch9zw2ITk7p { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#rpAuX1WodT8KwluN9z44cu8Tr1Mh4Teh { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:10.1875rem;left:40.5625rem;height:6.296875rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#qFqKXAHaipPl23VkuAU6UM4o8wbsEJA9 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:59.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#I4VIVdB5TUSvSv6iEEcPWLzvZ2pZK2X7 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.8;letter-spacing:0;top:10.398435592651rem;left:59.3125rem;height:6.296875rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#I3HDnkVewl8aCBmOPDIqekacvGwR1Ozb { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:0.8125rem;left:6.875rem;overflow:hidden;display:block; }
#tDI6aQHAnTwXgqD6ZotU1ay78zgEhrkz { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.5625rem;top:1rem;left:25.8125rem;overflow:hidden;display:block; }
#ZJJ4XOMERx4vpqlgeBW1yGPDLihUxqe8 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:1.125rem;left:44.6875rem;overflow:hidden;display:block; }
#SD5FkBFhXLxmrwMLDRzpEEdzdDzfIywI { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.3125rem;left:63.5625rem;overflow:hidden;display:block; }
#PL0vU9LfqEQ9gQ4FZvPH9yrgU4Fh2amv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.78125rem;left:25.25rem;display:block; }
#dzNRFf3A7orfyq3SPd3cGtIx2hC3TtCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zl6PdauEzIJl4gRyIP7UBLdSxNtHclSs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.78125rem;left:44rem;display:block; }
#gIUcNJTZvZVhBnfcEJolvwTvPEc3AEOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#My9Z32eXop8TpZ0JLoVcAt0H7t552FoD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:0.78125rem;left:62.75rem;display:block; }
#R3OLHZil5FkzhMmhBa52wRGTyDBOP9zs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U4DfzOBsT7xEBIlS5UFkgR13CUpCOqAS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.78125rem;left:6.5rem;display:block; }
#zaVEUmt5gbNdTRaoxHW0lltwIJcbWb99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1d24;background-image:none;position:relative;display:block; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container { background-color: transparent; background-image: none; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container > .video-iframe-container { display: none; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row > .video-iframe-container { display: none; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .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); }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container { border-width: 0; border-radius: 0; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row > .video-iframe-container {  }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#vXU8FG3oOOqTQ8NvVNFqHF9orZKdbpLZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.75rem;top:0.59375rem;left:34.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX { display:block; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UR5GgE1rfB2FM1vBU6cR3q0f2PQTiK1e { width:36.0625rem;height:26.0625rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUkEwlyAW0qAVri5MQ34kIzFI2PMBQ6g { width:44.6875rem;height:4.1875rem;top:10.6875rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SobqMerybu4RnoStP59Suoee13inek4D { width:47.75rem;height:5.1875rem;top:5.5rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNOcmCekiwcAgEmNeAMw4cUiErX2z6uI { width:10.3125rem;height:4.875rem;top:0.9375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 { display:block; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L434lw8RU3FihGBQ1wHSutp2mdoeTSPF { width:47.75rem;height:19.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m83NLTzJysdTxy0rhU15q0vN2cSWzrlW { width:47.75rem;height:1.9375rem;top:8.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNiS6hnc37UQOhWmxCy4ot4mGLun409J { width:21.1875rem;height:2.125rem;top:4.25rem;left:14.062501907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSH32Z4saOF5zJO6nlm8fg85TC0IO09o { width:47.75rem;height:10.125rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW5zO4ulVdyJtURsk3UurnEEnPDLVwF2 { width:4.375rem;height:4.375rem;top:3.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb { display:block; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmdAiLCwtGsnFJWhTUV7XqT5dA9sIk46 { width:35.125rem;height:5.5rem;top:9.5625rem;left:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHonoyrU5KF17SAWlvmP7TPwd1kwisKU { width:9.5rem;height:6.4375rem;top:1.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7Gvhtqq3G6iNFtwwoOm6edtdnHzoPk { width:12.5625rem;height:4.375rem;top:46.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUu82RTxxNgNKN07NhTV1XCccVfiuI7o { width:12.3125rem;height:4.4375rem;top:46.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWPc8rbB44K8iSBUpIkpAGJdfmIGPIo5 { width:16.5625rem;height:29.9375rem;top:15.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPNMCsTfyp8Ry9m0ynX6aGlZzy8DT9TQ { width:12.1875rem;height:21.75rem;top:18.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawhRiycDz2SG3X73qDsQK3ACN1Bo9G5 { width:12.1875rem;height:21.75rem;top:18.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru8EkbwPzBEFqbDSwSN9dSSiaWJrhB4h { width:16.9375rem;height:2.25rem;top:43.75rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLGUc9o45aAp3TSJfbSsPo1ncVGmlOQC { width:35.125rem;height:2.75rem;top:52rem;left:6.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCMeTF3ED8TS474teHW3kTKZyrEqkGO { width:47.75rem;height:5.5rem;top:56.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf { display:block; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhMC9TU2EioSL9h1x3W61xFglsQh7PJr { width:33.375rem;height:1.9375rem;top:1.875rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJz6Ov2lSMqwJQHnvaeo7v2WVFlrD3Ts { width:12.5rem;height:2.25rem;top:3.8125rem;left:17.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba { display:block; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRIhCfevAhxnlTcECMTTT3vt1xQlxRee { width:10.625rem;height:1.75rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyiSTQHsGCEdmv3oA3rtpgrrq4uEJKFF { width:10.625rem;height:6.25rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPyyig43eqmfOADGzZzZKH5eNokqI63O { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCSu1m0gTSXqMgPUHIsPKhqzv0o7pVZ { width:10.625rem;height:6.25rem;top:8.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMUZPJntpTVUt829q2M3zch9zw2ITk7p { width:10.625rem;height:1.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpAuX1WodT8KwluN9z44cu8Tr1Mh4Teh { width:10.625rem;height:6.25rem;top:8.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqKXAHaipPl23VkuAU6UM4o8wbsEJA9 { width:10.625rem;height:1.75rem;top:5.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4VIVdB5TUSvSv6iEEcPWLzvZ2pZK2X7 { width:10.625rem;height:6.25rem;top:8.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3HDnkVewl8aCBmOPDIqekacvGwR1Ozb { width:5rem;height:5rem;top:0.8125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDI6aQHAnTwXgqD6ZotU1ay78zgEhrkz { width:4.5625rem;height:4.625rem;top:1rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJJ4XOMERx4vpqlgeBW1yGPDLihUxqe8 { width:4.3125rem;height:4.375rem;top:1.125rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5FkBFhXLxmrwMLDRzpEEdzdDzfIywI { width:4rem;height:4rem;top:1.3125rem;left:39.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0vU9LfqEQ9gQ4FZvPH9yrgU4Fh2amv { width:5.6875rem;height:5.0625rem;top:0.75rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzNRFf3A7orfyq3SPd3cGtIx2hC3TtCU { display:block; }
 }@media only screen and (max-width: 763px) { #zl6PdauEzIJl4gRyIP7UBLdSxNtHclSs { width:5.6875rem;height:5.0625rem;top:0.75rem;left:26.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIUcNJTZvZVhBnfcEJolvwTvPEc3AEOl { display:block; }
 }@media only screen and (max-width: 763px) { #My9Z32eXop8TpZ0JLoVcAt0H7t552FoD { width:5.6875rem;height:5.0625rem;top:0.75rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3OLHZil5FkzhMmhBa52wRGTyDBOP9zs { display:block; }
 }@media only screen and (max-width: 763px) { #U4DfzOBsT7xEBIlS5UFkgR13CUpCOqAS { width:5.6875rem;height:5.0625rem;top:0.75rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaVEUmt5gbNdTRaoxHW0lltwIJcbWb99 { display:block; }
 }@media only screen and (max-width: 763px) { #iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr { display:block; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXU8FG3oOOqTQ8NvVNFqHF9orZKdbpLZ { width:5.75rem;height:5.875rem;top:0.5625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX { background-color:#ffeaf3;background-image:none;display:block; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container { background-color: transparent; background-image: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container > .video-iframe-container { display: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row > .video-iframe-container { display: none; }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .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); }#h8wkeHS8eTxhEfWeebgtClVyLfxCIUSX > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UR5GgE1rfB2FM1vBU6cR3q0f2PQTiK1e { width:20rem;height:14.5rem;top:79.625rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #gUkEwlyAW0qAVri5MQ34kIzFI2PMBQ6g { width:17.75rem;height:5.361325rem;top:7.19921875rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SobqMerybu4RnoStP59Suoee13inek4D { width:20rem;height:2.61230625rem;top:4.01171875rem;left:0rem;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nNOcmCekiwcAgEmNeAMw4cUiErX2z6uI { width:6.0625rem;height:2.75rem;top:0.6875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 { background-color:#ffeaf3;background-image:none;display:block; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container { background-color: transparent; background-image: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container > .video-iframe-container { display: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row > .video-iframe-container { display: none; }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .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); }#vC8hvJBni2QnVGHbh4gmmSt3SiVCfGq0 > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L434lw8RU3FihGBQ1wHSutp2mdoeTSPF { width:20rem;height:25.5rem;top:0.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m83NLTzJysdTxy0rhU15q0vN2cSWzrlW { width:19.999rem;height:1.29980625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNiS6hnc37UQOhWmxCy4ot4mGLun409J { width:19.9991875rem;height:1.94921875rem;top:5.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSH32Z4saOF5zJO6nlm8fg85TC0IO09o { width:18.25rem;height:15.84375rem;top:9.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW5zO4ulVdyJtURsk3UurnEEnPDLVwF2 { width:3.6875rem;height:3.6875rem;top:1.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb { display:block; }#tX60T6wCQ8Vd3GlvpaxCOsUT2amaMufb > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmdAiLCwtGsnFJWhTUV7XqT5dA9sIk46 { width:20rem;height:3.57421875rem;top:1.625rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rHonoyrU5KF17SAWlvmP7TPwd1kwisKU { width:6.75rem;height:4.5625rem;top:17rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7Gvhtqq3G6iNFtwwoOm6edtdnHzoPk { width:8.3125rem;height:3rem;top:40.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUu82RTxxNgNKN07NhTV1XCccVfiuI7o { width:8.3125rem;height:3.125rem;top:40.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWPc8rbB44K8iSBUpIkpAGJdfmIGPIo5 { width:11.5625rem;height:21rem;top:20.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPNMCsTfyp8Ry9m0ynX6aGlZzy8DT9TQ { width:8.625rem;height:15.625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawhRiycDz2SG3X73qDsQK3ACN1Bo9G5 { width:8.9375rem;height:16rem;top:22.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru8EkbwPzBEFqbDSwSN9dSSiaWJrhB4h { width:14.9375rem;height:2.2734375rem;top:43.4375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLGUc9o45aAp3TSJfbSsPo1ncVGmlOQC { width:20rem;height:2.75rem;top:6rem;left:0rem;font-size:2.5rem;line-height:1.1;color:#ffca74;display:block; }
 }@media only screen and (max-width: 763px) { #qGCMeTF3ED8TS474teHW3kTKZyrEqkGO { width:18.125rem;height:7.1484375rem;top:8.75rem;left:0.9375rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf { display:block; }#wz2crh9dXsnUT6ZNEQqfzdIWSWHxqPqf > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhMC9TU2EioSL9h1x3W61xFglsQh7PJr { width:20rem;height:3.0859375rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJz6Ov2lSMqwJQHnvaeo7v2WVFlrD3Ts { width:12.5rem;height:1.8681625rem;top:4.54296875rem;left:4.5624998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba { display:block; }#cIXLdlzgN4JcgCwLNU7FPJEo4aQCLCba > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRIhCfevAhxnlTcECMTTT3vt1xQlxRee { width:13.75rem;height:1.7871125rem;top:3.0625rem;left:5.6249998807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyiSTQHsGCEdmv3oA3rtpgrrq4uEJKFF { width:18.375rem;height:4.72265625rem;top:6.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPyyig43eqmfOADGzZzZKH5eNokqI63O { width:7.375rem;height:1.7871125rem;top:12.8125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCSu1m0gTSXqMgPUHIsPKhqzv0o7pVZ { width:18.125rem;height:6.296875rem;top:16.25rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMUZPJntpTVUt829q2M3zch9zw2ITk7p { width:7.5rem;height:1.7871125rem;top:25.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpAuX1WodT8KwluN9z44cu8Tr1Mh4Teh { width:18.4375rem;height:4.72265625rem;top:28.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqKXAHaipPl23VkuAU6UM4o8wbsEJA9 { width:7.125rem;height:1.7871125rem;top:35.125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4VIVdB5TUSvSv6iEEcPWLzvZ2pZK2X7 { width:18rem;height:4.72265625rem;top:38.5rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3HDnkVewl8aCBmOPDIqekacvGwR1Ozb { width:3.75rem;height:3.75rem;top:2.0625rem;left:1.3742188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDI6aQHAnTwXgqD6ZotU1ay78zgEhrkz { width:4.1875rem;height:4.25rem;top:11.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJJ4XOMERx4vpqlgeBW1yGPDLihUxqe8 { width:4.3125rem;height:4.375rem;top:24.125000715256rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5FkBFhXLxmrwMLDRzpEEdzdDzfIywI { width:4rem;height:4rem;top:34rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0vU9LfqEQ9gQ4FZvPH9yrgU4Fh2amv { width:4.6875rem;height:5.125rem;top:11.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzNRFf3A7orfyq3SPd3cGtIx2hC3TtCU { display:block; }
 }@media only screen and (max-width: 763px) { #zl6PdauEzIJl4gRyIP7UBLdSxNtHclSs { width:5.6875rem;height:5.0625rem;top:23.781250715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIUcNJTZvZVhBnfcEJolvwTvPEc3AEOl { display:block; }
 }@media only screen and (max-width: 763px) { #My9Z32eXop8TpZ0JLoVcAt0H7t552FoD { width:4.875rem;height:5.0625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3OLHZil5FkzhMmhBa52wRGTyDBOP9zs { display:block; }
 }@media only screen and (max-width: 763px) { #U4DfzOBsT7xEBIlS5UFkgR13CUpCOqAS { width:5.6875rem;height:5.0625rem;top:1.40625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaVEUmt5gbNdTRaoxHW0lltwIJcbWb99 { display:block; }
 }@media only screen and (max-width: 763px) { #iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr { display:block; }#iAveLxEwQk4Ob3utTVklVAPOw2FRg9Pr > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXU8FG3oOOqTQ8NvVNFqHF9orZKdbpLZ { width:5.4375rem;height:5.4375rem;top:0.83749961853025rem;left:7.2812503576281rem;display:block; }
 }