.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b0deccfb-7356-4130-bc46-f80f1ae9bece/Header.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#95c11f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { background-color: transparent; background-image: none; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container > .video-iframe-container { display: none; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row > .video-iframe-container { display: none; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .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); }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { border-width: 0; border-radius: 0; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#rCW3LQlghqSl0d4FnKzSHCutxgv9Rwt9 { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:"a merriweather";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.34375rem;left:2.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PHUdRLoWSAlb2bT1mUf57z3PMzfETZWg { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:15.25rem;top:0rem;left:22.375rem;display:block; }
#OVxJC3TVNqEEG8F6xZNWRVBtZekaw0Gh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.75rem;top:0.8125rem;left:23.625rem;overflow:hidden;display:block; }
#BBmaN30w4lpG914v5QnUEJmpN5BumCEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee8c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container { background-color: transparent; background-image: none; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container > .video-iframe-container { display: none; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row > .video-iframe-container { display: none; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .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); }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container { border-width: 0; border-radius: 0; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#liTARr1AgTbeSlJqe6TCS19JrkRtrEs3 { color:#000000;display:block;width:35rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:3.4375rem;left:12.5rem;height:14.3965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dz5RaCEESTrL9r9wabdmPszwvRP1CJXw { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:46.375rem;top:1.7470703125rem;left:6.8125rem;display:block; }
#Pk2qgDTTKfD1WVdb3XTPUHvh25meqqbU { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.75rem;left:15.84375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTtHZeoxTxT17o6bTtqvwRbrAtU8EnHP { background-color:#e6007e;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a merriweather sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.875rem;left:16.9375rem;display:block; }
#C3JuvzpItfwpy0b3XP4qdKKbiLfZNV9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 { position:relative;display:block; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 { background-color: transparent; background-image: none; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row .container > .video-iframe-container { display: none; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row > .video-iframe-container { display: none; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .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); }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 { border-width: 0; border-radius: 0; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .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.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JIz7Hznhb20GX3oaXqM3zGk5nHEEc6X7 { color:#00964f;display:block;width:49.6875rem;position:absolute;font-family:"a merriweather";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.34375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdM0aOs4ErykHqGOl853VGfpwsVa4FfJ { color:#00964f;display:block;width:10.625rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:7.2109375rem;left:1.34375rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eipgqp7v1dIVTh4iTi2RpHdRsV38valw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.5625rem;left:1.375rem; }
#gaVhpqothNBcX6Pk5R331X6pv64gxAfZ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.9375rem;left:3.625rem;height:1.3997375rem;font-style:normal;display:block; }
#HFMhafxhLt6zvheDcyM9axKpCPvLzmpx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.5625rem;left:1.5rem; }
#r3AuTDx2ALwwXER9r1d3nlyKp8N2SSQb { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.9375rem;left:3.75rem;height:1.3997375rem;font-style:normal;display:block; }
#zSFzOCQ8qydTspdsFX39R798heEf5oTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.4375rem;left:1.5rem; }
#dhyB2rGfRKbJ8en6XKO2F0hPSTGTew9q { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:16.8125rem;left:3.75rem;height:1.3997375rem;font-style:normal;display:block; }
#ARfE6EwQrqw5BGHnSJU5DHwqP12zG7Oz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.5rem;left:1.5rem; }
#bXRwJzrlQQH5NgoGlAU82DXcftPKiBI9 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:19.875rem;left:3.75rem;height:1.3997375rem;font-style:normal;display:block; }
#zdZzn91GKePff2bMwbTEnTb4NyvHRWfN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.375rem;left:1.5rem; }
#l62IdkPDva08H00kuwEazHFz63lH1pK9 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:22.75rem;left:3.75rem;height:1.3997375rem;font-style:normal;display:block; }
#qqTAMZ2GAW0dP7oQmSgn1N67U1Grdrn9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.3125rem;left:1.5rem; }
#fE5TsI38QJ3fNWmdIy4zNuI1J14RIEE2 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.6875rem;left:3.75rem;height:2.79948125rem;font-style:normal;display:block; }
#BkOZghxmT6MmteAy9ZMc5ofEDoHTsvki { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:26.125rem;top:7.2109375rem;left:31.65625rem;overflow:hidden;display:block; }
#Uw0GT5Tgq6ghNMU06h1JfTTnilkW9TMQ { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:26.6875rem;left:31.625rem;height:7.99805rem;font-style:normal;display:block; }
#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#95c11f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container { background-color: transparent; background-image: none; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container > .video-iframe-container { display: none; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row > .video-iframe-container { display: none; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .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); }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container { border-width: 0; border-radius: 0; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#xy1nCTacDrTm4itmyJhDKaOWwM0HSITR { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"a merriweather";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8HvWuFQqWL0U3RgUuD00HQ25oN2rup7 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.75rem;left:0.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vXq4w98Dh4HFmkt2ZCaTLipzG9DTAVc7 { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:28.3125rem;top:1.375rem;left:30.875rem;display:block; }
#ZsxVvqHHZCKCzlyp4lUThcxTeIN8H2Dk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:25rem;top:3.1875rem;left:32.5rem;overflow:hidden;display:block; }
#e2dXTFiwBdvZzykb3N3OOK4UMh01HABT { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.8125rem;left:36.6875rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w4BilarhB4sUmWvVrLXLyMyfqWtUpSnZ { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"a merriweather sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6875rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWPQFfcMxiTUFkT4yJEshVMPLoiANdlG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.125rem;top:3.814697265625E-6rem;left:30rem;overflow:hidden;display:block; }
#QJTNCXUNhhlRzarffkWMXTJM9DJm4OLl { background-color:#e6007e;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a merriweather sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.037109375rem;left:0.8125rem;display:block; }
#XfsTHxLJQbUf5fAEZkzELH0opaTOwSZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#95c11f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container { background-color: transparent; background-image: none; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container > .video-iframe-container { display: none; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row > .video-iframe-container { display: none; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .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); }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container { border-width: 0; border-radius: 0; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#wp2ApUlfr90cCfa1Jq11QqcIankudS8P { position:absolute;display:block;z-index:14998;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:60rem;top:1.1875rem;left:0.0625rem;display:block; }
#srlEWhTvxDtgvnngeSO7J4LE8ubOuvGH { color:#00964f;display:block;width:34rem;position:absolute;font-family:"a merriweather";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBf7STDFozPmhvPrxD0Kmmr5sC5iUFCV { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.5625rem;left:5.5rem;height:4.19921875rem;font-style:normal;display:block; }
#Hagd91TTIefgyOKsTyGJfLQUBP66ytrH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.5rem;left:3.25rem; }
#yC49L1KT7PqaEylmukuG3DRnJuB5s6pb { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:12.25rem;left:5.5rem;height:1.3997375rem;font-style:normal;display:block; }
#L9E50eHW9i2P7AznVOUKEKAQNRGp3N0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.1875rem;left:3.25rem; }
#mLgO6HwaT486XDJIVmSfIliEzqKEow7p { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:6.5625rem;left:34rem;height:2.79948125rem;font-style:normal;display:block; }
#IVBZ4pZNlGfc4vWEIGkClxEyWFcEML18 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.5rem;left:31.75rem; }
#wTeoKE9xHo3aGGHb7Cw6RAtgU9kPqsqQ { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.9375rem;left:34rem;height:2.79948125rem;font-style:normal;display:block; }
#DZIywpeNOyfL3zilKKz9tr9qkIUCiM6U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.6875rem;left:31.8125rem; }
#hVS8F1kCu4us4GnO40vbDNriGUosTtXA { position:relative;display:block; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA { background-color: transparent; background-image: none; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row .container > .video-iframe-container { display: none; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row > .video-iframe-container { display: none; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .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); }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA { border-width: 0; border-radius: 0; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zQ22Xtp7hFITsQ50UqDhGAgPPhQnUAZb { color:#00964f;display:block;width:24.375rem;position:absolute;font-family:"a merriweather";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.5625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foGhI1BH22qzJruofAnr8ZKvqzTavrLi { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.6875rem;left:1.5625rem;height:11.19725rem;font-style:normal;display:block; }
#JdrNn0HCLTqOPmQtpiMMiJ6Xfa4sqTkG { color:#00964f;display:block;width:10.875rem;position:absolute;font-family:"a merriweather";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:31.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTCVN2NV1Awh7FWWUBwL0Xa9CrrvTPfS { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:21.1875rem;left:31.6875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGgzTyNrvHT7RUWqmD2xrZ7ItqSVIb3L { background-color:#e6007e;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a merriweather sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.412109375rem;left:16.9375rem;display:block; }
#rxhwco2HixLzqtuaeI2XOZF4Qygrp965 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbnCBeqrnzaktTRV5R4ImD4vCb0xHox5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:26.3125rem;top:1.75rem;left:31.71875rem;overflow:hidden;display:block; }
#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee8c0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container { background-color: transparent; background-image: none; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container > .video-iframe-container { display: none; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row > .video-iframe-container { display: none; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .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); }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container { border-width: 0; border-radius: 0; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { position:relative;display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { background-color: transparent; background-image: none; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container > .video-iframe-container { display: none; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row > .video-iframe-container { display: none; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .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); }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { border-width: 0; border-radius: 0; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .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:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mn80FPl0PR8g3auUqIQzdsTc5t0l3acc { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"a merriweather sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:1.88671875rem;left:1.8125rem;height:6.99869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytZ789q0Bun5lonIuTfXbBD9zCAMg7pc { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:4.15625rem;left:20.9375rem;display:block; }
#GAigTidh2xfBPivkPqEXAGCS2twanT5N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:18.8125rem;top:1.1875rem;left:38.34375rem;overflow:hidden;display:block; }
#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cacaca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { background-color: transparent; background-image: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .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); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { border-width: 0; border-radius: 0; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#LHcEFwGXHp2igNsls450mhywrwKT4TZJ { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"a open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.8125rem;left:1.25rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HlpcclDVxqW8vThb9CTIhowd2TeRZaDq { z-index:15008;top:0.6875rem;left:46.875rem;background-color:#535353;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"a open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:1.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dsBRHx1PkXQFf3lZKokpqF7u8qVWsOM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc { display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCW3LQlghqSl0d4FnKzSHCutxgv9Rwt9 { top:8.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHUdRLoWSAlb2bT1mUf57z3PMzfETZWg { top:0rem;left:16.25rem;width:15.25rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVxJC3TVNqEEG8F6xZNWRVBtZekaw0Gh { top:0.8125rem;left:17.5rem;width:12.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmaN30w4lpG914v5QnUEJmpN5BumCEt { display:block; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liTARr1AgTbeSlJqe6TCS19JrkRtrEs3 { top:3.4375rem;left:6.375rem;width:35rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz5RaCEESTrL9r9wabdmPszwvRP1CJXw { top:1.6875rem;left:0.6875rem;width:46.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk2qgDTTKfD1WVdb3XTPUHvh25meqqbU { top:18.75rem;left:9.71875rem;width:28.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtHZeoxTxT17o6bTtqvwRbrAtU8EnHP { width:26.125rem;height:3.4375rem;top:22.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3JuvzpItfwpy0b3XP4qdKKbiLfZNV9H { display:block; }
 }@media only screen and (max-width: 763px) { #hp7873dMq6OssZe0JXRgN2QQKidwkdC0 { display:block; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIz7Hznhb20GX3oaXqM3zGk5nHEEc6X7 { top:2.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdM0aOs4ErykHqGOl853VGfpwsVa4FfJ { top:7.1875rem;left:0rem;width:10.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipgqp7v1dIVTh4iTi2RpHdRsV38valw { top:10.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaVhpqothNBcX6Pk5R331X6pv64gxAfZ { top:10.9375rem;left:0rem;width:24.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFMhafxhLt6zvheDcyM9axKpCPvLzmpx { top:13.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3AuTDx2ALwwXER9r1d3nlyKp8N2SSQb { top:13.9375rem;left:0rem;width:24.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFzOCQ8qydTspdsFX39R798heEf5oTS { top:16.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyB2rGfRKbJ8en6XKO2F0hPSTGTew9q { top:16.8125rem;left:0rem;width:24.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARfE6EwQrqw5BGHnSJU5DHwqP12zG7Oz { top:19.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXRwJzrlQQH5NgoGlAU82DXcftPKiBI9 { top:19.875rem;left:0rem;width:24.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdZzn91GKePff2bMwbTEnTb4NyvHRWfN { top:22.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l62IdkPDva08H00kuwEazHFz63lH1pK9 { top:22.75rem;left:0rem;width:24.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqTAMZ2GAW0dP7oQmSgn1N67U1Grdrn9 { top:25.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE5TsI38QJ3fNWmdIy4zNuI1J14RIEE2 { top:25.6875rem;left:0rem;width:24.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOZghxmT6MmteAy9ZMc5ofEDoHTsvki { top:7.1875rem;left:21.0625rem;width:26.125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0GT5Tgq6ghNMU06h1JfTTnilkW9TMQ { top:26.6875rem;left:21rem;width:26.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE { display:block; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xy1nCTacDrTm4itmyJhDKaOWwM0HSITR { top:3.1875rem;left:0rem;width:27.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8HvWuFQqWL0U3RgUuD00HQ25oN2rup7 { top:10.75rem;left:0rem;width:24.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXq4w98Dh4HFmkt2ZCaTLipzG9DTAVc7 { top:1.375rem;left:19.4375rem;width:28.3125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxVvqHHZCKCzlyp4lUThcxTeIN8H2Dk { top:3.1875rem;left:22.5625rem;width:25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dXTFiwBdvZzykb3N3OOK4UMh01HABT { top:23.8125rem;left:27.5rem;width:16.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BilarhB4sUmWvVrLXLyMyfqWtUpSnZ { top:20.6875rem;left:24.1875rem;width:23.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWPQFfcMxiTUFkT4yJEshVMPLoiANdlG { top:0rem;left:23.875rem;width:9.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTNCXUNhhlRzarffkWMXTJM9DJm4OLl { width:26.125rem;height:3.4375rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsTHxLJQbUf5fAEZkzELH0opaTOwSZT { display:block; }
 }@media only screen and (max-width: 763px) { #o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW { display:block; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp2ApUlfr90cCfa1Jq11QqcIankudS8P { top:1.1875rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlEWhTvxDtgvnngeSO7J4LE8ubOuvGH { top:2.8125rem;left:0.1875rem;width:34rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBf7STDFozPmhvPrxD0Kmmr5sC5iUFCV { top:6.5625rem;left:1.125rem;width:22.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hagd91TTIefgyOKsTyGJfLQUBP66ytrH { top:6.5rem;left:0.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC49L1KT7PqaEylmukuG3DRnJuB5s6pb { top:12.25rem;left:2.4375rem;width:17.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9E50eHW9i2P7AznVOUKEKAQNRGp3N0z { top:12.1875rem;left:0.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLgO6HwaT486XDJIVmSfIliEzqKEow7p { top:6.5625rem;left:24.8125rem;width:18.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBZ4pZNlGfc4vWEIGkClxEyWFcEML18 { top:6.5rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTeoKE9xHo3aGGHb7Cw6RAtgU9kPqsqQ { top:10.9375rem;left:24.8125rem;width:18.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZIywpeNOyfL3zilKKz9tr9qkIUCiM6U { top:10.6875rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVS8F1kCu4us4GnO40vbDNriGUosTtXA { display:block; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ22Xtp7hFITsQ50UqDhGAgPPhQnUAZb { top:1.75rem;left:0rem;width:24.375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foGhI1BH22qzJruofAnr8ZKvqzTavrLi { top:7.6875rem;left:0rem;width:25.5rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrNn0HCLTqOPmQtpiMMiJ6Xfa4sqTkG { top:18.875rem;left:23.875rem;width:10.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCVN2NV1Awh7FWWUBwL0Xa9CrrvTPfS { top:21.1875rem;left:21.125rem;width:26.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGgzTyNrvHT7RUWqmD2xrZ7ItqSVIb3L { width:26.125rem;height:3.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhwco2HixLzqtuaeI2XOZF4Qygrp965 { display:block; }
 }@media only screen and (max-width: 763px) { #WbnCBeqrnzaktTRV5R4ImD4vCb0xHox5 { top:1.75rem;left:21.1875rem;width:26.3125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 { display:block; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn80FPl0PR8g3auUqIQzdsTc5t0l3acc { top:1.875rem;left:0rem;width:19.125rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytZ789q0Bun5lonIuTfXbBD9zCAMg7pc { top:4.125rem;left:14.8125rem;width:3.8125rem;height:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAigTidh2xfBPivkPqEXAGCS2twanT5N { top:1.1875rem;left:28.9375rem;width:18.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W { display:block; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHcEFwGXHp2igNsls450mhywrwKT4TZJ { top:0.8125rem;left:0rem;width:36.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlpcclDVxqW8vThb9CTIhowd2TeRZaDq { top:0.6875rem;left:35.875rem;width:11.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsBRHx1PkXQFf3lZKokpqF7u8qVWsOM0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc { display:block; }#qUB3d2toOEdJgqf8THrUR6bqLW9kFnTc > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCW3LQlghqSl0d4FnKzSHCutxgv9Rwt9 { width:20rem;height:6.09375rem;top:6.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHUdRLoWSAlb2bT1mUf57z3PMzfETZWg { width:13.0625rem;height:5.5625rem;top:0rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVxJC3TVNqEEG8F6xZNWRVBtZekaw0Gh { width:10.25rem;height:3.9375rem;top:0.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmaN30w4lpG914v5QnUEJmpN5BumCEt { display:block; }#BBmaN30w4lpG914v5QnUEJmpN5BumCEt > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liTARr1AgTbeSlJqe6TCS19JrkRtrEs3 { width:16.5625rem;height:28.792925rem;top:3.0029296875rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz5RaCEESTrL9r9wabdmPszwvRP1CJXw { width:19.3125rem;height:40rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk2qgDTTKfD1WVdb3XTPUHvh25meqqbU { width:15.8125rem;height:4.19921875rem;top:34.1904296875rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTtHZeoxTxT17o6bTtqvwRbrAtU8EnHP { width:19rem;height:3.4375rem;top:43.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3JuvzpItfwpy0b3XP4qdKKbiLfZNV9H { display:block; }
 }@media only screen and (max-width: 763px) { #hp7873dMq6OssZe0JXRgN2QQKidwkdC0 { display:block; }#hp7873dMq6OssZe0JXRgN2QQKidwkdC0 > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIz7Hznhb20GX3oaXqM3zGk5nHEEc6X7 { width:19rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdM0aOs4ErykHqGOl853VGfpwsVa4FfJ { width:10.625rem;height:1.3997375rem;top:8.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eipgqp7v1dIVTh4iTi2RpHdRsV38valw { width:1.9375rem;height:1.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaVhpqothNBcX6Pk5R331X6pv64gxAfZ { width:13.125rem;height:2.79948125rem;top:11.375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFMhafxhLt6zvheDcyM9axKpCPvLzmpx { width:1.9375rem;height:1.9375rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3AuTDx2ALwwXER9r1d3nlyKp8N2SSQb { width:11.8125rem;height:2.79948125rem;top:15.25rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zSFzOCQ8qydTspdsFX39R798heEf5oTS { width:1.9375rem;height:1.9375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyB2rGfRKbJ8en6XKO2F0hPSTGTew9q { width:12.625rem;height:1.3997375rem;top:19.1875rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARfE6EwQrqw5BGHnSJU5DHwqP12zG7Oz { width:1.9375rem;height:1.9375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXRwJzrlQQH5NgoGlAU82DXcftPKiBI9 { width:13.1875rem;height:2.79948125rem;top:22.3125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zdZzn91GKePff2bMwbTEnTb4NyvHRWfN { width:1.9375rem;height:1.9375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l62IdkPDva08H00kuwEazHFz63lH1pK9 { width:15.5625rem;height:2.79948125rem;top:25.25rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqTAMZ2GAW0dP7oQmSgn1N67U1Grdrn9 { width:1.9375rem;height:1.9375rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE5TsI38QJ3fNWmdIy4zNuI1J14RIEE2 { width:15.5625rem;height:2.79948125rem;top:29.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BkOZghxmT6MmteAy9ZMc5ofEDoHTsvki { width:19.625rem;height:13.8125rem;top:34.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0GT5Tgq6ghNMU06h1JfTTnilkW9TMQ { width:20rem;height:11.1972625rem;top:49.435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE { display:block; }#JSMVdz9fuQCLxi2H4WtCXqTclGfMd6WE > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xy1nCTacDrTm4itmyJhDKaOWwM0HSITR { width:18.6875rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8HvWuFQqWL0U3RgUuD00HQ25oN2rup7 { width:20rem;height:11.1979375rem;top:9.2179718017575rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vXq4w98Dh4HFmkt2ZCaTLipzG9DTAVc7 { width:18.9375rem;height:26.4375rem;top:22.3515625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxVvqHHZCKCzlyp4lUThcxTeIN8H2Dk { width:18.9375rem;height:11.3125rem;top:22.3515625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dXTFiwBdvZzykb3N3OOK4UMh01HABT { width:16.6875rem;height:2.59895625rem;top:43.3515625rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BilarhB4sUmWvVrLXLyMyfqWtUpSnZ { width:17.125rem;height:3.25rem;top:37.8515625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWPQFfcMxiTUFkT4yJEshVMPLoiANdlG { width:9.125rem;height:4.6875rem;top:30.413871765137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTNCXUNhhlRzarffkWMXTJM9DJm4OLl { width:19rem;height:3.4375rem;top:51.6015625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsTHxLJQbUf5fAEZkzELH0opaTOwSZT { display:block; }
 }@media only screen and (max-width: 763px) { #o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW { display:block; }#o7RvLGDGZOtHvNmSGMGisbqgmPhJSZAW > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp2ApUlfr90cCfa1Jq11QqcIankudS8P { width:19.3125rem;height:32.0625rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlEWhTvxDtgvnngeSO7J4LE8ubOuvGH { width:17.625rem;height:3.25rem;top:3rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBf7STDFozPmhvPrxD0Kmmr5sC5iUFCV { width:14.4375rem;height:6.9986875rem;top:8.4375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hagd91TTIefgyOKsTyGJfLQUBP66ytrH { width:1.9375rem;height:1.9375rem;top:27.1123046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC49L1KT7PqaEylmukuG3DRnJuB5s6pb { width:13.5rem;height:2.79948125rem;top:17.0146484375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9E50eHW9i2P7AznVOUKEKAQNRGp3N0z { width:1.9375rem;height:1.9375rem;top:16.65625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLgO6HwaT486XDJIVmSfIliEzqKEow7p { width:14.8125rem;height:4.19921875rem;top:21.3828125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBZ4pZNlGfc4vWEIGkClxEyWFcEML18 { width:1.9375rem;height:1.9375rem;top:8.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTeoKE9xHo3aGGHb7Cw6RAtgU9kPqsqQ { width:11.9375rem;height:4.19921875rem;top:27.3818359375rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZIywpeNOyfL3zilKKz9tr9qkIUCiM6U { width:1.9375rem;height:1.9375rem;top:21.0751953125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVS8F1kCu4us4GnO40vbDNriGUosTtXA { display:block; }#hVS8F1kCu4us4GnO40vbDNriGUosTtXA > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ22Xtp7hFITsQ50UqDhGAgPPhQnUAZb { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foGhI1BH22qzJruofAnr8ZKvqzTavrLi { width:20rem;height:15.996125rem;top:6.09375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JdrNn0HCLTqOPmQtpiMMiJ6Xfa4sqTkG { width:12.4375rem;height:1.625rem;top:37.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTCVN2NV1Awh7FWWUBwL0Xa9CrrvTPfS { width:18.625rem;height:5.59895625rem;top:40.25rem;left:0rem;font-size:1rem;font-family:"a merriweather sans";font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGgzTyNrvHT7RUWqmD2xrZ7ItqSVIb3L { width:19rem;height:3.4375rem;top:47.6357421875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhwco2HixLzqtuaeI2XOZF4Qygrp965 { display:block; }
 }@media only screen and (max-width: 763px) { #WbnCBeqrnzaktTRV5R4ImD4vCb0xHox5 { width:19.875rem;height:12.125rem;top:24.1982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 { display:block; }#QSKnCwTIPT4dl1btBamtXS3iPcwmiD51 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw { display:block; }#EiAOTIHDUiNxyTQ6mhPIvsClhRdVeGqw > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn80FPl0PR8g3auUqIQzdsTc5t0l3acc { width:18.5rem;height:6.99869375rem;top:10.3125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytZ789q0Bun5lonIuTfXbBD9zCAMg7pc { width:4.0625rem;height:4.0625rem;top:18.375rem;left:8rem;font-size:2.8125rem;color:#2e2e2e;display:block; }
 }@media only screen and (max-width: 763px) { #GAigTidh2xfBPivkPqEXAGCS2twanT5N { width:17.75rem;height:6.375rem;top:1.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W { background-color:#cacaca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { background-color: transparent; background-image: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container { display: none; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .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); }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { border-width: 0; border-radius: 0; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXSN3fiaTQ7XlPg5mEOTPpUr8rKdO77W > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHcEFwGXHp2igNsls450mhywrwKT4TZJ { width:20rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlpcclDVxqW8vThb9CTIhowd2TeRZaDq { top:5.3125rem;left:4.125rem;width:11.7480625rem;height:1.62305rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsBRHx1PkXQFf3lZKokpqF7u8qVWsOM0 { display:block; }
 }