.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;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); }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE { background-color:rgba(200,216,240,0.2);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; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container { background-color: transparent; background-image: none; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container > .video-iframe-container { display: none; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row > .video-iframe-container { display: none; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .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); }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container { border-width: 0; border-radius: 0; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#Cqa1RritF2CdZ8AChf34xGqErskObfdv { color:#f1f1f1;display:block;width:47.25rem;position:absolute;font-family:"league spartan";font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:1.0625rem;height:4.46875rem;font-style:normal;display:block; }
#hNH8EGpcBoXHdeotSDrCPqMeMqBiSJTJ { color:#f1f1f1;display:block;width:40.6875rem;position:absolute;font-family:"league spartan";font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.0625rem;height:8.9375rem;font-style:normal;display:block; }
#WzNQTdcKTLtFH8bTkEg4TGDOvhPnPZyD { position:absolute;display:block;z-index:14996;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:44.4375rem;width:44.4375rem;top:5.5490455627441rem;left:37.235248565674rem;overflow:hidden;display:block; }
#dPJ35JRPmgTHgrlirs0P3qemRqwKUGvy { position:absolute;display:block;z-index:15004;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:2.5rem;width:13.125rem;top:8rem;left:1.0625rem;overflow:hidden;display:block; }
#NmBwK98VCGNypo2ms2cO6WAzvALHWVQh { position:absolute;display:block;z-index:14999;background-color:#c61597;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:41.1875rem;top:18.875rem;left:0rem;display:block; }
#pKEvCDotI8yD9mJkWTRQsicn0iWSNxMP { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.75rem;left:11.094791412354rem;display:block; }
#vZD92Gwy30NpzETlTbCAlJNtKTOzBidH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVqwQv6UvHyAqBx5RmsQ3RXDpwBaobwP { color:#3f3f3f;display:block;width:33.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:29.75rem;left:1.0625rem;height:5.625rem;font-style:normal;display:block; }
#DT5BUKUSoJmQ7BqaMUDP7MiaZSED1JM0 { position:absolute;display:block;z-index:14997;background-color:#c61597;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:34.3125rem;top:14.6875rem;left:0rem;display:block; }
#k64PERshxe24z12HErP6w8043Keiqs9X { color:#3e3e3e;display:block;width:43.4375rem;position:absolute;font-family:"league spartan";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.61874961853rem;left:1.0625rem;height:5.525rem;display:block; }
#TktT7J646MmntfgcDpQBQhxlCcW8Xepu { color:#3f3f3f;display:block;width:33.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:44.9375rem;left:14.5rem;height:1.875rem;font-style:normal;display:block; }
#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S { position:relative;display:block; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S { background-color: transparent; background-image: none; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row .container > .video-iframe-container { display: none; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row > .video-iframe-container { display: none; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .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); }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S { border-width: 0; border-radius: 0; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .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; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 { position:relative;display:block; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 { background-color: transparent; background-image: none; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row .container > .video-iframe-container { display: none; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row > .video-iframe-container { display: none; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .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); }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 { border-width: 0; border-radius: 0; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .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; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iMW2qrM7SGpeGZU2UyrBHWAkDTxWVGKd { color:#c61597;display:block;width:41.5rem;position:absolute;font-family:"league spartan";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.5166664123535rem;left:17.5625rem;height:8.04375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGbcn7D3KbH8XtEeh96IREpAlOoBxvEg { color:#3f3f3f;display:block;width:40.25rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:16.1875rem;left:18.1875rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlVr7Cc6r7zakBzuNRHQ3MGUTXgcwCVC { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.998050689698rem;left:22.968753814698rem;display:none; }
#duy1U5LxMVFzoPSTn8bTrONRLsf8y3xZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5GBFkbnhEwgqkE7LItqKzUUnNsCSOa7 { position:absolute;display:block;z-index:15005;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:11.125rem;width:11.125rem;top:31.125rem;left:0rem;overflow:hidden;display:block; }
#mm2PqEQR8Pqst3FUGzW680iPgte2AUNL { position:absolute;display:block;z-index:15006;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:11.0625rem;width:13.25rem;top:31.125rem;left:14.75rem;overflow:hidden;display:block; }
#CnSiJJsUSUMOh7D3JN8XqDNAQGcPKvV8 { position:absolute;display:block;z-index:15007;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:11rem;width:13.1875rem;top:31.125rem;left:31.75rem;overflow:hidden;display:block; }
#dTDokE1Sh4LfpnwfTIWyz8UNXBlNvWpc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.125rem;top:31.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#xWOdQ05p4aCw8rrb2lcPmNwXnqBlmtyL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.125rem;top:31.25rem;left:64.0625rem;overflow:hidden;display:block; }
#UFOxUzkuZ5aJu9g5FAoVlczF55wJ1f3L { color:#3f3f3f;display:block;width:11.5rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:43.25rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1Hf6foli3seKTs7XGH6Rr10Sy0BfF0k { color:#3f3f3f;display:block;width:11.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:43.25rem;left:15.4375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZhqsnqMIaPLc5KdP1RAOZ3dQyXm6Q9d { color:#3f3f3f;display:block;width:11.4980625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:43.25rem;left:31.75rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kh1a2R8uGeUPqtVuGFTHCPvzmF65OsOp { color:#3f3f3f;display:block;width:11.4980625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:43.25rem;left:48.25rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QENzWz8UpXAd5WCESeFknXpVEHOX2la3 { color:#3f3f3f;display:block;width:10.562rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:43.25rem;left:64.25rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvU2O3VKwcQKF0y8xCe3H8Zrkf4ZT0f1 { 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:18.3125rem;width:73.6875rem;top:28.3125rem;left:1.25rem;overflow:hidden;display:block; }
#EyWPEBCPKBymwoikypF0xTBzVmLwJOKa { color:#c61597;display:block;width:30rem;position:absolute;font-family:"league spartan";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.3104162216188rem;left:23.3125rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB { position:relative;display:block; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB { background-color: transparent; background-image: none; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row .container > .video-iframe-container { display: none; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row > .video-iframe-container { display: none; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .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); }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB { border-width: 0; border-radius: 0; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .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; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt { position:relative;display:block; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt { background-color: transparent; background-image: none; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row .container > .video-iframe-container { display: none; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row > .video-iframe-container { display: none; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .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); }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt { border-width: 0; border-radius: 0; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .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; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fCHSaX2NaKUxbmcdOQOyzrsO2crfRHsI { color:#3f3f3f;display:block;width:34.8729375rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:2.0625rem;left:0rem;height:28.125rem;font-style:normal;display:block; }
#SaPOH4rZmTbIHWBQlaWcMUsZ51x4auaU { position:absolute;display:block;z-index:15001;background-color:#c8d8f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:28.8125rem;top:5.3125rem;left:42.5rem;display:block; }
#wpMC30SQPBbbq1KK0buOz5PQ714TQJyI { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.372909545899rem;left:28.15625rem;display:block; }
#vRsNTWXsoVJzTvdgpzdyAD7S26JPZM8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BwCKGTskq1Ek28rHpduLKOoncMcUimFD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:26.75rem;top:2.75rem;left:42.59375rem;overflow:hidden;display:block; }
#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL { position:relative;display:block; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL { background-color: transparent; background-image: none; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row .container > .video-iframe-container { display: none; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row > .video-iframe-container { display: none; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .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); }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL { border-width: 0; border-radius: 0; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .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; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d543c48d-520f-42ad-a6d5-057a7fa9e735/NAOKOBanneryLP7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC.adaptive-delivery-prevent-bg, #mdEuP40SakkJpM79InyNoKDwCEIxICeC.lazyload, #mdEuP40SakkJpM79InyNoKDwCEIxICeC.lazyloading { background-image: none; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container { background-color: transparent; background-image: none; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container > .video-iframe-container { display: none; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row > .video-iframe-container { display: none; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .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); }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container { border-width: 0; border-radius: 0; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#eWb3ATxT2K8m7CQyWBApKAEH07URpgIT { color:#c61597;display:block;width:32.874375rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.1875rem;left:21.0625rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IaIAw4ImEgFZum86mOVsVyDgva3ZSlmL { color:#3f3f3f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13rem;left:4.21875rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNmXUumo3PTTUoVxP7dGZtAUa2BoEPVr { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.936458587646rem;left:25.9375rem;display:block; }
#PX9sCv3OTGaTdILXb2V565Fp8IZlUrx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzQbETepfWTrmBVSTZpapMRiReczgtEJ { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(253,147,63,0.5);background-image:none;top:13rem;left:1.1875rem;display:block; }
#l7VhPEPIcMT35bKBSI4TQ1UWuVW86yqb { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(253,147,63,0.5);background-image:none;top:13rem;left:26.625rem;display:block; }
#QWuUisxy33DuNTKzBJW3zed9fg4me7Ue { color:#3f3f3f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13rem;left:29.71875rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aEmf3iSS3s2lnPURzA4OpQVTMVf2Owip { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(253,147,63,0.5);background-image:none;top:13rem;left:51rem;display:block; }
#t2nwcnJ1Wz7dapwgOcQWWICrlO7JRq3V { color:#3f3f3f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:13rem;left:53.936458587646rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xd5akF7DF1SSc0pnfoRlMUcaPpN5Nc8k { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(253,147,63,0.5);background-image:none;top:30.5rem;left:1.1875rem;display:block; }
#cM2upiDGG2beGr7nMsOqV7ngTGnCpOgs { color:#3f3f3f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:30.5rem;left:4.21875rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBaJTTN1N6VZCy3w0ngxuwWWpp9mNZ0y { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(253,147,63,0.5);background-image:none;top:30.5rem;left:26.625rem;display:block; }
#F8ecdzQrq98zCv0q8qArTk96WMHiNP7E { color:#3f3f3f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:30.5rem;left:29.71875rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UtWcakCCT7lTXg8MUlSR57ECBQW7zeNk { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(253,147,63,0.5);background-image:none;top:30.5rem;left:51rem;display:block; }
#AceJ51F02EPaTJghWrLvHfzXvJU1P5yF { color:#3f3f3f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:30.5rem;left:53.936458587646rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI { position:relative;display:block; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI { background-color: transparent; background-image: none; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row .container > .video-iframe-container { display: none; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row > .video-iframe-container { display: none; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .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); }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI { border-width: 0; border-radius: 0; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .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; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq { position:relative;display:block; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq { background-color: transparent; background-image: none; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row .container > .video-iframe-container { display: none; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row > .video-iframe-container { display: none; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .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); }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq { border-width: 0; border-radius: 0; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .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; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bgJJs8gSHBLOvJb2hyCtVG8eGCeA8KiF { color:#3f3f3f;display:block;width:16.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.3125rem;left:43.625rem;height:1.875rem;font-style:normal;display:block; }
#xODaiXFmGp6a04nTFgZLLrxUTuxzXvuw { position:absolute;display:block;z-index:15004;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;top:10.4375rem;left:41.75rem;overflow:hidden;display:block; }
#GfrxHGTedRQ0oOOG58sQS5AyHuztcBLf { color:#3f3f3f;display:block;width:27.1875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.4375rem;left:43.625rem;height:5.625rem;font-style:normal;display:block; }
#OcCX1l1vZ2dXXhuRL7CpSDX7d8Wx23nb { color:#3f3f3f;display:block;width:22.1245625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20.4375rem;left:43.5rem;height:3.75rem;font-style:normal;display:block; }
#nLA2i26kUEaCrNGPmMz65czyALAvLPuA { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.9375rem;left:45.40625rem;display:block; }
#PuUyZwmr8VTmCBonHf5Jt2abTq8MpoBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0c93AcQel8cHXiz0MqaS9HHUN0olCgW { position:absolute;display:block;z-index:15005;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;top:15.4375rem;left:41.75rem;overflow:hidden;display:block; }
#kowRRE3dAOFZDRHsNShOAeuCObs5iGsE { position:absolute;display:block;z-index:15007;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;top:20.5625rem;left:41.75rem;overflow:hidden;display:block; }
#W859eutih1koTD0oPUsGBoyra87Q11Xq { 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:32.125rem;width:24.0625rem;top:5.28125rem;left:6.71875rem;overflow:hidden;display:block; }
#esUegeCRWEuRAZACGlFcfvDgWWreV75e { position:relative;display:block; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e { background-color: transparent; background-image: none; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row .container > .video-iframe-container { display: none; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row > .video-iframe-container { display: none; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .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); }#esUegeCRWEuRAZACGlFcfvDgWWreV75e { border-width: 0; border-radius: 0; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .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; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d543c48d-520f-42ad-a6d5-057a7fa9e735/NAOKOBanneryLP7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT.adaptive-delivery-prevent-bg, #EDey7QobfACoxG08MPx3gHigHPp7S4QT.lazyload, #EDey7QobfACoxG08MPx3gHigHPp7S4QT.lazyloading { background-image: none; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container { background-color: transparent; background-image: none; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container > .video-iframe-container { display: none; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row > .video-iframe-container { display: none; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .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); }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container { border-width: 0; border-radius: 0; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#cJRG8iLR9wkPB8WWwt487M82t4EbC2TP { color:#c61597;display:block;width:32.874375rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.1875rem;left:21.0625rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWRz3Tg8MHyLg4boeW3mIPqHf0cTiH3T { position:absolute;display:block;z-index:15004;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:11.0625rem;width:11.0625rem;top:8.875rem;left:13.875rem;overflow:hidden;display:block; }
#Qaq5Z43Tq3VHeggDztAOXZDy5qSvskTz { position:absolute;display:block;z-index:15005;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:11.0625rem;width:11.0625rem;top:8.875rem;left:31.9375rem;overflow:hidden;display:block; }
#ey2VRoBTAXXma531XXRU8rmtEB8ZrMJZ { position:absolute;display:block;z-index:15006;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:10.9375rem;width:10.9375rem;top:8.9375rem;left:50rem;overflow:hidden;display:block; }
#Ove7VZfmveoZVudEm2TZUJgm1pCuVeBF { color:#3f3f3f;display:block;width:16.436625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:21.062284469604rem;left:11.217449188233rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxBqQwaDZAKZvdAr8aLfeluSmsyh1aFS { color:#3f3f3f;display:block;width:15rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:21.062284469604rem;left:30.000003814698rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ekk0KQSGk713liaiBqbIt2WNpmEavtgQ { color:#3f3f3f;display:block;width:17.7495625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:21.062284469604rem;left:46.623264312744rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w74ZX25lirq3WbTvVhoNcGZ2ZHVgsxfl { color:#3f3f3f;display:block;width:16.1870625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:26.5625rem;left:11.375rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPRyxb1mTOvtFVc08nF4bZXu4rXx9urK { color:#3f3f3f;display:block;width:16.186rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:26.5625rem;left:29.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbZrAcg3sL6fhiuJpcQsiK72Bh42f5vk { color:#3f3f3f;display:block;width:16.186rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.5625rem;left:47.5rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vd5WGyF3lX5b3AZt2lcdAVr832cfsQer { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.373958587646rem;left:25.4375rem;display:block; }
#pw8N0u7LVar6w3a9c4rTzzD6ipX4zqMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 { position:relative;display:block; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 { background-color: transparent; background-image: none; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row .container > .video-iframe-container { display: none; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row > .video-iframe-container { display: none; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .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); }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 { border-width: 0; border-radius: 0; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .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; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nkiy1ZZtw7WxaoZ5ni5yL7dcEqCev0RF { 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:35rem;width:23.3125rem;top:8.53125rem;left:7.09375rem;overflow:hidden;display:block; }
#OPzel1epd9W1l6CC4f3UqrwMzrW0ITGX { color:#3f3f3f;display:block;width:16.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:4.375rem;left:38.438541412354rem;height:1.875rem;font-style:normal;display:block; }
#q1gD2oAxq45ZJnKGm47288goOGbVxArF { position:absolute;display:block;z-index:15004;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;top:10.625rem;left:38.4375rem;overflow:hidden;display:block; }
#Tc1cBPXTDDVuCTv1TwINe2xvpQTCr4W9 { color:#3f3f3f;display:block;width:31.6875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.625rem;left:41.0625rem;height:11.25rem;font-style:normal;display:block; }
#uIdUqkTrdPGi5lzDVzZLAvE7SZtoDiKR { position:absolute;display:block;z-index:15005;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;top:23.3125rem;left:38.438541412354rem;overflow:hidden;display:block; }
#CwgkgC7ED0KUT5HN7STu00K0ab5Ahyw4 { color:#c61597;display:block;width:27.7489375rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:6.1875rem;left:38.438541412354rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akp9JaHiEWoX2TAy0XAlE11WDwTOKWv3 { color:#3f3f3f;display:block;width:31.6875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:23.3125rem;left:41.0625rem;height:11.25rem;font-style:normal;display:block; }
#Pmx0NT2tg3zTEbXn7cbvfFM7kgpHBR4u { position:absolute;display:block;z-index:15006;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;top:36.125rem;left:38.438541412354rem;overflow:hidden;display:block; }
#T4S15TuZPzDynA1ilRgVyiHX6Hh4RtTZ { color:#3f3f3f;display:block;width:31.6875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:36.125rem;left:41.0625rem;height:5.625rem;font-style:normal;display:block; }
#y7ShcWEl8RM90nCiM2X7G7IIWEdJskbb { position:absolute;display:block;z-index:15007;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;top:43.375rem;left:38.438541412354rem;overflow:hidden;display:block; }
#feQ5vwDnJNrRS9FRu90AilCcqad1TwC4 { color:#3f3f3f;display:block;width:31.6875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:43.375rem;left:41.0625rem;height:7.5rem;font-style:normal;display:block; }
#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e { position:relative;display:block; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e { background-color: transparent; background-image: none; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row .container > .video-iframe-container { display: none; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row > .video-iframe-container { display: none; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .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); }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e { border-width: 0; border-radius: 0; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .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; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx { position:relative;display:block; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx { background-color: transparent; background-image: none; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row .container > .video-iframe-container { display: none; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row > .video-iframe-container { display: none; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .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); }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx { border-width: 0; border-radius: 0; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .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; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wm6nM8oXzXrHyzm5pfTled7R3ApLTO5E { color:#c61597;display:block;width:32.874375rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.873908996582rem;left:21.062286376953rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcp3pVuoCQHAUJbwhbTgVQzt1PBv0J8l { position:absolute;display:block;z-index:15005;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.374125rem;width:15.7498125rem;top:7.0625rem;left:0rem;overflow:hidden;display:block; }
#XbQGyi5CUB7n3e5ytLZpDTxPZ0vsDisQ { position:absolute;display:block;z-index:15006;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:11.1875rem;width:15.5rem;top:9.0625rem;left:15.75rem;overflow:hidden;display:block; }
#DQIRhST1TKMyaEUKemO9Zo9teT4khcr6 { position:absolute;display:block;z-index:15007;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:11.0623125rem;width:28.5623125rem;top:23.4375rem;left:9.1875rem;overflow:hidden;display:block; }
#XJBs8F257WbCEZZT0b3opmDQQLN28Xhh { position:absolute;display:block;z-index:15007;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:11.875rem;width:20.8125rem;top:8.4375rem;left:31.25rem;overflow:hidden;display:block; }
#X227oUP5X8HGf0bsC8lidsd6lireoBtx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:23.75rem;top:8.5rem;left:52.0625rem;overflow:hidden;display:block; }
#vPEesbU8cJH6yTn4197Ixz9HzACRzI3U { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.124375rem;top:21.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#QGu36n8639fX369Z7g6ew3cQBAixcpkb { position:relative;display:block; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb { background-color: transparent; background-image: none; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row .container > .video-iframe-container { display: none; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row > .video-iframe-container { display: none; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .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); }#QGu36n8639fX369Z7g6ew3cQBAixcpkb { border-width: 0; border-radius: 0; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .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; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4741200b-5218-492b-ac08-bcd649df844b/NAOKOBanneryLP6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3.adaptive-delivery-prevent-bg, #lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3.lazyload, #lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3.lazyloading { background-image: none; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container { background-color: transparent; background-image: none; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container > .video-iframe-container { display: none; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row > .video-iframe-container { display: none; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .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); }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container { border-width: 0; border-radius: 0; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#ZnuTbwzHQBURdVxhUuyzsCkwILKRHVOv { color:#c61597;display:block;width:32.874375rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:40.3125rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VotRa23yDmd5cnkhFoDnUXerThNiHIUi { color:#3f3f3f;display:block;width:27.3730625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.625rem;left:40.3125rem;height:16.875rem;font-style:normal;display:block; }
#o9WRPDafpndOdoTrB3JZsonklGGo4Sma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4741200b-5218-492b-ac08-bcd649df844b/NAOKOBanneryLP6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma.adaptive-delivery-prevent-bg, #o9WRPDafpndOdoTrB3JZsonklGGo4Sma.lazyload, #o9WRPDafpndOdoTrB3JZsonklGGo4Sma.lazyloading { background-image: none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container { border-width: 0; border-radius: 0; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:none; }#SJEzwC29phbVyr1sumssb79davrIeHE2 { color:#c61597;display:block;width:32.874375rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:40.3125rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXNmZTCEpsVXkFsN8JX1l23NxDCJsUWe { color:#3f3f3f;display:block;width:27.3730625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.625rem;left:40.3125rem;height:16.875rem;font-style:normal;display:block; }
#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF { position:relative;display:block; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF { background-color: transparent; background-image: none; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row .container > .video-iframe-container { display: none; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row > .video-iframe-container { display: none; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .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); }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF { border-width: 0; border-radius: 0; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .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; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX { position:relative;display:block; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX { background-color: transparent; background-image: none; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row .container > .video-iframe-container { display: none; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row > .video-iframe-container { display: none; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .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); }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX { border-width: 0; border-radius: 0; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .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; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oRgG8PRxKpXEIR0JevCOHwKFs9tsSbA9 { color:#c61597;display:block;width:29.8123125rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9965267181396rem;left:22.593318939209rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iyap6BGED2bIcKTnVAwRECX6PpTEcwiW { background-color:#fd933f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.25rem;left:29rem;display:block; }
#JGQ2ZGrcaub8z3bWJeq3tJSFTuKseXDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq { position:relative;display:block; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq { background-color: transparent; background-image: none; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row .container > .video-iframe-container { display: none; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row > .video-iframe-container { display: none; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .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); }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq { border-width: 0; border-radius: 0; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .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; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(200,216,240,0.2);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; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container { background-color: transparent; background-image: none; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container > .video-iframe-container { display: none; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row > .video-iframe-container { display: none; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .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); }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container { border-width: 0; border-radius: 0; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#mfc8S2mpZDd0lLHlfQpIA268TlL8prxr { color:#3f3f3f;display:block;width:27.3730625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:1.4680976867676rem;left:23.812934875488rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE { display:block; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cqa1RritF2CdZ8AChf34xGqErskObfdv { width:47.25rem;height:4.4375rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNH8EGpcBoXHdeotSDrCPqMeMqBiSJTJ { width:40.6875rem;height:4.4375rem;top:18.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzNQTdcKTLtFH8bTkEg4TGDOvhPnPZyD { width:44.4375rem;height:44.4375rem;top:5.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPJ35JRPmgTHgrlirs0P3qemRqwKUGvy { width:13.125rem;height:2.5rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmBwK98VCGNypo2ms2cO6WAzvALHWVQh { width:41.1875rem;height:4.1875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEvCDotI8yD9mJkWTRQsicn0iWSNxMP { width:21.5625rem;height:3.4375rem;top:40.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZD92Gwy30NpzETlTbCAlJNtKTOzBidH { display:block; }
 }@media only screen and (max-width: 763px) { #PVqwQv6UvHyAqBx5RmsQ3RXDpwBaobwP { width:33.875rem;height:5.625rem;top:29.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT5BUKUSoJmQ7BqaMUDP7MiaZSED1JM0 { width:34.3125rem;height:3.75rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64PERshxe24z12HErP6w8043Keiqs9X { width:43.4375rem;height:5.5rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktT7J646MmntfgcDpQBQhxlCcW8Xepu { width:33.875rem;height:1.875rem;top:44.9375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S { display:block; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 { display:block; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMW2qrM7SGpeGZU2UyrBHWAkDTxWVGKd { width:41.5rem;height:5.3125rem;top:2.5rem;left:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbcn7D3KbH8XtEeh96IREpAlOoBxvEg { width:40.25rem;height:9.375rem;top:16.1875rem;left:4.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlVr7Cc6r7zakBzuNRHQ3MGUTXgcwCVC { width:30.3125rem;height:3.4375rem;top:32.9375rem;left:9.3437538146975rem;display:none; }
 }@media only screen and (max-width: 763px) { #duy1U5LxMVFzoPSTn8bTrONRLsf8y3xZ { display:block; }
 }@media only screen and (max-width: 763px) { #V5GBFkbnhEwgqkE7LItqKzUUnNsCSOa7 { width:11.125rem;height:11.125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm2PqEQR8Pqst3FUGzW680iPgte2AUNL { width:13.25rem;height:11.0625rem;top:31.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnSiJJsUSUMOh7D3JN8XqDNAQGcPKvV8 { width:13.1875rem;height:11rem;top:31.125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDokE1Sh4LfpnwfTIWyz8UNXBlNvWpc { width:11.125rem;height:11.125rem;top:31.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOdQ05p4aCw8rrb2lcPmNwXnqBlmtyL { width:11.125rem;height:11.125rem;top:31.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOxUzkuZ5aJu9g5FAoVlczF55wJ1f3L { width:11.5rem;height:7.5rem;top:43.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Hf6foli3seKTs7XGH6Rr10Sy0BfF0k { width:11.8125rem;height:9.375rem;top:43.25rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZhqsnqMIaPLc5KdP1RAOZ3dQyXm6Q9d { width:11.4375rem;height:9.375rem;top:43.25rem;left:18.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1a2R8uGeUPqtVuGFTHCPvzmF65OsOp { width:11.4375rem;height:9.375rem;top:43.25rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QENzWz8UpXAd5WCESeFknXpVEHOX2la3 { width:10.5625rem;height:7.5rem;top:43.25rem;left:37.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvU2O3VKwcQKF0y8xCe3H8Zrkf4ZT0f1 { width:47.75rem;height:11.866624257846rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWPEBCPKBymwoikypF0xTBzVmLwJOKa { width:30rem;height:4.3125rem;top:9.25rem;left:9.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB { display:block; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt { display:block; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCHSaX2NaKUxbmcdOQOyzrsO2crfRHsI { width:34.8125rem;height:28.125rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaPOH4rZmTbIHWBQlaWcMUsZ51x4auaU { width:28.8125rem;height:20.75rem;top:5.3125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMC30SQPBbbq1KK0buOz5PQ714TQJyI { width:25.4375rem;height:3.4375rem;top:32.3125rem;left:14.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRsNTWXsoVJzTvdgpzdyAD7S26JPZM8t { display:block; }
 }@media only screen and (max-width: 763px) { #BwCKGTskq1Ek28rHpduLKOoncMcUimFD { top:2.75rem;left:21rem;width:26.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL { display:block; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdEuP40SakkJpM79InyNoKDwCEIxICeC { display:block; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWb3ATxT2K8m7CQyWBApKAEH07URpgIT { width:32.8125rem;height:2.3125rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaIAw4ImEgFZum86mOVsVyDgva3ZSlmL { width:18.8125rem;height:9.375rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNmXUumo3PTTUoVxP7dGZtAUa2BoEPVr { width:24.125rem;height:3.4375rem;top:48.875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PX9sCv3OTGaTdILXb2V565Fp8IZlUrx0 { display:block; }
 }@media only screen and (max-width: 763px) { #WzQbETepfWTrmBVSTZpapMRiReczgtEJ { width:2.1875rem;height:2.1875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7VhPEPIcMT35bKBSI4TQ1UWuVW86yqb { width:2.1875rem;height:2.1875rem;top:13rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWuUisxy33DuNTKzBJW3zed9fg4me7Ue { width:18.8125rem;height:9.375rem;top:13rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEmf3iSS3s2lnPURzA4OpQVTMVf2Owip { width:2.1875rem;height:2.1875rem;top:13rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nwcnJ1Wz7dapwgOcQWWICrlO7JRq3V { width:18.8125rem;height:13.125rem;top:13rem;left:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd5akF7DF1SSc0pnfoRlMUcaPpN5Nc8k { width:2.1875rem;height:2.1875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM2upiDGG2beGr7nMsOqV7ngTGnCpOgs { width:18.8125rem;height:11.25rem;top:30.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBaJTTN1N6VZCy3w0ngxuwWWpp9mNZ0y { width:2.1875rem;height:2.1875rem;top:30.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ecdzQrq98zCv0q8qArTk96WMHiNP7E { width:18.8125rem;height:11.25rem;top:30.5rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtWcakCCT7lTXg8MUlSR57ECBQW7zeNk { width:2.1875rem;height:2.1875rem;top:30.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AceJ51F02EPaTJghWrLvHfzXvJU1P5yF { width:18.8125rem;height:7.5rem;top:30.5rem;left:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI { display:block; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq { display:block; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgJJs8gSHBLOvJb2hyCtVG8eGCeA8KiF { width:16.875rem;height:1.875rem;top:10.3125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xODaiXFmGp6a04nTFgZLLrxUTuxzXvuw { width:1.5625rem;height:1.5625rem;top:10.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfrxHGTedRQ0oOOG58sQS5AyHuztcBLf { width:27.1875rem;height:5.625rem;top:13.4375rem;left:20.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcCX1l1vZ2dXXhuRL7CpSDX7d8Wx23nb { width:22.125rem;height:3.75rem;top:20.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLA2i26kUEaCrNGPmMz65czyALAvLPuA { width:21.6875rem;height:3.4375rem;top:29.9375rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuUyZwmr8VTmCBonHf5Jt2abTq8MpoBw { display:block; }
 }@media only screen and (max-width: 763px) { #B0c93AcQel8cHXiz0MqaS9HHUN0olCgW { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kowRRE3dAOFZDRHsNShOAeuCObs5iGsE { width:1.5625rem;height:1.5625rem;top:20.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W859eutih1koTD0oPUsGBoyra87Q11Xq { width:24.0625rem;height:32.125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esUegeCRWEuRAZACGlFcfvDgWWreV75e { display:block; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDey7QobfACoxG08MPx3gHigHPp7S4QT { display:block; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJRG8iLR9wkPB8WWwt487M82t4EbC2TP { width:32.8125rem;height:2.3125rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRz3Tg8MHyLg4boeW3mIPqHf0cTiH3T { width:11.0625rem;height:11.0625rem;top:8.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaq5Z43Tq3VHeggDztAOXZDy5qSvskTz { width:11.0625rem;height:11.0625rem;top:8.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey2VRoBTAXXma531XXRU8rmtEB8ZrMJZ { width:10.9375rem;height:10.9375rem;top:8.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ove7VZfmveoZVudEm2TZUJgm1pCuVeBF { width:16.375rem;height:3.75rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBqQwaDZAKZvdAr8aLfeluSmsyh1aFS { width:15rem;height:3.75rem;top:21.0625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekk0KQSGk713liaiBqbIt2WNpmEavtgQ { width:17.75rem;height:3.75rem;top:21.0625rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74ZX25lirq3WbTvVhoNcGZ2ZHVgsxfl { width:16.1875rem;height:9.375rem;top:26.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRyxb1mTOvtFVc08nF4bZXu4rXx9urK { width:16.125rem;height:7.5rem;top:26.5625rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbZrAcg3sL6fhiuJpcQsiK72Bh42f5vk { width:16.125rem;height:9.375rem;top:26.5625rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd5WGyF3lX5b3AZt2lcdAVr832cfsQer { width:24.125rem;height:3.4375rem;top:41.3125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pw8N0u7LVar6w3a9c4rTzzD6ipX4zqMA { display:block; }
 }@media only screen and (max-width: 763px) { #ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 { display:block; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkiy1ZZtw7WxaoZ5ni5yL7dcEqCev0RF { width:23.3125rem;height:35rem;top:8.5rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzel1epd9W1l6CC4f3UqrwMzrW0ITGX { width:16.875rem;height:1.875rem;top:4.375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1gD2oAxq45ZJnKGm47288goOGbVxArF { width:1.5625rem;height:1.5625rem;top:10.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1cBPXTDDVuCTv1TwINe2xvpQTCr4W9 { width:31.6875rem;height:11.25rem;top:10.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdUqkTrdPGi5lzDVzZLAvE7SZtoDiKR { width:1.5625rem;height:1.5625rem;top:23.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwgkgC7ED0KUT5HN7STu00K0ab5Ahyw4 { width:27.6875rem;height:2.3125rem;top:6.1875rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akp9JaHiEWoX2TAy0XAlE11WDwTOKWv3 { width:31.6875rem;height:11.25rem;top:23.3125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmx0NT2tg3zTEbXn7cbvfFM7kgpHBR4u { width:1.5625rem;height:1.5625rem;top:36.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4S15TuZPzDynA1ilRgVyiHX6Hh4RtTZ { width:31.6875rem;height:5.625rem;top:36.125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ShcWEl8RM90nCiM2X7G7IIWEdJskbb { width:1.5625rem;height:1.5625rem;top:43.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feQ5vwDnJNrRS9FRu90AilCcqad1TwC4 { width:31.6875rem;height:7.5rem;top:43.375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e { display:block; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx { display:block; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm6nM8oXzXrHyzm5pfTled7R3ApLTO5E { width:32.8125rem;height:4.6875rem;top:1.8125rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcp3pVuoCQHAUJbwhbTgVQzt1PBv0J8l { width:15.6875rem;height:12.325168057556rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbQGyi5CUB7n3e5ytLZpDTxPZ0vsDisQ { width:15.5rem;height:11.1875rem;top:9.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIRhST1TKMyaEUKemO9Zo9teT4khcr6 { width:28.5rem;height:11.038178587606rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJBs8F257WbCEZZT0b3opmDQQLN28Xhh { width:20.75rem;height:11.839837110269rem;top:8.4375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X227oUP5X8HGf0bsC8lidsd6lireoBtx { width:23.75rem;height:9.561625rem;top:8.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPEesbU8cJH6yTn4197Ixz9HzACRzI3U { width:24.0625rem;height:16.208321459105rem;top:21.8125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGu36n8639fX369Z7g6ew3cQBAixcpkb { display:block; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 { display:none; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZnuTbwzHQBURdVxhUuyzsCkwILKRHVOv { width:32.8125rem;height:2.3125rem;top:5.9375rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VotRa23yDmd5cnkhFoDnUXerThNiHIUi { width:27.3125rem;height:15rem;top:9.625rem;left:20.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WRPDafpndOdoTrB3JZsonklGGo4Sma { display:none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJEzwC29phbVyr1sumssb79davrIeHE2 { width:32.8125rem;height:2.3125rem;top:5.9375rem;left:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNmZTCEpsVXkFsN8JX1l23NxDCJsUWe { width:27.3125rem;height:15rem;top:9.625rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF { display:block; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX { display:block; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRgG8PRxKpXEIR0JevCOHwKFs9tsSbA9 { width:29.8125rem;height:9.375rem;top:1.9375rem;left:8.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyap6BGED2bIcKTnVAwRECX6PpTEcwiW { width:17rem;height:3.4375rem;top:12.25rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGQ2ZGrcaub8z3bWJeq3tJSFTuKseXDa { display:block; }
 }@media only screen and (max-width: 763px) { #kSWevve7boUGiHKGPqShRAPZtLP5Wvqq { display:block; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzNixXtHhnLkPVixivQqy2q9d8eelH6z { display:block; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfc8S2mpZDd0lLHlfQpIA268TlL8prxr { width:27.3125rem;height:1.875rem;top:1.4375rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE { display:block; }#HRUBSix5Iu5R0O3HHs0bzT9z4Z2sEkRE > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cqa1RritF2CdZ8AChf34xGqErskObfdv { width:17.8125rem;height:1.625rem;top:5.84375rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNH8EGpcBoXHdeotSDrCPqMeMqBiSJTJ { width:15.6875rem;height:1.625rem;top:8.46875rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzNQTdcKTLtFH8bTkEg4TGDOvhPnPZyD { width:20rem;height:20rem;top:32.6855481565rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPJ35JRPmgTHgrlirs0P3qemRqwKUGvy { width:8.5623125rem;height:1.5625rem;top:1.999783039093rem;left:5.7183161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmBwK98VCGNypo2ms2cO6WAzvALHWVQh { width:15.625rem;height:2.3125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEvCDotI8yD9mJkWTRQsicn0iWSNxMP { width:18.0625rem;height:2.3125rem;top:24.122917175293rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZD92Gwy30NpzETlTbCAlJNtKTOzBidH { display:block; }
 }@media only screen and (max-width: 763px) { #PVqwQv6UvHyAqBx5RmsQ3RXDpwBaobwP { width:19.1875rem;height:6.75rem;top:15.060416221619rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT5BUKUSoJmQ7BqaMUDP7MiaZSED1JM0 { width:14.0625rem;height:2.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64PERshxe24z12HErP6w8043Keiqs9X { width:18.25rem;height:4.3875rem;top:11.122916221619rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktT7J646MmntfgcDpQBQhxlCcW8Xepu { width:20rem;height:1.6875rem;top:27.65625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S { display:block; }#QU6As4py3CfUFxuEOezsdR7tW6iJ4e8S > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 { display:block; }#iWGGo4mFcZTgWv1ngly0aKtxOCOlvmE0 > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMW2qrM7SGpeGZU2UyrBHWAkDTxWVGKd { width:19.7489375rem;height:5.3625rem;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbcn7D3KbH8XtEeh96IREpAlOoBxvEg { width:19.0625rem;height:16.875rem;top:12.21875rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlVr7Cc6r7zakBzuNRHQ3MGUTXgcwCVC { width:14.249125rem;height:3.4375rem;top:64.307727813719rem;left:2.8743491768837rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #duy1U5LxMVFzoPSTn8bTrONRLsf8y3xZ { display:block; }
 }@media only screen and (max-width: 763px) { #V5GBFkbnhEwgqkE7LItqKzUUnNsCSOa7 { width:8.25rem;height:8.25rem;top:29.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm2PqEQR8Pqst3FUGzW680iPgte2AUNL { width:10.125rem;height:8.5rem;top:29.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnSiJJsUSUMOh7D3JN8XqDNAQGcPKvV8 { width:10.0625rem;height:8.375rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDokE1Sh4LfpnwfTIWyz8UNXBlNvWpc { width:8.4375rem;height:8.4375rem;top:51.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOdQ05p4aCw8rrb2lcPmNwXnqBlmtyL { width:8.4375rem;height:8.4375rem;top:70.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOxUzkuZ5aJu9g5FAoVlczF55wJ1f3L { width:9.4375rem;height:6.75rem;top:39.4375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Hf6foli3seKTs7XGH6Rr10Sy0BfF0k { width:9.25rem;height:10.125rem;top:39.4375rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZhqsnqMIaPLc5KdP1RAOZ3dQyXm6Q9d { width:8.5rem;height:8.4375rem;top:61rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1a2R8uGeUPqtVuGFTHCPvzmF65OsOp { width:8.75rem;height:8.4375rem;top:61rem;left:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QENzWz8UpXAd5WCESeFknXpVEHOX2la3 { width:9.3125rem;height:6.75rem;top:80.3125rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvU2O3VKwcQKF0y8xCe3H8Zrkf4ZT0f1 { width:20rem;height:4.970118491251rem;top:57.840709686279rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyWPEBCPKBymwoikypF0xTBzVmLwJOKa { width:20rem;height:3.1875rem;top:7.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB { display:block; }#VUfTSz1cGJeBpUTPosdvcJ8B5gTZDehB > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt { display:block; }#nkE6Kd2VwIbc6oxkLZ7nQrp9l4W8cTTt > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCHSaX2NaKUxbmcdOQOyzrsO2crfRHsI { width:19.0625rem;height:37.125rem;top:1.3125rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPOH4rZmTbIHWBQlaWcMUsZ51x4auaU { width:20rem;height:15.3125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMC30SQPBbbq1KK0buOz5PQ714TQJyI { width:14.0625rem;height:4.625rem;top:46.248958587646rem;left:2.96875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRsNTWXsoVJzTvdgpzdyAD7S26JPZM8t { display:block; }
 }@media only screen and (max-width: 763px) { #BwCKGTskq1Ek28rHpduLKOoncMcUimFD { width:20rem;height:20rem;top:39.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL { display:block; }#kCP2hsc3keoGLDfA05tdvfGxTAPsDmZL > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdEuP40SakkJpM79InyNoKDwCEIxICeC { display:block; }#mdEuP40SakkJpM79InyNoKDwCEIxICeC > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWb3ATxT2K8m7CQyWBApKAEH07URpgIT { width:11.5625rem;height:3.75rem;top:1.5625rem;left:4.2187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaIAw4ImEgFZum86mOVsVyDgva3ZSlmL { width:18.875rem;height:6.75rem;top:10.561462402344rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNmXUumo3PTTUoVxP7dGZtAUa2BoEPVr { width:17.8739375rem;height:4.625rem;top:85.247917175294rem;left:1.0635414123535rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PX9sCv3OTGaTdILXb2V565Fp8IZlUrx0 { display:block; }
 }@media only screen and (max-width: 763px) { #WzQbETepfWTrmBVSTZpapMRiReczgtEJ { width:2.1875rem;height:2.1875rem;top:7.1854171752931rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7VhPEPIcMT35bKBSI4TQ1UWuVW86yqb { width:2.1875rem;height:2.1875rem;top:31.122917175293rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWuUisxy33DuNTKzBJW3zed9fg4me7Ue { width:18.8125rem;height:6.75rem;top:22.497916221619rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEmf3iSS3s2lnPURzA4OpQVTMVf2Owip { width:2.1875rem;height:2.1875rem;top:59.122917175293rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nwcnJ1Wz7dapwgOcQWWICrlO7JRq3V { width:18.8125rem;height:10.125rem;top:34.247917175293rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xd5akF7DF1SSc0pnfoRlMUcaPpN5Nc8k { width:2.1875rem;height:2.1875rem;top:18.747916221619rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM2upiDGG2beGr7nMsOqV7ngTGnCpOgs { width:18.8125rem;height:8.4375rem;top:49.060417175293rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBaJTTN1N6VZCy3w0ngxuwWWpp9mNZ0y { width:2.1875rem;height:2.1875rem;top:45.622917175293rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ecdzQrq98zCv0q8qArTk96WMHiNP7E { width:18.8125rem;height:10.125rem;top:62.53125rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtWcakCCT7lTXg8MUlSR57ECBQW7zeNk { width:2.1875rem;height:2.1875rem;top:73.747917175294rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AceJ51F02EPaTJghWrLvHfzXvJU1P5yF { width:18.8125rem;height:5.0625rem;top:77.060417175294rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI { display:block; }#hdPIIQ3QTLamLd2aMPuZAcmHrxqklHHI > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq { display:block; }#RCIMXn5w9i2ZHWazJpmvwZTJOHc5M5xq > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgJJs8gSHBLOvJb2hyCtVG8eGCeA8KiF { width:12.561875rem;height:3.375rem;top:25.9375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xODaiXFmGp6a04nTFgZLLrxUTuxzXvuw { width:1.5625rem;height:1.5625rem;top:25.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfrxHGTedRQ0oOOG58sQS5AyHuztcBLf { width:15.1875rem;height:6.75rem;top:30.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcCX1l1vZ2dXXhuRL7CpSDX7d8Wx23nb { width:15rem;height:3.375rem;top:38.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLA2i26kUEaCrNGPmMz65czyALAvLPuA { width:15.0614375rem;height:2.3125rem;top:45.875rem;left:2.4697914123535rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PuUyZwmr8VTmCBonHf5Jt2abTq8MpoBw { display:block; }
 }@media only screen and (max-width: 763px) { #B0c93AcQel8cHXiz0MqaS9HHUN0olCgW { width:1.5625rem;height:1.5625rem;top:30.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kowRRE3dAOFZDRHsNShOAeuCObs5iGsE { width:1.5625rem;height:1.5625rem;top:38.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W859eutih1koTD0oPUsGBoyra87Q11Xq { width:15rem;height:20rem;top:2.1937503814698rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esUegeCRWEuRAZACGlFcfvDgWWreV75e { display:block; }#esUegeCRWEuRAZACGlFcfvDgWWreV75e > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDey7QobfACoxG08MPx3gHigHPp7S4QT { display:block; }#EDey7QobfACoxG08MPx3gHigHPp7S4QT > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJRG8iLR9wkPB8WWwt487M82t4EbC2TP { width:11.5625rem;height:3.75rem;top:1.5625rem;left:4.2187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRz3Tg8MHyLg4boeW3mIPqHf0cTiH3T { width:5.125rem;height:5.125rem;top:7.1245651245119rem;left:7.4055996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaq5Z43Tq3VHeggDztAOXZDy5qSvskTz { width:5.1875rem;height:5.1875rem;top:26.685113430023rem;left:7.4055996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey2VRoBTAXXma531XXRU8rmtEB8ZrMJZ { width:5.125rem;height:5.125rem;top:43.93662071228rem;left:7.4055996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ove7VZfmveoZVudEm2TZUJgm1pCuVeBF { width:10.9375rem;height:3.375rem;top:13.624132156372rem;left:4.5312500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBqQwaDZAKZvdAr8aLfeluSmsyh1aFS { width:13.8748125rem;height:3.375rem;top:32.874351024628rem;left:3.0620661377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekk0KQSGk713liaiBqbIt2WNpmEavtgQ { width:13.8748125rem;height:5.0625rem;top:50.060768127441rem;left:3.0620661377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74ZX25lirq3WbTvVhoNcGZ2ZHVgsxfl { width:16.1229375rem;height:6.75rem;top:18.310417175293rem;left:1.9385414123535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRyxb1mTOvtFVc08nF4bZXu4rXx9urK { width:16.124125rem;height:6.75rem;top:37.18750333786rem;left:1.9379342198372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbZrAcg3sL6fhiuJpcQsiK72Bh42f5vk { width:15.4989375rem;height:8.4375rem;top:55.872917175293rem;left:2.2510414123535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd5WGyF3lX5b3AZt2lcdAVr832cfsQer { width:19.3125rem;height:4.625rem;top:66.185417175294rem;left:0.37604141235351rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pw8N0u7LVar6w3a9c4rTzzD6ipX4zqMA { display:block; }
 }@media only screen and (max-width: 763px) { #ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 { display:block; }#ZfpgJTJgtiz2to78XPllo2hDLbxno8k1 > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkiy1ZZtw7WxaoZ5ni5yL7dcEqCev0RF { width:13.3125rem;height:20rem;top:8.19375038147rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzel1epd9W1l6CC4f3UqrwMzrW0ITGX { width:12.5614375rem;height:1.6875rem;top:1.75rem;left:0.37604141235351rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1gD2oAxq45ZJnKGm47288goOGbVxArF { width:1.5625rem;height:1.5625rem;top:29.3125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1cBPXTDDVuCTv1TwINe2xvpQTCr4W9 { width:19.3125rem;height:13.5rem;top:32.3125rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdUqkTrdPGi5lzDVzZLAvE7SZtoDiKR { width:1.5625rem;height:1.5625rem;top:48.0625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwgkgC7ED0KUT5HN7STu00K0ab5Ahyw4 { width:19.6245625rem;height:1.875rem;top:3.6903214454651rem;left:0.37434893846512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akp9JaHiEWoX2TAy0XAlE11WDwTOKWv3 { width:19.0625rem;height:13.5rem;top:51.09375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmx0NT2tg3zTEbXn7cbvfFM7kgpHBR4u { width:1.5625rem;height:1.5625rem;top:66.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4S15TuZPzDynA1ilRgVyiHX6Hh4RtTZ { width:19.75rem;height:6.75rem;top:69.0625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ShcWEl8RM90nCiM2X7G7IIWEdJskbb { width:1.5625rem;height:1.5625rem;top:79rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feQ5vwDnJNrRS9FRu90AilCcqad1TwC4 { width:18.875rem;height:8.4375rem;top:81.8125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e { display:block; }#IhD7yrNQQ797ciNlvz2vBWgWmxFIy74e > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx { display:block; }#M0dlaLA5VfVRzE6iUV0cfscXNvnhsJrx > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm6nM8oXzXrHyzm5pfTled7R3ApLTO5E { width:16.5rem;height:5.625rem;top:0.27916717529297rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcp3pVuoCQHAUJbwhbTgVQzt1PBv0J8l { width:17.561875rem;height:13.75rem;top:7.7170138359069rem;left:1.2185329794884rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbQGyi5CUB7n3e5ytLZpDTxPZ0vsDisQ { width:15.5rem;height:11.1875rem;top:22.292751789093rem;left:2.2493489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIRhST1TKMyaEUKemO9Zo9teT4khcr6 { width:20rem;height:7.7460902369162rem;top:55.504561424256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJBs8F257WbCEZZT0b3opmDQQLN28Xhh { width:20rem;height:11.411891190621rem;top:34.041878223419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X227oUP5X8HGf0bsC8lidsd6lireoBtx { width:20rem;height:8.0518947368419rem;top:46.515843391419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPEesbU8cJH6yTn4197Ixz9HzACRzI3U { width:20rem;height:13.471851602373rem;top:64.562720298769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGu36n8639fX369Z7g6ew3cQBAixcpkb { display:block; }#QGu36n8639fX369Z7g6ew3cQBAixcpkb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 { display:none; }#lUL74ttpiW4rFSXmNsOUhZiGADTUzOQ3 > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZnuTbwzHQBURdVxhUuyzsCkwILKRHVOv { width:20rem;height:2.34375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VotRa23yDmd5cnkhFoDnUXerThNiHIUi { width:20rem;height:22.5rem;top:4.84375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WRPDafpndOdoTrB3JZsonklGGo4Sma { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/841a74e4-9315-47d4-b91a-ad23d7b437ca/Projektbeznazwy20240624T101419001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma.adaptive-delivery-prevent-bg, #o9WRPDafpndOdoTrB3JZsonklGGo4Sma.lazyload, #o9WRPDafpndOdoTrB3JZsonklGGo4Sma.lazyloading { background-image: none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container { background-color: transparent; background-image: none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container > .video-iframe-container { display: none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row > .video-iframe-container { display: none; }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .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); }#o9WRPDafpndOdoTrB3JZsonklGGo4Sma > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJEzwC29phbVyr1sumssb79davrIeHE2 { width:7.8125rem;height:1.875rem;top:27.873958587646rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNmZTCEpsVXkFsN8JX1l23NxDCJsUWe { width:18.875rem;height:18.5625rem;top:30.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF { display:block; }#HOtyDsNHO9B3Pk81mGffqIdEcMWSUFDF > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX { display:block; }#WJJZvZpbROrtGnWODeo5JU3vFFrnxtdX > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRgG8PRxKpXEIR0JevCOHwKFs9tsSbA9 { width:15.3125rem;height:13.125rem;top:1.5rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyap6BGED2bIcKTnVAwRECX6PpTEcwiW { width:13.5rem;height:3.8125rem;top:15.434375762939rem;left:3.25rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JGQ2ZGrcaub8z3bWJeq3tJSFTuKseXDa { display:block; }
 }@media only screen and (max-width: 763px) { #kSWevve7boUGiHKGPqShRAPZtLP5Wvqq { display:block; }#kSWevve7boUGiHKGPqShRAPZtLP5Wvqq > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzNixXtHhnLkPVixivQqy2q9d8eelH6z { display:block; }#JzNixXtHhnLkPVixivQqy2q9d8eelH6z > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfc8S2mpZDd0lLHlfQpIA268TlL8prxr { width:20rem;height:1.40625rem;top:1.640625rem;left:0rem;font-size:0.9375rem;display:block; }
 }