.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container { background-color: transparent; background-image: none; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container > .video-iframe-container { display: none; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row > .video-iframe-container { display: none; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .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); }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container { border-width: 0; border-radius: 0; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#z0WTp69xLBa1qBJoVpzv2q1RN1mbia3t { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.4375rem;left:16.5rem;display:block; }
#kfQkBX0TBQX3M2om3KmTn4zdQJNsTHaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpLyCXdNCe1mJLV33NJHr1TcP86ETzk3 { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.4375rem;left:47.75rem;display:block; }
#JtrAxbivBwy9b6vKOMiUZvRHqFCZ81fT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOorhPm69biwDchakHTzVsuLOwFD8nKG { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:17.5625rem;top:0rem;left:28.71875rem;overflow:hidden;display:block; }
#HDVu5gtPAwKlpyNf26LTxpSGBFiXclZy { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.4375rem;left:58.75rem;display:block; }
#iJz0Aso0dNvqhWTO9uBGJ742BfigVIaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container { background-color: transparent; background-image: none; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container > .video-iframe-container { display: none; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row > .video-iframe-container { display: none; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .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); }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container { border-width: 0; border-radius: 0; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container { font-size:0.875rem;font-family:arial;height:91.625rem;width:75rem;position:relative;display:block; }#HuzsHJSa8apyWf93GoQtpf58RA0eCzlu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb53241e-5e17-42de-bf0a-3ed66ecca0e0/MYLILLEBUDDYTSHIRTWEBSITEPHOTO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:25.625rem;top:8.0625rem;left:3.75rem;display:block; }#HuzsHJSa8apyWf93GoQtpf58RA0eCzlu.adaptive-delivery-prevent-bg, #HuzsHJSa8apyWf93GoQtpf58RA0eCzlu.lazyload, #HuzsHJSa8apyWf93GoQtpf58RA0eCzlu.lazyloading { background-image: none; }
#ewy8SxurIH7iMNWJIzgwzUesZ7T1f39i { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:12.8125rem;left:26.5625rem;overflow:hidden;display:block; }
#kc6ix46LG35i0Vi6PuBxgXncmXMr1Ocg { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:27.375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQSL1wXbqbZ3wbSZhUILBEtDO3UztAZ8 { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.94921875rem;left:27.40625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ti24zTJ2lztTWO9yeGLZprleBmu5OO6h { color:#2d2929;display:block;width:34.625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4375rem;left:35.9375rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TMi7TzI7ftexrtBqkp6dQ0XpLARAhSaG { color:#2d2929;display:block;width:5.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.42529296875rem;left:57.6875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ym8SX1o3EfWNCSWM13sH5eruoUcqTke0 { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:13rem;top:32.6875rem;left:49.8125rem;display:block; }
#qs3DowtiEt1CMy4MCnchI0vE83PQMzzt { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.08740234375rem;left:49.5625rem;display:block; }
#BXUwhVGup9Q4zJMdumOlpu2pE3FJnN6Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGKOsNmNVSkKlGRGTiSnAsyM39GTF5vZ { color:#2d2929;display:block;width:10.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.875rem;left:49.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u658lPSCMJ1wsvcRowT9GCosh7MrGLgT { color:#000000;display:block;width:37rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.48974609375rem;left:38rem;height:26.32321875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#htgwSSVuEbqBKW3gVM7k8IlcRrq6CDiV { color:#2d2929;display:block;width:37.5rem;position:absolute;font-family:"source sans pro";font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FV5UPtZuVCq1t2X6dJGA26t2gSg8txro { color:#2d2929;display:block;width:31.375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.875rem;left:0.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#s3FCOLIA6N8kxXiQoa8gSAgXy2wli3qL { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/224738fb-a3a5-4fea-8214-cff198712396/WorldsCutestCatWebite.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:25.625rem;top:49.875rem;left:45.625rem;display:block; }#s3FCOLIA6N8kxXiQoa8gSAgXy2wli3qL.adaptive-delivery-prevent-bg, #s3FCOLIA6N8kxXiQoa8gSAgXy2wli3qL.lazyload, #s3FCOLIA6N8kxXiQoa8gSAgXy2wli3qL.lazyloading { background-image: none; }
#Gsk8PMoizgQKRd7SkJePrEV7XEsJh87f { color:#2d2929;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:55.75rem;left:43.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wdtc7wlplE3kJpaS4OdSVufWF0KhhM8Q { color:#2d2929;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:57.25rem;left:43.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ve8U1PGaTu2rmbDf92m9U9byduGJQGBa { position:absolute;display:block;z-index:14999;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:5.375rem;width:5.25rem;top:54.4375rem;left:43.0625rem;overflow:hidden;display:block; }
#R2IB6U2UvoR1t3URBHCnXxWGrQMl1IqD { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:54.4375rem;left:0.78125rem;height:24.86081875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fbbbix5rS4OT6zAGbUzhA2raMx50mkCr { color:#2d2929;display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:85.638671875rem;left:19.625rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x4PdAXVgfXaUtDG9I2TiuWoKcHA2EPyy { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:13rem;top:88.125rem;left:12.25rem;display:block; }
#ovtrAOa2XUgsKvgE8oRO22kGLsrv7Eix { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:85.30078125rem;left:12.25rem;display:block; }
#iqyD8mn3xe2hdicoAvtBLX27ZvUpiFwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTP4Shdofh5UApptLC74l1E4AwXTb5dg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfb;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; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container { background-color: transparent; background-image: none; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container > .video-iframe-container { display: none; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row > .video-iframe-container { display: none; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .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); }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container { border-width: 0; border-radius: 0; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#rDIGM1ZWHTTHeIXbE7zJU0sF5vw657ol { 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.75rem;width:12.5rem;top:8.5625rem;left:5.625rem;overflow:hidden;display:block; }
#Rg5QTSA2pTveamPSSNmu3l1nGonNTbg3 { position:absolute;display:block;z-index:14999;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:28rem;left:2.5rem;display:block; }
#RX5marhBdi4r6I8bRV43GqgIy01CaHaZ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8cbcd;border-left:0.0625rem solid #f8cbcd;border-right:0.0625rem solid #f8cbcd;border-bottom:0.0625rem solid #f8cbcd;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.6875rem;width:18.625rem;top:34.8125rem;left:2.5rem;display:block; }
#WnCzSDHSPIiUqziybaxX0zIHVHpK2vHK { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.65625rem;left:3.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ua9oak5p7VrBswDPwXSWTd57Tmx8GxPX { color:#162f4e;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.6875rem;left:7.15625rem;height:2.4375rem;font-style:normal;display:block; }
#m1yp8dr47ofya4aGzQPrN17Pief5eI6R { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.1875rem;left:3.5rem;display:block; }
#RzrLWZ79lxS2PtaiGrgLffKvynDxFmLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQiNGNioRaFGfCuLcMSAHUS7UWgH3ifC { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;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.6875rem;width:18.625rem;top:34.8125rem;left:28.125rem;display:block; }
#y7iohWcHM5oUgXgs7M44mbP7qyPI6akn { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.1875rem;left:29.1875rem;display:block; }
#rBU2T6R5pv11zJ1y5Zlof5i20EZuOnlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXH0kkENyc9h54Taw6EG3PFZRhGnC7ag { color:#162f4e;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:37.6875rem;left:32.84375rem;height:2.4375rem;font-style:normal;display:block; }
#ZEaczxewQTWlinhZJZuZ3s7c8XRHtToC { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:28rem;left:28.125rem;display:block; }
#OWU52THu4ND9fzEqAhXxbaw3W8WzxcT8 { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.6875rem;left:29.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqwX6TWDQSpr2XwNsiPBb8dnbenkR7iO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:8.5625rem;left:28.125rem;overflow:hidden;display:block; }
#aWs5izoHw32PXcX67IJBRKv0Gvo3IyWR { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8cbcd;border-left:0.0625rem solid #f8cbcd;border-right:0.0625rem solid #f8cbcd;border-bottom:0.0625rem solid #f8cbcd;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.6875rem;width:18.625rem;top:34.8125rem;left:53.75rem;display:block; }
#NpJCZbhcbQTBnFRlZ8ZhFm0f2EKpsdfG { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:41.1875rem;left:54.8125rem;display:block; }
#mZeCsvRV7lbPeZz3Avg2JDn4nXGGhruy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGTniGqDKxqtFqJmMVwtZiih6H8By6cE { color:#162f4e;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:37.6875rem;left:58.46875rem;height:2.4375rem;font-style:normal;display:block; }
#onA5bTdD1U0C6yNXa3c0v4FmkbUw78PC { position:absolute;display:block;z-index:15021;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:28rem;left:53.75rem;display:block; }
#zBsmJsgGwUFTxqqN2NLz06SSd9165hfp { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:54.9375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QH3PlwVBaQugL2xwgBK2WbOUc854LfgD { position:absolute;display:block;z-index:15022;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.75rem;width:18.75rem;top:8.5625rem;left:53.75rem;overflow:hidden;display:block; }
#g0AOVDEZKVec07hCkubM23IswWaqkwkl { color:#162f4e;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container { background-color: transparent; background-image: none; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container > .video-iframe-container { display: none; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row > .video-iframe-container { display: none; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .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); }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container { border-width: 0; border-radius: 0; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#UkZ9aO2ukTJaNMrzQu955tVCQ2ABTgER { color:#707070;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnGJu3v4yQHCZSWdSHBav8U9amvResTa { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRx7QNtgQMFPoGCmdrsPBkFTWbUSwZpZ { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:7.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MeynxsoFTuqaQOMoxneaTWq9yqtI7KZ1 { color:#707070;display:block;width:15.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:7.5rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8qrNi9Klq8qrTVXKxXVpUlRzG5oKSpk { 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:14.9375rem;width:10.9375rem;top:14.1875rem;left:11.05615234375rem;overflow:hidden;display:block; }
#FHS10ApONnNkweDuZ9asr0vm6rLkiki8 { color:#707070;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:28.6875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9nFmqMuP3HoEkeLCTrBzbOBKKL7Fu4R { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.0625rem;left:27.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuQsMqFpZo3olSpxvbfgMix0d9LdpNSa { background-color:#ffa800;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.8125rem;left:29.75rem;display:block; }
#h5CH4cIPkrAtih073I04aTyM6CRNkCmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dems44m92fAVkbJUI22WWwTa151OKCpq { 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:14.3125rem;width:21.875rem;top:14.0625rem;left:25.625rem;overflow:hidden;display:block; }
#Z4CxMHl1UGcBVyJpERJwA4BlvpXr4xiu { color:#707070;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:31.97021484375rem;left:50.75rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0Bemmd7LZc3OvaBTJ8MFDW9cv1ZnqJq { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:47.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVBq4wo943ELTCyVT2TEyUJfK2Gno588 { position:absolute;display:block;z-index:15012;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:14.875rem;width:12.5625rem;top:13.5rem;left:52.59375rem;overflow:hidden;display:block; }
#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container { background-color: transparent; background-image: none; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container > .video-iframe-container { display: none; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row > .video-iframe-container { display: none; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .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); }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container { border-width: 0; border-radius: 0; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#XwUPfiT5SORd7L3BBI5TGEkTZZDxMUK8 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:55.875rem;display:block; }
#GTgHRyw2wbb1z2cEwEGBpBdEqBblHepE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#lbMcGMiifKAHyzxNhN5rlE7RnpnWDPzG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.568359375rem;left:6.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#qp8PCcPpRyfZTVE7BbiZyV2pQgKv39X0 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#HkO2EZiHLfORVs5QdN3wyOSZDJOC6MOm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:48.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#U7NDMGRVPzknC9rDxMA5seHWW71tByOU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#rIZaeIpUDRgVAvu2Xy5oRpqJ6uzrTrEw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:55.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#mvP6JRhgkAfZCUB7JUeUXAXyumQi8ipF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#mryzuTKe9yUaunrOfoTxlyIm5A0uGuaz { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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:2.1875rem;width:2.1875rem;top:2rem;left:8.125rem;display:block; }
#pSocXZQCFQUfTzLotmGI5JJGDBKbtJBw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);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:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#JB8xCopnTNCC8T02ylrWFmoV9glKI2ur { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.53125rem;left:56.84375rem; }
#Gxc7UagtohskTTKI6EQrDce01hy69n4a { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:16.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX { display:block; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0WTp69xLBa1qBJoVpzv2q1RN1mbia3t { width:8.125rem;height:1.875rem;top:5.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQkBX0TBQX3M2om3KmTn4zdQJNsTHaT { display:block; }
 }@media only screen and (max-width: 763px) { #cpLyCXdNCe1mJLV33NJHr1TcP86ETzk3 { width:8.125rem;height:1.875rem;top:5.4375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtrAxbivBwy9b6vKOMiUZvRHqFCZ81fT { display:block; }
 }@media only screen and (max-width: 763px) { #vOorhPm69biwDchakHTzVsuLOwFD8nKG { width:17.5625rem;height:11.5625rem;top:0rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDVu5gtPAwKlpyNf26LTxpSGBFiXclZy { width:8.125rem;height:1.875rem;top:5.4375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJz0Aso0dNvqhWTO9uBGJ742BfigVIaT { display:block; }
 }@media only screen and (max-width: 763px) { #S6QiFblp3zBzufsK2kMQik6IMM0SLtiF { display:block; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuzsHJSa8apyWf93GoQtpf58RA0eCzlu { width:25.625rem;height:39.6875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewy8SxurIH7iMNWJIzgwzUesZ7T1f39i { width:5.625rem;height:5.625rem;top:12.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc6ix46LG35i0Vi6PuBxgXncmXMr1Ocg { width:3.9375rem;height:1.9375rem;top:14rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQSL1wXbqbZ3wbSZhUILBEtDO3UztAZ8 { width:3.9375rem;height:1.1875rem;top:15.9375rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti24zTJ2lztTWO9yeGLZprleBmu5OO6h { width:34.625rem;height:2.4375rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMi7TzI7ftexrtBqkp6dQ0XpLARAhSaG { width:5.1875rem;height:1.9375rem;top:30.375rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym8SX1o3EfWNCSWM13sH5eruoUcqTke0 { width:13rem;height:0.0625rem;top:32.6875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs3DowtiEt1CMy4MCnchI0vE83PQMzzt { width:7.375rem;height:2.625rem;top:30.0625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXUwhVGup9Q4zJMdumOlpu2pE3FJnN6Q { display:block; }
 }@media only screen and (max-width: 763px) { #TGKOsNmNVSkKlGRGTiSnAsyM39GTF5vZ { width:10.125rem;height:1.25rem;top:35.875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u658lPSCMJ1wsvcRowT9GCosh7MrGLgT { width:37rem;height:26.3125rem;top:4.4375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgwSSVuEbqBKW3gVM7k8IlcRrq6CDiV { width:37.5rem;height:;top:2.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV5UPtZuVCq1t2X6dJGA26t2gSg8txro { width:31.375rem;height:2.4375rem;top:49.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FCOLIA6N8kxXiQoa8gSAgXy2wli3qL { width:25.625rem;height:39.6875rem;top:49.875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsk8PMoizgQKRd7SkJePrEV7XEsJh87f { width:3.9375rem;height:1.9375rem;top:55.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdtc7wlplE3kJpaS4OdSVufWF0KhhM8Q { width:3.9375rem;height:1.1875rem;top:57.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8U1PGaTu2rmbDf92m9U9byduGJQGBa { width:5.25rem;height:5.375rem;top:54.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IB6U2UvoR1t3URBHCnXxWGrQMl1IqD { width:35.9375rem;height:24.8125rem;top:54.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbbbix5rS4OT6zAGbUzhA2raMx50mkCr { width:4rem;height:1.9375rem;top:85.625rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4PdAXVgfXaUtDG9I2TiuWoKcHA2EPyy { width:13rem;height:0.0625rem;top:88.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovtrAOa2XUgsKvgE8oRO22kGLsrv7Eix { width:7.375rem;height:2.625rem;top:85.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqyD8mn3xe2hdicoAvtBLX27ZvUpiFwb { display:block; }
 }@media only screen and (max-width: 763px) { #lTP4Shdofh5UApptLC74l1E4AwXTb5dg { display:block; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDIGM1ZWHTTHeIXbE7zJU0sF5vw657ol { width:12.5rem;height:18.75rem;top:8.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg5QTSA2pTveamPSSNmu3l1nGonNTbg3 { width:18.75rem;height:6.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX5marhBdi4r6I8bRV43GqgIy01CaHaZ { width:18.625rem;height:10.6875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnCzSDHSPIiUqziybaxX0zIHVHpK2vHK { width:16.4375rem;height:1.75rem;top:29.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua9oak5p7VrBswDPwXSWTd57Tmx8GxPX { width:3.9375rem;height:2.4375rem;top:37.6875rem;left:2.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1yp8dr47ofya4aGzQPrN17Pief5eI6R { width:11.25rem;height:3.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzrLWZ79lxS2PtaiGrgLffKvynDxFmLN { display:block; }
 }@media only screen and (max-width: 763px) { #UQiNGNioRaFGfCuLcMSAHUS7UWgH3ifC { width:18.625rem;height:10.6875rem;top:34.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7iohWcHM5oUgXgs7M44mbP7qyPI6akn { width:11.25rem;height:3.125rem;top:41.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBU2T6R5pv11zJ1y5Zlof5i20EZuOnlg { display:block; }
 }@media only screen and (max-width: 763px) { #hXH0kkENyc9h54Taw6EG3PFZRhGnC7ag { width:3.9375rem;height:2.4375rem;top:37.6875rem;left:19.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEaczxewQTWlinhZJZuZ3s7c8XRHtToC { width:18.75rem;height:6.8125rem;top:28rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWU52THu4ND9fzEqAhXxbaw3W8WzxcT8 { width:16.4375rem;height:1.75rem;top:29.6875rem;left:15.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwX6TWDQSpr2XwNsiPBb8dnbenkR7iO { width:18.75rem;height:18.75rem;top:8.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWs5izoHw32PXcX67IJBRKv0Gvo3IyWR { width:18.625rem;height:10.6875rem;top:34.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJCZbhcbQTBnFRlZ8ZhFm0f2EKpsdfG { width:11.25rem;height:3.125rem;top:41.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZeCsvRV7lbPeZz3Avg2JDn4nXGGhruy { display:block; }
 }@media only screen and (max-width: 763px) { #AGTniGqDKxqtFqJmMVwtZiih6H8By6cE { width:3.9375rem;height:2.4375rem;top:37.6875rem;left:35.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onA5bTdD1U0C6yNXa3c0v4FmkbUw78PC { width:18.75rem;height:6.8125rem;top:28rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBsmJsgGwUFTxqqN2NLz06SSd9165hfp { width:16.4375rem;height:1.75rem;top:29.6875rem;left:31.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH3PlwVBaQugL2xwgBK2WbOUc854LfgD { width:18.75rem;height:18.75rem;top:8.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0AOVDEZKVec07hCkubM23IswWaqkwkl { width:47.75rem;height:3.375rem;top:3.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc { display:block; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkZ9aO2ukTJaNMrzQu955tVCQ2ABTgER { width:47.75rem;height:1.375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnGJu3v4yQHCZSWdSHBav8U9amvResTa { width:47.75rem;height:4.0625rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRx7QNtgQMFPoGCmdrsPBkFTWbUSwZpZ { width:19.9375rem;height:2rem;top:29.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeynxsoFTuqaQOMoxneaTWq9yqtI7KZ1 { width:15.9375rem;height:4.125rem;top:32.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qrNi9Klq8qrTVXKxXVpUlRzG5oKSpk { width:10.9375rem;height:14.9375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHS10ApONnNkweDuZ9asr0vm6rLkiki8 { width:14.5rem;height:2.75rem;top:32.3125rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nFmqMuP3HoEkeLCTrBzbOBKKL7Fu4R { width:19.9375rem;height:2rem;top:29.0625rem;left:13.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuQsMqFpZo3olSpxvbfgMix0d9LdpNSa { width:15.4375rem;height:3.125rem;top:38.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CH4cIPkrAtih073I04aTyM6CRNkCmf { display:block; }
 }@media only screen and (max-width: 763px) { #Dems44m92fAVkbJUI22WWwTa151OKCpq { width:21.875rem;height:14.3125rem;top:14.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4CxMHl1UGcBVyJpERJwA4BlvpXr4xiu { width:13.5625rem;height:6.875rem;top:31.9375rem;left:34.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Bemmd7LZc3OvaBTJ8MFDW9cv1ZnqJq { width:19.9375rem;height:2rem;top:29rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBq4wo943ELTCyVT2TEyUJfK2Gno588 { width:12.5625rem;height:14.875rem;top:13.5rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud { display:block; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwUPfiT5SORd7L3BBI5TGEkTZZDxMUK8 { top:14.5625rem;left:42.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgHRyw2wbb1z2cEwEGBpBdEqBblHepE { top:6rem;left:39rem;width:8.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbMcGMiifKAHyzxNhN5rlE7RnpnWDPzG { top:15.5625rem;left:0rem;width:22.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp8PCcPpRyfZTVE7BbiZyV2pQgKv39X0 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO2EZiHLfORVs5QdN3wyOSZDJOC6MOm { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NDMGRVPzknC9rDxMA5seHWW71tByOU { top:6.0625rem;left:21.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIZaeIpUDRgVAvu2Xy5oRpqJ6uzrTrEw { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvP6JRhgkAfZCUB7JUeUXAXyumQi8ipF { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mryzuTKe9yUaunrOfoTxlyIm5A0uGuaz { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSocXZQCFQUfTzLotmGI5JJGDBKbtJBw { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8xCopnTNCC8T02ylrWFmoV9glKI2ur { top:15.5rem;left:43.21875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxc7UagtohskTTKI6EQrDce01hy69n4a { width:16.125rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX { position:relative;z-index:auto;display:block; }#y8CS9zeQQbs2LTU64PcSDBLmyiqJCzVX > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0WTp69xLBa1qBJoVpzv2q1RN1mbia3t { width:5rem;height:1.9375rem;top:1.25rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQkBX0TBQX3M2om3KmTn4zdQJNsTHaT { display:block; }
 }@media only screen and (max-width: 763px) { #cpLyCXdNCe1mJLV33NJHr1TcP86ETzk3 { width:5rem;height:1.9375rem;top:17.25rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtrAxbivBwy9b6vKOMiUZvRHqFCZ81fT { display:block; }
 }@media only screen and (max-width: 763px) { #vOorhPm69biwDchakHTzVsuLOwFD8nKG { width:17.5625rem;height:11.5625rem;top:4.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDVu5gtPAwKlpyNf26LTxpSGBFiXclZy { width:8.125rem;height:1.875rem;top:20.4375rem;left:5.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJz0Aso0dNvqhWTO9uBGJ742BfigVIaT { display:block; }
 }@media only screen and (max-width: 763px) { #S6QiFblp3zBzufsK2kMQik6IMM0SLtiF { display:block; }#S6QiFblp3zBzufsK2kMQik6IMM0SLtiF > .row .container { width:20rem;height:161.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuzsHJSa8apyWf93GoQtpf58RA0eCzlu { width:13rem;height:26rem;top:7.611328125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewy8SxurIH7iMNWJIzgwzUesZ7T1f39i { width:5.625rem;height:5.625rem;top:15.29883125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc6ix46LG35i0Vi6PuBxgXncmXMr1Ocg { width:3.9375rem;height:1.29980625rem;top:16.673828125rem;left:15.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQSL1wXbqbZ3wbSZhUILBEtDO3UztAZ8 { width:3.9375rem;height:1.29980625rem;top:18.43555rem;left:15.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti24zTJ2lztTWO9yeGLZprleBmu5OO6h { width:12.5rem;height:2.5996125rem;top:4.19921875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMi7TzI7ftexrtBqkp6dQ0XpLARAhSaG { width:4rem;height:1.29980625rem;top:126.82373671875rem;left:11.625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym8SX1o3EfWNCSWM13sH5eruoUcqTke0 { width:13rem;height:0.0625rem;top:129.08594375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs3DowtiEt1CMy4MCnchI0vE83PQMzzt { width:7.375rem;height:2.625rem;top:125.56103515625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXUwhVGup9Q4zJMdumOlpu2pE3FJnN6Q { display:block; }
 }@media only screen and (max-width: 763px) { #TGKOsNmNVSkKlGRGTiSnAsyM39GTF5vZ { width:8.25rem;height:1.29980625rem;top:130.39844375rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u658lPSCMJ1wsvcRowT9GCosh7MrGLgT { width:13.25rem;height:38.994125rem;top:40.84228515625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgwSSVuEbqBKW3gVM7k8IlcRrq6CDiV { width:12.875rem;height:4.19921875rem;top:0rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FV5UPtZuVCq1t2X6dJGA26t2gSg8txro { width:12.5rem;height:2.5996125rem;top:37.736328125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FCOLIA6N8kxXiQoa8gSAgXy2wli3qL { width:13.625rem;height:27.1875rem;top:130.3984375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsk8PMoizgQKRd7SkJePrEV7XEsJh87f { width:3.9375rem;height:1.29980625rem;top:133.0732421875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdtc7wlplE3kJpaS4OdSVufWF0KhhM8Q { width:3.9375rem;height:1.29980625rem;top:134.373046875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8U1PGaTu2rmbDf92m9U9byduGJQGBa { width:5.25rem;height:5.375rem;top:131.6982421875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IB6U2UvoR1t3URBHCnXxWGrQMl1IqD { width:13.25rem;height:37.694325rem;top:86.2734375rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbbbix5rS4OT6zAGbUzhA2raMx50mkCr { width:4rem;height:1.29980625rem;top:81.168490625rem;left:10.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4PdAXVgfXaUtDG9I2TiuWoKcHA2EPyy { width:13rem;height:0.0625rem;top:83.65481875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovtrAOa2XUgsKvgE8oRO22kGLsrv7Eix { width:7.375rem;height:2.625rem;top:80.8306rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqyD8mn3xe2hdicoAvtBLX27ZvUpiFwb { display:block; }
 }@media only screen and (max-width: 763px) { #lTP4Shdofh5UApptLC74l1E4AwXTb5dg { display:block; }#lTP4Shdofh5UApptLC74l1E4AwXTb5dg > .row .container { width:20rem;height:125.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDIGM1ZWHTTHeIXbE7zJU0sF5vw657ol { width:12.5rem;height:18.75rem;top:5.0996125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg5QTSA2pTveamPSSNmu3l1nGonNTbg3 { width:18.75rem;height:6.8125rem;top:25.0996125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX5marhBdi4r6I8bRV43GqgIy01CaHaZ { width:18.625rem;height:10.6875rem;top:33.1621125rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WnCzSDHSPIiUqziybaxX0zIHVHpK2vHK { width:16.4375rem;height:1.7871125rem;top:26.7558625rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ua9oak5p7VrBswDPwXSWTd57Tmx8GxPX { width:3.9375rem;height:2.4375rem;top:36.0371125rem;left:5.28125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1yp8dr47ofya4aGzQPrN17Pief5eI6R { width:11.25rem;height:3.125rem;top:39.5371125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzrLWZ79lxS2PtaiGrgLffKvynDxFmLN { display:block; }
 }@media only screen and (max-width: 763px) { #UQiNGNioRaFGfCuLcMSAHUS7UWgH3ifC { width:18.625rem;height:10.6875rem;top:73.2871125rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #y7iohWcHM5oUgXgs7M44mbP7qyPI6akn { width:11.25rem;height:3.125rem;top:79.6621125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBU2T6R5pv11zJ1y5Zlof5i20EZuOnlg { display:block; }
 }@media only screen and (max-width: 763px) { #hXH0kkENyc9h54Taw6EG3PFZRhGnC7ag { width:3.9375rem;height:2.4375rem;top:76.1621125rem;left:5.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEaczxewQTWlinhZJZuZ3s7c8XRHtToC { width:18.75rem;height:6.8125rem;top:65.2246125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWU52THu4ND9fzEqAhXxbaw3W8WzxcT8 { width:16.4375rem;height:1.7871125rem;top:66.9121125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqwX6TWDQSpr2XwNsiPBb8dnbenkR7iO { width:18.75rem;height:18.75rem;top:45.2246125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWs5izoHw32PXcX67IJBRKv0Gvo3IyWR { width:18.625rem;height:10.6875rem;top:113.4121125rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NpJCZbhcbQTBnFRlZ8ZhFm0f2EKpsdfG { width:11.25rem;height:3.125rem;top:119.7871125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZeCsvRV7lbPeZz3Avg2JDn4nXGGhruy { display:block; }
 }@media only screen and (max-width: 763px) { #AGTniGqDKxqtFqJmMVwtZiih6H8By6cE { width:3.9375rem;height:2.4375rem;top:116.2871125rem;left:5.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onA5bTdD1U0C6yNXa3c0v4FmkbUw78PC { width:18.75rem;height:6.8125rem;top:105.3496125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBsmJsgGwUFTxqqN2NLz06SSd9165hfp { width:16.4375rem;height:1.7871125rem;top:107.0371125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QH3PlwVBaQugL2xwgBK2WbOUc854LfgD { width:18.75rem;height:18.75rem;top:85.3496125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0AOVDEZKVec07hCkubM23IswWaqkwkl { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc { display:block; }#JOdT1Qgq50XMLAiBgTrqpQFEck5SL8sc > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkZ9aO2ukTJaNMrzQu955tVCQ2ABTgER { width:20rem;height:2.2744125rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnGJu3v4yQHCZSWdSHBav8U9amvResTa { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRx7QNtgQMFPoGCmdrsPBkFTWbUSwZpZ { width:19.9375rem;height:2.03125rem;top:8.461425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeynxsoFTuqaQOMoxneaTWq9yqtI7KZ1 { width:19.9375rem;height:2.76171875rem;top:54.930175rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qrNi9Klq8qrTVXKxXVpUlRzG5oKSpk { width:7.125rem;height:9.5625rem;top:11.742675rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHS10ApONnNkweDuZ9asr0vm6rLkiki8 { width:19.9375rem;height:2.76171875rem;top:58.94189375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nFmqMuP3HoEkeLCTrBzbOBKKL7Fu4R { width:19.9375rem;height:2.03125rem;top:23.05517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuQsMqFpZo3olSpxvbfgMix0d9LdpNSa { width:15.4375rem;height:3.125rem;top:62.9536125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CH4cIPkrAtih073I04aTyM6CRNkCmf { display:block; }
 }@media only screen and (max-width: 763px) { #Dems44m92fAVkbJUI22WWwTa151OKCpq { width:15.1875rem;height:11.375rem;top:26.74267578125rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4CxMHl1UGcBVyJpERJwA4BlvpXr4xiu { width:19.9375rem;height:4.142575rem;top:67.3286125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Bemmd7LZc3OvaBTJ8MFDW9cv1ZnqJq { width:19.9375rem;height:2.03125rem;top:40.02392578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBq4wo943ELTCyVT2TEyUJfK2Gno588 { width:6.375rem;height:9.5625rem;top:43.27392578125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud { display:block; }#H0zXTpO4O8ws1XHIdbrJHmozU1Urhyud > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwUPfiT5SORd7L3BBI5TGEkTZZDxMUK8 { width:3.0625rem;height:3.0625rem;top:31.93555rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgHRyw2wbb1z2cEwEGBpBdEqBblHepE { width:7.3125rem;height:2.79980625rem;top:20.66113125rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbMcGMiifKAHyzxNhN5rlE7RnpnWDPzG { width:20rem;height:1.04980625rem;top:29.63574375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp8PCcPpRyfZTVE7BbiZyV2pQgKv39X0 { width:18.75rem;height:0.0625rem;top:26.0234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO2EZiHLfORVs5QdN3wyOSZDJOC6MOm { width:7.3125rem;height:1.3999rem;top:18.01171875rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7NDMGRVPzknC9rDxMA5seHWW71tByOU { width:11.375rem;height:1.3999rem;top:15.36230625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIZaeIpUDRgVAvu2Xy5oRpqJ6uzrTrEw { width:20rem;height:1.04980625rem;top:27.3359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvP6JRhgkAfZCUB7JUeUXAXyumQi8ipF { width:20rem;height:1.04980625rem;top:13.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mryzuTKe9yUaunrOfoTxlyIm5A0uGuaz { width:2.1875rem;height:2.1875rem;top:3.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSocXZQCFQUfTzLotmGI5JJGDBKbtJBw { width:18.75rem;height:0.0625rem;top:24.7109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8xCopnTNCC8T02ylrWFmoV9glKI2ur { display:flex;width:1.125rem;height:1.125rem;top:32.9043rem;left:9.40625rem; }
 }@media only screen and (max-width: 763px) { #Gxc7UagtohskTTKI6EQrDce01hy69n4a { width:16.125rem;height:10.5625rem;top:1.25rem;left:1.9375rem;display:block; }
 }