.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;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#ZTr0ZQtITPAAyK0zbpfw2dZI0bOZiZtf { color:rgba(255,255,255,0.7);display:block;width:12.125rem;position:absolute;font-family:"seaweed script";font-size:2.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.60624998807907rem;left:0.3125rem;height:3.4125rem;display:block; }
#QW2rP0aMclQqFB9kFSTENwbNOGJV9xIw { color:rgba(255,255,255,0.7);display:block;width:12.125rem;position:absolute;font-family:"seaweed script";font-size:1.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:8.0625rem;height:2.51875rem;display:block; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .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; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d8a9;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE { 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:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:0.5625rem;left:18.39999961853rem;z-index:100003; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #SuKt9cOEF31ZqIBD36vFarPbzGhc4wrt { display:flex;position:relative;top:0rem;left:0rem; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #Qtf8QMW8ZVpb3MxFoiBHrlshvOybP6WI { width:auto; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #qOLT8qJkZWQ2uIXZhUtm84k7Moeoo5Eg {  }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #HITeyCkUAWUfnUMzvEWbHKycZEQR0KHn { display:flex;position:relative;top:0rem;left:0rem; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #rq9d6EODTlb9rE4kwP1wCkhAnCBbu17b {  }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #yhT26AckIyetMiyBrpWdtKZnNOITbKwo {  }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #Id3vRqCSe1676HhNpoZviSkfnKTcoQKg { display:flex;position:relative;top:0rem;left:0rem; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #UC06bcxBVNsPzuTqS58idT6z5Cw02UDT {  }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #gIl2ecI97sNSgZUkf3H5TTn0D2uK5hph {  }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #SgghNqVGuECcho6xBCEk8eNiRauKMCUI { display:flex;position:relative;top:0rem;left:0rem; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #cEyyKBfWhTBfO06dtRByfsPwbLOFUSxa {  }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #THMTfTLBGtwHJtTP3I13HoCtASuJEodz {  }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/GcKQ6hrR/10_Day_Total_Mind_Body_Detox_Feature_Thumbnails_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,96,102,0.27); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,96,102,0.27); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:60rem;height:51.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:300;z-index:100000;line-height:1.1;letter-spacing:0;top:6.1875rem;left:0rem;height:7.7rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:2.925rem;color:#00c2ca;font-style:normal;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22.312500953674rem;left:0rem;height:;color:#515151;font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
#mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:48.0625rem;left:6.5rem;height:1.525rem;color:#000000;font-style:normal;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#c6861d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:22.4375rem;height:4.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:42.9375rem;left:0rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa { position:relative;display:block; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa { background-color: transparent; background-image: none; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row .container > .video-iframe-container { display: none; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row > .video-iframe-container { display: none; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .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); }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa { border-width: 0; border-radius: 0; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#efLLP3hF45dg4NrVPM9BwmXNKCkXWcR2 { color:#000000;display:block;width:48.875rem;position:absolute;font-family:caveat;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9073486328125E-6rem;left:0rem;height:3.25rem;display:block; }
#Xf77MHCJe5uBMt44S9JK3BOEssEwe7Lt { color:#000000;display:block;width:44.125rem;position:absolute;font-family:"albertus medium";font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0124969482422rem;left:11.4375rem;height:4.0625rem;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .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); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4cac8f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:4.0625rem;left:6.5625rem;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:13.949999809265rem;left:0rem;height:7rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:13.949999809265rem;left:20.625001907349rem;height:5.6rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.625rem;left:20.625rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4cac8f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:4.0625rem;left:27.1875rem;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:13.949999809265rem;left:40.406251907349rem;height:8.4rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.25rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4cac8f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:4.0625rem;left:47.8125rem;display:block; }
#zQW2gO6wCvofWfleylzscrIg4iLrioTm { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:4.3437504768372rem;left:6.84375rem;overflow:hidden;display:block; }
#o3e9TULvTvNE9pJvGJbpPDR4orLTa8xK { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:4.3437504768372rem;left:27.468751907349rem;overflow:hidden;display:block; }
#KzE4EOLtNpBIFxrwaIaOTDhoAHVGGG78 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:4.3437504768372rem;left:48.09335899353rem;overflow:hidden;display:block; }
#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 { position:relative;display:block; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 { background-color: transparent; background-image: none; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row .container > .video-iframe-container { display: none; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row > .video-iframe-container { display: none; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .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); }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 { border-width: 0; border-radius: 0; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#T0ATp4n0JqqTMbPpnslTOLgKhStIGr6p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4cac8f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100001;top:1.625rem;left:27.187501907349rem;display:block; }
#bMhoDTPTptkHCounqJdSWReuZ1zUbNdD { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:8.5874977111819rem;left:20.625001907349rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHNM4MdE1HuS78c8IfAw9Xdxvz2nausP { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:11.099605560302rem;left:20.625001907349rem;height:4.2rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#UVUnWhEzK1RnXxVdkGGvTgsLtUhocmII { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:1.9062452316284rem;left:27.468751907349rem;overflow:hidden;display:block; }
#VvOCZUNT1t8V52Ti8sABwZeoAFFCTvkn { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"marck script";font-size:3.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.98125rem;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .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); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.56093215942383rem;left:4.90625rem;height:3.7375rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:12.999607086182rem;left:16.687501907349rem;height:2.275rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#WF45JLI15etGqDtF05REd8bRBcePrPVe { color:#fa0303;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:4.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.5617179870606rem;left:23.750001907349rem;height:;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; }
#RCE9hXMJEtkS385JWkgsqfao4qOwXyDh { background-color:#c6861d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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:22.4375rem;height:4.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:17.56210899353rem;left:18.781251907349rem;display:block; }
#t6PORFeEuqdwk8oE1HlJUykWxo7ALDfM { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;background-image:none;position:relative;display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { background-color: transparent; background-image: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .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); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { border-width: 0; border-radius: 0; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.43593788147rem;left:19.312501907349rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.65625rem;left:34.000001907349rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:12.5rem;top:2.6234378814698rem;left:23.750001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTr0ZQtITPAAyK0zbpfw2dZI0bOZiZtf { top:0.5625rem;left:0rem;width:12.125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW2rP0aMclQqFB9kFSTENwbNOGJV9xIw { top:3.3125rem;left:1.9375rem;width:12.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .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; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .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; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE { width:18rem;height:5.0625rem;display:flex;top:0rem;left:15.02499961853rem;z-index:100003; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #SuKt9cOEF31ZqIBD36vFarPbzGhc4wrt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #Qtf8QMW8ZVpb3MxFoiBHrlshvOybP6WI {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #qOLT8qJkZWQ2uIXZhUtm84k7Moeoo5Eg {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #HITeyCkUAWUfnUMzvEWbHKycZEQR0KHn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #rq9d6EODTlb9rE4kwP1wCkhAnCBbu17b {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #yhT26AckIyetMiyBrpWdtKZnNOITbKwo {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #Id3vRqCSe1676HhNpoZviSkfnKTcoQKg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #UC06bcxBVNsPzuTqS58idT6z5Cw02UDT {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #gIl2ecI97sNSgZUkf3H5TTn0D2uK5hph {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #SgghNqVGuECcho6xBCEk8eNiRauKMCUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #cEyyKBfWhTBfO06dtRByfsPwbLOFUSxa {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #THMTfTLBGtwHJtTP3I13HoCtASuJEodz {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:7.6875rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:47.75rem;height:2.875rem;top:18rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:36.8125rem;height:11.3125rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:9.4375rem;height:1.4375rem;top:48.0625rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:22.4375rem;height:4.1875rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa { display:block; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efLLP3hF45dg4NrVPM9BwmXNKCkXWcR2 { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf77MHCJe5uBMt44S9JK3BOEssEwe7Lt { top:3rem;left:3.625rem;width:44.125rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.9375rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:7rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:5.5625rem;top:13.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:19.1875rem;height:8.375rem;top:13.9375rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQW2gO6wCvofWfleylzscrIg4iLrioTm { top:4.3125rem;left:4.78125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3e9TULvTvNE9pJvGJbpPDR4orLTa8xK { top:4.3125rem;left:21.281251907349rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzE4EOLtNpBIFxrwaIaOTDhoAHVGGG78 { top:4.3125rem;left:37.78085899353rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 { display:block; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ATp4n0JqqTMbPpnslTOLgKhStIGr6p { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMhoDTPTptkHCounqJdSWReuZ1zUbNdD { width:18.75rem;height:1.9375rem;top:8.5625rem;left:14.500001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNM4MdE1HuS78c8IfAw9Xdxvz2nausP { width:18.75rem;height:4.1875rem;top:11.0625rem;left:14.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVUnWhEzK1RnXxVdkGGvTgsLtUhocmII { top:1.875rem;left:21.343751907349rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvOCZUNT1t8V52Ti8sABwZeoAFFCTvkn { top:0rem;left:0rem;width:22.375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:47.75rem;height:3.6875rem;top:0.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:26.625rem;height:2.25rem;top:12.9375rem;left:10.562501907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF45JLI15etGqDtF05REd8bRBcePrPVe { top:5.5rem;left:17.625001907349rem;width:12.5rem;height:;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCE9hXMJEtkS385JWkgsqfao4qOwXyDh { width:22.4375rem;height:4.1875rem;top:17.5rem;left:12.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6PORFeEuqdwk8oE1HlJUykWxo7ALDfM { display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { top:8.375rem;left:13.187501907349rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { top:8.625rem;left:27.875001907349rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { top:10.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { top:2.5625rem;left:17.625001907349rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTr0ZQtITPAAyK0zbpfw2dZI0bOZiZtf { width:13.5rem;height:2.51875rem;top:1.125rem;left:0.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW2rP0aMclQqFB9kFSTENwbNOGJV9xIw { width:12.125rem;height:2.51875rem;top:3.625rem;left:3.9374998807907rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .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; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE .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; }
#TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE { width:18rem;height:5.0625rem;display:flex;top:6.1437501907349rem;left:0.9375rem;z-index:100003; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #SuKt9cOEF31ZqIBD36vFarPbzGhc4wrt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #Qtf8QMW8ZVpb3MxFoiBHrlshvOybP6WI {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #qOLT8qJkZWQ2uIXZhUtm84k7Moeoo5Eg {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #HITeyCkUAWUfnUMzvEWbHKycZEQR0KHn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #rq9d6EODTlb9rE4kwP1wCkhAnCBbu17b {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #yhT26AckIyetMiyBrpWdtKZnNOITbKwo {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #Id3vRqCSe1676HhNpoZviSkfnKTcoQKg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #UC06bcxBVNsPzuTqS58idT6z5Cw02UDT {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #gIl2ecI97sNSgZUkf3H5TTn0D2uK5hph {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #SgghNqVGuECcho6xBCEk8eNiRauKMCUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #cEyyKBfWhTBfO06dtRByfsPwbLOFUSxa {  }
 }@media only screen and (max-width: 763px) { #TsQJQ7ZTqzM6mPacc1X0cuCVlTE9qtbE #THMTfTLBGtwHJtTP3I13HoCtASuJEodz {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/0qz4vV-jxOQ/unsplash/stacy-barnes-0qz4vV-jxOQ-photo-1562534104-6b964ad63e56.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,69,69,0.54); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,69,69,0.54); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:5.15625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:20rem;height:0;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:20rem;height:11.025rem;top:7.6rem;left:0rem;font-size:1.125rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:11rem;height:1.38125rem;top:24.8rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:15.625rem;height:3.75rem;top:19.8rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa { display:block; }#QfbTdZ7XJKPgauvGrwLFeclbUPoKXnKa > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efLLP3hF45dg4NrVPM9BwmXNKCkXWcR2 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf77MHCJe5uBMt44S9JK3BOEssEwe7Lt { width:20rem;height:5.2rem;top:7.7rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.95rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:7rem;top:11.325rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:5.6rem;top:32.1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:18.75rem;height:1.95rem;top:28.9rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:22.025rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:8.4rem;top:49.025rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:18.75rem;height:1.95rem;top:45.825rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:38.95rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQW2gO6wCvofWfleylzscrIg4iLrioTm { width:5.0625rem;height:5.0625rem;top:1.53125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3e9TULvTvNE9pJvGJbpPDR4orLTa8xK { width:5.0625rem;height:5.0625rem;top:22.30625rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzE4EOLtNpBIFxrwaIaOTDhoAHVGGG78 { width:5.0625rem;height:5.0625rem;top:39.23125rem;left:7.4683609008787rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 { display:block; }#hbVf9RBBlCTvfnQVX1pbzOryEUF3sT91 > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ATp4n0JqqTMbPpnslTOLgKhStIGr6p { width:5.625rem;height:5.625rem;top:3.7808609008789rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMhoDTPTptkHCounqJdSWReuZ1zUbNdD { width:18.75rem;height:1.95rem;top:10rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHNM4MdE1HuS78c8IfAw9Xdxvz2nausP { width:18.75rem;height:4.2rem;top:12.512500762939rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVUnWhEzK1RnXxVdkGGvTgsLtUhocmII { width:5.0625rem;height:5.0625rem;top:4.0621109008789rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvOCZUNT1t8V52Ti8sABwZeoAFFCTvkn { width:20rem;height:2.6rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:19.3125rem;height:1.625rem;top:11.55rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF45JLI15etGqDtF05REd8bRBcePrPVe { width:4.9375rem;height:2.6rem;top:7.7rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCE9hXMJEtkS385JWkgsqfao4qOwXyDh { width:19rem;height:4.1875rem;top:14.425rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6PORFeEuqdwk8oE1HlJUykWxo7ALDfM { display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { width:6.125rem;height:1.1375rem;top:8.3121099472044rem;left:1.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { width:4.6875rem;height:1.1375rem;top:8.3121099472044rem;left:11.500000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { width:18.75rem;height:15.6rem;top:10.062109947204rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { width:13.5625rem;height:7.4375rem;top:0.93710994720456rem;left:3.2187501192093rem;display:block; }
 }