.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #a1278e;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container { background-color: transparent; background-image: none; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container > .video-iframe-container { display: none; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row > .video-iframe-container { display: none; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .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); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container { border-width: 0; border-radius: 0; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#NsB6i3cz0A865F4igSbxiHpQTM3KFqA6 { background-color:#a1278e;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.4375rem;left:56.625rem;display:block; }
#ZPTTC29cOd6FAviaG0mwIR2Fsx4JDzx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQ0oubOBMS3oOH4u4P2orUqaMsBvLK5X { color:#000000;display:block;width:6.25rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.625rem;left:17.375rem;height:1.03125rem;text-align:center;text-align-last:center;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;display:block; }
#X7IkvqPgJ8UZ6piMLhPpMsCEHE1x5Qk5 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.625rem;left:23.625rem;height:1.03125rem;text-align:center;text-align-last:center;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;display:block; }
#rAJT14hcSAzsrVxR9hJnWPB7z7Npph1z { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.625rem;left:29.875rem;height:1.03125rem;text-align:center;text-align-last:center;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;display:block; }
#LEFA3gPRsNqkFIpRHhOmxuJyBUaUPn8M { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.625rem;left:38.0625rem;height:1.03125rem;text-align:center;text-align-last:center;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;display:block; }
#BgDUi6nbtUTfBNvvCCHJM3FwRcULxRWr { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.875rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container { background-color: transparent; background-image: none; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container > .video-iframe-container { display: none; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row > .video-iframe-container { display: none; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .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); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container { border-width: 0; border-radius: 0; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#dVLOoyUZ4PdzulpQ1ayusvbW6PKl8NGv { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.700778961182rem;left:0rem;height:14.7rem;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; }
#Q20l8hr9rQ2AS11kZZT74NsMPuVhem5U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8300, #e86635);background-image: -moz-linear-gradient(180deg, #ff8300, #e86635);background-image: -ms-linear-gradient(180deg, #ff8300, #e86635);background-image: -o-linear-gradient(180deg, #ff8300, #e86635);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#e86635' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#e86635' );";background-image: linear-gradient(180deg, #ff8300, #e86635);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:49.325778961182rem;left:0rem;display:block; }
#kTvLMuP63hdJ2KsGoksmFbFkVlvUNQGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcuN6EyS7OQpQC03ETyf38xytsSWWRob { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:13.513278961182rem;left:0rem;height:15.125rem;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; }
#QJAST7ZkfTV8pbQBgPuoZPBeQTsvTREB { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:54.138278961182rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHrAy3r991Wpqp4BvzitXKMvCyT0zIB4 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:58.200778961182rem;left:4.875rem;height:4.6875rem;text-align:center;text-align-last:center;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;display:block; }
#iHfTe639ZHgITViMVhJCuBOBvwpnTFCP { box-sizing:content-box;height:5.375rem;width:19.0625rem;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:57.825778961182rem;left:3.6875rem;border-top:0.25rem solid #ff8300;border-left:0.25rem solid #ff8300;border-right:0.25rem solid #ff8300;border-bottom:0.25rem solid #ff8300;box-shadow: none;display:block; }
#cISBkmaKSAnzrs0wuSStL4THP8y2bJQE { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1;letter-spacing:0;top:61.950778961182rem;left:4.1875rem;height:0.8125rem;text-align:center;text-align-last:center;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;display:block; }
#tqK643fMeMcATE2fVlZStn79z2KeaT2T { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.875rem;top:59.325778961182rem;left:14.75rem;overflow:hidden;display:block; }
#oT6s9ftX5M0WTPm8HnxiLuee5T5t2tMT { box-sizing:content-box;height:6.125rem;width:24.75rem;position:absolute;display:block;z-index:15004;background-color:#f1f5f6;background-image:none;top:50.388278961182rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Khxw92micggksUfaCDgZ8TV55AvBUrEc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:61.325778961182rem;left:14.9375rem; }
#DHsLAox93HB4EZV3rsXNTGb5DfpRzixr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:61.325778961182rem;left:16.1875rem; }
#VCNTuUgKZB90I1po86Shc600KhemWJTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:61.325778961182rem;left:17.5rem; }
#VCRArMUOBNqpekl7HCTRfnTl6umGRMtx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:61.325778961182rem;left:18.8125rem; }
#qzDwkHoElqM4sR41GdMqBOelHaQ3GGqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:61.325778961182rem;left:20.125rem; }
#xdHwzcVXekvkF83U53DcyDgCg0Uuuc6t { position:absolute;display:block;z-index:15002;height:57.4375rem;width:31.3125rem;top:3.4625005722046rem;left:43.503213865898rem;display:none; }
#kkUCOWLU0tVctfDPgTunWWOzo3pedsMr { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:31.3125rem;left:0rem;height:20.925rem;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:none; }
#RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:31.3125rem;left:0rem;height:20.925rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:31.3125rem;left:0rem;height:20.925rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#IRANSxvZ4OlnGNAk1LnWD1lw4Xq7NtL2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FTBZLIvPsk5qV5uf7zEpmisJve4X5LSZ { 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:3.3125rem;width:11.5625rem;display:none; }
#U4QAo8Gubve3tzc48KzEW9J488TuQ7pK { position:absolute;display:block;z-index:15002;height:57.4375rem;width:31.3125rem;top:3.4625005722046rem;left:43.503213865898rem;display:none; }
#n89zaT5UZqDsfusWEV6cJzAy3ABTuJUw { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:helvetica;font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.75rem;left:0rem;height:14.3rem;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:none; }
#rLzMHRAp5wn0V83eqSOFcA45uqfxvpk7 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:13.8125rem;left:47.375003814698rem;height:4.6875rem;text-align:center;text-align-last:center;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;display:none; }
#qKDcDGIw0iM8I1pN8EaDSqqClzFhoDvF { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1;letter-spacing:0;top:17.375rem;left:46.750003814698rem;height:0.8125rem;text-align:center;text-align-last:center;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;display:none; }
#V0aE1NBM58muizy63FiN7Ud7omZtK3Wz { position:absolute;display:block;z-index:15003;height:53.625rem;width:28.1875rem;top:11.431247711182rem;left:42.559545152485rem;display:block; }
#rTfmzACkNK81a8wADiVOxZS4cVXQUsaC { 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:63.5625rem;width:35.625rem;top:6.75rem;left:39.265900239664rem;overflow:hidden;display:block; }
#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo { 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; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container { background-color: transparent; background-image: none; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container > .video-iframe-container { display: none; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row > .video-iframe-container { display: none; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .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); }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container { border-width: 0; border-radius: 0; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#XMIuQ6hcpfmKMqh6SM96TEQVTB4pt76E { color:#ffffff;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:3.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:6.5625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gbELc1r1cDX8AGmxo1odgwQmGz0H8lUN { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:10.3125rem;left:0rem;height:1.8375rem;text-align:center;text-align-last:center;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;display:block; }
#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 { 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; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container { background-color: transparent; background-image: none; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container > .video-iframe-container { display: none; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row > .video-iframe-container { display: none; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .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); }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container { border-width: 0; border-radius: 0; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#UkhAuR19XTGLERWQ88VkO4iV3cP9cN70 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:25rem;top:1.6243743896484rem;left:0rem;overflow:hidden;display:block; }
#cFX2cTOq6XT0M8mfPUnmAgRBwoHCc3dL { 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:32.1875rem;width:25rem;top:1.6231231689453rem;left:24.999374389649rem;overflow:hidden;display:block; }
#dQmSXFFPZbqwT9XlBGLusdlSRg8zE8HE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:25rem;top:1.6231231689453rem;left:50.000003814698rem;overflow:hidden;display:block; }
#t3ivLBukgeMRALnkcgBicfyQdEJkv02n { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:9.3125rem;left:2.375rem;height:2.40625rem;text-align:center;text-align-last:center;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;display:block; }
#Pr5SJ59bESEek6HH0F8NweUa6DrlasEG { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:12.873750686646rem;left:4.6868782043457rem;height:8.4375rem;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; }
#TunknAvAvV3kqSTvc3CUunDl2aCCyXIP { color:#000000;display:block;width:19.25rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:9.3125rem;left:27.500003814698rem;height:2.40625rem;text-align:center;text-align-last:center;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;display:block; }
#VoP7IEwNfuXK0GuafaMwFB9sLgJCDmah { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.873750686646rem;left:29.686878204346rem;height:8.4375rem;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; }
#DCDgKlEhASKMC5BXZzskBEdlhX9IMF6i { color:#000000;display:block;width:19.375rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:9.3125rem;left:52.4375rem;height:2.40625rem;text-align:center;text-align-last:center;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;display:block; }
#auOVCW8TeHILo6E6yn202fBNOLXIAa7D { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12.873750686646rem;left:55.436878204346rem;height:5.625rem;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; }
#BAtMfQJC0wJBEqnV4WfIN5CDGUX6vMUl { background-color:#a1278e;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.6875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:23.1875rem;left:3.9681282043457rem;display:block; }
#vicTIHuC2hGErdaT8Md9yn4n7x8m9dHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mO102aooXbyse92flZxUtCULRU5HJIOs { background-color:#a1278e;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.6875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:23.188123703003rem;left:29.374378204346rem;display:block; }
#WCgX2k0zHvw6QIJhUkyc9EbsV2M3oqyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkB1R90AHyekymMyr5z3zZAlBEiTCAsR { background-color:#a1278e;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.6875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.187498092651rem;left:54.374378204346rem;display:block; }
#pISImSJv37VdGPN5XvuTaQnVWgTx5CL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;overflow:visible;position:relative;display:block; }#tmHhiO4txZle6viboXsHEibP8l4hK7Aw { position:absolute;display:block;z-index:15002;height:54.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#p20X8FFBVN9vAIJlxN9bXAaMLydkELvD { position:absolute;display:block;z-index:15020;height:67.4375rem;width:74.375rem;top:1.96875rem;left:0.37395858764649rem;display:none; }
#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e76536, #a1278e);background-image: -moz-linear-gradient(90deg, #e76536, #a1278e);background-image: -ms-linear-gradient(90deg, #e76536, #a1278e);background-image: -o-linear-gradient(90deg, #e76536, #a1278e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );";background-image: linear-gradient(90deg, #e76536, #a1278e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container { background-color: transparent; background-image: none; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container > .video-iframe-container { display: none; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row > .video-iframe-container { display: none; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .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); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container { border-width: 0; border-radius: 0; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#NdBcgQzoP4y8yBwg8mSv400vhgE2L9IN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:3.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:6.5625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I90AL2LD0qs4u2WEqtHby0BLc4EOVvJ9 { 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:2.1875rem;width:19.375rem;display:none; }
#rqJb3HQwyxkXiU1ayRDokdOsaeaG2GmX { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:10.4375rem;left:0rem;height:1.8375rem;text-align:center;text-align-last:center;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;display:block; }
#bZDiITWssPNTR5NdiRXKxbVbkHbRk71m { color:#000000;display:block;width:21.875rem;position:absolute;font-family:howdybun;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:58.312501907349rem;left:52rem;height:0;text-align:center;text-align-last:center;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;display:none; }
#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e76536, #a1278e);background-image: -moz-linear-gradient(90deg, #e76536, #a1278e);background-image: -ms-linear-gradient(90deg, #e76536, #a1278e);background-image: -o-linear-gradient(90deg, #e76536, #a1278e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );";background-image: linear-gradient(90deg, #e76536, #a1278e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container { background-color: transparent; background-image: none; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container > .video-iframe-container { display: none; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row > .video-iframe-container { display: none; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .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); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container { border-width: 0; border-radius: 0; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container { font-size:0.875rem;font-family:arial;height:77.25rem;width:75rem;position:relative;display:block; }#RS0mCUniShOVL513QW9tIoMoRdZaeMk3 { 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:2.1875rem;width:19.375rem;display:none; }
#fTvkrzF2PGLQxrmaxDPOMTwfxh8wDmDS { position:absolute;display:block;z-index:15020;height:53.4375rem;width:74.375rem;top:1.96875rem;left:0.37375259399414rem;display:block; }
#nD3J6RbmyIJT8OXhlU4xln0bC1SMcTVM { box-sizing:content-box;height:75.6875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:1.5rem;left:0rem;display:block; }
#GT6uAQvA0WLLOvKIuPIKa4s9LNFTfgRC { position:absolute;display:block;z-index:15002;height:54.375rem;width:75rem;top:0rem;left:0rem;display:none; }
#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e76536, #a1278e);background-image: -moz-linear-gradient(90deg, #e76536, #a1278e);background-image: -ms-linear-gradient(90deg, #e76536, #a1278e);background-image: -o-linear-gradient(90deg, #e76536, #a1278e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );";background-image: linear-gradient(90deg, #e76536, #a1278e);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; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container { background-color: transparent; background-image: none; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container > .video-iframe-container { display: none; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row > .video-iframe-container { display: none; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .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); }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container { border-width: 0; border-radius: 0; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#nMG1STSC04TuVGpB8BGrlLQqwRBz9LV6 { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.75rem;width:75rem;top:0.5rem;left:0rem;display:block; }
#VkeSFTADanBLkGvaU4TPNtvd7fE5Knbr { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:13.564361572266rem;left:52.686878204346rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8rPuToU7BCTmTo0hOFyOLVxbAAuXW6B { color:#4f4f4f;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:3.6875rem;left:52.687503814698rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a1blnfAdco6Wup9M7s9UAveNsmq1bHT0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:13.813751220703rem;left:50.811878204346rem; }
#e7861MbcXEPRCtVx1lBmo01nAdfTsDh8 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:3.6875rem;left:50.562503814698rem; }
#AWTJaOqDET8Xnly5tAxf75zN9UdiMvLb { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:3.0625rem;left:1.5625rem;display:block; }
#MffAXLazgFmdn0Vkq3RcWbxTqGqmyAXP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:21.0625rem;left:50.875003814698rem; }
#iR2c6dC3IztrGNv1zocbFMuHHka5FNui { color:#36c4b2;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:20.5625rem;left:52.750003814698rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mM7XZcs0hTi18w7MsfzgFEODQI78tJeg { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#FBRzCgNGkzhzO8hiQ92wkbLh5iuvvy9b { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:24.477478027344rem;left:50.856876373291rem; }
#FBRzCgNGkzhzO8hiQ92wkbLh5iuvvy9b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#sW1qBFnUsTSSIgFSkMrqU3n1zVhr1hh1 { color:#36c4b2;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:24.364379882812rem;left:52.686252593994rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 { 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; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container { background-color: transparent; background-image: none; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container > .video-iframe-container { display: none; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row > .video-iframe-container { display: none; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .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); }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container { border-width: 0; border-radius: 0; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#XnnM1earIOu6QEXTLW5hdBhxSNIg5hcM { color:#4f4f4f;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:0.92436981201175rem;left:0rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmppQbLefWlBMckixszVOJF3Lk1U9zmP { position:relative;display:none; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP { border-width: 0; border-radius: 0; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .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; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#GJkQhK9dLXEfkfOdar6tCOS0ml3Xd6vc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8300, #e86635);background-image: -moz-linear-gradient(180deg, #ff8300, #e86635);background-image: -ms-linear-gradient(180deg, #ff8300, #e86635);background-image: -o-linear-gradient(180deg, #ff8300, #e86635);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#e86635' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#e86635' );";background-image: linear-gradient(180deg, #ff8300, #e86635);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:43.0625rem;left:0rem;display:none; }
#BIyNlFJiOVhBATGudX9ya6FO2GfzQgJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS { display:block; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsB6i3cz0A865F4igSbxiHpQTM3KFqA6 { width:18.375rem;height:3.3125rem;top:1.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPTTC29cOd6FAviaG0mwIR2Fsx4JDzx5 { display:block; }
 }@media only screen and (max-width: 763px) { #AQ0oubOBMS3oOH4u4P2orUqaMsBvLK5X { width:6.25rem;height:1rem;top:2.625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IkvqPgJ8UZ6piMLhPpMsCEHE1x5Qk5 { width:6.25rem;height:1rem;top:2.625rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAJT14hcSAzsrVxR9hJnWPB7z7Npph1z { width:8.1875rem;height:1rem;top:2.625rem;left:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEFA3gPRsNqkFIpRHhOmxuJyBUaUPn8M { width:8.1875rem;height:1rem;top:2.625rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgDUi6nbtUTfBNvvCCHJM3FwRcULxRWr { width:8.875rem;height:3.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 { display:block; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVLOoyUZ4PdzulpQ1ayusvbW6PKl8NGv { width:34.0625rem;height:14.6875rem;top:30.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q20l8hr9rQ2AS11kZZT74NsMPuVhem5U { width:26.875rem;height:4.0625rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTvLMuP63hdJ2KsGoksmFbFkVlvUNQGD { display:block; }
 }@media only screen and (max-width: 763px) { #RcuN6EyS7OQpQC03ETyf38xytsSWWRob { width:37.3125rem;height:15.125rem;top:13.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJAST7ZkfTV8pbQBgPuoZPBeQTsvTREB { width:26.8125rem;height:1.4375rem;top:54.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrAy3r991Wpqp4BvzitXKMvCyT0zIB4 { width:8.5rem;height:4.6875rem;top:58.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHfTe639ZHgITViMVhJCuBOBvwpnTFCP { width:19.0625rem;height:5.375rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cISBkmaKSAnzrs0wuSStL4THP8y2bJQE { width:9.8125rem;height:0.8125rem;top:61.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqK643fMeMcATE2fVlZStn79z2KeaT2T { width:6.875rem;height:1.8125rem;top:59.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6s9ftX5M0WTPm8HnxiLuee5T5t2tMT { width:24.75rem;height:6.125rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khxw92micggksUfaCDgZ8TV55AvBUrEc { width:1.3125rem;height:1.3125rem;top:61.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHsLAox93HB4EZV3rsXNTGb5DfpRzixr { width:1.3125rem;height:1.3125rem;top:61.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCNTuUgKZB90I1po86Shc600KhemWJTP { width:1.3125rem;height:1.3125rem;top:61.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCRArMUOBNqpekl7HCTRfnTl6umGRMtx { width:1.3125rem;height:1.3125rem;top:61.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzDwkHoElqM4sR41GdMqBOelHaQ3GGqB { width:1.3125rem;height:1.3125rem;top:61.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHwzcVXekvkF83U53DcyDgCg0Uuuc6t { width:31.3125rem;height:57.4375rem;top:3.4375rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkUCOWLU0tVctfDPgTunWWOzo3pedsMr { width:20rem;height:;top:58.875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 { width:9.375rem;height:;top:84.3125rem;left:0rem;font-size:0.875rem;display:none; }#RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq { width:10.25rem;height:;top:84.4375rem;left:0rem;font-size:0.875rem;display:none; }#LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #IRANSxvZ4OlnGNAk1LnWD1lw4Xq7NtL2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTBZLIvPsk5qV5uf7zEpmisJve4X5LSZ { width:11.5625rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4QAo8Gubve3tzc48KzEW9J488TuQ7pK { width:31.3125rem;height:57.4375rem;top:3.4375rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n89zaT5UZqDsfusWEV6cJzAy3ABTuJUw { width:20rem;height:;top:2.5625rem;left:0rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLzMHRAp5wn0V83eqSOFcA45uqfxvpk7 { width:4.9375rem;height:2.4375rem;top:13.625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKDcDGIw0iM8I1pN8EaDSqqClzFhoDvF { width:6.0625rem;height:0.6875rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0aE1NBM58muizy63FiN7Ud7omZtK3Wz { width:28.1875rem;height:53.625rem;top:11.375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfmzACkNK81a8wADiVOxZS4cVXQUsaC { width:35.625rem;height:63.5625rem;top:6.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3woME7fJTQiwaMWvOfLkUVct2CVHNo { display:block; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMIuQ6hcpfmKMqh6SM96TEQVTB4pt76E { top:6.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbELc1r1cDX8AGmxo1odgwQmGz0H8lUN { width:47.75rem;height:1.8125rem;top:10.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 { display:block; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkhAuR19XTGLERWQ88VkO4iV3cP9cN70 { width:25rem;height:32.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFX2cTOq6XT0M8mfPUnmAgRBwoHCc3dL { width:25rem;height:32.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQmSXFFPZbqwT9XlBGLusdlSRg8zE8HE { width:25rem;height:32.1875rem;top:1.5625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ivLBukgeMRALnkcgBicfyQdEJkv02n { width:19.4375rem;height:2.375rem;top:9.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr5SJ59bESEek6HH0F8NweUa6DrlasEG { width:15.625rem;height:8.4375rem;top:12.8125rem;left:0.1243782043457rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TunknAvAvV3kqSTvc3CUunDl2aCCyXIP { width:19.25rem;height:2.375rem;top:9.3125rem;left:12.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoP7IEwNfuXK0GuafaMwFB9sLgJCDmah { width:15.625rem;height:8.4375rem;top:12.8125rem;left:15.999378204346rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCDgKlEhASKMC5BXZzskBEdlhX9IMF6i { width:19.375rem;height:2.375rem;top:9.3125rem;left:28.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOVCW8TeHILo6E6yn202fBNOLXIAa7D { width:14.125rem;height:5.625rem;top:12.8125rem;left:32.624378204346rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAtMfQJC0wJBEqnV4WfIN5CDGUX6vMUl { width:16.25rem;height:3.6875rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vicTIHuC2hGErdaT8Md9yn4n7x8m9dHQ { display:block; }
 }@media only screen and (max-width: 763px) { #mO102aooXbyse92flZxUtCULRU5HJIOs { width:16.25rem;height:3.6875rem;top:23.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCgX2k0zHvw6QIJhUkyc9EbsV2M3oqyr { display:block; }
 }@media only screen and (max-width: 763px) { #JkB1R90AHyekymMyr5z3zZAlBEiTCAsR { width:16.25rem;height:3.6875rem;top:23.125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pISImSJv37VdGPN5XvuTaQnVWgTx5CL9 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmHhiO4txZle6viboXsHEibP8l4hK7Aw { width:47.75rem;height:54.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20X8FFBVN9vAIJlxN9bXAaMLydkELvD { width:47.75rem;height:67.4375rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ { display:block; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdBcgQzoP4y8yBwg8mSv400vhgE2L9IN { top:6.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I90AL2LD0qs4u2WEqtHby0BLc4EOVvJ9 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqJb3HQwyxkXiU1ayRDokdOsaeaG2GmX { width:47.75rem;height:1.8125rem;top:10.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZDiITWssPNTR5NdiRXKxbVbkHbRk71m { width:21.875rem;height:1.6875rem;top:58.3125rem;left:25.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp { display:block; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS0mCUniShOVL513QW9tIoMoRdZaeMk3 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTvkrzF2PGLQxrmaxDPOMTwfxh8wDmDS { width:47.75rem;height:53.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3J6RbmyIJT8OXhlU4xln0bC1SMcTVM { width:47.75rem;height:75.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6uAQvA0WLLOvKIuPIKa4s9LNFTfgRC { width:47.75rem;height:54.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5yLTFPabIHxeabJlBSOQREv0r8Ov81s { display:block; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMG1STSC04TuVGpB8BGrlLQqwRBz9LV6 { width:47.75rem;height:28.75rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkeSFTADanBLkGvaU4TPNtvd7fE5Knbr { width:18.375rem;height:5.5625rem;top:13.5625rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rPuToU7BCTmTo0hOFyOLVxbAAuXW6B { width:19.5rem;height:7rem;top:3.6875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1blnfAdco6Wup9M7s9UAveNsmq1bHT0 { width:1.25rem;height:1.25rem;top:13.8125rem;left:37.186878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7861MbcXEPRCtVx1lBmo01nAdfTsDh8 { width:1.75rem;height:1.75rem;top:3.6875rem;left:36.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTJaOqDET8Xnly5tAxf75zN9UdiMvLb { width:46.875rem;height:23.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MffAXLazgFmdn0Vkq3RcWbxTqGqmyAXP { width:1.25rem;height:1.25rem;top:21.0625rem;left:37.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR2c6dC3IztrGNv1zocbFMuHHka5FNui { width:15.875rem;height:2.75rem;top:20.5rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM7XZcs0hTi18w7MsfzgFEODQI78tJeg { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBRzCgNGkzhzO8hiQ92wkbLh5iuvvy9b { width:1.375rem;height:1.375rem;top:24.4375rem;left:37.231876373291rem;display:block; }
#FBRzCgNGkzhzO8hiQ92wkbLh5iuvvy9b > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #sW1qBFnUsTSSIgFSkMrqU3n1zVhr1hh1 { width:17.3125rem;height:1.5625rem;top:24.3125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 { display:block; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnnM1earIOu6QEXTLW5hdBhxSNIg5hcM { width:47.75rem;height:1.375rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmppQbLefWlBMckixszVOJF3Lk1U9zmP { display:none; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GJkQhK9dLXEfkfOdar6tCOS0ml3Xd6vc { width:26.875rem;height:4.0625rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIyNlFJiOVhBATGudX9ya6FO2GfzQgJl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container { background-color: transparent; background-image: none; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container > .video-iframe-container { display: none; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row > .video-iframe-container { display: none; }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .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); }#hurHCEJ4QDDRTeCW4ihundhs2QvHtVTS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsB6i3cz0A865F4igSbxiHpQTM3KFqA6 { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPTTC29cOd6FAviaG0mwIR2Fsx4JDzx5 { display:block; }
 }@media only screen and (max-width: 763px) { #AQ0oubOBMS3oOH4u4P2orUqaMsBvLK5X { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #X7IkvqPgJ8UZ6piMLhPpMsCEHE1x5Qk5 { width:6.25rem;height:0;top:11.78125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #rAJT14hcSAzsrVxR9hJnWPB7z7Npph1z { width:8.1875rem;height:0;top:14.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #LEFA3gPRsNqkFIpRHhOmxuJyBUaUPn8M { width:8.1875rem;height:0;top:18.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #BgDUi6nbtUTfBNvvCCHJM3FwRcULxRWr { width:9.3125rem;height:3.875rem;top:0.5625rem;left:5.3431249856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 { background-color:#ffffff;background-image:none;display:block; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container { background-color: transparent; background-image: none; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container > .video-iframe-container { display: none; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row > .video-iframe-container { display: none; }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .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); }#ZDAbhVBIuI210VAftLFSKpc1ke32lKE4 > .row .container { width:20rem;height:163.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVLOoyUZ4PdzulpQ1ayusvbW6PKl8NGv { width:20rem;height:0;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q20l8hr9rQ2AS11kZZT74NsMPuVhem5U { width:20rem;height:3.125rem;top:52.6875rem;left:0rem;font-size:1.1875rem;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) { #kTvLMuP63hdJ2KsGoksmFbFkVlvUNQGD { display:block; }
 }@media only screen and (max-width: 763px) { #RcuN6EyS7OQpQC03ETyf38xytsSWWRob { width:20rem;height:0;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QJAST7ZkfTV8pbQBgPuoZPBeQTsvTREB { width:17.8125rem;height:1.05625rem;top:80.75rem;left:1.1243749856949rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrAy3r991Wpqp4BvzitXKMvCyT0zIB4 { width:4.9375rem;height:0;top:13.625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #iHfTe639ZHgITViMVhJCuBOBvwpnTFCP { width:20rem;height:3.125rem;top:13.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a1268e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cISBkmaKSAnzrs0wuSStL4THP8y2bJQE { width:6.0625rem;height:0;top:14rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #tqK643fMeMcATE2fVlZStn79z2KeaT2T { width:7.625rem;height:1.9375rem;top:13.875rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT6s9ftX5M0WTPm8HnxiLuee5T5t2tMT { width:20rem;height:2.5625rem;top:80rem;left:0rem;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) { #Khxw92micggksUfaCDgZ8TV55AvBUrEc { display:flex;width:0.9375rem;height:0.9375rem;top:14.75rem;left:6.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #DHsLAox93HB4EZV3rsXNTGb5DfpRzixr { display:flex;width:0.9375rem;height:0.9375rem;top:14.75rem;left:7.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #VCNTuUgKZB90I1po86Shc600KhemWJTP { display:flex;width:0.9375rem;height:0.9375rem;top:14.75rem;left:8.6875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #VCRArMUOBNqpekl7HCTRfnTl6umGRMtx { display:flex;width:0.9375rem;height:0.9375rem;top:14.75rem;left:9.625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #qzDwkHoElqM4sR41GdMqBOelHaQ3GGqB { display:flex;width:0.9375rem;height:0.9375rem;top:14.75rem;left:10.5625rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #xdHwzcVXekvkF83U53DcyDgCg0Uuuc6t { width:19.1875rem;height:35.4375rem;top:16.789999008179rem;left:0.40625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kkUCOWLU0tVctfDPgTunWWOzo3pedsMr { width:20rem;height:;top:58.877498626709rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 { width:9.375rem;height:;top:84.3125rem;left:10.625000119209rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;line-height:1.4;display:block; }#RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RRhKhHo3kJfkUKuWrvlcJ4xnoIyZwMG3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq { width:10.25rem;height:;top:84.46875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.4;display:block; }#LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQcpRxl7igcUGkuZAGLwPNVfIhIWuzTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #IRANSxvZ4OlnGNAk1LnWD1lw4Xq7NtL2 { top:16.0625rem;left:0rem;width:20rem;height:36.9375rem;z-index:15002;background-color:#a1268e;background-image:none;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) { #FTBZLIvPsk5qV5uf7zEpmisJve4X5LSZ { top:13.94375038147rem;left:13.101874470711rem;width:6.4375rem;height:1.8125rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U4QAo8Gubve3tzc48KzEW9J488TuQ7pK { width:20rem;height:17.3125rem;top:64rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n89zaT5UZqDsfusWEV6cJzAy3ABTuJUw { width:20rem;height:8.9rem;top:2.616250038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rLzMHRAp5wn0V83eqSOFcA45uqfxvpk7 { width:4.9375rem;height:2.45rem;top:13.64999961853rem;left:0.49937498569489rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #qKDcDGIw0iM8I1pN8EaDSqqClzFhoDvF { width:6.0625rem;height:0.6875rem;top:14.039999008179rem;left:6.1243749856949rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.1;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #V0aE1NBM58muizy63FiN7Ud7omZtK3Wz { width:20rem;height:50.5rem;top:101.06796188354rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTfmzACkNK81a8wADiVOxZS4cVXQUsaC { width:20rem;height:36.341030195382rem;top:96.012492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3woME7fJTQiwaMWvOfLkUVct2CVHNo { display:block; }#cM3woME7fJTQiwaMWvOfLkUVct2CVHNo > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMIuQ6hcpfmKMqh6SM96TEQVTB4pt76E { width:17.5625rem;height:3.7125rem;top:4.4368753433228rem;left:1.2181249856949rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gbELc1r1cDX8AGmxo1odgwQmGz0H8lUN { width:17.875rem;height:0;top:10.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 { display:block; }#t59RMhWv4uZUm5e7peuSgDJ7H3hFumM7 > .row .container { width:20rem;height:163.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkhAuR19XTGLERWQ88VkO4iV3cP9cN70 { width:20rem;height:25.75rem;top:82.749984741213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFX2cTOq6XT0M8mfPUnmAgRBwoHCc3dL { width:20rem;height:25.75rem;top:109.74998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQmSXFFPZbqwT9XlBGLusdlSRg8zE8HE { width:20rem;height:25.75rem;top:136.74998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ivLBukgeMRALnkcgBicfyQdEJkv02n { width:18.75rem;height:2.0625rem;top:14.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pr5SJ59bESEek6HH0F8NweUa6DrlasEG { width:17.875rem;height:5.15625rem;top:16.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TunknAvAvV3kqSTvc3CUunDl2aCCyXIP { width:18.75rem;height:2.0625rem;top:42.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VoP7IEwNfuXK0GuafaMwFB9sLgJCDmah { width:18.5625rem;height:5.15625rem;top:45.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DCDgKlEhASKMC5BXZzskBEdlhX9IMF6i { width:18.75rem;height:2.0625rem;top:71.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #auOVCW8TeHILo6E6yn202fBNOLXIAa7D { width:17.0625rem;height:3.09375rem;top:74.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BAtMfQJC0wJBEqnV4WfIN5CDGUX6vMUl { width:16.25rem;height:2.8125rem;top:23.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vicTIHuC2hGErdaT8Md9yn4n7x8m9dHQ { display:block; }
 }@media only screen and (max-width: 763px) { #mO102aooXbyse92flZxUtCULRU5HJIOs { width:16.25rem;height:2.8125rem;top:52.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCgX2k0zHvw6QIJhUkyc9EbsV2M3oqyr { display:block; }
 }@media only screen and (max-width: 763px) { #JkB1R90AHyekymMyr5z3zZAlBEiTCAsR { width:16.25rem;height:2.8125rem;top:78.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pISImSJv37VdGPN5XvuTaQnVWgTx5CL9 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmHhiO4txZle6viboXsHEibP8l4hK7Aw { width:20rem;height:54.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p20X8FFBVN9vAIJlxN9bXAaMLydkELvD { width:20rem;height:40.9375rem;top:1.25rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e76536, #a1278e);background-image: -moz-linear-gradient(90deg, #e76536, #a1278e);background-image: -ms-linear-gradient(90deg, #e76536, #a1278e);background-image: -o-linear-gradient(90deg, #e76536, #a1278e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );";background-image: linear-gradient(90deg, #e76536, #a1278e);background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container { background-color: transparent; background-image: none; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container > .video-iframe-container { display: none; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row > .video-iframe-container { display: none; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .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); }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApwW8rTWbS3xaUo6WorigWg6qrV9QtTQ > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdBcgQzoP4y8yBwg8mSv400vhgE2L9IN { width:20rem;height:0;top:3.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #I90AL2LD0qs4u2WEqtHby0BLc4EOVvJ9 { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqJb3HQwyxkXiU1ayRDokdOsaeaG2GmX { width:17.875rem;height:0;top:10.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #bZDiITWssPNTR5NdiRXKxbVbkHbRk71m { width:20rem;height:auto;top:58.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e76536, #a1278e);background-image: -moz-linear-gradient(90deg, #e76536, #a1278e);background-image: -ms-linear-gradient(90deg, #e76536, #a1278e);background-image: -o-linear-gradient(90deg, #e76536, #a1278e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76536', endColorstr='#a1278e' );";background-image: linear-gradient(90deg, #e76536, #a1278e);background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container { background-color: transparent; background-image: none; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container > .video-iframe-container { display: none; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row > .video-iframe-container { display: none; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .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); }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXbdmmE5xNs9oaqI52TZhVILBFIwoBIp > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS0mCUniShOVL513QW9tIoMoRdZaeMk3 { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTvkrzF2PGLQxrmaxDPOMTwfxh8wDmDS { width:20rem;height:40.9375rem;top:1.2431182861328rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD3J6RbmyIJT8OXhlU4xln0bC1SMcTVM { width:20rem;height:75.1875rem;top:66.7125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT6uAQvA0WLLOvKIuPIKa4s9LNFTfgRC { width:20rem;height:54.375rem;top:1.03125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #E5yLTFPabIHxeabJlBSOQREv0r8Ov81s { display:block; }#E5yLTFPabIHxeabJlBSOQREv0r8Ov81s > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMG1STSC04TuVGpB8BGrlLQqwRBz9LV6 { width:20rem;height:38.3125rem;top:2.6237487792969rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #VkeSFTADanBLkGvaU4TPNtvd7fE5Knbr { width:16.375rem;height:5.25rem;top:5.125rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rPuToU7BCTmTo0hOFyOLVxbAAuXW6B { width:16.5rem;height:6.5625rem;top:11.875rem;left:2.4999998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1blnfAdco6Wup9M7s9UAveNsmq1bHT0 { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7861MbcXEPRCtVx1lBmo01nAdfTsDh8 { width:1.5625rem;height:1.5625rem;top:13.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTJaOqDET8Xnly5tAxf75zN9UdiMvLb { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MffAXLazgFmdn0Vkq3RcWbxTqGqmyAXP { width:1.25rem;height:1.25rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR2c6dC3IztrGNv1zocbFMuHHka5FNui { width:16.375rem;height:2.8rem;top:22.5rem;left:2.3743749856949rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM7XZcs0hTi18w7MsfzgFEODQI78tJeg { width:20rem;height:20rem;top:29.6875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #FBRzCgNGkzhzO8hiQ92wkbLh5iuvvy9b { display:flex;width:1.4375rem;height:1.4375rem;top:26.4375rem;left:1rem; }
#FBRzCgNGkzhzO8hiQ92wkbLh5iuvvy9b > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #sW1qBFnUsTSSIgFSkMrqU3n1zVhr1hh1 { width:13rem;height:1.6rem;top:26.375rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 { display:block; }#DOqDU4EFr4iT9IZoKB5uLARhZSbtApm6 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnnM1earIOu6QEXTLW5hdBhxSNIg5hcM { width:16.5rem;height:1.3125rem;top:0.875rem;left:1.7493749856949rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmppQbLefWlBMckixszVOJF3Lk1U9zmP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP { background-color: transparent; background-image: none; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row .container > .video-iframe-container { display: none; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row > .video-iframe-container { display: none; }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .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); }#VmppQbLefWlBMckixszVOJF3Lk1U9zmP > .row .container { width:20rem;height:3.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJkQhK9dLXEfkfOdar6tCOS0ml3Xd6vc { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #BIyNlFJiOVhBATGudX9ya6FO2GfzQgJl { display:block; }
 }