.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:255,248,217;--color-primary-1:255,233,128;--color-primary-2:255,211,0;--color-primary-3:128,106,0;--color-primary-4:38,32,0;--color-secondary-0:218,245,245;--color-secondary-1:156,200,200;--color-secondary-2:68,204,206;--color-secondary-3:41,122,124;--color-secondary-4:14,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:#18183f;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 { 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; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container { background-color: transparent; background-image: none; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container > .video-iframe-container { display: none; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row > .video-iframe-container { display: none; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .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); }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container { border-width: 0; border-radius: 0; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#xVh9OsqqmBo2nthG4u6pNFavyd9qOkQo { box-sizing:content-box;color:#e94c40;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:0rem;left:0rem;display:block; }
#QBeBReoRay2hT8eMCTARnTwOcVri1t2E { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1rem;left:4.3125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container { background-color: transparent; background-image: none; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container > .video-iframe-container { display: none; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row > .video-iframe-container { display: none; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .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); }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container { border-width: 0; border-radius: 0; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#pJDkIKEevq6PfxbMUZpPhvWyFviiHTJP { background-color:#30cc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3730625rem;height:4.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.625rem;left:5.5rem;display:block; }
#Xxu60uH1b8CFZ42a2wt8n6ViFefToxbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8HoIiez0BVNNSqiPAerSLxTfO1d5NpN { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:13.3125rem;left:3.0615234375rem;height:12.00284375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKcDFNWglfyyATo98URfILVC3UGmV8Ay { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.125rem;left:4.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVIEsV39lIREWiCmVpf2724HrvZUxSET { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:6.6195311546325rem;left:0rem;height:3.32475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRzqHclINOgBgEL92mK4UcAUrZvwlrek { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.87109375rem;left:0rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfRhg8Tg92scJQiTkl2chvVkHFpLMOWr { background-color:rgba(var(--color-secondary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.374625rem;height:4.43671875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.248436450958rem;left:9.0625rem;display:none; }
#wBcE5cbdGkWaHGhTd1KTPQd84mCegbws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXcGOTeJehQitHaAOoDd7oivu4zSo4Tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:35.8125rem;left:43.4375rem;display:none; }
#wXt2QVuDe5mUbTyB3RGZNbLIuLQbIZUf { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.5625rem;left:46.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SwnIs0Twq3ac0MJXktnMTIULo9NMSZ4c { color:#ffe800;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.3125rem;left:40.8125rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#SlxU3MdvETUAR6zoI7PPu2SWgkSATKrC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.5) ;height:24.4375rem;width:19.9375rem;top:11.3125rem;left:44.625rem;overflow:hidden;display:block; }
#ylMsk4xi5X4RiVL4UxcnaSHKybDxmr3d { position:absolute;display:block;z-index:15024;height:4.375rem;width:28.4375rem;top:30.5625rem;left:4.5625rem;display:block; }
#WyxIS365OtJSXBvFTlawfqcsi1TDNChv { position:absolute;display:block;z-index:15025;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:13.75rem;width:4.875rem;top:28.375rem;left:68.5625rem;overflow:hidden;display:block; }
#s7eqH9bBKUg1arTSddwL6BHLTcJeK6u4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:13.5rem;left:4.875rem;height:11.997075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dbIwPYR3/cubebackground.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz.adaptive-delivery-prevent-bg, #cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz.lazyload, #cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz.lazyloading { background-image: none; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container { background-color: transparent; background-image: none; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container > .video-iframe-container { display: none; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row > .video-iframe-container { display: none; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .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); }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container { border-width: 0; border-radius: 0; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#QWvH0Zu4f26779paGiyuARWPBFgMCLEs { color:#657087;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:34.375rem;left:0.71875rem;height:11.1931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#it9iQWBkpKpVopmVApQWFPSoUB8zCsqq { position:absolute;display:block;z-index:15010;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:0rem;display:block; }
#Tm7QkKtXJtB0eqcrJlc4z5bGpb6kTFCT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:26.3125rem;left:5.125rem;display:block; }
#qQgrqNCHqKCmcJdxTiJ4cuqPG37WLF7d { box-sizing:content-box;color:#db2645;font-size:7.9375rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.5rem 0.625rem 2.3125rem rgba(var(--color-tertiary-4),0.21);display:block;z-index:15048;top:30.625rem;left:30.3125rem;display:none; }
#xNS9QCmWITbxX0MAaQGknmNV9SUEhPdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:10.0625rem;height:3.25011875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZ1VH1nNtWUAI9El0FRzQWxuXAU9T2nz { position:absolute;display:block;z-index:15049;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:20rem;width:14.9375rem;top:14.375rem;left:0rem;overflow:hidden;display:block; }
#tNzn9OcLQk0UAl4oGa4su297L81ze6UI { position:absolute;display:block;z-index:15050;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.625rem;width:13.625rem;top:15.71875rem;left:21.375rem;overflow:hidden;display:block; }
#pUkHZuaGEhRTET6VUz4RT4x6gxl5HUhc { color:#657087;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:34.375rem;left:21.15625rem;height:11.1931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4DOsUJhIxafVFyUhss1duvB0okhoFqF { position:absolute;display:block;z-index:15051;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:17.3125rem;width:12.8125rem;top:15.71875rem;left:62.1875rem;overflow:hidden;display:block; }
#ssoQv0Oc5Qr5VpHxVquk1MFW0M87lTTD { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.6875rem;width:10.875rem;top:16.53125rem;left:42.09375rem;overflow:hidden;display:block; }
#GdDSxTP39P5xDL4GoKXfQdG2M0R9uKVU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:39.40625rem;height:3.574625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJSh6ZFMOiIIsINASNp1pZAwIG76kM6T { color:#657087;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:34.375rem;left:40.59375rem;height:11.1931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTG3zi75mFlZQh4DwFd8WJd92BM78dAB { color:#657087;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:34.375rem;left:59.5625rem;height:9.7940625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUd1ku7D42JT4eAicawMZfopocaW8pF4 { color:#ff0000;display:block;width:66.6875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:51.875rem;left:4.5rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U15NqBxm2B22TARkaZd0TqZ1yz5KA9HJ { color:#657087;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:19rem;left:40.5rem;height:6.6484375rem;font-style:normal;display:none; }
#Ego95FsqnJFG5nx4oriFOhTIMLSVKtfs { color:#657087;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:19rem;left:40.5rem;height:6.6484375rem;font-style:normal;display:none; }
#lHd5EQKnx04pXHGk0BM2CGcVE7TsbeQJ { color:#657087;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:19rem;left:40.5rem;height:6.6484375rem;font-style:normal;display:none; }
#pVT1u28cLJGchHbq06VABb62zpuOXi6o { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.125rem;height:2.03125rem;font-style:normal;display:block; }
#GK25NagMa2pVWW25ODZc0WvQJirc4rT1 { position:absolute;display:block;z-index:15012;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:14.125rem;width:15.5625rem;top:33.1875rem;left:0rem;display:block; }
#Nr0VMngbkQ1buMOsQ8b7Ekp1iuXQooXq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:0rem;height:3.574625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1KrZRmxthUtifcAQR6U3deQ9sAD64Cy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:23.625rem;left:27.3125rem;display:none; }
#JTTTXynRiVrl4kCAWRU6A6NDRFNguCZU { position:absolute;display:block;z-index:15012;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:20.0625rem;display:block; }
#c6R0S9w7rF5Xo554Wk2NMmmD2B99bHSE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8125rem;left:22.65625rem;height:2.03125rem;font-style:normal;display:block; }
#GhyGzIb9plDH7SzCFm9CEbihPnrIk1Rk { position:absolute;display:block;z-index:15014;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7rem;left:58.75rem;display:block; }
#CDUZmplwypGd74A9KSXOHwZ4u3owz7u2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.8125rem;left:60.875rem;height:2.03125rem;font-style:normal;display:block; }
#E1G5vtvnzhDPX3CPChttO0EeWAchTWEk { 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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:39.40625rem;display:block; }
#DLb9QN6mT9sfTCZCQyMbsr7nnz5H3I8w { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.8125rem;left:41.3125rem;height:2.03125rem;font-style:normal;display:block; }
#LTfNNO6uF9Azo4eHppGNVm5RMtH1CLWR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:20.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEFLFnL9ccBzz1LfEkvGrCcGmeyrQDtF { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:14.1875rem;width:15.5625rem;top:33.1875rem;left:20.625rem;display:block; }
#oQaa2StdCHa2LlS909IPit1QPDEpSSuI { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:14.125rem;width:15.5625rem;top:33.1875rem;left:39.6875rem;display:block; }
#lqlt6VJUDmPpWqgbBisTwxh77ygt5ge7 { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:14.4375rem;width:15.5625rem;top:32.9375rem;left:59.3125rem;display:block; }
#pPdUwM3QxdTZ7IKKSof0HweX49G5zXHI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:58.75rem;height:3.574625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTy4CpbpyrbsTrKby15Wy2xoPyPrW9e8 { position:absolute;display:block;z-index:15012;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:20.0625rem;display:none; }
#h7CuaW19lm05Dezu89kKPoGEAMcKNoLP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8125rem;left:22.65625rem;height:2.03125rem;font-style:normal;display:none; }
#u5oLouDCF0H440vhxOhwTUFA7tzp3D9l { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:16.3125rem;width:31.25rem;top:12rem;left:39.0625rem;display:none; }
#T1dFDEBlD7MZCf4dwiqzUTow5zSP05VW { position:absolute;display:block;z-index:15012;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:20.0625rem;display:none; }
#evQ2nAEHsWPMpAVa2GiqcentyMJtskVE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8125rem;left:22.65625rem;height:2.03125rem;font-style:normal;display:none; }
#IUTpJDFVqPLrdzRX4PJKCpDFc6gPinKy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iap1TkXTleh3M4NxpWZnsO2naDT68KIm { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:16.3125rem;width:31.25rem;top:12rem;left:39.0625rem;display:none; }
#quoxilnIPv48htcUiNEZwIqsJwXCC50R { position:absolute;display:block;z-index:15012;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:20.0625rem;display:none; }
#I1QaF3l1n8TszcACFWTbLObTOw9miKUx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8125rem;left:22.65625rem;height:2.03125rem;font-style:normal;display:none; }
#WBJXOyTq0rahhBERHbChk85mIIT9zhSK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FE1ftMJW71T70uOQznt29VBOK1pX07qy { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:16.3125rem;width:31.25rem;top:12rem;left:39.0625rem;display:none; }
#rco9cKXlLlaLLr8uRP13y4WIM7FI7Smm { position:absolute;display:block;z-index:15012;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:3.625rem;width:16.25rem;top:7.015625rem;left:20.0625rem;display:none; }
#zgK8gEPczEC3yUcCzL9AAe3eTQZPstuS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8125rem;left:22.65625rem;height:2.03125rem;font-style:normal;display:none; }
#TWWqXGIUEQ8LPMGCm9IKmScskrSw3u0n { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.55078125rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xg3px7bNQP6XTUVmq1rSboJt2zs66WbT { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:16.3125rem;width:31.25rem;top:12rem;left:39.0625rem;display:none; }
#H1Nyti8E6PAyOr6gQXOq8X45qFkf0zym { background-color:#30cc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3730625rem;height:4.436525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:56.6875rem;left:25.90625rem;display:block; }
#iQruT6NFMXUPNEp0FTPKiuhnQ5M5Zvgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tgRqDATOdyLZQ5KO9AhlxrrpmqgKEbci { background-color:rgba(var(--color-secondary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.374625rem;height:4.43671875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.248436450958rem;left:9.0625rem;display:none; }
#TnCTKd45k5vOSr9e8TZJKGWm5GmhEe3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 { position:relative;display:block; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 { background-color: transparent; background-image: none; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row .container > .video-iframe-container { display: none; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row > .video-iframe-container { display: none; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .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); }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 { border-width: 0; border-radius: 0; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .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; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:23.3125rem;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; }#h5mcgqouQ9xPXAUkW29Lel6w8ceL83zp { color:rgba(var(--color-secondary-2),1);display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:23.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ZbR0aSNH9Ja2LOXwVbgEbkgpx0yHJyys { color:rgba(var(--color-tertiary-0),1);display:block;width:62.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:6.375rem;height:7.96075rem;text-align:center;text-align-last:center;display:block; }
#ZJaHKLEvpBsNAdrVdhgzeg8OPz3PPJGC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.875rem;left:22.3125rem; }
#Gu9bJiyQ8geovh2nAoaMvZezwAlNiO06 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.875rem;left:37.0625rem; }
#OLgGybQAr1OhncVN5bwzedAOHvGzFQmp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.75rem;left:39.9375rem;height:2.2745rem;text-align:left;text-align-last:left;display:block; }
#d7vMiVpFiB0yPa0A30ouB25iIHl63wTh { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.07421875rem;left:6.3125rem;height:2.35625rem;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) { #qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 { display:block; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVh9OsqqmBo2nthG4u6pNFavyd9qOkQo { top:0rem;left:0rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBeBReoRay2hT8eMCTARnTwOcVri1t2E { top:1rem;left:0rem;width:40.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU { display:block; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJDkIKEevq6PfxbMUZpPhvWyFviiHTJP { width:25.3125rem;height:4.375rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxu60uH1b8CFZ42a2wt8n6ViFefToxbC { display:block; }
 }@media only screen and (max-width: 763px) { #H8HoIiez0BVNNSqiPAerSLxTfO1d5NpN { top:13.3125rem;left:0rem;width:30.25rem;height:11.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcDFNWglfyyATo98URfILVC3UGmV8Ay { top:28.125rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVIEsV39lIREWiCmVpf2724HrvZUxSET { top:6.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRzqHclINOgBgEL92mK4UcAUrZvwlrek { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfRhg8Tg92scJQiTkl2chvVkHFpLMOWr { width:25.3125rem;height:4.375rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBcE5cbdGkWaHGhTd1KTPQd84mCegbws { display:block; }
 }@media only screen and (max-width: 763px) { #sXcGOTeJehQitHaAOoDd7oivu4zSo4Tv { top:35.8125rem;left:29.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXt2QVuDe5mUbTyB3RGZNbLIuLQbIZUf { top:36.5625rem;left:24rem;width:23.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwnIs0Twq3ac0MJXktnMTIULo9NMSZ4c { top:38.3125rem;left:20rem;width:27.75rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlxU3MdvETUAR6zoI7PPu2SWgkSATKrC { top:11.3125rem;left:27.6875rem;width:19.9375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylMsk4xi5X4RiVL4UxcnaSHKybDxmr3d { top:30.5625rem;left:0rem;width:28.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyxIS365OtJSXBvFTlawfqcsi1TDNChv { top:28.375rem;left:42.875rem;width:4.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7eqH9bBKUg1arTSddwL6BHLTcJeK6u4 { top:6.375rem;left:0rem;width:20rem;height:12.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz { display:block; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWvH0Zu4f26779paGiyuARWPBFgMCLEs { top:34.375rem;left:0rem;width:14.8125rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #it9iQWBkpKpVopmVApQWFPSoUB8zCsqq { top:7rem;left:0rem;width:16.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7QkKtXJtB0eqcrJlc4z5bGpb6kTFCT { top:26.3125rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQgrqNCHqKCmcJdxTiJ4cuqPG37WLF7d { top:30.625rem;left:12.5rem;width:11.375rem;height:11.375rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNS9QCmWITbxX0MAaQGknmNV9SUEhPdQ { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ1VH1nNtWUAI9El0FRzQWxuXAU9T2nz { top:14.375rem;left:0rem;width:14.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNzn9OcLQk0UAl4oGa4su297L81ze6UI { top:15.6875rem;left:10.25rem;width:13.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUkHZuaGEhRTET6VUz4RT4x6gxl5HUhc { top:34.375rem;left:9.8125rem;width:14.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4DOsUJhIxafVFyUhss1duvB0okhoFqF { top:15.6875rem;left:34.9375rem;width:12.8125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssoQv0Oc5Qr5VpHxVquk1MFW0M87lTTD { top:16.5rem;left:23.875rem;width:10.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDSxTP39P5xDL4GoKXfQdG2M0R9uKVU { top:11.5rem;left:23.875rem;width:16.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSh6ZFMOiIIsINASNp1pZAwIG76kM6T { top:34.375rem;left:23.875rem;width:13.875rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTG3zi75mFlZQh4DwFd8WJd92BM78dAB { top:34.375rem;left:33.125rem;width:14.625rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUd1ku7D42JT4eAicawMZfopocaW8pF4 { top:51.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U15NqBxm2B22TARkaZd0TqZ1yz5KA9HJ { top:64.1875rem;left:0rem;width:18.875rem;height:8.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ego95FsqnJFG5nx4oriFOhTIMLSVKtfs { top:98.875rem;left:0rem;width:18.875rem;height:9.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHd5EQKnx04pXHGk0BM2CGcVE7TsbeQJ { top:134rem;left:0rem;width:18.875rem;height:6.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVT1u28cLJGchHbq06VABb62zpuOXi6o { top:7.8125rem;left:0rem;width:11.0625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK25NagMa2pVWW25ODZc0WvQJirc4rT1 { top:33.1875rem;left:0rem;width:15.5625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr0VMngbkQ1buMOsQ8b7Ekp1iuXQooXq { top:11.5rem;left:0rem;width:16.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KrZRmxthUtifcAQR6U3deQ9sAD64Cy { top:23.625rem;left:20.125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTTXynRiVrl4kCAWRU6A6NDRFNguCZU { top:7rem;left:7.625rem;width:16.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6R0S9w7rF5Xo554Wk2NMmmD2B99bHSE { top:7.8125rem;left:12.8125rem;width:11.0625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhyGzIb9plDH7SzCFm9CEbihPnrIk1Rk { top:7rem;left:31.5rem;width:16.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDUZmplwypGd74A9KSXOHwZ4u3owz7u2 { top:7.8125rem;left:36.6875rem;width:11.0625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1G5vtvnzhDPX3CPChttO0EeWAchTWEk { top:7rem;left:23.875rem;width:16.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLb9QN6mT9sfTCZCQyMbsr7nnz5H3I8w { top:7.8125rem;left:23.875rem;width:11.0625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTfNNO6uF9Azo4eHppGNVm5RMtH1CLWR { top:11.5rem;left:7.75rem;width:16.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEFLFnL9ccBzz1LfEkvGrCcGmeyrQDtF { top:33.1875rem;left:8.1875rem;width:15.5625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQaa2StdCHa2LlS909IPit1QPDEpSSuI { top:33.1875rem;left:23.875rem;width:15.5625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqlt6VJUDmPpWqgbBisTwxh77ygt5ge7 { top:32.9375rem;left:32.0625rem;width:15.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdUwM3QxdTZ7IKKSof0HweX49G5zXHI { top:11.5rem;left:31.5rem;width:16.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTy4CpbpyrbsTrKby15Wy2xoPyPrW9e8 { top:7rem;left:7.625rem;width:16.25rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7CuaW19lm05Dezu89kKPoGEAMcKNoLP { top:7.1875rem;left:0rem;width:11.0625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5oLouDCF0H440vhxOhwTUFA7tzp3D9l { top:12rem;left:16.375rem;width:31.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1dFDEBlD7MZCf4dwiqzUTow5zSP05VW { top:7rem;left:7.625rem;width:16.25rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #evQ2nAEHsWPMpAVa2GiqcentyMJtskVE { top:42.6875rem;left:0rem;width:11.0625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUTpJDFVqPLrdzRX4PJKCpDFc6gPinKy { top:46.0625rem;left:0rem;width:16.125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iap1TkXTleh3M4NxpWZnsO2naDT68KIm { top:12rem;left:16.375rem;width:31.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #quoxilnIPv48htcUiNEZwIqsJwXCC50R { top:7rem;left:7.625rem;width:16.25rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1QaF3l1n8TszcACFWTbLObTOw9miKUx { top:80rem;left:0rem;width:11.0625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBJXOyTq0rahhBERHbChk85mIIT9zhSK { top:83.1875rem;left:0rem;width:16.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FE1ftMJW71T70uOQznt29VBOK1pX07qy { top:12rem;left:16.375rem;width:31.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rco9cKXlLlaLLr8uRP13y4WIM7FI7Smm { top:7rem;left:7.625rem;width:16.25rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgK8gEPczEC3yUcCzL9AAe3eTQZPstuS { top:117.125rem;left:0rem;width:11.0625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWWqXGIUEQ8LPMGCm9IKmScskrSw3u0n { top:120.375rem;left:0rem;width:16.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg3px7bNQP6XTUVmq1rSboJt2zs66WbT { top:12rem;left:16.375rem;width:31.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1Nyti8E6PAyOr6gQXOq8X45qFkf0zym { width:25.3125rem;height:4.375rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQruT6NFMXUPNEp0FTPKiuhnQ5M5Zvgz { display:block; }
 }@media only screen and (max-width: 763px) { #tgRqDATOdyLZQ5KO9AhlxrrpmqgKEbci { width:25.3125rem;height:4.375rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnCTKd45k5vOSr9e8TZJKGWm5GmhEe3z { display:block; }
 }@media only screen and (max-width: 763px) { #IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 { display:block; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5mcgqouQ9xPXAUkW29Lel6w8ceL83zp { top:17.3125rem;left:9.625rem;width:13.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbR0aSNH9Ja2LOXwVbgEbkgpx0yHJyys { top:6.8125rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaHKLEvpBsNAdrVdhgzeg8OPz3PPJGC { top:16.875rem;left:8.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu9bJiyQ8geovh2nAoaMvZezwAlNiO06 { top:16.875rem;left:23.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLgGybQAr1OhncVN5bwzedAOHvGzFQmp { top:16.75rem;left:26.3125rem;width:18.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7vMiVpFiB0yPa0A30ouB25iIHl63wTh { top:2.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 { display:block; }#qE0stJfyWnIH9veL26WT5uLkVa4lgHT7 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVh9OsqqmBo2nthG4u6pNFavyd9qOkQo { width:2.0625rem;height:2.0625rem;top:0rem;left:8.71875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBeBReoRay2hT8eMCTARnTwOcVri1t2E { width:17.9375rem;height:3.0859375rem;top:0rem;left:1.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU { display:block; }#r8Dfcg2AvAcWtP5Ezm6iOnTTayuZTqAU > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJDkIKEevq6PfxbMUZpPhvWyFviiHTJP { width:17.1234375rem;height:4.12265625rem;top:17.124609470367rem;left:1.2492187321186rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xxu60uH1b8CFZ42a2wt8n6ViFefToxbC { display:block; }
 }@media only screen and (max-width: 763px) { #H8HoIiez0BVNNSqiPAerSLxTfO1d5NpN { width:20rem;height:11.39645rem;top:8.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dKcDFNWglfyyATo98URfILVC3UGmV8Ay { width:20rem;height:1.29980625rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVIEsV39lIREWiCmVpf2724HrvZUxSET { width:20rem;height:6.03515625rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRzqHclINOgBgEL92mK4UcAUrZvwlrek { width:20rem;height:4.38671875rem;top:1.07421875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfRhg8Tg92scJQiTkl2chvVkHFpLMOWr { width:17.1230625rem;height:4.12206875rem;top:33.75rem;left:1.4375rem;font-size:1.25rem;z-index:15009;background-color:#30cc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wBcE5cbdGkWaHGhTd1KTPQd84mCegbws { display:block; }
 }@media only screen and (max-width: 763px) { #sXcGOTeJehQitHaAOoDd7oivu4zSo4Tv { display:flex;width:2.375rem;height:2.375rem;top:29.0625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXt2QVuDe5mUbTyB3RGZNbLIuLQbIZUf { width:10.375rem;height:3.25rem;top:28.625rem;left:6.125rem;font-size:1.25rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SwnIs0Twq3ac0MJXktnMTIULo9NMSZ4c { width:20rem;height:2.35546875rem;top:36.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SlxU3MdvETUAR6zoI7PPu2SWgkSATKrC { width:15.5rem;height:19rem;top:40.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylMsk4xi5X4RiVL4UxcnaSHKybDxmr3d { width:20rem;height:4.375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyxIS365OtJSXBvFTlawfqcsi1TDNChv { width:2.625rem;height:7.6875rem;top:44.5rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7eqH9bBKUg1arTSddwL6BHLTcJeK6u4 { width:20rem;height:10.1953125rem;top:14.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz { display:block; }#cqhMTc80pmLzl5kZGgpcl5TPiDy7Omxz > .row .container { width:20rem;height:160.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWvH0Zu4f26779paGiyuARWPBFgMCLEs { width:18.875rem;height:7.875rem;top:30.6728515625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #it9iQWBkpKpVopmVApQWFPSoUB8zCsqq { width:19.875rem;height:14.5625rem;top:40.451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm7QkKtXJtB0eqcrJlc4z5bGpb6kTFCT { width:3.75rem;height:3.75rem;top:15.297875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQgrqNCHqKCmcJdxTiJ4cuqPG37WLF7d { width:11.375rem;height:11.375rem;top:48.3135rem;left:4.3125rem;font-size:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNS9QCmWITbxX0MAaQGknmNV9SUEhPdQ { width:20rem;height:3.736325rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZ1VH1nNtWUAI9El0FRzQWxuXAU9T2nz { width:13.375rem;height:17.9375rem;top:12.7353515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNzn9OcLQk0UAl4oGa4su297L81ze6UI { width:13.25rem;height:16.1875rem;top:50.125rem;left:4.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pUkHZuaGEhRTET6VUz4RT4x6gxl5HUhc { width:20rem;height:0;top:88.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W4DOsUJhIxafVFyUhss1duvB0okhoFqF { width:12.3125rem;height:16.5rem;top:124.28515625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssoQv0Oc5Qr5VpHxVquk1MFW0M87lTTD { width:10.875rem;height:15.6875rem;top:88.34375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDSxTP39P5xDL4GoKXfQdG2M0R9uKVU { width:20rem;height:0;top:192.10555rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TJSh6ZFMOiIIsINASNp1pZAwIG76kM6T { width:20rem;height:0;top:197.41805rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VTG3zi75mFlZQh4DwFd8WJd92BM78dAB { width:20rem;height:0;top:155.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PUd1ku7D42JT4eAicawMZfopocaW8pF4 { width:20rem;height:3.0859375rem;top:151.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U15NqBxm2B22TARkaZd0TqZ1yz5KA9HJ { width:18.875rem;height:7.875rem;top:68.25rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Ego95FsqnJFG5nx4oriFOhTIMLSVKtfs { width:18.875rem;height:7.875rem;top:105.6875rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #lHd5EQKnx04pXHGk0BM2CGcVE7TsbeQJ { width:18.875rem;height:6.5625rem;top:142.25rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #pVT1u28cLJGchHbq06VABb62zpuOXi6o { width:11.0625rem;height:0;top:152.875rem;left:4.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GK25NagMa2pVWW25ODZc0WvQJirc4rT1 { width:15.5625rem;height:14.125rem;top:33.1875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nr0VMngbkQ1buMOsQ8b7Ekp1iuXQooXq { width:16.125rem;height:3.25rem;top:10.48046875rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1KrZRmxthUtifcAQR6U3deQ9sAD64Cy { width:3.75rem;height:3.75rem;top:170.19140625rem;left:8.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTTTXynRiVrl4kCAWRU6A6NDRFNguCZU { width:16.25rem;height:3.625rem;top:155.66796875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6R0S9w7rF5Xo554Wk2NMmmD2B99bHSE { width:11.0625rem;height:0;top:156.46484375rem;left:4.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GhyGzIb9plDH7SzCFm9CEbihPnrIk1Rk { width:16.25rem;height:3.625rem;top:180.06640625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDUZmplwypGd74A9KSXOHwZ4u3owz7u2 { width:11.0625rem;height:0;top:180.87890625rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E1G5vtvnzhDPX3CPChttO0EeWAchTWEk { width:16.25rem;height:3.625rem;top:175.19140625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLb9QN6mT9sfTCZCQyMbsr7nnz5H3I8w { width:11.0625rem;height:0;top:175.98828125rem;left:3.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LTfNNO6uF9Azo4eHppGNVm5RMtH1CLWR { width:16.125rem;height:0;top:165.3671875rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oEFLFnL9ccBzz1LfEkvGrCcGmeyrQDtF { width:15.5625rem;height:14.1875rem;top:33.1875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQaa2StdCHa2LlS909IPit1QPDEpSSuI { width:15.5625rem;height:14.125rem;top:33.1875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqlt6VJUDmPpWqgbBisTwxh77ygt5ge7 { width:15.5625rem;height:14.4375rem;top:32.9375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPdUwM3QxdTZ7IKKSof0HweX49G5zXHI { width:16.25rem;height:auto;top:11.5rem;left:1.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oTy4CpbpyrbsTrKby15Wy2xoPyPrW9e8 { width:16.25rem;height:3.625rem;top:6.1875rem;left:1.875rem;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #h7CuaW19lm05Dezu89kKPoGEAMcKNoLP { width:11.0625rem;height:1.54296875rem;top:7.228515625rem;left:4.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #u5oLouDCF0H440vhxOhwTUFA7tzp3D9l { width:19.875rem;height:8.3125rem;top:29.9375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #T1dFDEBlD7MZCf4dwiqzUTow5zSP05VW { width:16.25rem;height:3.625rem;top:41.6875rem;left:1.875rem;z-index:15015;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #evQ2nAEHsWPMpAVa2GiqcentyMJtskVE { width:11.0625rem;height:1.54296875rem;top:42.728515625rem;left:4.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #IUTpJDFVqPLrdzRX4PJKCpDFc6gPinKy { width:16.125rem;height:1.625rem;top:46.0625rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iap1TkXTleh3M4NxpWZnsO2naDT68KIm { width:19.875rem;height:9.125rem;top:67.5625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #quoxilnIPv48htcUiNEZwIqsJwXCC50R { width:16.25rem;height:3.625rem;top:79rem;left:1.875rem;z-index:15018;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I1QaF3l1n8TszcACFWTbLObTOw9miKUx { width:11.0625rem;height:1.54296875rem;top:80.041015625rem;left:4.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #WBJXOyTq0rahhBERHbChk85mIIT9zhSK { width:16.125rem;height:3.25rem;top:83.5625rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FE1ftMJW71T70uOQznt29VBOK1pX07qy { width:19.875rem;height:8.875rem;top:105.125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rco9cKXlLlaLLr8uRP13y4WIM7FI7Smm { width:16.25rem;height:3.625rem;top:116.130859375rem;left:1.8125rem;z-index:15021;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgK8gEPczEC3yUcCzL9AAe3eTQZPstuS { width:11.0625rem;height:1.54296875rem;top:117.171875rem;left:4.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TWWqXGIUEQ8LPMGCm9IKmScskrSw3u0n { width:16.125rem;height:3.25rem;top:120.41015625rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3px7bNQP6XTUVmq1rSboJt2zs66WbT { width:19.875rem;height:8.3125rem;top:141.3125rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #H1Nyti8E6PAyOr6gQXOq8X45qFkf0zym { width:19rem;height:4.375rem;top:56.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQruT6NFMXUPNEp0FTPKiuhnQ5M5Zvgz { display:block; }
 }@media only screen and (max-width: 763px) { #tgRqDATOdyLZQ5KO9AhlxrrpmqgKEbci { width:14.875rem;height:3.5rem;top:155.5625rem;left:2.5625rem;font-size:1.125rem;z-index:15010;background-color:#30cc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TnCTKd45k5vOSr9e8TZJKGWm5GmhEe3z { display:block; }
 }@media only screen and (max-width: 763px) { #IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 { display:block; }#IbC05utkEpOwrd8xLT3OhOQMKqJnPWh1 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5mcgqouQ9xPXAUkW29Lel6w8ceL83zp { width:8.6875rem;height:0.9746125rem;top:26.13671875rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbR0aSNH9Ja2LOXwVbgEbkgpx0yHJyys { width:20rem;height:15.1904375rem;top:6.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaHKLEvpBsNAdrVdhgzeg8OPz3PPJGC { display:flex;width:1.875rem;height:1.875rem;top:25.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Gu9bJiyQ8geovh2nAoaMvZezwAlNiO06 { display:flex;width:2.125rem;height:2.125rem;top:22.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #OLgGybQAr1OhncVN5bwzedAOHvGzFQmp { width:15.875rem;height:1.94921875rem;top:22.775390625rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7vMiVpFiB0yPa0A30ouB25iIHl63wTh { width:20rem;height:3.4121125rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }