.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#063a1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;overflow:visible;position:relative;display:block; }#doAsPZflQpGrIpcvfToGZrXnApLTqTTb { color:#fcee35;display:block;width:34.874125rem;position:absolute;font-family:"hiphopperw01-regular regular";font-size:13.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.625rem;height:17.144125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SneDnBT50alxDgHtueJ0MWHdrceTPnU6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:28.499375rem;width:28.499375rem;top:7.8125001192094rem;left:41.809897422791rem;overflow:hidden;display:block; }
#yV3BNApScv2hbaew9VZ2RqInKAlnqR7t { color:#ff9b00;display:block;width:7.9373125rem;position:absolute;font-family:"hiphopperw01-regular regular";font-size:3.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.5rem;left:16.0625rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hwry0ZTTTtxp88vppsu8kCxSGbhOhcFW { color:#fcee35;display:block;width:32.6875rem;position:absolute;font-family:"hiphopperw01-regular regular";font-size:9.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.812067031861rem;left:4.9370660781861rem;height:12.4305625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEiiJb8ur4SPJ6gzqZrltkeSGueNlaLz { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:19.6875rem;top:0rem;left:27.656252861023rem;overflow:hidden;display:block; }
#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#063a1d;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; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container { background-color: transparent; background-image: none; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container > .video-iframe-container { display: none; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row > .video-iframe-container { display: none; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .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); }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container { border-width: 0; border-radius: 0; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#rNOdXka77EQpVVa3NIVcgBDt9nV2PXGM { color:#fcee35;display:block;width:41.5625rem;position:absolute;font-family:"montserrat extrabold";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.843321800232rem;left:0rem;height:4.2252625rem;text-align:center;text-align-last:center;display:block; }
#SblXKJ1TNWx3sACHybzrUdU5pZ3zL2pb { color:#fcee35;display:block;width:23.686rem;position:absolute;font-family:hiphopperpb-regular;font-size:3.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.875rem;left:46.75rem;height:9.5855rem;text-align:center;text-align-last:center;display:block; }
#XquH3xoiJJaSbWHiWfQFrsG70kT016if { color:#fcee35;display:block;width:21.0623125rem;position:absolute;font-family:"montserrat extrabold";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.208985328674rem;left:47.684897422791rem;height:11.3704375rem;text-align:center;text-align-last:center;display:block; }
#JWtkv1vsDfloW2BB7g6Lie0u3cpHfCqC { color:#fcee35;display:block;width:40.3125rem;position:absolute;font-family:"montserrat extrabold";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40.585943222046rem;left:8.4960947036744rem;height:10.563125rem;text-align:center;text-align-last:center;display:block; }
#A9zkOkBOluWdsnKIv2IKbCOzxqDmeEPW { color:#fcee35;display:block;width:67.061875rem;position:absolute;font-family:"montserrat extrabold";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1859812736511rem;left:3.9670133590698rem;height:6.8229375rem;text-align:center;text-align-last:center;display:block; }
#DXX1Xn7ewaeln3Es2se4mNTlcN2NHiaA { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:34.311rem;width:34.311rem;top:9.5rem;left:40.75rem;overflow:hidden;display:block; }
#rg2yp7TfqgGL5zcSTaNOKsMCctgxzVc9 { color:#fcee35;display:block;width:45.5620625rem;position:absolute;font-family:"montserrat extrabold";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.373485088348rem;left:0rem;height:10.56313125rem;text-align:center;text-align-last:center;display:block; }
#vfhLL0F6FAgVqUqRrz4OPJCw3bJ7GV7f { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.7485rem;width:12.7485rem;top:37.578132629394rem;left:47.684462547303rem;overflow:hidden;display:block; }
#dC7Kh8iicClsOIH7F6zW5ptgkvr1kpqq { color:#ff9b00;display:block;width:27.7485rem;position:absolute;font-family:"hiphopperw01-regular regular";font-size:4.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:60.873483657837rem;left:30.622832298279rem;height:6.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaCXl4PTUkmIxU8Mt4xTedbRLtLMER9f { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.5rem;width:40.061875rem;top:55.457901954651rem;left:0rem;overflow:hidden;display:block; }
#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#063a1d;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; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container { background-color: transparent; background-image: none; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container > .video-iframe-container { display: none; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row > .video-iframe-container { display: none; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .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); }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container { border-width: 0; border-radius: 0; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#Uz5KVqz9aCptGqTiE6SMT6g60sMPT0ft { color:#ff9b00;display:block;width:32.374125rem;position:absolute;font-family:"hiphopperw01-regular regular";font-size:5.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5002174377441rem;left:37.526041984558rem;height:7.1495rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqf3pyb51E0Wt2BANVxtPR5hTIOeSZyI { color:#ff9b00;display:block;width:73.25rem;position:absolute;font-family:"montserrat extrabold";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.52973151207rem;left:0.87456607818606rem;height:16.90100625rem;text-align:center;text-align-last:center;display:block; }
#SdDAVVeBGnyBllVcMgiZ0sBJZNITkDsX { background-color:#ff9b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#004927;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat extrabold";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.561875rem;height:5.12478125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.117189884186rem;left:18.71853351593rem;display:block; }
#G2aJPaTrXeMs3GDESWaZkH3UpRTnJQg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#063a1d;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; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container { background-color: transparent; background-image: none; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container > .video-iframe-container { display: none; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row > .video-iframe-container { display: none; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .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); }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container { border-width: 0; border-radius: 0; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#d6gE0l6DPFe3wrhTKUQKRpFq312niw7U { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:4.5625rem;left:1.4375rem;display:block; }
#HZwZZdmh44aTaaaWtP7cIniX8G1sbyo1 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:4.5625rem;left:20rem;display:block; }
#tS4bkeUfTgvmwc5LZl07JT8ACaenSfT9 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:4.5625rem;left:38.375rem;display:block; }
#PXE2tQRIRTT6mCGrh44gyhhKKhTxnwEQ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:4.5625rem;left:56.6875rem;display:block; }
#WsHwTn5kFMtUTApKwa2k020J5SUCWqWP { background-color:#fff100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: none;box-sizing:border-box;color:#063a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat extrabold";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4373125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.4375rem;left:2.125rem;display:block; }
#tTtc1AStrNDT3vCmwZ8g02v7Wp3ySKxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhTSiV0genagFXR655twJKLCq4069MI5 { background-color:#fff100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: none;box-sizing:border-box;color:#063a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat extrabold";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4373125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.4375rem;left:20.6875rem;display:block; }
#sXTaaxrxUXdElKkrkMXLvup0fur1WOtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uu0ryW0lxa1veAtHuD1NkWKUSgmUhQsy { background-color:#fff100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: none;box-sizing:border-box;color:#063a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat extrabold";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4373125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.4375rem;left:39.0625rem;display:block; }
#pWG3gVerXPAE6Lpb602dORcGN9idxkEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUpQnVEu9z2H3VrmFwfB0Hg08gSX5Izo { background-color:#fff100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: none;box-sizing:border-box;color:#063a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat extrabold";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4373125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.4375rem;left:57.375rem;display:block; }
#cgO9NDhpsqMKII1nVq6AnPynOZ0BL4lt { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doAsPZflQpGrIpcvfToGZrXnApLTqTTb { top:7.8125rem;left:0rem;width:34.8125rem;height:17.125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SneDnBT50alxDgHtueJ0MWHdrceTPnU6 { top:7.8125rem;left:19.25rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3BNApScv2hbaew9VZ2RqInKAlnqR7t { top:20.5rem;left:2.4375rem;width:7.875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwry0ZTTTtxp88vppsu8kCxSGbhOhcFW { top:21.75rem;left:0rem;width:32.6875rem;height:12.4375rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEiiJb8ur4SPJ6gzqZrltkeSGueNlaLz { top:0rem;left:14.031252861023rem;width:19.6875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf { display:block; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNOdXka77EQpVVa3NIVcgBDt9nV2PXGM { top:28.8125rem;left:0rem;width:41.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SblXKJ1TNWx3sACHybzrUdU5pZ3zL2pb { top:15.875rem;left:24.125rem;width:23.625rem;height:9.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquH3xoiJJaSbWHiWfQFrsG70kT016if { top:26.1875rem;left:26.75rem;width:21rem;height:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtkv1vsDfloW2BB7g6Lie0u3cpHfCqC { top:40.5625rem;left:0rem;width:40.3125rem;height:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9zkOkBOluWdsnKIv2IKbCOzxqDmeEPW { top:1.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXX1Xn7ewaeln3Es2se4mNTlcN2NHiaA { top:9.5rem;left:13.5rem;width:34.25rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg2yp7TfqgGL5zcSTaNOKsMCctgxzVc9 { top:13.3125rem;left:0rem;width:45.5rem;height:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfhLL0F6FAgVqUqRrz4OPJCw3bJ7GV7f { top:37.5625rem;left:34.059462547303rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7Kh8iicClsOIH7F6zW5ptgkvr1kpqq { top:60.8125rem;left:16.997832298279rem;width:27.6875rem;height:6.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCXl4PTUkmIxU8Mt4xTedbRLtLMER9f { top:55.4375rem;left:0rem;width:40rem;height:22.465249067848rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv { display:block; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz5KVqz9aCptGqTiE6SMT6g60sMPT0ft { top:5.5rem;left:15.4375rem;width:32.3125rem;height:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqf3pyb51E0Wt2BANVxtPR5hTIOeSZyI { top:18.5rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdDAVVeBGnyBllVcMgiZ0sBJZNITkDsX { width:37.5rem;height:5.0625rem;top:40.0625rem;left:5.0935335159302rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aJPaTrXeMs3GDESWaZkH3UpRTnJQg7 { display:block; }
 }@media only screen and (max-width: 763px) { #UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk { display:block; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6gE0l6DPFe3wrhTKUQKRpFq312niw7U { top:4.5625rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwZZdmh44aTaaaWtP7cIniX8G1sbyo1 { top:4.5625rem;left:6.375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS4bkeUfTgvmwc5LZl07JT8ACaenSfT9 { top:4.5625rem;left:24.75rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXE2tQRIRTT6mCGrh44gyhhKKhTxnwEQ { top:4.5625rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHwTn5kFMtUTApKwa2k020J5SUCWqWP { width:15.375rem;height:3.4375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtc1AStrNDT3vCmwZ8g02v7Wp3ySKxZ { display:block; }
 }@media only screen and (max-width: 763px) { #uhTSiV0genagFXR655twJKLCq4069MI5 { width:15.375rem;height:3.4375rem;top:36.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXTaaxrxUXdElKkrkMXLvup0fur1WOtE { display:block; }
 }@media only screen and (max-width: 763px) { #Uu0ryW0lxa1veAtHuD1NkWKUSgmUhQsy { width:15.375rem;height:3.4375rem;top:36.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWG3gVerXPAE6Lpb602dORcGN9idxkEU { display:block; }
 }@media only screen and (max-width: 763px) { #TUpQnVEu9z2H3VrmFwfB0Hg08gSX5Izo { width:15.375rem;height:3.4375rem;top:36.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgO9NDhpsqMKII1nVq6AnPynOZ0BL4lt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doAsPZflQpGrIpcvfToGZrXnApLTqTTb { width:8.8125rem;height:5.118275rem;top:12.3125rem;left:0rem;font-size:3.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SneDnBT50alxDgHtueJ0MWHdrceTPnU6 { width:11.1870625rem;height:11.1870625rem;top:8.5959205627444rem;left:8.8129348754881rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3BNApScv2hbaew9VZ2RqInKAlnqR7t { width:7.874375rem;height:2.59874375rem;top:16.125rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwry0ZTTTtxp88vppsu8kCxSGbhOhcFW { width:12.874375rem;height:5.118275rem;top:17.4375rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEiiJb8ur4SPJ6gzqZrltkeSGueNlaLz { width:19.6875rem;height:7.8125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf { display:block; }#rA4q6zsGv14AfAgLgXyZpm9GaAkPToEf > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNOdXka77EQpVVa3NIVcgBDt9nV2PXGM { width:20rem;height:3.8997375rem;top:20.662759780884rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SblXKJ1TNWx3sACHybzrUdU5pZ3zL2pb { width:12.249375rem;height:4.2252625rem;top:29.625rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquH3xoiJJaSbWHiWfQFrsG70kT016if { width:13.624125rem;height:7.3904375rem;top:34.75rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtkv1vsDfloW2BB7g6Lie0u3cpHfCqC { width:15.4373125rem;height:10.3993125rem;top:48.810766220093rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9zkOkBOluWdsnKIv2IKbCOzxqDmeEPW { width:20rem;height:7.7995rem;top:1.8745651245118rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXX1Xn7ewaeln3Es2se4mNTlcN2NHiaA { width:20rem;height:20rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg2yp7TfqgGL5zcSTaNOKsMCctgxzVc9 { width:20rem;height:9.0994125rem;top:11.059461593628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfhLL0F6FAgVqUqRrz4OPJCw3bJ7GV7f { width:6.311875rem;height:6.311875rem;top:43.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7Kh8iicClsOIH7F6zW5ptgkvr1kpqq { width:10.875rem;height:2.84288125rem;top:63.033421993256rem;left:8.9991321563719rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCXl4PTUkmIxU8Mt4xTedbRLtLMER9f { width:10rem;height:5.5rem;top:60.007598161698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv { display:block; }#V9UlVVRAwcsoTEEMORGnkl3R0IKHXGwv > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz5KVqz9aCptGqTiE6SMT6g60sMPT0ft { width:15.125rem;height:3.087025rem;top:0.0052080154418945rem;left:4.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqf3pyb51E0Wt2BANVxtPR5hTIOeSZyI { width:20rem;height:22.0985375rem;top:4.9737396240234rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdDAVVeBGnyBllVcMgiZ0sBJZNITkDsX { width:18.9995625rem;height:3.4375rem;top:28.748916625976rem;left:0.50021708011627rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G2aJPaTrXeMs3GDESWaZkH3UpRTnJQg7 { display:block; }
 }@media only screen and (max-width: 763px) { #UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk { display:block; }#UVbh6k8RCTuH8EkhGGDk0HCD6iiuiKIk > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6gE0l6DPFe3wrhTKUQKRpFq312niw7U { width:8.125rem;height:14.5rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZwZZdmh44aTaaaWtP7cIniX8G1sbyo1 { width:8.125rem;height:14.561625rem;top:1.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS4bkeUfTgvmwc5LZl07JT8ACaenSfT9 { width:8.125rem;height:14.4375rem;top:20.998265743256rem;left:1.374783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXE2tQRIRTT6mCGrh44gyhhKKhTxnwEQ { width:8.125rem;height:14.5625rem;top:20.934240818024rem;left:10.499132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHwTn5kFMtUTApKwa2k020J5SUCWqWP { width:7.249375rem;height:1.99978125rem;top:16.436633110046rem;left:1.8120660781861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtc1AStrNDT3vCmwZ8g02v7Wp3ySKxZ { display:block; }
 }@media only screen and (max-width: 763px) { #uhTSiV0genagFXR655twJKLCq4069MI5 { width:7.25rem;height:2rem;top:16.436633110046rem;left:10.936415672303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXTaaxrxUXdElKkrkMXLvup0fur1WOtE { display:block; }
 }@media only screen and (max-width: 763px) { #Uu0ryW0lxa1veAtHuD1NkWKUSgmUhQsy { width:7.25rem;height:2.3125rem;top:36.311851501465rem;left:1.8120660781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWG3gVerXPAE6Lpb602dORcGN9idxkEU { display:block; }
 }@media only screen and (max-width: 763px) { #TUpQnVEu9z2H3VrmFwfB0Hg08gSX5Izo { width:7.25rem;height:2.3125rem;top:36.310766220093rem;left:10.936415672303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgO9NDhpsqMKII1nVq6AnPynOZ0BL4lt { display:block; }
 }