.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:246,221,246;--color-primary-1:225,143,225;--color-primary-2:195,31,194;--color-primary-3:98,16,97;--color-primary-4:29,5,29;--color-secondary-0:255,255,250;--color-secondary-1:254,255,238;--color-secondary-2:252,255,220;--color-secondary-3:126,128,110;--color-secondary-4:38,38,33;--color-tertiary-0:230,230,230;--color-tertiary-1:171,171,171;--color-tertiary-2:87,87,87;--color-tertiary-3:44,44,44;--color-tertiary-4:13,13,13;--headlines-font-family:"montserrat up";--paragraphs-font-family:"montserrat up"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { background-color:#0d2a03;background-image:url("https://images.assets-landingi.com/uc/5a309a46-38ad-4525-b4a9-f05c6fc8570a/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.adaptive-delivery-prevent-bg, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyload, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyloading { background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { background-color: transparent; background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { border-width: 0; border-radius: 0; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:75rem;height:111.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { color:#edfff2;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.5rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#zC3uc8FOuHQUMULgWPmT1mo3JnyOQ5T1 { background-color:#6ed313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:7.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.25rem;left:30.9375rem;display:block; }
#SW46wyxENZSD81Nqnv6s9E4PN11kibdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JLREk1vqZxnRhhtymJGXA4OpIqTJSuzi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:13rem;top:0rem;left:34.5rem;overflow:hidden;display:block; }
#aBTkyhU2a3PwgGtXgpSSwW37d0dXdH1f { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:43.6875rem;left:27.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkt4y3ywVHRTMAMwFm0yikgPg1c4Jb7z { color:#edfff2;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:41.3125rem;left:27.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VzHw6goWKNRlJyVin4aZwphoo1tMANeC { position:absolute;display:block;z-index:15016;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:9.5rem;width:9.5rem;top:23.75rem;left:25.4375rem;overflow:hidden;display:block; }
#aeLbovzFdtBDyBQxtDBAJJfZmTkr2w60 { position:absolute;display:block;z-index:15017;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.5rem;width:7.5rem;top:47.5rem;left:26.25rem;overflow:hidden;display:block; }
#EWoksswHVsJ8Sq6ePbc0kXyNxyrROHTa { background-color:#ce10ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:5.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.125rem;left:28.875rem;display:block; }
#K1mykCguNsq6dqZPUWeg1tCe447CnACy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zRCLBxGMFOApneyS7QN8AUcrSy4To3Tm { position:absolute;display:block;z-index:15018;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.875rem;width:7.875rem;top:56.0625rem;left:25.875rem;overflow:hidden;display:block; }
#yKq5FH0wf1tgNCMEbxTetiG7aoy8rpTC { background-color:#500758;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:5.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:57.6875rem;left:28.875rem;display:block; }
#iobaV7IQbMIPFLeczJfLpb2ona0wu4gt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hp5EyRO7mupD6HJCCiv739ftRid9ckQu { background-color:#d39a13;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:5.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:82.5rem;left:29.5625rem;display:block; }
#ApJC9LM05zBGxFRFyhAIAwLMUNhW16Tz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3ByT1VQ9b7cAB7O7cS6K2TO9PQrlnX3 { position:absolute;display:block;z-index:15023;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.5rem;width:7.5rem;top:72.75rem;left:26.25rem;overflow:hidden;display:block; }
#yn2HdyRau0dQBJiAnM1zRsgdTop4woOc { background-color:#d34b13;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:5.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:74.375rem;left:29.5625rem;display:block; }
#EyJrLdQbqENdvkx5kbsk1hcFOuuSWcTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCoigJqzcE1mqdrkml3k4d1zMtEKrFwz { background-color:#396814;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:5.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:66.1875rem;left:28.875rem;display:block; }
#lV1rabgbu2cV5e0ysME3MSNWVunV23iB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6ozqZogFk9gGbLsTcL0yUMnOTgKKsG3 { position:absolute;display:block;z-index:15022;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.5rem;width:7.5rem;top:64.5625rem;left:26.25rem;overflow:hidden;display:block; }
#pMrP5NfxUouMyNEr2EHqN6DQHRN92eRB { position:absolute;display:block;z-index:15024;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.5rem;width:7.5rem;top:80.875rem;left:26.5625rem;overflow:hidden;display:block; }
#D2gSa5JiW4KmraFwKC3TXmTuv5m0EMST { background-color:#d3131b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:98.8125rem;left:29.3125rem;display:block; }
#cGvGm7Ns6bh8rEv0f3TVzPSgf9w97NNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4PZHLxNHKP9HoWLXIfG7inQVT7rT6Iq { position:absolute;display:block;z-index:15029;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.5rem;width:7.5rem;top:97.25rem;left:26.3125rem;overflow:hidden;display:block; }
#C7yNBVaOx6ebG05NEPi0pPs8ZwhgOKkC { position:absolute;display:block;z-index:15028;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.5rem;width:7.5rem;top:89.125rem;left:26.25rem;overflow:hidden;display:block; }
#gJ9XGnOgOdnJxtDWtTeWKXyIFKWmKpXi { background-color:#13b7d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:5.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:90.625rem;left:28.875rem;display:block; }
#QZPFXXiazmR4F098QCUJ8HJZtADNVtg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exnONJzlsqth78vztW1Q5v0c9EszLuqi { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:33.6875rem;left:27.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eAnTJ4xRKrrvxdEr3Sax1dR3Z5fMJlfx { color:#edfff2;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.75rem;left:27.5rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#psxKqZpqDpdmXc0IBL1Q02EzguJbLzPb { color:#edfff2;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.5rem;height:2.51855625rem;text-align:center;text-align-last:center;display:none; }
#vzhBI4l86s0BdDCKIdcgO4q1A6qV6FQl { color:#edfff2;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.75rem;left:27.5rem;height:2.51855625rem;text-align:center;text-align-last:center;display:none; }
#IBAIzbKAyu2THJ6kmAgNddC2XucZZVdC { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:43.6875rem;left:27.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Hl9JOaBIo2c8wTD6KGIWIgX7lkbsCIGI { color:#edfff2;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);top:26.25rem;left:32.125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#RnntoJiVLuhnwT3x8rJzSBcQvTU860fy { color:#edfff2;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);top:28.75rem;left:35.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { top:18.75rem;left:13.875rem;width:27.5rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3uc8FOuHQUMULgWPmT1mo3JnyOQ5T1 { width:24rem;height:7.875rem;top:25.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW46wyxENZSD81Nqnv6s9E4PN11kibdy { display:block; }
 }@media only screen and (max-width: 763px) { #JLREk1vqZxnRhhtymJGXA4OpIqTJSuzi { top:0rem;left:20.875rem;width:13rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBTkyhU2a3PwgGtXgpSSwW37d0dXdH1f { top:43.6875rem;left:13.875rem;width:27.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkt4y3ywVHRTMAMwFm0yikgPg1c4Jb7z { top:41.3125rem;left:13.9375rem;width:27.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHw6goWKNRlJyVin4aZwphoo1tMANeC { top:23.75rem;left:11.8125rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeLbovzFdtBDyBQxtDBAJJfZmTkr2w60 { top:47.5rem;left:12.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoksswHVsJ8Sq6ePbc0kXyNxyrROHTa { width:26.25rem;height:5.8125rem;top:49.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1mykCguNsq6dqZPUWeg1tCe447CnACy { display:block; }
 }@media only screen and (max-width: 763px) { #zRCLBxGMFOApneyS7QN8AUcrSy4To3Tm { top:56.0625rem;left:12.25rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKq5FH0wf1tgNCMEbxTetiG7aoy8rpTC { width:26.25rem;height:5.8125rem;top:57.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobaV7IQbMIPFLeczJfLpb2ona0wu4gt { display:block; }
 }@media only screen and (max-width: 763px) { #hp5EyRO7mupD6HJCCiv739ftRid9ckQu { width:25.6875rem;height:5.8125rem;top:82.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJC9LM05zBGxFRFyhAIAwLMUNhW16Tz { display:block; }
 }@media only screen and (max-width: 763px) { #A3ByT1VQ9b7cAB7O7cS6K2TO9PQrlnX3 { top:72.75rem;left:12.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2HdyRau0dQBJiAnM1zRsgdTop4woOc { width:25.75rem;height:5.8125rem;top:74.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJrLdQbqENdvkx5kbsk1hcFOuuSWcTt { display:block; }
 }@media only screen and (max-width: 763px) { #xCoigJqzcE1mqdrkml3k4d1zMtEKrFwz { width:26.25rem;height:5.8125rem;top:66.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV1rabgbu2cV5e0ysME3MSNWVunV23iB { display:block; }
 }@media only screen and (max-width: 763px) { #p6ozqZogFk9gGbLsTcL0yUMnOTgKKsG3 { top:64.5625rem;left:12.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrP5NfxUouMyNEr2EHqN6DQHRN92eRB { top:80.875rem;left:12.9375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gSa5JiW4KmraFwKC3TXmTuv5m0EMST { width:25.9375rem;height:5.8125rem;top:98.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGvGm7Ns6bh8rEv0f3TVzPSgf9w97NNV { display:block; }
 }@media only screen and (max-width: 763px) { #J4PZHLxNHKP9HoWLXIfG7inQVT7rT6Iq { top:97.25rem;left:12.6875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7yNBVaOx6ebG05NEPi0pPs8ZwhgOKkC { top:89.125rem;left:12.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ9XGnOgOdnJxtDWtTeWKXyIFKWmKpXi { width:26.25rem;height:5.8125rem;top:90.625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZPFXXiazmR4F098QCUJ8HJZtADNVtg2 { display:block; }
 }@media only screen and (max-width: 763px) { #exnONJzlsqth78vztW1Q5v0c9EszLuqi { top:33.6875rem;left:13.875rem;width:27.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAnTJ4xRKrrvxdEr3Sax1dR3Z5fMJlfx { top:38.75rem;left:13.875rem;width:27.5rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psxKqZpqDpdmXc0IBL1Q02EzguJbLzPb { top:21.875rem;left:0rem;width:13.875rem;height:5.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzhBI4l86s0BdDCKIdcgO4q1A6qV6FQl { top:20.625rem;left:0rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBAIzbKAyu2THJ6kmAgNddC2XucZZVdC { top:15.6875rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hl9JOaBIo2c8wTD6KGIWIgX7lkbsCIGI { top:26.25rem;left:18.5rem;width:22.875rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnntoJiVLuhnwT3x8rJzSBcQvTU860fy { top:28.75rem;left:21.5rem;width:16.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#3e3046;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); } }@media only screen and (max-width: 763px) { #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { background-color:#0c1a00;background-image:url("https://images.assets-landingi.com/uc/5a309a46-38ad-4525-b4a9-f05c6fc8570a/BG.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.adaptive-delivery-prevent-bg, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyload, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyloading { background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { background-color: transparent; background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { border-width: 0; border-radius: 0; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { width:20rem;height:1.8681625rem;top:14.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zC3uc8FOuHQUMULgWPmT1mo3JnyOQ5T1 { width:20rem;height:5.125rem;top:20.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SW46wyxENZSD81Nqnv6s9E4PN11kibdy { display:block; }
 }@media only screen and (max-width: 763px) { #JLREk1vqZxnRhhtymJGXA4OpIqTJSuzi { width:9.625rem;height:12.125rem;top:0rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBTkyhU2a3PwgGtXgpSSwW37d0dXdH1f { width:20rem;height:1.21875rem;top:33.78125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkt4y3ywVHRTMAMwFm0yikgPg1c4Jb7z { width:20rem;height:1.21875rem;top:31.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzHw6goWKNRlJyVin4aZwphoo1tMANeC { width:7.1875rem;height:7.1875rem;top:18.75rem;left:-1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aeLbovzFdtBDyBQxtDBAJJfZmTkr2w60 { width:5.375rem;height:5.375rem;top:37.5rem;left:-1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoksswHVsJ8Sq6ePbc0kXyNxyrROHTa { width:20rem;height:5.125rem;top:37.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1mykCguNsq6dqZPUWeg1tCe447CnACy { display:block; }
 }@media only screen and (max-width: 763px) { #zRCLBxGMFOApneyS7QN8AUcrSy4To3Tm { width:6.25rem;height:6.25rem;top:44.0625rem;left:-1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKq5FH0wf1tgNCMEbxTetiG7aoy8rpTC { width:19rem;height:5.8125rem;top:44.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobaV7IQbMIPFLeczJfLpb2ona0wu4gt { display:block; }
 }@media only screen and (max-width: 763px) { #hp5EyRO7mupD6HJCCiv739ftRid9ckQu { width:19rem;height:5.8125rem;top:66.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJC9LM05zBGxFRFyhAIAwLMUNhW16Tz { display:block; }
 }@media only screen and (max-width: 763px) { #A3ByT1VQ9b7cAB7O7cS6K2TO9PQrlnX3 { width:5.9375rem;height:5.9375rem;top:58.5rem;left:-1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn2HdyRau0dQBJiAnM1zRsgdTop4woOc { width:19rem;height:5.8125rem;top:58.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJrLdQbqENdvkx5kbsk1hcFOuuSWcTt { display:block; }
 }@media only screen and (max-width: 763px) { #xCoigJqzcE1mqdrkml3k4d1zMtEKrFwz { width:19rem;height:5.8125rem;top:51.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV1rabgbu2cV5e0ysME3MSNWVunV23iB { display:block; }
 }@media only screen and (max-width: 763px) { #p6ozqZogFk9gGbLsTcL0yUMnOTgKKsG3 { width:5.875rem;height:5.875rem;top:51.375rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrP5NfxUouMyNEr2EHqN6DQHRN92eRB { width:6.875rem;height:6.875rem;top:65.25rem;left:-1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gSa5JiW4KmraFwKC3TXmTuv5m0EMST { width:19rem;height:5.8125rem;top:80.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGvGm7Ns6bh8rEv0f3TVzPSgf9w97NNV { display:block; }
 }@media only screen and (max-width: 763px) { #J4PZHLxNHKP9HoWLXIfG7inQVT7rT6Iq { width:6.5625rem;height:6.5625rem;top:80.0625rem;left:-1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7yNBVaOx6ebG05NEPi0pPs8ZwhgOKkC { width:6.0625rem;height:6.0625rem;top:73.0625rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ9XGnOgOdnJxtDWtTeWKXyIFKWmKpXi { width:19rem;height:5.8125rem;top:73.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZPFXXiazmR4F098QCUJ8HJZtADNVtg2 { display:block; }
 }@media only screen and (max-width: 763px) { #exnONJzlsqth78vztW1Q5v0c9EszLuqi { width:20rem;height:1.21875rem;top:25.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAnTJ4xRKrrvxdEr3Sax1dR3Z5fMJlfx { width:20rem;height:1.8681625rem;top:30rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psxKqZpqDpdmXc0IBL1Q02EzguJbLzPb { width:13.6875rem;height:2.4375rem;top:22.5rem;left:5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vzhBI4l86s0BdDCKIdcgO4q1A6qV6FQl { width:13.6875rem;height:1.8681625rem;top:20.6328125rem;left:5rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15014;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.19);display:block; }
 }@media only screen and (max-width: 763px) { #IBAIzbKAyu2THJ6kmAgNddC2XucZZVdC { width:20rem;height:1.21875rem;top:15.71875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Hl9JOaBIo2c8wTD6KGIWIgX7lkbsCIGI { width:20rem;height:0;top:87.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RnntoJiVLuhnwT3x8rJzSBcQvTU860fy { width:20rem;height:0;top:90.9921875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }