.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov { z-index:;position:relative;display:block; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov { background-color: transparent; background-image: none; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row .container > .video-iframe-container { display: none; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row > .video-iframe-container { display: none; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .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); }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov { border-width: 0; border-radius: 0; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:39.5rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#obqB5DuhuI9LWo6O2kytlA32rLlh0eaq { position:absolute;display:block;z-index:15001;background-color:rgba(238,14,105,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:13.625rem;top:26.3125rem;left:23.125rem;display:none; }
#kgSlc43zJZEH7AuipiDrUhmeW82XS1T7 { position:absolute;display:block;z-index:15001;background-color:rgba(238,14,105,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:13.625rem;top:26.3125rem;left:23.125rem;display:none; }
#APPuQRHm3dcuv5Jx8QUfFU2JNnBRNOcu { position:absolute;display:block;z-index:15002;height:21.75rem;width:38.75rem;top:4.375rem;left:10.625rem;display:block; }
#ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;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:none; }#ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk > .row .container { border-width: 0; border-radius: 0; }#ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:none; }#WkofmMDVDhyFOPPeAdvDnNTbTe1K7rnV { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.546876907349rem;left:5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#kOEu6gGqwcHwb72AzKiXc3cDv3o4P59E { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:1.2260417938232rem;left:25.9375rem;overflow:hidden;display:block; }
#N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 { 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:none; }#N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 > .row .container { border-width: 0; border-radius: 0; }#N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 > .row .container { font-size:0.875rem;font-family:arial;height:101.4375rem;width:60rem;position:relative;display:none; }#hp1kkgFJGIGFLGyI2qpurhiUlVfIXgHA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:41.875rem;width:27.25rem;top:6.4989585876462rem;left:0rem;display:block; }
#stp0HZquTluntTy9E3iIPfKmE92TJ4lc { position:absolute;display:block;z-index:15019;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:4.375rem;left:1.5625rem;display:block; }
#ZaFStVVp7k6LbiFnWTDKOM76DhTkoeBK { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:40.1875rem;width:27.25rem;top:12.3125rem;left:32.748962402344rem;display:block; }
#W63QNvcgbGUXntfEqiEzKKDzTR6x8s5T { position:absolute;display:block;z-index:15025;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:10.0625rem;left:34.687496185302rem;display:block; }
#UXzNKaTo1DbTJKZ6WfbxWqQHHZVNm9Zq { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:39.125rem;width:27.25rem;top:57.1875rem;left:32.75rem;display:block; }
#ldaToStO436QolA0Mauv92uHy9IaeEfU { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:39.75rem;width:27.25rem;top:53.5625rem;left:0rem;display:block; }
#VKHTL7WIJ4oAnk9tIsHbxvLdKxRq4O2b { color:#0d25ae;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.125rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1LlpHIvtKwz2NoDdRhqoSO9CLtL6aDG { position:absolute;display:block;z-index:15033;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:51.4375rem;left:1.5625rem;display:block; }
#g2IPMnrt9BnTdcEKVc6ShtT49l40d9RT { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.9218730926512rem;left:1.5625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#dtdXMuzUoJdCpoNlVmd0ezuLJXfyN903 { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:13.609375953674rem;left:32.748962402344rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#qnnCPMdLQEuyK0VC9TPxWdz8GZZVsXHs { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.75rem;width:24.625rem;top:33.316673278809rem;left:1.3125rem;display:block; }
#bwiK2Mdd7aeRwmOUyBi2TTd2IesZCTTi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.75rem;width:24.625rem;top:37.691669225693rem;left:34.061462402344rem;display:block; }
#mIHUik9vz7OUfzAadZm62rUXonT76hMi { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.75rem;width:24.625rem;top:78.25rem;left:1.3125rem;display:block; }
#L0DLTQJb9nv0x8R2TpdOCh21slC55Z4I { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:54.875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#DXnnq9EW1CyHA67NIqUIkuaAF09weaqL { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.75rem;width:24.625rem;top:81.875rem;left:34.125rem;display:block; }
#rxGtvTb6ucFPmTlQEiNlvJspwIe44dVe { position:absolute;display:block;z-index:15039;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:55.25rem;left:34.375rem;display:block; }
#Ort9uyIfAQw9ZIWDTbqTSZFLkH5DeFJC { color:#353535;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:58.6875rem;left:33.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#tn0WLRZNenwkrS5VwbCyLLLKp1SruNdA { color:#353535;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.486463546753rem;left:1.125rem;height:10.3958375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P5zWy8Du0WdJ5aGEpgFiq79TUEJizk8i { color:#353535;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.403125524521rem;left:33.873962402344rem;height:10.3958375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkdmTuM5wKPzgbNiGqew84hRxxVwaMKe { color:#0d25ae;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.562500715256rem;left:33.873962402344rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUyC2Jet2nRxbb81PbTdmZucByG2viCU { color:#353535;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:69.1875rem;left:1.125rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#odag5D4P8qlUcDESg7yTn84mgNRdyOOz { color:#0d25ae;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:60.125rem;left:1.125rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ecWvft0B6w9L8r0SlbCR6tF1eeygp36k { color:#353535;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:68.875rem;left:33.9375rem;height:11.69529375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4Npu85tKlmVN7BRpb8VLZ7Z4Hm5APCF { color:#0d25ae;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:63.75rem;left:33.9375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vdASgnlu8VerQAXnENQOiyi0e5CBLJkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;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:none; }#vdASgnlu8VerQAXnENQOiyi0e5CBLJkx > .row .container { border-width: 0; border-radius: 0; }#vdASgnlu8VerQAXnENQOiyi0e5CBLJkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdASgnlu8VerQAXnENQOiyi0e5CBLJkx > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#UaIudMluCfAo3XXd98DHTzdCfoZLHVcI { z-index:15001;top:5.2822952270508rem;left:20rem;background-color:#ff004c;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qlIlvXmTbs1ZMe9Ah4FT3TFTcnSoVJ5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPF3QM1uRTi8Zr99xlsQQ9NKA5nL3yKx { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0947952270508rem;left:5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov { display:block; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obqB5DuhuI9LWo6O2kytlA32rLlh0eaq { top:26.3125rem;left:17rem;width:13.625rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgSlc43zJZEH7AuipiDrUhmeW82XS1T7 { top:26.3125rem;left:17rem;width:13.625rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APPuQRHm3dcuv5Jx8QUfFU2JNnBRNOcu { top:4.375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk { display:block; }#ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkofmMDVDhyFOPPeAdvDnNTbTe1K7rnV { top:10.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEu6gGqwcHwb72AzKiXc3cDv3o4P59E { top:1.1875rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 { display:block; }#N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp1kkgFJGIGFLGyI2qpurhiUlVfIXgHA { top:6.4375rem;left:0rem;width:27.25rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stp0HZquTluntTy9E3iIPfKmE92TJ4lc { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaFStVVp7k6LbiFnWTDKOM76DhTkoeBK { top:12.3125rem;left:20.5rem;width:27.25rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63QNvcgbGUXntfEqiEzKKDzTR6x8s5T { top:10.0625rem;left:25.499996185302rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXzNKaTo1DbTJKZ6WfbxWqQHHZVNm9Zq { top:57.1875rem;left:20.5rem;width:27.25rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldaToStO436QolA0Mauv92uHy9IaeEfU { top:53.5625rem;left:0rem;width:27.25rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHTL7WIJ4oAnk9tIsHbxvLdKxRq4O2b { top:12.3125rem;left:0rem;width:25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1LlpHIvtKwz2NoDdRhqoSO9CLtL6aDG { top:51.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2IPMnrt9BnTdcEKVc6ShtT49l40d9RT { top:7.875rem;left:0rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtdXMuzUoJdCpoNlVmd0ezuLJXfyN903 { top:13.5625rem;left:23.875rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnCPMdLQEuyK0VC9TPxWdz8GZZVsXHs { top:33.3125rem;left:0rem;width:24.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwiK2Mdd7aeRwmOUyBi2TTd2IesZCTTi { top:37.6875rem;left:23.125rem;width:24.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHUik9vz7OUfzAadZm62rUXonT76hMi { top:78.25rem;left:0rem;width:24.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0DLTQJb9nv0x8R2TpdOCh21slC55Z4I { top:54.875rem;left:0rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXnnq9EW1CyHA67NIqUIkuaAF09weaqL { top:81.875rem;left:23.125rem;width:24.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxGtvTb6ucFPmTlQEiNlvJspwIe44dVe { top:55.25rem;left:25.1875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ort9uyIfAQw9ZIWDTbqTSZFLkH5DeFJC { top:58.6875rem;left:24.5625rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0WLRZNenwkrS5VwbCyLLLKp1SruNdA { top:21.4375rem;left:0rem;width:25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5zWy8Du0WdJ5aGEpgFiq79TUEJizk8i { top:25.375rem;left:22.75rem;width:25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkdmTuM5wKPzgbNiGqew84hRxxVwaMKe { top:18.5625rem;left:22.75rem;width:25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUyC2Jet2nRxbb81PbTdmZucByG2viCU { top:69.1875rem;left:0rem;width:25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odag5D4P8qlUcDESg7yTn84mgNRdyOOz { top:60.125rem;left:0rem;width:25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWvft0B6w9L8r0SlbCR6tF1eeygp36k { top:68.875rem;left:22.75rem;width:25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Npu85tKlmVN7BRpb8VLZ7Z4Hm5APCF { top:63.75rem;left:22.75rem;width:25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdASgnlu8VerQAXnENQOiyi0e5CBLJkx { display:block; }#vdASgnlu8VerQAXnENQOiyi0e5CBLJkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaIudMluCfAo3XXd98DHTzdCfoZLHVcI { top:5.25rem;left:13.875rem;width:20rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlIlvXmTbs1ZMe9Ah4FT3TFTcnSoVJ5G { display:block; }
 }@media only screen and (max-width: 763px) { #qPF3QM1uRTi8Zr99xlsQQ9NKA5nL3yKx { top:2.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov { display:block; }#ssSJW83r66GzIuNxkqJ8EFVgRT0u2Fov > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obqB5DuhuI9LWo6O2kytlA32rLlh0eaq { width:13.625rem;height:1.4375rem;top:28.420833230019rem;left:6.8083332777025rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #kgSlc43zJZEH7AuipiDrUhmeW82XS1T7 { width:13.625rem;height:1.4375rem;top:24.891666054726rem;left:1.8708332777023rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #APPuQRHm3dcuv5Jx8QUfFU2JNnBRNOcu { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk { display:none; }#ntFtCE3xw77nRTxUBIRzT7hIksXLcCBk > .row .container { width:20rem;height:17.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WkofmMDVDhyFOPPeAdvDnNTbTe1K7rnV { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEu6gGqwcHwb72AzKiXc3cDv3o4P59E { width:8.125rem;height:8.125rem;top:7.8625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 { display:none; }#N7BGpK5bzWCobZTHPzKqTRbSXCSrct39 > .row .container { width:20rem;height:198.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hp1kkgFJGIGFLGyI2qpurhiUlVfIXgHA { width:20rem;height:45.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stp0HZquTluntTy9E3iIPfKmE92TJ4lc { width:6.625rem;height:6.625rem;top:2.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaFStVVp7k6LbiFnWTDKOM76DhTkoeBK { width:20rem;height:42.125rem;top:106.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63QNvcgbGUXntfEqiEzKKDzTR6x8s5T { width:6.625rem;height:6.625rem;top:104.31251716614rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXzNKaTo1DbTJKZ6WfbxWqQHHZVNm9Zq { width:20rem;height:42.75rem;top:153.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldaToStO436QolA0Mauv92uHy9IaeEfU { width:20rem;height:46.375rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHTL7WIJ4oAnk9tIsHbxvLdKxRq4O2b { width:18.75rem;height:11.6953125rem;top:10.937497138977rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1LlpHIvtKwz2NoDdRhqoSO9CLtL6aDG { width:6.625rem;height:6.625rem;top:52.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2IPMnrt9BnTdcEKVc6ShtT49l40d9RT { width:18.75rem;height:1.4625rem;top:5.205207824707rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtdXMuzUoJdCpoNlVmd0ezuLJXfyN903 { width:18.75rem;height:1.4625rem;top:55.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnCPMdLQEuyK0VC9TPxWdz8GZZVsXHs { height:11.1666875rem;width:20rem;top:37.187501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwiK2Mdd7aeRwmOUyBi2TTd2IesZCTTi { height:11.1666875rem;width:20rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHUik9vz7OUfzAadZm62rUXonT76hMi { height:11.1666875rem;width:20rem;top:135.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0DLTQJb9nv0x8R2TpdOCh21slC55Z4I { width:18.75rem;height:1.4625rem;top:106.89375305176rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXnnq9EW1CyHA67NIqUIkuaAF09weaqL { height:11.1666875rem;width:20rem;top:183.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxGtvTb6ucFPmTlQEiNlvJspwIe44dVe { width:6.625rem;height:6.625rem;top:151.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ort9uyIfAQw9ZIWDTbqTSZFLkH5DeFJC { width:18.75rem;height:1.4625rem;top:153.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0WLRZNenwkrS5VwbCyLLLKp1SruNdA { width:18.75rem;height:11.69531875rem;top:24.187501430511rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5zWy8Du0WdJ5aGEpgFiq79TUEJizk8i { width:18.75rem;height:15.59373125rem;top:70.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkdmTuM5wKPzgbNiGqew84hRxxVwaMKe { width:18.75rem;height:7.796875rem;top:61.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUyC2Jet2nRxbb81PbTdmZucByG2viCU { width:18.75rem;height:10.3958125rem;top:123.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odag5D4P8qlUcDESg7yTn84mgNRdyOOz { width:18.75rem;height:10.3958125rem;top:111.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWvft0B6w9L8r0SlbCR6tF1eeygp36k { width:18.75rem;height:15.593775rem;top:166rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Npu85tKlmVN7BRpb8VLZ7Z4Hm5APCF { width:18.75rem;height:5.19791875rem;top:159.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdASgnlu8VerQAXnENQOiyi0e5CBLJkx { display:none; }#vdASgnlu8VerQAXnENQOiyi0e5CBLJkx > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UaIudMluCfAo3XXd98DHTzdCfoZLHVcI { top:5.5479164123535rem;left:1.25rem;width:17.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlIlvXmTbs1ZMe9Ah4FT3TFTcnSoVJ5G { display:block; }
 }@media only screen and (max-width: 763px) { #qPF3QM1uRTi8Zr99xlsQQ9NKA5nL3yKx { width:20rem;height:2.59895625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }