.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;
}@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); }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container { background-color: transparent; background-image: none; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container > .video-iframe-container { display: none; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row > .video-iframe-container { display: none; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .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); }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container { border-width: 0; border-radius: 0; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#BBhy3eQP49kuA7A59ze9LUTTnbrlCeRK { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.49560546875rem;left:32.3115234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .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; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.33375rem;padding-right:0.296875rem;padding-bottom:0.33375rem;padding-left:0.296875rem;display:block;align-items:center;width:1.7825rem;min-width:1.7825rem;height:1.795rem;position:relative;font-family:"open sans";font-size:1.33625rem;font-weight:700;line-height:28.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-text.counter-label { background-color:;background-image:none;color:#020202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.376875rem;height:0.709375rem;position:relative;font-family:"open sans";font-size:0.500625rem;font-weight:400;line-height:11.35px;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; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:13.5rem;height:3.380625rem;padding-top:0.4175rem;padding-right:0.424375rem;padding-bottom:0.4175rem;padding-left:0.424375rem;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:0rem;left:45.155055982334rem;z-index:100004; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #EyNTGDlbs84QM02m0MzbF2pgG5BeKBfK { display:flex;position:relative;top:0rem;left:0rem; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #b8tbL44mUqnuZN5IXKUpivbXH9cebn5t { width:auto; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #vsnOgOOrzFRiI5wHIIJK2CxHEgLCzmhI {  }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #OwmdzdxQ2P01wdvtwyRVAAuEWBgZT9aE { display:flex;position:relative;top:0rem;left:0rem; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #mfXxtyKehPkcFJV5VWEyODV9qchX9PBR {  }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #OXGFM7lMsg0MuvKRN8UE3dJDfWNcNzp7 {  }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #wKExhPX1vaTk5vNulBEiggJ8LxOlmhH0 { display:flex;position:relative;top:0rem;left:0rem; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #nMdoWRDTJ0h5y4wtgkqEQldxv1ONnZcw {  }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #LEZSOycNEhSSac2mH1loe6kongzWgC5U {  }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #ClR8RcKr8p8523vW3bhaqK0meRX5iPFz { display:flex;position:relative;top:0rem;left:0rem; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #IZe39l9zS6w3gxKS4T8DDwaLghSvJymQ {  }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #pAqeOfOFT0qCkRtUsNbHTVErxqb6Qh24 {  }
#TJA2kErwzbqE8qO90JVHJAblhtHnR7yN { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.875rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container { background-color: transparent; background-image: none; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container > .video-iframe-container { display: none; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row > .video-iframe-container { display: none; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .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); }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container { border-width: 0; border-radius: 0; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#dEeredN20ZVvWBNvXeaxOJoTJouAG9Oz { color:#ffffff;display:block;width:35.4365rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:1.64794921875rem;left:12.28125rem;height:5.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohmWvmbdILKLo1xQo6lBX7PSaqiMli6t { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:11.6875rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wW4Tseu7oXTyk3mrdEaWKoTEveV7tqgT { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:9.7490234375rem;left:6.59375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4DKw4wonABlCHQcvpnUW11qdm6tBmHT { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.375rem;left:28.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KRaiy6mrKTx7SnTKQwEac2962kkyCSya { background-color:#ffffff;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { background-color: transparent; background-image: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container > .video-iframe-container { display: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row > .video-iframe-container { display: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .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); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { border-width: 0; border-radius: 0; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { font-size:0.875rem;font-family:"open sans";height:14.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#Fm8Kq5umbkrnbz1HdCVZCsaA1muQKMGw { color:#000000;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:4.75rem;left:5.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OBfAFSOv7m6qnfGNaMp6rOVUIDgTR2P3 { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:9.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container { background-color: transparent; background-image: none; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container > .video-iframe-container { display: none; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row > .video-iframe-container { display: none; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .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); }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container { border-width: 0; border-radius: 0; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container { font-size:0.875rem;font-family:"open sans";height:34.6875rem;width:60rem;position:relative;display:block; }#yKz5wXLCuXn4IgA0xZaAMP8cqRqsq3PK { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:4.9375rem;left:3.375rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:16.9375rem;left:13.84375rem;height:;font-style:normal;display:block; }#xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT li:before{  }
#wBFPFIrLmLTexTkhXiyqRe3zV9aeQzFD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:31rem;left:23.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container { background-color: transparent; background-image: none; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container > .video-iframe-container { display: none; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row > .video-iframe-container { display: none; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .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); }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container { border-width: 0; border-radius: 0; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container { font-size:0.875rem;font-family:"open sans";height:55.3125rem;width:60rem;position:relative;display:block; }#Kes4if6JKU6hZCTDwZuRVvV6U3TgCJmx { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:8.75rem;left:5.03125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDbJcA77rThy4x1TUkWrb5oBcb2bHqpv { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.84375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:40.0625rem;left:6.9375rem;height:11.920875rem;font-style:normal;display:block; }#QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F li:before{  }
#JhMhhC7Kn76OGmVxxbThp1T0bRPIyNJ4 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:35.625rem;left:14.71875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHDIN36shyrTNrPl5OHbGoVP7tJr9mgl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:28.125rem;top:16rem;left:15.9375rem;overflow:hidden;display:block; }
#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container { background-color: transparent; background-image: none; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container > .video-iframe-container { display: none; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row > .video-iframe-container { display: none; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .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); }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container { border-width: 0; border-radius: 0; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container { font-size:0.875rem;font-family:"open sans";height:43.6875rem;width:60rem;position:relative;display:block; }#hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:8.1875rem;left:17.375rem;height:12.375rem;font-style:normal;display:block; }#hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL li:before{  }
#Xv5HGpEUTGcJ0DJ5UTmvm3Z2JO4rPahl { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:3.5625rem;left:21.09375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTlnC5pevbKlMq7kNaxVSRzSh9m1oKPX { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:22.8271484375rem;left:15.46875rem;display:block; }
#qD2XX7QPnMRL8ihWT9MUabT76q8WiURZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Aw4eMFt32FQuLm97Kftwcha7OOgQ6gVn { color:#000000;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:30.1396484375rem;left:4.4375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .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; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#000000;padding-top:0.553125rem;padding-right:0.503125rem;padding-bottom:0.553125rem;padding-left:0.503125rem;display:block;align-items:center;width:3.020625rem;min-width:3.020625rem;height:2.973125rem;position:relative;font-family:"open sans";font-size:2.21375rem;font-weight:700;line-height:47.57px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-text.counter-label { background-color:;background-image:none;color:#020202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.345625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.0275rem;height:1.174375rem;position:relative;font-family:"open sans";font-size:0.829375rem;font-weight:400;line-height:18.79px;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; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:20.125rem;height:5.599375rem;padding-top:0.691875rem;padding-right:0.719375rem;padding-bottom:0.691875rem;padding-left:0.719375rem;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:34rem;left:17.873046875rem;z-index:100005; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #i5hpRCX6uKsJ8rOA1qu7IHOQTITg3Mkh { display:flex;position:relative;top:0rem;left:0rem; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #OQVSyH5dEwA5eodpUlHPqoNSoT3LyBvH { width:auto; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #PyKr9xn2mBJn7kEIKKxw6toZlHy2MK3U {  }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #tMwMBigJavwB8shfTJPE5ukZCHknespQ { display:flex;position:relative;top:0rem;left:0rem; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #R8ukf2h8dTbaSuAEv2VNyQFvLrklAHDF {  }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #VZuUcciUvMD1WsPPBmb2QkDlfu4fAy2N {  }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #WmWkBmCJysdgemcPRWPNoRZycpBof1ey { display:flex;position:relative;top:0rem;left:0rem; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #Mv3iWJ5WaHnkeqTwFCLd4C4HUlF9CR3X {  }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #S3HUTGNMG4DPQfvEok1KHQRrVS4Xxs3C {  }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #onx0fTLHCJepyo8sCLPngy8PXtn5qBeg { display:flex;position:relative;top:0rem;left:0rem; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #txqiXhaeKx9T28SKlJlKTxGl8MpNoAdG {  }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #IEoqHeCU6QKn9ytVdbVLurTxyg4KlMoW {  }
#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container { background-color: transparent; background-image: none; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container > .video-iframe-container { display: none; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row > .video-iframe-container { display: none; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .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); }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container { border-width: 0; border-radius: 0; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container { font-size:0.875rem;font-family:"open sans";height:40.3125rem;width:60rem;position:relative;display:block; }#i1C6IsnHcOUEZBHyaV6mzWSaaacs2MHD { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.78125rem;left:7.1875rem;height:15.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxvMvUKtDPTJhKlGZCUSI0edhHom0isS { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:19.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHNeMuIvbgGZoRgeu7VKib3N729ZUmWM { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:34.880859375rem;left:31.375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwgsFDpTuHFXkL1A1ggnJyaDiKgzT6bS { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34.875rem;left:20.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k74BQvzsDqpzhNdLFwngTxepWsLimRZa { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:11.5625rem;font-weight:300;z-index:100004;line-height:.5;letter-spacing:0;top:32.5rem;left:22.75rem;height:;font-style:normal;display:block; }
#EvBpFWKzHlJbuWHQPgQaFdqy4DM5CJET { color:#000000;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:9.03125rem;left:2.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#also4g9Wg69FvXzGrb8Zi0Taav9yP71w { position:absolute;display:block;z-index:100005;background-color:#000000;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:0.375rem;width:7.9375rem;top:36.474609375rem;left:22.0625rem;display:block; }
#IfsgouulUt82EqzgXkNf29kxxyguzAys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container { background-color: transparent; background-image: none; }#IfsgouulUt82EqzgXkNf29kxxyguzAys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container > .video-iframe-container { display: none; }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row > .video-iframe-container { display: none; }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .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); }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container { border-width: 0; border-radius: 0; }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container { font-size:0.875rem;font-family:"open sans";height:46.375rem;width:60rem;position:relative;display:block; }#TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:13.125rem;left:6.25rem;height:15.6328125rem;display:block; }#TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw li:before{  }
#sAEcwDCz4FCndpiSxJzKCUO4BCiTleT2 { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.625rem;left:10.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#moNtQNNxsnpz3OiAO5QLIry86UCKnz6O { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:33.25rem;left:5.71875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWE4CmGTDq38MZdUJwT85sBpD2ftRtXi { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.3515625rem;left:25.28125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Sl3EH7HGkwPoNZzK3Cen7NUHnuWdXbny { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:39.8125rem;left:15.46875rem;display:block; }
#nTeHtVm68oyqOHQeQ6tqqa0m1QEPvRK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container { background-color: transparent; background-image: none; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container > .video-iframe-container { display: none; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row > .video-iframe-container { display: none; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .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); }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container { border-width: 0; border-radius: 0; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container { font-size:0.875rem;font-family:"open sans";height:38.6875rem;width:60rem;position:relative;display:block; }#lZAhW5z0iUeI5W3xnN70V52AW2defzPI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:25.3125rem;top:6rem;left:0rem;overflow:hidden;display:block; }
#OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.1875rem;left:25.8125rem;height:;font-style:normal;display:block; }#OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN li:before{  }
#hn4pTZrsR5kxhz5asQJhndW70yhIvoMp { color:#000000;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.25rem;left:24.625rem;height:7.71484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KX6PpIBAi4Pr8Q6JCUiedXxGSGst9qbn { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:27.78125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container { background-color: transparent; background-image: none; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container > .video-iframe-container { display: none; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row > .video-iframe-container { display: none; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .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); }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container { border-width: 0; border-radius: 0; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container { font-size:0.875rem;font-family:"open sans";height:54rem;width:60rem;position:relative;display:block; }#zPcW1Fiu0uCkkv4pb5bCRrPTSvHGskRF { color:#000000;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.25rem;height:33.62399375rem;font-style:normal;display:block; }
#Q8g6fBPiLOWK26ZzcGXXqVx6xDBx8eRo { color:#000000;display:block;width:43rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.53125rem;left:8.5rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#TerTTRCMp6Uk8WKkJISu1f80M11hWV9a { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:4.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:46.875rem;left:19.28125rem;display:block; }
#JVXnTA2KFKJk8Pm6gs5Uhggecaxg1A3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TGbobXrysUuZ52Cr2rSy994RVa1wOQHB { display:block; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBhy3eQP49kuA7A59ze9LUTTnbrlCeRK { top:1.4375rem;left:26.1865234375rem;width:11.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir { display:flex;width:18rem;height:5.0625rem;top:29.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #EyNTGDlbs84QM02m0MzbF2pgG5BeKBfK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #b8tbL44mUqnuZN5IXKUpivbXH9cebn5t {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #vsnOgOOrzFRiI5wHIIJK2CxHEgLCzmhI {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #OwmdzdxQ2P01wdvtwyRVAAuEWBgZT9aE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #mfXxtyKehPkcFJV5VWEyODV9qchX9PBR {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #OXGFM7lMsg0MuvKRN8UE3dJDfWNcNzp7 {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #wKExhPX1vaTk5vNulBEiggJ8LxOlmhH0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #nMdoWRDTJ0h5y4wtgkqEQldxv1ONnZcw {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #LEZSOycNEhSSac2mH1loe6kongzWgC5U {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #ClR8RcKr8p8523vW3bhaqK0meRX5iPFz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #IZe39l9zS6w3gxKS4T8DDwaLghSvJymQ {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #pAqeOfOFT0qCkRtUsNbHTVErxqb6Qh24 {  }
 }@media only screen and (max-width: 763px) { #TJA2kErwzbqE8qO90JVHJAblhtHnR7yN { top:0.5rem;left:0rem;width:4.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5CzgiT9a65yc7PnIJl6fZFONekVKXBR { display:block; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEeredN20ZVvWBNvXeaxOJoTJouAG9Oz { top:1.625rem;left:6.15625rem;width:35.375rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohmWvmbdILKLo1xQo6lBX7PSaqiMli6t { top:2rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW4Tseu7oXTyk3mrdEaWKoTEveV7tqgT { top:9.6875rem;left:0.46875rem;width:46.8125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DKw4wonABlCHQcvpnUW11qdm6tBmHT { top:8.8125rem;left:0rem;width:16.75rem;height:17.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRaiy6mrKTx7SnTKQwEac2962kkyCSya { background-color:#fafafa;background-image:none;display:block; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { background-color: transparent; background-image: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container > .video-iframe-container { display: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row > .video-iframe-container { display: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .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); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { height:47.8125rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm8Kq5umbkrnbz1HdCVZCsaA1muQKMGw { top:4.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfAFSOv7m6qnfGNaMp6rOVUIDgTR2P3 { top:10.3125rem;left:3.6875rem;width:40.375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ { display:block; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKz5wXLCuXn4IgA0xZaAMP8cqRqsq3PK { top:4.9375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT { top:16.9375rem;left:7.71875rem;width:32.3125rem;height:10.25rem;font-size:1rem;display:block; }#xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT li:before{  }
 }@media only screen and (max-width: 763px) { #wBFPFIrLmLTexTkhXiyqRe3zV9aeQzFD { top:31rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP { display:block; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kes4if6JKU6hZCTDwZuRVvV6U3TgCJmx { top:8.75rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDbJcA77rThy4x1TUkWrb5oBcb2bHqpv { top:3.3125rem;left:6.71875rem;width:36.3125rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F { top:40.0625rem;left:0.8125rem;width:46.125rem;height:11.875rem;font-size:1rem;display:block; }#QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F li:before{  }
 }@media only screen and (max-width: 763px) { #JhMhhC7Kn76OGmVxxbThp1T0bRPIyNJ4 { top:35.625rem;left:8.59375rem;width:30.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDIN36shyrTNrPl5OHbGoVP7tJr9mgl { top:16rem;left:9.8125rem;width:28.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs { display:block; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL { top:8.1875rem;left:11.25rem;width:25.25rem;height:12.375rem;font-size:1rem;display:block; }#hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL li:before{  }
 }@media only screen and (max-width: 763px) { #Xv5HGpEUTGcJ0DJ5UTmvm3Z2JO4rPahl { top:3.5625rem;left:14.96875rem;width:17.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTlnC5pevbKlMq7kNaxVSRzSh9m1oKPX { width:29.0625rem;height:4.1875rem;top:22.8125rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD2XX7QPnMRL8ihWT9MUabT76q8WiURZ { display:block; }
 }@media only screen and (max-width: 763px) { #Aw4eMFt32FQuLm97Kftwcha7OOgQ6gVn { top:30.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx { display:flex;width:18rem;height:5.0625rem;top:29.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #i5hpRCX6uKsJ8rOA1qu7IHOQTITg3Mkh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #OQVSyH5dEwA5eodpUlHPqoNSoT3LyBvH {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #PyKr9xn2mBJn7kEIKKxw6toZlHy2MK3U {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #tMwMBigJavwB8shfTJPE5ukZCHknespQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #R8ukf2h8dTbaSuAEv2VNyQFvLrklAHDF {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #VZuUcciUvMD1WsPPBmb2QkDlfu4fAy2N {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #WmWkBmCJysdgemcPRWPNoRZycpBof1ey { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #Mv3iWJ5WaHnkeqTwFCLd4C4HUlF9CR3X {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #S3HUTGNMG4DPQfvEok1KHQRrVS4Xxs3C {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #onx0fTLHCJepyo8sCLPngy8PXtn5qBeg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #txqiXhaeKx9T28SKlJlKTxGl8MpNoAdG {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #IEoqHeCU6QKn9ytVdbVLurTxyg4KlMoW {  }
 }@media only screen and (max-width: 763px) { #U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk { display:block; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1C6IsnHcOUEZBHyaV6mzWSaaacs2MHD { top:14.75rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxvMvUKtDPTJhKlGZCUSI0edhHom0isS { top:2.9375rem;left:13.25rem;width:21.25rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNeMuIvbgGZoRgeu7VKib3N729ZUmWM { top:34.875rem;left:25.25rem;width:7.625rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgsFDpTuHFXkL1A1ggnJyaDiKgzT6bS { top:34.875rem;left:14.5625rem;width:10.6875rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74BQvzsDqpzhNdLFwngTxepWsLimRZa { top:32.5rem;left:16.625rem;width:3.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvBpFWKzHlJbuWHQPgQaFdqy4DM5CJET { top:9rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #also4g9Wg69FvXzGrb8Zi0Taav9yP71w { top:36.4375rem;left:15.9375rem;width:7.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfsgouulUt82EqzgXkNf29kxxyguzAys { display:block; }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw { top:13.125rem;left:0.125rem;width:47.5rem;height:15.625rem;font-size:1rem;display:block; }#TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw li:before{  }
 }@media only screen and (max-width: 763px) { #sAEcwDCz4FCndpiSxJzKCUO4BCiTleT2 { top:3.625rem;left:4.375rem;width:39rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNtQNNxsnpz3OiAO5QLIry86UCKnz6O { top:33.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWE4CmGTDq38MZdUJwT85sBpD2ftRtXi { top:8.3125rem;left:19.15625rem;width:9.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl3EH7HGkwPoNZzK3Cen7NUHnuWdXbny { width:29.0625rem;height:4.1875rem;top:39.8125rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTeHtVm68oyqOHQeQ6tqqa0m1QEPvRK5 { display:block; }
 }@media only screen and (max-width: 763px) { #zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC { display:block; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZAhW5z0iUeI5W3xnN70V52AW2defzPI { top:6rem;left:0rem;width:25.3125rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN { top:16.1875rem;left:15.625rem;width:32.125rem;height:;font-size:1rem;display:block; }#OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN li:before{  }
 }@media only screen and (max-width: 763px) { #hn4pTZrsR5kxhz5asQJhndW70yhIvoMp { top:2.25rem;left:12.375rem;width:35.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX6PpIBAi4Pr8Q6JCUiedXxGSGst9qbn { top:12.4375rem;left:19.5625rem;width:28.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWWsJo06fos8M8LkVI8RaRIrweUbfsHz { display:block; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPcW1Fiu0uCkkv4pb5bCRrPTSvHGskRF { top:9.6875rem;left:0rem;width:47.75rem;height:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8g6fBPiLOWK26ZzcGXXqVx6xDBx8eRo { top:3.5rem;left:2.375rem;width:43rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerTTRCMp6Uk8WKkJISu1f80M11hWV9a { width:21.4375rem;height:4.1875rem;top:46.875rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVXnTA2KFKJk8Pm6gs5Uhggecaxg1A3M { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TGbobXrysUuZ52Cr2rSy994RVa1wOQHB { position:relative;z-index:auto;display:block; }#TGbobXrysUuZ52Cr2rSy994RVa1wOQHB > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBhy3eQP49kuA7A59ze9LUTTnbrlCeRK { width:6.0620125rem;height:2.111325rem;top:1.2872314453125rem;left:1.06201171875rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .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; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-text.counter-number { padding-top:0.271875rem;padding-right:0.2425rem;padding-bottom:0.271875rem;padding-left:0.2425rem;width:1.4525rem;min-width:1.4525rem;height:1.460625rem;font-size:1.086875rem;line-height:23.37px;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; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.9375rem;height:0.576875rem;font-size:0.408125rem;line-height:9.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir { display:flex;width:11.75rem;height:2.75125rem;top:0.50206798315048rem;left:8.035385251045rem;padding-top:0.264375rem;padding-right:0.27rem;padding-bottom:0.264375rem;padding-left:0.27rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #EyNTGDlbs84QM02m0MzbF2pgG5BeKBfK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #b8tbL44mUqnuZN5IXKUpivbXH9cebn5t {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #vsnOgOOrzFRiI5wHIIJK2CxHEgLCzmhI {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #OwmdzdxQ2P01wdvtwyRVAAuEWBgZT9aE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #mfXxtyKehPkcFJV5VWEyODV9qchX9PBR {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #OXGFM7lMsg0MuvKRN8UE3dJDfWNcNzp7 {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #wKExhPX1vaTk5vNulBEiggJ8LxOlmhH0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #nMdoWRDTJ0h5y4wtgkqEQldxv1ONnZcw {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #LEZSOycNEhSSac2mH1loe6kongzWgC5U {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #ClR8RcKr8p8523vW3bhaqK0meRX5iPFz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #IZe39l9zS6w3gxKS4T8DDwaLghSvJymQ {  }
 }@media only screen and (max-width: 763px) { #TaUxMMDCVUqIHZOl0Ehm97tWgJwCEhir #pAqeOfOFT0qCkRtUsNbHTVErxqb6Qh24 {  }
 }@media only screen and (max-width: 763px) { #TJA2kErwzbqE8qO90JVHJAblhtHnR7yN { width:4.875rem;height:3.3125rem;top:0.5rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5CzgiT9a65yc7PnIJl6fZFONekVKXBR { display:block; }#B5CzgiT9a65yc7PnIJl6fZFONekVKXBR > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEeredN20ZVvWBNvXeaxOJoTJouAG9Oz { width:20rem;height:0;top:1.875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohmWvmbdILKLo1xQo6lBX7PSaqiMli6t { width:20rem;height:4.0625rem;top:2.01171875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.5625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #wW4Tseu7oXTyk3mrdEaWKoTEveV7tqgT { width:16.625rem;height:0;top:1.3369140625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100021;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #V4DKw4wonABlCHQcvpnUW11qdm6tBmHT { width:16.5rem;height:17.14454375rem;top:8.71875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100022;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KRaiy6mrKTx7SnTKQwEac2962kkyCSya { background-color:#ffffff;background-image:none;display:block; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { background-color: transparent; background-image: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container > .video-iframe-container { display: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row > .video-iframe-container { display: none; }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .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); }#KRaiy6mrKTx7SnTKQwEac2962kkyCSya > .row .container { height:17.125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm8Kq5umbkrnbz1HdCVZCsaA1muQKMGw { width:15.875rem;height:6.499rem;top:2.75rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfAFSOv7m6qnfGNaMp6rOVUIDgTR2P3 { width:20rem;height:2.2744125rem;top:12.005859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ { display:block; }#r5co9nRW9W2hTiQK5iOtns1k9VzzI1FJ > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKz5wXLCuXn4IgA0xZaAMP8cqRqsq3PK { width:20rem;height:13.5rem;top:1.90625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT { width:20rem;height:14.69825rem;top:17.681640625rem;left:0rem;display:block; }#xx7C7XLMQxtUfcaviJ5tBgEESTS7KZHT li:before{  }
 }@media only screen and (max-width: 763px) { #wBFPFIrLmLTexTkhXiyqRe3zV9aeQzFD { width:12.5rem;height:1.29980625rem;top:33.75rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP { display:block; }#F6VhPfq17HkvTeOJdzQHd8U9DREpJ9AP > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kes4if6JKU6hZCTDwZuRVvV6U3TgCJmx { width:19.125rem;height:10.5rem;top:4.5625rem;left:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDbJcA77rThy4x1TUkWrb5oBcb2bHqpv { width:20rem;height:1.7871125rem;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) { #QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F { width:20rem;height:19.88475rem;top:36.375rem;left:0rem;display:block; }#QvO4XpXdbwIG2tQBZuZG0DJzCiFTZl4F li:before{  }
 }@media only screen and (max-width: 763px) { #JhMhhC7Kn76OGmVxxbThp1T0bRPIyNJ4 { width:13.4375rem;height:3.57421875rem;top:31.125rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDIN36shyrTNrPl5OHbGoVP7tJr9mgl { width:20rem;height:11.822222222222rem;top:16.5712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs { display:block; }#MQdSqC3EiPpQTpiK3RRMf8bXZC3zF8Rs > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL { width:16.125rem;height:12.75rem;top:5.875rem;left:1.9375rem;display:block; }#hs4LaR79HaLHrJ4XteJrD4ad4sfDLXhL li:before{  }
 }@media only screen and (max-width: 763px) { #Xv5HGpEUTGcJ0DJ5UTmvm3Z2JO4rPahl { width:17.8125rem;height:1.5rem;top:3.0625rem;left:1.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTlnC5pevbKlMq7kNaxVSRzSh9m1oKPX { width:16.625rem;height:3.3125rem;top:20.625rem;left:1.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qD2XX7QPnMRL8ihWT9MUabT76q8WiURZ { display:block; }
 }@media only screen and (max-width: 763px) { #Aw4eMFt32FQuLm97Kftwcha7OOgQ6gVn { width:18.5rem;height:6.499025rem;top:25.625rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .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; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.376875rem;padding-bottom:0.413125rem;padding-left:0.376875rem;width:2.258125rem;min-width:2.258125rem;height:2.218125rem;font-size:1.65125rem;line-height:35.49px;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; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0125rem;height:0.875625rem;font-size:0.62rem;line-height:14.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx { display:flex;width:16.0625rem;height:4.1777375rem;top:33.1953125rem;left:1.546875rem;padding-top:0.401875rem;padding-right:0.42rem;padding-bottom:0.401875rem;padding-left:0.42rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #i5hpRCX6uKsJ8rOA1qu7IHOQTITg3Mkh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #OQVSyH5dEwA5eodpUlHPqoNSoT3LyBvH {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #PyKr9xn2mBJn7kEIKKxw6toZlHy2MK3U {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #tMwMBigJavwB8shfTJPE5ukZCHknespQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #R8ukf2h8dTbaSuAEv2VNyQFvLrklAHDF {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #VZuUcciUvMD1WsPPBmb2QkDlfu4fAy2N {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #WmWkBmCJysdgemcPRWPNoRZycpBof1ey { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #Mv3iWJ5WaHnkeqTwFCLd4C4HUlF9CR3X {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #S3HUTGNMG4DPQfvEok1KHQRrVS4Xxs3C {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #onx0fTLHCJepyo8sCLPngy8PXtn5qBeg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #txqiXhaeKx9T28SKlJlKTxGl8MpNoAdG {  }
 }@media only screen and (max-width: 763px) { #TTXgoGuuXG6ymqprOpwKeWkTmirmoGkx #IEoqHeCU6QKn9ytVdbVLurTxyg4KlMoW {  }
 }@media only screen and (max-width: 763px) { #U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk { display:block; }#U8hXbTWgw2rZNq9Ze3u5E8RBMyqPIkdk > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1C6IsnHcOUEZBHyaV6mzWSaaacs2MHD { width:18.6875rem;height:31.5rem;top:15.21875rem;left:0.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxvMvUKtDPTJhKlGZCUSI0edhHom0isS { width:18.25rem;height:1.7871125rem;top:3.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNeMuIvbgGZoRgeu7VKib3N729ZUmWM { width:7.625rem;height:3rem;top:50.0625rem;left:11.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgsFDpTuHFXkL1A1ggnJyaDiKgzT6bS { width:10.6875rem;height:2.92480625rem;top:50.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74BQvzsDqpzhNdLFwngTxepWsLimRZa { width:6.3125rem;height:0;top:52.875rem;left:2.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EvBpFWKzHlJbuWHQPgQaFdqy4DM5CJET { width:20rem;height:6rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #also4g9Wg69FvXzGrb8Zi0Taav9yP71w { width:7.9375rem;height:0.375rem;top:51.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfsgouulUt82EqzgXkNf29kxxyguzAys { display:block; }#IfsgouulUt82EqzgXkNf29kxxyguzAys > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw { width:20rem;height:23.4345625rem;top:10.2197265625rem;left:0rem;text-align:left;text-align-last:left;display:block; }#TxbBcuJxVqTdwdAqZTRFaCO29XeMSxHw li:before{  }
 }@media only screen and (max-width: 763px) { #sAEcwDCz4FCndpiSxJzKCUO4BCiTleT2 { width:20rem;height:1.7871125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNtQNNxsnpz3OiAO5QLIry86UCKnz6O { width:20rem;height:6rem;top:36.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NWE4CmGTDq38MZdUJwT85sBpD2ftRtXi { width:9.4375rem;height:1.29980625rem;top:6.1875rem;left:5.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sl3EH7HGkwPoNZzK3Cen7NUHnuWdXbny { width:19rem;height:4.1875rem;top:43.6875rem;left:0.5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nTeHtVm68oyqOHQeQ6tqqa0m1QEPvRK5 { display:block; }
 }@media only screen and (max-width: 763px) { #zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC { display:block; }#zZ71woIa6L9qpPT0GJmrKAOmvfkITKdC > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZAhW5z0iUeI5W3xnN70V52AW2defzPI { width:20rem;height:25.875rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN { width:20rem;height:23.3466875rem;top:17.125rem;left:0rem;display:block; }#OnTAwVR3TuZW7zUeb0u36mIF2HJBstNN li:before{  }
 }@media only screen and (max-width: 763px) { #hn4pTZrsR5kxhz5asQJhndW70yhIvoMp { width:20rem;height:9.0986375rem;top:3.1513671875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KX6PpIBAi4Pr8Q6JCUiedXxGSGst9qbn { width:20rem;height:2.5996125rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWWsJo06fos8M8LkVI8RaRIrweUbfsHz { display:block; }#zWWsJo06fos8M8LkVI8RaRIrweUbfsHz > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPcW1Fiu0uCkkv4pb5bCRrPTSvHGskRF { width:20rem;height:50.69239375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8g6fBPiLOWK26ZzcGXXqVx6xDBx8eRo { width:20rem;height:3.57421875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerTTRCMp6Uk8WKkJISu1f80M11hWV9a { width:19rem;height:3.375rem;top:60.004875rem;left:0.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JVXnTA2KFKJk8Pm6gs5Uhggecaxg1A3M { display:block; }
 }