.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:none;position:relative;display:block; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container { background-color: transparent; background-image: none; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container > .video-iframe-container { display: none; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row > .video-iframe-container { display: none; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .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); }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container { border-width: 0; border-radius: 0; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e2dd;background-image:url("https://images.assets-landingi.com/uc/e0620ef7-8e1a-4eb2-8668-c9479e153b97/Nalanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI.adaptive-delivery-prevent-bg, #MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI.lazyload, #MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI.lazyloading { background-image: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container { background-color: transparent; background-image: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container > .video-iframe-container { display: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row > .video-iframe-container { display: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .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); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container { border-width: 0; border-radius: 0; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#SZM97U8UTZrpcVNgIAAWKGMsUTWZ8RsW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.8125rem;width:3.75rem;position:absolute;display:block;z-index:100003;top:0rem;left:36.875001907349rem;overflow:hidden;display:none; }
#iXETmUmPHqDKcyk5T23BumHN0PTxPypU { position:absolute;display:block;z-index:100000;background-color:rgba(250,245,245,0.9);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;height:34.4375rem;width:37.5rem;top:4.3125rem;left:0rem;display:block; }
#lh4auveRJJSdCLD5euQ30OVsqwp58WWv { position:absolute;display:block;z-index:100006;height:5.9375rem;width:10.625rem;top:1.625rem;left:58.25rem;display:block; }
#viz1cT5PW8536WLocm2CJuqx4UK82qth { color:#a54870;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUxTdk68tS1hnLO1TwAZMhmOqGNy4GR4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.3734375rem;width:6.25rem;position:absolute;display:block;z-index:100022;top:17.375rem;left:15.625rem;overflow:hidden;display:block; }
#enOx7tp3anZkGoHyiTnBRS9ZCRw3zhb4 { color:#a54870;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { position:relative;display:block; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { background-color: transparent; background-image: none; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container > .video-iframe-container { display: none; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row > .video-iframe-container { display: none; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .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); }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { border-width: 0; border-radius: 0; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#Uu0yeTnIcB2lTb8ehILO0cAyy81eIJp8 { display:block;width:57.687267303467rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:2.4368057250976rem;left:8.6236200332644rem;height:5.90625rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { position:relative;display:block; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { background-color: transparent; background-image: none; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container > .video-iframe-container { display: none; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row > .video-iframe-container { display: none; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .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); }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { border-width: 0; border-radius: 0; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#vUeUK9AgkftVLv1yr84A6eBery0h8Qr0 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:2.4687509536743rem;left:0rem;height:5.0625rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { position:relative;display:block; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { background-color: transparent; background-image: none; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container > .video-iframe-container { display: none; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row > .video-iframe-container { display: none; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .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); }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { border-width: 0; border-radius: 0; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:0rem;left:0rem;height:3.9375rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { position:relative;display:block; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { background-color: transparent; background-image: none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container > .video-iframe-container { display: none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row > .video-iframe-container { display: none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .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); }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { border-width: 0; border-radius: 0; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { background-color:#4bae16;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;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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.625rem;left:28.75rem;display:block; }
#q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { position:relative;display:block; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { background-color: transparent; background-image: none; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container > .video-iframe-container { display: none; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row > .video-iframe-container { display: none; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .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); }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { border-width: 0; border-radius: 0; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#N2aM9zOzv00r3ZWGsXobUFonIcK748Oe { display:block;width:57.687267303467rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:2.5420455932617rem;left:8.6236200332644rem;height:7.875rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { position:relative;display:block; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { background-color: transparent; background-image: none; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container > .video-iframe-container { display: none; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row > .video-iframe-container { display: none; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .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); }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { border-width: 0; border-radius: 0; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#LA1IBbBBzclQ6DPhGUh9oTMyZaBXmo4J { display:block;width:57.687267303467rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:2.6125946044922rem;left:8.6236200332644rem;height:5.90625rem;text-align:center;text-align-last:center;color:#a54870;font-style:normal;display:block; }
#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 { position:relative;display:block; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 { background-color: transparent; background-image: none; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row .container > .video-iframe-container { display: none; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row > .video-iframe-container { display: none; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .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); }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 { border-width: 0; border-radius: 0; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#uaxZvrvip7ObGKwTN7XwAAqAUueCzoay { display:block;width:57.6866875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:3.75rem;left:8.6570320129394rem;height:3.28125rem;text-align:center;text-align-last:center;color:#a54870;font-style:normal;display:block; }
#dd3Wu17B93bfpVbGmSnMsIVIimyb49Dy { position:absolute;display:block;z-index:100048;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:8.875rem;left:23.686719894409rem;display:block; }
#QthC7tw2wT37HeDDqC8TTaVhIBSDTUcF { position:absolute;display:block;z-index:100049;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:8.875rem;left:32.875rem;display:block; }
#MGKwDPPanVB7tLITTT2Ra1iZo0KNvBSH { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:8.875rem;left:42.0625rem;display:block; }
#fMIJrTiclHMXUIh6JAlx4T2uXud3K1cz { position:absolute;display:block;z-index:100049;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3115808963776rem;width:8.6868104934692rem;top:18.0625rem;left:23.6875rem;display:block; }
#GA3ZszuxQ3XDawg2VwzH14RTlRagQfRs { position:absolute;display:block;z-index:100050;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3115808963776rem;width:8.6868104934692rem;top:18.0625rem;left:33.0625rem;display:block; }
#I1NGeloVi9vn2LzMxt0GU27cmmkSUygC { position:absolute;display:block;z-index:100051;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3115808963776rem;width:8.6868104934692rem;top:18.0625rem;left:42.5rem;display:block; }
#osXsLqBIkbKaoLUPRuF7Q6Kgs5D0fobX { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:18.5625rem;left:42.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybigUzdEuorsVhnN8RtafWlTM52ygHaI { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:18.5625rem;left:33.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7NZH0ZTrTw3gbRTl8UvNNLU9NkkSN8m { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:18.5625rem;left:23.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#a54870;padding-top:1.02375rem;padding-right:0.92375rem;padding-bottom:1.02375rem;padding-left:0.92375rem;display:block;align-items:center;width:5.548125rem;min-width:5.548125rem;height:5.505rem;position:relative;font-family:"open sans";font-size:4.09625rem;font-weight:400;line-height:88.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-text.counter-label { background-color:;background-image:none;color:#a54870;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.640625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:7.3975rem;height:0;position:relative;font-family:ubuntu;font-size:1.53625rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:25.1875rem;height:8.193125rem;padding-top:1.28rem;padding-right:1.32125rem;padding-bottom:1.28rem;padding-left:1.32125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.8718757629394rem;left:23.58359336853rem;z-index:100054; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #pun4QXaFmxbq7GAMQ688KzVPgS7VgTrq { display:flex;position:relative;top:0rem;left:0rem; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #sS0p1n2RAIhwsLleGNTddH12fFsUPsvL { width:auto; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #hRySFd0w61oSAsVy6MzLoAJ1txPdBDmy {  }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #hKOeKMkHiylvnJmLWpKA9TiKNWOK3T8C { display:flex;position:relative;top:0rem;left:0rem; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #PDzd0bK3RGJEmXWUVWx5BHrwTCohzKzt {  }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #wxlCJ7hevNeXFUNDExg8XvNgwDJLeIfs {  }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #vn8Q6OLHFmUKwLMvnQfGzD0nCa7G6GHD { display:flex;position:relative;top:0rem;left:0rem; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #ZIRmLkIIJT2pZFafTpyaEeyghn9JXCZI {  }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #eGc4Pxz4T01enTrwLSx3kZrxIJ2loZK8 {  }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #i1OZ9gALya7gm8blXdpaJHHKWgoA1q4k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #G8rfu7oXrpJTKmn82fzGWRsadaTFncIp {  }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob #oJ8Mx0fVf98Tqlty9N1olpXmv4DkbGMt {  }
#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { background-color: transparent; background-image: none; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container > .video-iframe-container { display: none; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row > .video-iframe-container { display: none; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .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); }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { border-width: 0; border-radius: 0; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#Pozu2ihlbl1SVWgfDCGALUHUGL1WHxTo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht { display:block; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container { width:47.75rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI { display:block; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SZM97U8UTZrpcVNgIAAWKGMsUTWZ8RsW { width:3.75rem;height:3.81015625rem;top:10.020312309265rem;left:10.375000357628rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 1199px) { #iXETmUmPHqDKcyk5T23BumHN0PTxPypU { width:21.875rem;height:21.875rem;top:1.9375rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lh4auveRJJSdCLD5euQ30OVsqwp58WWv { width:10.625rem;height:5.9375rem;top:1.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viz1cT5PW8536WLocm2CJuqx4UK82qth { width:18.75rem;height:4.0625rem;top:4.4450824260712rem;left:2.9044116139412rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUxTdk68tS1hnLO1TwAZMhmOqGNy4GR4 { width:4.6875rem;height:4.75rem;top:8.375rem;left:21.500001132488rem;display:none; }
 }@media only screen and (max-width: 1199px) { #enOx7tp3anZkGoHyiTnBRS9ZCRw3zhb4 { width:18.75rem;height:8.53125rem;top:14.623437690549rem;left:2.8750001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { display:block; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Uu0yeTnIcB2lTb8ehILO0cAyy81eIJp8 { width:35.625rem;height:5.0625rem;top:2.348575592041rem;left:6.0282624363899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { display:block; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vUeUK9AgkftVLv1yr84A6eBery0h8Qr0 { width:36.8116875rem;height:2.8125rem;top:1.71875rem;left:5.469531416893rem;line-height:1.5;font-weight:400;font-style:normal;z-index:100002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { display:block; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { width:36.811809539795rem;height:2.8125rem;top:1.1534919738769rem;left:5.4664519429207rem;line-height:1.5;font-weight:400;font-style:normal;z-index:100002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { display:block; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { width:17.5rem;height:3.4375rem;top:1.0615234375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block; }
 }@media only screen and (max-width: 1199px) { #H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { display:block; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container { width:47.75rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N2aM9zOzv00r3ZWGsXobUFonIcK748Oe { width:35.625rem;height:8.4375rem;top:1.1948547363281rem;left:6.0282624363899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { display:block; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LA1IBbBBzclQ6DPhGUh9oTMyZaBXmo4J { width:35.625rem;height:5.0625rem;top:1.2178344726562rem;left:6.0282624363899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 { display:block; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uaxZvrvip7ObGKwTN7XwAAqAUueCzoay { width:35.625rem;height:2.8125rem;top:2.2173767089844rem;left:6.1328123211861rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dd3Wu17B93bfpVbGmSnMsIVIimyb49Dy { width:8.68675rem;height:8.12425rem;top:6.6242184638975rem;left:10.062500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QthC7tw2wT37HeDDqC8TTaVhIBSDTUcF { width:8.6875rem;height:8.125rem;top:6.5rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGKwDPPanVB7tLITTT2Ra1iZo0KNvBSH { width:8.6875rem;height:8.125rem;top:6.5rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fMIJrTiclHMXUIh6JAlx4T2uXud3K1cz { width:8.6875rem;height:2.3125rem;top:16.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GA3ZszuxQ3XDawg2VwzH14RTlRagQfRs { width:8.6875rem;height:2.3125rem;top:16.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1NGeloVi9vn2LzMxt0GU27cmmkSUygC { width:8.6875rem;height:2.3125rem;top:16.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osXsLqBIkbKaoLUPRuF7Q6Kgs5D0fobX { width:8.75rem;height:1.3rem;top:17.3125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybigUzdEuorsVhnN8RtafWlTM52ygHaI { width:8.75rem;height:1.3rem;top:17.25rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7NZH0ZTrTw3gbRTl8UvNNLU9NkkSN8m { width:8.75rem;height:1.3rem;top:17.25rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-text.counter-number { padding-top:0.94625rem;padding-right:0.836875rem;padding-bottom:0.94625rem;padding-left:0.836875rem;width:5.02rem;min-width:5.02rem;height:5.08375rem;font-size:3.7825rem;line-height:81.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.591875rem;margin-right:0;margin-bottom:0;margin-left:0;width:6.695rem;height:2.01rem;font-size:1.41875rem;line-height:32.16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob { display:flex;width:23.0625rem;height:9.578125rem;top:4.4046859741211rem;left:9.2249997854231rem;padding-top:3.125rem;padding-right:3.125rem;padding-bottom:3.125rem;padding-left:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #pun4QXaFmxbq7GAMQ688KzVPgS7VgTrq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #sS0p1n2RAIhwsLleGNTddH12fFsUPsvL {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #hRySFd0w61oSAsVy6MzLoAJ1txPdBDmy {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #hKOeKMkHiylvnJmLWpKA9TiKNWOK3T8C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #PDzd0bK3RGJEmXWUVWx5BHrwTCohzKzt {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #wxlCJ7hevNeXFUNDExg8XvNgwDJLeIfs {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #vn8Q6OLHFmUKwLMvnQfGzD0nCa7G6GHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #ZIRmLkIIJT2pZFafTpyaEeyghn9JXCZI {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #eGc4Pxz4T01enTrwLSx3kZrxIJ2loZK8 {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #i1OZ9gALya7gm8blXdpaJHHKWgoA1q4k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #G8rfu7oXrpJTKmn82fzGWRsadaTFncIp {  }
 }@media only screen and (max-width: 1199px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #oJ8Mx0fVf98Tqlty9N1olpXmv4DkbGMt {  }
 }@media only screen and (max-width: 1199px) { #s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW { display:block; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pozu2ihlbl1SVWgfDCGALUHUGL1WHxTo { width:7.5rem;height:3.875rem;top:6.5937328338625rem;left:20.125001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht { display:block; }#ghz7VMTx90GMrw9aFl2S9LMNdMf3g6Ht > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI { background-color:#f6e2dd;background-image:url("https://images.assets-landingi.com/uc/e0620ef7-8e1a-4eb2-8668-c9479e153b97/Nalanding.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI.adaptive-delivery-prevent-bg, #MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI.lazyload, #MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI.lazyloading { background-image: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container { background-color: transparent; background-image: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container > .video-iframe-container { display: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row > .video-iframe-container { display: none; }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .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); }#MbJyMNmDHfEVfCArR8P8kAgqfl2Q50DI > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZM97U8UTZrpcVNgIAAWKGMsUTWZ8RsW { width:3.75rem;height:3.81210625rem;top:27.115673828125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXETmUmPHqDKcyk5T23BumHN0PTxPypU { width:18.6875rem;height:17.5rem;top:3.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh4auveRJJSdCLD5euQ30OVsqwp58WWv { width:6.4993104934692rem;height:3.5615808963776rem;top:14.971277832985rem;left:12.509190440178rem;display:block; }
 }@media only screen and (max-width: 763px) { #viz1cT5PW8536WLocm2CJuqx4UK82qth { width:20rem;height:3.25rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUxTdk68tS1hnLO1TwAZMhmOqGNy4GR4 { width:3.75rem;height:3.75rem;top:9.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOx7tp3anZkGoHyiTnBRS9ZCRw3zhb4 { width:20rem;height:4.875rem;top:14.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 { display:block; }#mt7gxy7VONUq0CKDgcD0y3iOHfvpewH4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu0yeTnIcB2lTb8ehILO0cAyy81eIJp8 { width:18.125rem;height:6rem;top:1.3079013824463rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp { display:block; }#VOWzV77s9TN6ZVfHIalwFn3Veh0fnSyp > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUeUK9AgkftVLv1yr84A6eBery0h8Qr0 { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm { display:block; }#QHDEnpbHU7y20BSWfxEqPma2VTvyTNqm > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { width:20rem;height:2.0625rem;top:0.56341743469238rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { display:block; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { width:15.625rem;height:3.4375rem;top:1.516544342041rem;left:2.1874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block; }
 }@media only screen and (max-width: 763px) { #H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { display:block; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2aM9zOzv00r3ZWGsXobUFonIcK748Oe { width:18.125rem;height:12rem;top:0rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF { display:block; }#LyEyhOza9Rlpvyn8AzXLepTlSPquP0bF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA1IBbBBzclQ6DPhGUh9oTMyZaBXmo4J { width:18.125rem;height:6rem;top:1.2426452636719rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 { display:block; }#PhworvsgnoP7JXaPNJL7JNo0Bei4T8o5 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaxZvrvip7ObGKwTN7XwAAqAUueCzoay { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3Wu17B93bfpVbGmSnMsIVIimyb49Dy { width:8.6875rem;height:8.125rem;top:8.875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QthC7tw2wT37HeDDqC8TTaVhIBSDTUcF { width:8.625rem;height:8.125rem;top:8.875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGKwDPPanVB7tLITTT2Ra1iZo0KNvBSH { width:8.625rem;height:8.125rem;top:8.875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMIJrTiclHMXUIh6JAlx4T2uXud3K1cz { width:8.625rem;height:2.25rem;top:18.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA3ZszuxQ3XDawg2VwzH14RTlRagQfRs { width:8.625rem;height:2.25rem;top:18.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1NGeloVi9vn2LzMxt0GU27cmmkSUygC { width:8.625rem;height:2.25rem;top:18.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #osXsLqBIkbKaoLUPRuF7Q6Kgs5D0fobX { width:3.75rem;height:1.1375rem;top:7.1875rem;left:12.896093726158rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybigUzdEuorsVhnN8RtafWlTM52ygHaI { width:3.75rem;height:1.1375rem;top:7.1875rem;left:8.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7NZH0ZTrTw3gbRTl8UvNNLU9NkkSN8m { width:3.75rem;height:1.1375rem;top:7.1829071044925rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-text.counter-number { padding-top:0.383125rem;padding-right:0.33875rem;padding-bottom:0.383125rem;padding-left:0.33875rem;width:2.031875rem;min-width:2.031875rem;height:2.05875rem;font-size:1.5325rem;line-height:32.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.71rem;height:0.814375rem;font-size:0.574375rem;line-height:13.03px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gFxvva5TOILcIo2qN353kdBTr5alq2Ob { display:flex;width:11.125rem;height:3.87890625rem;top:3.3125rem;left:3.4140623807907rem;padding-top:0.98125rem;padding-right:1.0225rem;padding-bottom:0.98125rem;padding-left:1.0225rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #pun4QXaFmxbq7GAMQ688KzVPgS7VgTrq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #sS0p1n2RAIhwsLleGNTddH12fFsUPsvL {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #hRySFd0w61oSAsVy6MzLoAJ1txPdBDmy {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #hKOeKMkHiylvnJmLWpKA9TiKNWOK3T8C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #PDzd0bK3RGJEmXWUVWx5BHrwTCohzKzt {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #wxlCJ7hevNeXFUNDExg8XvNgwDJLeIfs {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #vn8Q6OLHFmUKwLMvnQfGzD0nCa7G6GHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #ZIRmLkIIJT2pZFafTpyaEeyghn9JXCZI {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #eGc4Pxz4T01enTrwLSx3kZrxIJ2loZK8 {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #i1OZ9gALya7gm8blXdpaJHHKWgoA1q4k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #G8rfu7oXrpJTKmn82fzGWRsadaTFncIp {  }
 }@media only screen and (max-width: 763px) { #gFxvva5TOILcIo2qN353kdBTr5alq2Ob #oJ8Mx0fVf98Tqlty9N1olpXmv4DkbGMt {  }
 }@media only screen and (max-width: 763px) { #s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW { display:block; }#s4ozDQTlIZUdagtPNpdnfkkie4ObJ0tW > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pozu2ihlbl1SVWgfDCGALUHUGL1WHxTo { width:5.625rem;height:2.8745403289795rem;top:2.6252288818359rem;left:7.1541813611981rem;display:block; }
 }