.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;
}
:root { --color-primary-0:242,225,225;--color-primary-1:216,164,164;--color-primary-2:190,104,104;--color-primary-3:174,66,66;--color-primary-4:40,8,8;--color-secondary-0:214,254,215;--color-secondary-1:133,251,136;--color-secondary-2:51,249,57;--color-secondary-3:0,248,7;--color-secondary-4:52,168,83;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:2,2,2;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@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;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 { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:40rem;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; }#QcMKu6iV5uJ5I0hZyGTST0XtuVkSeDXd { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.6875rem;top:24.5rem;left:0rem;display:none; }
#BG2I80RR4O6iCg4wov5Q88d8JGzoQIxt { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:33.4375rem;left:7.375rem;display:none; }
#gmHIDihTI79aW6rV1PWshe8QNTeniTup { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:25.625rem;left:3.1875rem;display:none; }
#gAdyhDMRktARbT3AOxzn8b4NNUrRXmcn { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.75rem;top:29.125rem;left:11.75rem;display:none; }
#IQmDTqxZt5d9geCx47w1yM76nFLanlPb { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4.875rem;top:37.375rem;left:6.5rem;display:none; }
#vMqLxm7gBwBwu3anXmVN238ge1mL7k2T { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.3125rem;top:26.25rem;left:3.8125rem;display:none; }
#OG9IUeRKTHSVcWAMaHObzf2uZ28RAHIW { z-index:15000;background-color:#e84c3d;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #00d8ff ;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AmZ6J8pp7I77N804fwnknglf3dp2zkTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Np9NiU1zUZJJbPoo77JdMWTR31HWRUtm { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.9375rem;top:21.3125rem;left:2.375rem;display:none; }
#Bc0EQRebSrDxBU1GVG8wCDZRcfbrhCFP { position:absolute;display:block;z-index:15000;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:1.5625rem;width:1.5625rem;display:none; }
#y4VAVK63QHTeM7LD3qSDwblwVEGzNv73 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Q85G6cmIANdyBntwtDrWPHlCehNoaTf3 { position:absolute;display:block;z-index:15000;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:1.25rem;width:1.8125rem;display:none; }
#LnNMHVUz2ZcJIlGhmBwvhpvGVdfTvE7K { position:absolute;display:block;z-index:15000;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:1.4375rem;width:1.5625rem;display:none; }
#Cwrn5G8rumtrTEe6d285y4vXn1B4qcBK { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.9375rem;top:4.9375rem;left:7.375rem;display:none; }
#u5GyBXDGkdR9JzDBFyO1ozWOWWemh42O { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.375rem;top:5.1875rem;left:10.1875rem;display:none; }
#TkLRLdXa0JHNqMDES8Sy8PUIiU6Xwzm8 { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:7.75rem;top:9.5rem;left:2.75rem;display:none; }
#vpFK6gtfasBUbXf6cOGu1SBPKOCpe3mX { position:absolute;display:block;z-index:15000;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:1.25rem;width:2.8125rem;display:none; }
#eakXfVSsu4L3zJ1a6vWa7T6Q5Zt3mARi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eakXfVSsu4L3zJ1a6vWa7T6Q5Zt3mARi > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D2mzUrdz8BoixCVTXbFBxt9bLFSFw34V { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:32.8125rem;left:5.3125rem;display:none; }
#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a { position:relative;display:none; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a { border-width: 0; border-radius: 0; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .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; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .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:18.75rem;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:none; }#BCC505xdB1pgBDTAm21SOu6zcByTB7KG { z-index:15000;background-color:#e84c3d;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #00d8ff ;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#itTcIzDKMXMwaW8aF569fod7Cw381ma0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OUMDSBPP1d7pLQK9moVvsz5Tx9CSZlos { position:absolute;display:block;z-index:15000;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:1.375rem;width:1.375rem;display:none; }
#TqD4mTRGVSHHNkur1HaaC8D177koODui { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:50.625rem;top:0.6875rem;left:0.125rem;display:none; }
#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ { position:relative;display:none; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ { border-width: 0; border-radius: 0; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .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; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .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:"open sans";height:18.75rem;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:none; }#vsqX0cSuxtzPVQkvBfI9UT7Tux329mdG { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.5rem;top:3.875rem;left:3.1875rem;display:none; }
#wDFbvXtWU54ry8I4CyVOxJNlHs8iSzOM { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#iRqLxVyZnUKM6abhqMCNbW85TPGEFKXx { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.5rem;top:8.625rem;left:4.5625rem;display:none; }
#axbWJWqpO7Co0sTQS0HnRFotHneLLLxq { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.1875rem;top:10.125rem;left:4.5625rem;display:none; }
#drUovDz9tibnDdNsb9GZiHQotqCX7uCd { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ZCmQhV3I8Dque0mS8JggO5bMDhHOkOFk { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.375rem;top:13.9375rem;left:5.9375rem;display:none; }
#OD72vTqolD4caNnMbghOlfZgqv2xxbXt { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.1875rem;top:17.25rem;left:3.25rem;display:none; }
#W9GCqd1PRidTMFwXQGkCNvRuU4GT3k5U { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#X3yxGeCdzik2L4tqsTp3FrQO6bb0P1HQ { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4.8125rem;top:19.375rem;left:6.4375rem;display:none; }
#dMGe4LZ4iH1x6b3cW9NtLIzXAd6qoonL { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.1875rem;top:21.5rem;left:6.625rem;display:none; }
#Bh9VgG0DE2suxPZTzKaFPkKEJF61EeUQ { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#SbTs9dcTGJViGFfBMGLgqqyVswFn5I1k { color:#000000;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.75rem;top:24.875rem;left:6.75rem;display:none; }
#vmrbsP8NCGoQ0iK9cFZX2tTzamTS4FE0 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.1875rem;top:26.625rem;left:6.625rem;display:none; }
#XuAVubFplePTbhfH3CfOnDMAfkksTSJA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#lyMiA6e2oKqrvb2iEoz38w16Bx3OqwT3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#diUZGrxa7r6cT0aTGvP3JDDAO9QeHMcp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#qQ0TN4Cd28nGRTuWaqRzTvz8ANzsSZqg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#AXiy9psWW6TwDsPV2C8H7LyUwRifsMCU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#hCSVoocTwLqo02RuJ0cETTFiTL3TG56h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#bi92ccWqIKxuSFxka6hkUZs2Eop2VwqS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#wIwJc4vXpLMvR3ecaMKlquDyWHpKlZRf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#lxTXOGqKDT2MqnCc7SUqGlGofbCfG2qs { z-index:15000;background-color:#e84c3d;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #00d8ff ;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MMJOriPpEiiwKQtnSrsBOAA7M59DtqUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNPqp3x4KbEr8ep7TUTr9Cdsmi06lP5B { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS { position:relative;display:none; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS { border-width: 0; border-radius: 0; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .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; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .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:"open sans";height:18.75rem;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:none; }#oB242Q2H0P24Pey6cnPHe83Byadtyvhf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#xoe5ZaqQwT99qiX0Jtok7TLhC7fSSZmf { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:37.5rem;left:0.75rem;display:none; }
#TqWkTiI8EszNKhpNUln3gzhgTSgMzMPF { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:14.3125rem;left:4.25rem;display:none; }
#dTLmT2amypkUmKZVX8ZhIhL5oFqc5Gqd { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:11.5625rem;left:1.6875rem;display:none; }
body { position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; }#QcMKu6iV5uJ5I0hZyGTST0XtuVkSeDXd { top:24.5rem;left:0rem;width:12.8125rem;height:1.6875rem;font-size:1.625rem;display:none; }
#BG2I80RR4O6iCg4wov5Q88d8JGzoQIxt { top:33.4375rem;left:1.25rem;width:5.3125rem;height:;font-size:2.5rem;display:none; }
#gmHIDihTI79aW6rV1PWshe8QNTeniTup { top:25.625rem;left:0rem;width:8.75rem;height:;font-size:1.5rem;display:none; }
#gAdyhDMRktARbT3AOxzn8b4NNUrRXmcn { top:29.125rem;left:5.625rem;width:2.4375rem;height:1.75rem;font-size:1.375rem;display:none; }
#IQmDTqxZt5d9geCx47w1yM76nFLanlPb { top:37.375rem;left:0.375rem;width:7.625rem;height:4.875rem;font-size:3.75rem;display:none; }
#vMqLxm7gBwBwu3anXmVN238ge1mL7k2T { top:26.25rem;left:0rem;width:11.5rem;height:2.3125rem;font-size:1.375rem;display:none; }
#OG9IUeRKTHSVcWAMaHObzf2uZ28RAHIW { width:;height:;display:none; }
#AmZ6J8pp7I77N804fwnknglf3dp2zkTE { display:block; }
#Np9NiU1zUZJJbPoo77JdMWTR31HWRUtm { top:21.3125rem;left:0rem;width:9.875rem;height:1.9375rem;font-size:1.5rem;display:none; }
#Bc0EQRebSrDxBU1GVG8wCDZRcfbrhCFP { width:1.5625rem;height:1.5625rem;display:none; }
#y4VAVK63QHTeM7LD3qSDwblwVEGzNv73 { display:none; }
#Q85G6cmIANdyBntwtDrWPHlCehNoaTf3 { width:1.8125rem;height:1.25rem;display:none; }
#LnNMHVUz2ZcJIlGhmBwvhpvGVdfTvE7K { width:1.5625rem;height:1.4375rem;display:none; }
#Cwrn5G8rumtrTEe6d285y4vXn1B4qcBK { top:4.9375rem;left:1.25rem;width:8.25rem;height:1.9375rem;font-size:2.875rem;display:none; }
#u5GyBXDGkdR9JzDBFyO1ozWOWWemh42O { top:5.1875rem;left:4.0625rem;width:6.6875rem;height:3.375rem;font-size:2.625rem;display:none; }
#TkLRLdXa0JHNqMDES8Sy8PUIiU6Xwzm8 { top:9.5rem;left:0rem;width:8.25rem;height:7.75rem;font-size:1rem;display:none; }
#vpFK6gtfasBUbXf6cOGu1SBPKOCpe3mX { width:2.8125rem;height:1.25rem;display:none; }
#eakXfVSsu4L3zJ1a6vWa7T6Q5Zt3mARi { display:none; }
#eakXfVSsu4L3zJ1a6vWa7T6Q5Zt3mARi > img { max-width: 100%;max-height:100%; width:; height:; }#D2mzUrdz8BoixCVTXbFBxt9bLFSFw34V { top:32.8125rem;left:0rem;width:9.375rem;height:;font-size:0.9375rem;display:none; }
#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a { display:none; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row .container { width:47.75rem;position:relative;display:none; }#BCC505xdB1pgBDTAm21SOu6zcByTB7KG { width:;height:;display:none; }
#itTcIzDKMXMwaW8aF569fod7Cw381ma0 { display:block; }
#OUMDSBPP1d7pLQK9moVvsz5Tx9CSZlos { width:1.375rem;height:1.375rem;display:none; }
#TqD4mTRGVSHHNkur1HaaC8D177koODui { top:0.6875rem;left:0rem;width:20rem;height:50.625rem;font-size:1.25rem;display:none; }
#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ { display:none; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row .container { width:47.75rem;position:relative;display:none; }#vsqX0cSuxtzPVQkvBfI9UT7Tux329mdG { top:3.875rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1.9375rem;display:none; }
#wDFbvXtWU54ry8I4CyVOxJNlHs8iSzOM { display:none; }
#iRqLxVyZnUKM6abhqMCNbW85TPGEFKXx { top:8.625rem;left:0rem;width:8.0625rem;height:1.5rem;font-size:1.375rem;display:none; }
#axbWJWqpO7Co0sTQS0HnRFotHneLLLxq { top:10.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#drUovDz9tibnDdNsb9GZiHQotqCX7uCd { display:none; }
#ZCmQhV3I8Dque0mS8JggO5bMDhHOkOFk { top:13.9375rem;left:0rem;width:11.875rem;height:2.375rem;font-size:1.375rem;display:none; }
#OD72vTqolD4caNnMbghOlfZgqv2xxbXt { top:17.25rem;left:0rem;width:9.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#W9GCqd1PRidTMFwXQGkCNvRuU4GT3k5U { display:none; }
#X3yxGeCdzik2L4tqsTp3FrQO6bb0P1HQ { top:19.375rem;left:0.34374988079071rem;width:11.875rem;height:4.8125rem;font-size:1.375rem;display:none; }
#dMGe4LZ4iH1x6b3cW9NtLIzXAd6qoonL { top:21.5rem;left:0.5rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#Bh9VgG0DE2suxPZTzKaFPkKEJF61EeUQ { display:none; }
#SbTs9dcTGJViGFfBMGLgqqyVswFn5I1k { top:24.875rem;left:0.65546882152556rem;width:12rem;height:1.75rem;font-size:1.375rem;display:none; }
#vmrbsP8NCGoQ0iK9cFZX2tTzamTS4FE0 { top:26.625rem;left:0.56249988079071rem;width:12.625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#XuAVubFplePTbhfH3CfOnDMAfkksTSJA { display:none; }
#lyMiA6e2oKqrvb2iEoz38w16Bx3OqwT3 { display:none; }
#diUZGrxa7r6cT0aTGvP3JDDAO9QeHMcp { display:none; }
#qQ0TN4Cd28nGRTuWaqRzTvz8ANzsSZqg { display:none; }
#AXiy9psWW6TwDsPV2C8H7LyUwRifsMCU { display:none; }
#hCSVoocTwLqo02RuJ0cETTFiTL3TG56h { display:none; }
#bi92ccWqIKxuSFxka6hkUZs2Eop2VwqS { display:none; }
#wIwJc4vXpLMvR3ecaMKlquDyWHpKlZRf { display:none; }
#lxTXOGqKDT2MqnCc7SUqGlGofbCfG2qs { width:;height:;display:none; }
#MMJOriPpEiiwKQtnSrsBOAA7M59DtqUV { display:block; }
#UNPqp3x4KbEr8ep7TUTr9Cdsmi06lP5B { display:none; }
#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS { display:none; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row .container { width:47.75rem;position:relative;display:none; }#oB242Q2H0P24Pey6cnPHe83Byadtyvhf { display:none; }
#xoe5ZaqQwT99qiX0Jtok7TLhC7fSSZmf { top:37.5rem;left:0rem;width:18.4375rem;height:1.125rem;font-size:0.9375rem;display:none; }
#TqWkTiI8EszNKhpNUln3gzhgTSgMzMPF { top:14.3125rem;left:0rem;width:11.1875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#dTLmT2amypkUmKZVX8ZhIhL5oFqc5Gqd { top:11.5625rem;left:0rem;width:16.625rem;height:1.125rem;font-size:0.875rem;display:none; }
body { position:relative;background-color:#000000;background-image:none;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 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #ffffff, #7c7cd8);background-image: -moz-linear-gradient(172deg, #ffffff, #7c7cd8);background-image: -ms-linear-gradient(172deg, #ffffff, #7c7cd8);background-image: -o-linear-gradient(172deg, #ffffff, #7c7cd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c7cd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c7cd8' );";background-image: linear-gradient(172deg, #ffffff, #7c7cd8);background-size:auto !important;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;display:block; }#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 { width:20rem;height:49rem;position:relative;display:block; }#QcMKu6iV5uJ5I0hZyGTST0XtuVkSeDXd { top:25.125rem;left:5.5rem;width:2.75rem;height:2.11230625rem;z-index:15044;text-align:center;text-align-last:center;color:#49271b;font-size:1.625rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#BG2I80RR4O6iCg4wov5Q88d8JGzoQIxt { top:24.75rem;left:7.375rem;width:5.3125rem;height:3.25rem;z-index:15045;text-align:center;text-align-last:center;color:#49271b;font-size:2.5rem;font-family:arial;font-weight:400;font-style:normal;display:block; }
#gmHIDihTI79aW6rV1PWshe8QNTeniTup { top:27.375rem;left:5.875rem;width:8.25rem;height:1.94921875rem;z-index:15045;text-align:center;text-align-last:center;color:#4a7169;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#gAdyhDMRktARbT3AOxzn8b4NNUrRXmcn { top:24.625rem;left:11.75rem;width:2.4375rem;height:1.7871125rem;z-index:15046;text-align:center;text-align-last:center;color:#49271b;font-size:1.375rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#IQmDTqxZt5d9geCx47w1yM76nFLanlPb { top:28.6875rem;left:6.5rem;width:7.625rem;height:4.875rem;z-index:15046;text-align:center;text-align-last:center;color:#71bf50;font-size:3.75rem;text-shadow:-0.125rem 0.0625rem 0.625rem rgba(0,0,0,0.8);font-family:arial;font-weight:400;font-style:normal;display:block; }
#vMqLxm7gBwBwu3anXmVN238ge1mL7k2T { top:29.3125rem;left:12.3125rem;width:2.4375rem;height:1.7871125rem;z-index:15047;text-align:center;text-align-last:center;color:#71bf50;font-size:1.375rem;text-shadow:-0.125rem 0.0625rem 0.625rem rgba(0,0,0,0.83);font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#OG9IUeRKTHSVcWAMaHObzf2uZ28RAHIW { top:34.625rem;left:1.6875rem;z-index:15042;width:16.625rem;height:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;font-family:"archivo black";color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 1.125rem #3b8006 ;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#AmZ6J8pp7I77N804fwnknglf3dp2zkTE { display:block; }
#Np9NiU1zUZJJbPoo77JdMWTR31HWRUtm { top:30.125rem;left:5.375rem;width:3rem;height:1.94921875rem;z-index:15046;text-align:center;text-align-last:center;color:#71bf50;font-size:1.5rem;text-shadow:-0.125rem 0.0625rem 0.625rem rgba(0,0,0,0.78);font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#Bc0EQRebSrDxBU1GVG8wCDZRcfbrhCFP { top:11rem;left:4.125rem;width:12.375rem;height:12.5625rem;z-index:15036;overflow:hidden;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
#y4VAVK63QHTeM7LD3qSDwblwVEGzNv73 { top:24.75rem;left:1.5rem;width:17.0625rem;height:14rem;z-index:15034;background-color:rgba(227,227,227,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q85G6cmIANdyBntwtDrWPHlCehNoaTf3 { top:21.875rem;left:0rem;width:8.0625rem;height:5.5625rem;z-index:15038;overflow:hidden;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LnNMHVUz2ZcJIlGhmBwvhpvGVdfTvE7K { top:0rem;left:1.28125rem;width:9.5rem;height:8.9375rem;z-index:15037;overflow:hidden;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Cwrn5G8rumtrTEe6d285y4vXn1B4qcBK { top:1.568359375rem;left:9.625rem;width:6.6875rem;height:3.73730625rem;z-index:15046;text-align:center;text-align-last:center;color:#132ec7;font-size:2.875rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#u5GyBXDGkdR9JzDBFyO1ozWOWWemh42O { top:4.369140625rem;left:9.625rem;width:6.6875rem;height:3.4121125rem;z-index:15047;text-align:center;text-align-last:center;color:#08155d;font-size:2.625rem;font-family:"russo one";font-weight:400;font-style:normal;display:block; }
#TkLRLdXa0JHNqMDES8Sy8PUIiU6Xwzm8 { top:8.3125rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15046;text-align:center;text-align-last:center;color:#4a7169;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#vpFK6gtfasBUbXf6cOGu1SBPKOCpe3mX { top:38.9375rem;left:3.0625rem;width:13.875rem;height:6.0625rem;z-index:15039;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eakXfVSsu4L3zJ1a6vWa7T6Q5Zt3mARi { display:flex;top:46.9375rem;left:9.15625rem;width:1.6875rem;height:1.6875rem;z-index:15048; }
#eakXfVSsu4L3zJ1a6vWa7T6Q5Zt3mARi > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#D2mzUrdz8BoixCVTXbFBxt9bLFSFw34V { top:32.8876953125rem;left:4.625rem;width:11.4375rem;height:1.25rem;z-index:15047;text-align:center;text-align-last:center;color:#2d4c45;font-size:0.9375rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;display:block; }
#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a { background-color:transparent;background-image: -webkit-linear-gradient(340deg, #ffffff, #7c7cd8);background-image: -moz-linear-gradient(340deg, #ffffff, #7c7cd8);background-image: -ms-linear-gradient(340deg, #ffffff, #7c7cd8);background-image: -o-linear-gradient(340deg, #ffffff, #7c7cd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c7cd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c7cd8' );";background-image: linear-gradient(340deg, #ffffff, #7c7cd8);background-size:auto !important;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;display:block; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row .container { background-color: transparent; background-image: none; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row .container > .video-iframe-container { display: none; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row > .video-iframe-container { display: none; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .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); }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row .container { border-width: 0; border-radius: 0; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fiz4o5MLAx6ZmpetqWEVUSx2HJq8BZ8a > .row .container { width:20rem;height:52.75rem;position:relative;display:block; }#BCC505xdB1pgBDTAm21SOu6zcByTB7KG { top:42.125rem;left:1.6875rem;z-index:15044;width:16.625rem;height:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;font-family:"archivo black";color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 1.125rem #3b8006 ;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#itTcIzDKMXMwaW8aF569fod7Cw381ma0 { display:block; }
#OUMDSBPP1d7pLQK9moVvsz5Tx9CSZlos { top:46.3125rem;left:6.84375rem;width:6.3125rem;height:6.3125rem;z-index:15038;overflow:hidden;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TqD4mTRGVSHHNkur1HaaC8D177koODui { top:0.5625rem;left:0rem;width:20rem;height:39rem;z-index:15046;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;font-family:exo;font-weight:700;font-style:normal;display:block; }
#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #7c7cd8);background-image: -moz-linear-gradient(180deg, #ffffff, #7c7cd8);background-image: -ms-linear-gradient(180deg, #ffffff, #7c7cd8);background-image: -o-linear-gradient(180deg, #ffffff, #7c7cd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c7cd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c7cd8' );";background-image: linear-gradient(180deg, #ffffff, #7c7cd8);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row .container { background-color: transparent; background-image: none; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row .container > .video-iframe-container { display: none; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row > .video-iframe-container { display: none; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .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); }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row .container { border-width: 0; border-radius: 0; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozQWtDU7SCEiogKlTugM9KcgJOI02ePJ > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; }#vsqX0cSuxtzPVQkvBfI9UT7Tux329mdG { top:1.8125rem;left:3.3125rem;width:13.375rem;height:5.0371125rem;z-index:15031;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:1.9375rem;font-family:audiowide;display:block; }
#wDFbvXtWU54ry8I4CyVOxJNlHs8iSzOM { top:8.2500002384187rem;left:2.40625rem;width:4.375rem;height:4.375rem;z-index:15033;font-size:3.0625rem;color:#a48fec;display:block; }
#iRqLxVyZnUKM6abhqMCNbW85TPGEFKXx { top:9.3125rem;left:5.53125rem;width:11.875rem;height:1.7872rem;z-index:15031;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:1.375rem;font-family:roboto;display:block; }
#axbWJWqpO7Co0sTQS0HnRFotHneLLLxq { top:11rem;left:7.34375rem;width:8.125rem;height:1.21875rem;z-index:15032;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;font-family:roboto;display:block; }
#drUovDz9tibnDdNsb9GZiHQotqCX7uCd { top:15.5625rem;left:13.71875rem;width:3.75rem;height:3.75rem;z-index:15034;font-size:2.625rem;color:#a48fec;display:block; }
#ZCmQhV3I8Dque0mS8JggO5bMDhHOkOFk { top:15.5625rem;left:3.3125rem;width:11.875rem;height:1.7872rem;z-index:15032;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:1.375rem;font-family:roboto;display:block; }
#OD72vTqolD4caNnMbghOlfZgqv2xxbXt { top:17.25rem;left:3.3115234375rem;width:9.5625rem;height:1.21875rem;z-index:15033;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;font-family:roboto;display:block; }
#W9GCqd1PRidTMFwXQGkCNvRuU4GT3k5U { top:21.312501192093rem;left:1.09375rem;width:4.9375rem;height:4.8125rem;z-index:15035;font-size:3.3125rem;color:#a48fec;display:block; }
#X3yxGeCdzik2L4tqsTp3FrQO6bb0P1HQ { top:22.09375rem;left:6.21875rem;width:12rem;height:1.7872rem;z-index:15033;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:1.375rem;font-family:roboto;display:block; }
#dMGe4LZ4iH1x6b3cW9NtLIzXAd6qoonL { top:23.84375rem;left:5.96875rem;width:8.9375rem;height:1.21875rem;z-index:15034;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;font-family:roboto;display:block; }
#Bh9VgG0DE2suxPZTzKaFPkKEJF61EeUQ { top:27.187500953674rem;left:14.03125rem;width:5.625rem;height:5.75rem;z-index:15036;font-size:4rem;color:#a48fec;display:block; }
#SbTs9dcTGJViGFfBMGLgqqyVswFn5I1k { top:28.5625rem;left:2.65625rem;width:12rem;height:1.7872rem;z-index:15034;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:1.375rem;font-family:roboto;display:block; }
#vmrbsP8NCGoQ0iK9cFZX2tTzamTS4FE0 { top:30.25rem;left:1.40625rem;width:12.625rem;height:1.21875rem;z-index:15035;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;font-family:roboto;display:block; }
#XuAVubFplePTbhfH3CfOnDMAfkksTSJA { top:7.9375rem;left:1.90625rem;width:16.8125rem;height:5.4375rem;z-index:15004;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lyMiA6e2oKqrvb2iEoz38w16Bx3OqwT3 { top:8.25rem;left:2.3575367647059rem;width:4.625rem;height:4.8125rem;z-index:15005;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#2f2f2f;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;display:block; }
#diUZGrxa7r6cT0aTGvP3JDDAO9QeHMcp { top:14.46875rem;left:1.75rem;width:16.5rem;height:5.3125rem;z-index:15005;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qQ0TN4Cd28nGRTuWaqRzTvz8ANzsSZqg { top:14.9375rem;left:13.424574908088rem;width:4.5rem;height:4.6875rem;z-index:15006;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#2f2f2f;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;display:block; }
#AXiy9psWW6TwDsPV2C8H7LyUwRifsMCU { top:20.90625rem;left:0.9375rem;width:18.125rem;height:5.3125rem;z-index:15006;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hCSVoocTwLqo02RuJ0cETTFiTL3TG56h { top:21.4375rem;left:1.46875rem;width:4.1875rem;height:4.375rem;z-index:15007;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#2f2f2f;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;display:block; }
#bi92ccWqIKxuSFxka6hkUZs2Eop2VwqS { top:27.40625rem;left:1.28125rem;width:18.125rem;height:5.3125rem;z-index:15006;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wIwJc4vXpLMvR3ecaMKlquDyWHpKlZRf { top:27.9375rem;left:14.625rem;width:4.1875rem;height:4.375rem;z-index:15007;border-top-left-radius:187.5rem;border-top-right-radius:187.5rem;border-bottom-left-radius:187.5rem;border-bottom-right-radius:187.5rem;background-color:#2f2f2f;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;display:block; }
#lxTXOGqKDT2MqnCc7SUqGlGofbCfG2qs { top:35.875rem;left:1.40625rem;z-index:15045;width:17.1875rem;height:5.125rem;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(176deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;font-family:"archivo black";color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-tertiary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#MMJOriPpEiiwKQtnSrsBOAA7M59DtqUV { display:block; }
#UNPqp3x4KbEr8ep7TUTr9Cdsmi06lP5B { top:42.5rem;left:5.09375rem;width:9.8125rem;height:0.375rem;z-index:15051;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#4c4242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS { background-color:#7c7cd8;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row .container { background-color: transparent; background-image: none; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row .container > .video-iframe-container { display: none; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row > .video-iframe-container { display: none; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .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); }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row .container { border-width: 0; border-radius: 0; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQJfh1HGUaXal9yQUGZ5f8iXUGkiABrS > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; }#oB242Q2H0P24Pey6cnPHe83Byadtyvhf { top:7.625rem;left:4.6875rem;width:9.8125rem;height:0.375rem;z-index:15051;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#4c4242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xoe5ZaqQwT99qiX0Jtok7TLhC7fSSZmf { top:1.125rem;left:4.1875rem;width:12.875rem;height:1.21875rem;z-index:15051;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TqWkTiI8EszNKhpNUln3gzhgTSgMzMPF { top:4.6875rem;left:4.625rem;width:11.1875rem;height:1.21875rem;z-index:15052;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#dTLmT2amypkUmKZVX8ZhIhL5oFqc5Gqd { top:3.0625rem;left:3.125rem;width:15.0625rem;height:1.13671875rem;z-index:15052;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
