.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#141414;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#o2c1f1d34c10fab9a9694a359f9d5305 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:12.5625rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { background-color:#c3b49f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-shadow: none;box-sizing:border-box;color:#141414;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:64.5rem;display:block; }
#t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .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; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#141414;background-image:none;color:#ffffff;padding-top:0.4525rem;padding-right:0.4225rem;padding-bottom:0.4525rem;padding-left:0.4225rem;display:block;align-items:center;width:2.5325rem;min-width:2.5325rem;height:2.431875rem;position:relative;font-family:optima;font-size:1.810625rem;font-weight:400;line-height:38.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .widget-text.counter-label { background-color:;background-image:none;color:#c3b49f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.283125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.376875rem;height:0.96125rem;position:relative;font-family:ddot;font-size:0.67875rem;font-weight:400;line-height:15.38px;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; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG { 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:#141414;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.875rem;height:4.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.8125rem;left:28.2412109375rem;z-index:15038; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #IDTnlZoQFrmKyAVODLSnQIP5oySIzMNP { display:flex;position:relative;top:0rem;left:0rem; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #exOxltszx4BA1SyBu0fJcK67LIo0iJwy { width:auto; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #LKDTXJKmhsbRtzcOBDP6NvJ3Nb5bKJSi {  }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #wb3ndgAe1qtJiyHaqwFbTkTwOWzzCHKo { display:flex;position:relative;top:0rem;left:0rem; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #Z53U2FKxlxvZxFAGPmXE3334Dh9KdTmO {  }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #CG6Lx9WXu08cvoQPJsoJGUEFH23mK8TC {  }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #BvRShTNWg07yKlxagzMLRXlsGMAnLAJy { display:flex;position:relative;top:0rem;left:0rem; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #gU3nn4XSHN4LZJRBxAKJv48LmZPhiAZs {  }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #EIWPCBo1xHk1AENbzExCaUm41fDTr1pm {  }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #I8VDUPvmgnSuWMawDuGqOGnVmmukd7zf { display:flex;position:relative;top:0rem;left:0rem; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #yvC81SHT8r0M0DFET2DWJdzgnRxs1uGr {  }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #aJHhyZafyCLrcM5muzaf8LaWgRC0JbwW {  }
#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { background-color: transparent; background-image: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .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); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { border-width: 0; border-radius: 0; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { color:#000000;display:block;width:75rem;position:absolute;font-family:optima;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0.421875rem;left:0rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#zLo5CteNpiJ170ScT5Z4Divmqh18reUA { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.6875rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vml39ys0crsZv2xODRNy5A7yObtVUdDE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ddot;font-size:4.6875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:11.5625rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ddot;font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:15.75rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:optima;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:21.3125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { position:absolute;display:block;z-index:15049;background-color:#ffffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.9375rem;top:24.9375rem;left:32.03125rem;display:block; }
#yU0hrkMc7S1cgsRVuinREHFTS4oXN7yv { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:optima;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:26.4375rem;left:18.8125rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { background-color: transparent; background-image: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .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); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { border-width: 0; border-radius: 0; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#VOpZpdQsmRZTKxsAsENBVgVTX87xTm9X { color:#1b1b1b;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.21875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { background-color: transparent; background-image: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .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); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { border-width: 0; border-radius: 0; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#GOTyTNiUovTvJpBWLrObA0lU28GT16Je { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:24.22802734375rem;left:37.5rem;overflow:hidden;display:block; }
#Iot6bzCLZBnDf2cChDhXMEJWHuCb6Mw1 { color:#0a0a0a;display:block;width:36.8125rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:23.39750625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCJ3Q5psp2bJaPgnANI15FghhqV7IOdg { position:absolute;display:block;z-index:15006;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:34.625rem;top:0rem;left:39.8125rem;display:block; }
#exBmmNRzD3wlMmEDtPlFkkWrcEulf6fo { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:3.125rem;left:41.9375rem;height:20.473625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ioa1U6Rp0WqFXTWG4iwca8TMezpvT8A2 { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:6.5rem;left:41.9375rem;display:block; }
#wmSfVAkffXkiKNn6vS9BmcrQLVUcCDqW { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:12.375rem;left:41.9375rem;display:block; }
#tr7HCDiFzXDU18zI2flI8yZwb9HJgtiP { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.375rem;left:41.9375rem;display:block; }
#JbZ4MegkOc3dC8W9A58SAXeUQcd82590 { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:24.125rem;left:41.9375rem;display:block; }
#lPqvmfg8Aw85UKcvTcrfnWVqLIuck32H { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c3b49f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.375rem;left:0rem;display:block; }
#aPqXXoOhXxyQlaHQRS2qgkwIDV7JO4nv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { background-color: transparent; background-image: none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container > .video-iframe-container { display: none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container { display: none; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .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); }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { border-width: 0; border-radius: 0; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.34375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,28,28,0.8);background-image:url("https://images.assets-landingi.com/uc/3bbc9085-4545-4db1-b70c-d23b3011318a/pexelsdidsss19900398.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC.adaptive-delivery-prevent-bg, #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC.lazyload, #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC.lazyloading { background-image: none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { background-color: transparent; background-image: none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container > .video-iframe-container { display: none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row > .video-iframe-container { display: none; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .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); }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { border-width: 0; border-radius: 0; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#TBOlKxR3nr9IoVw0MlSrB0mVB0c7MJAB { color:#ffffff;display:block;width:25rem;position:absolute;font-family:ddot;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3rem;left:6.25rem;height:3.67480625rem;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; }
#ER6D5O6t8IXPCdGTE0oCTIdJbT2IIPce { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:0.4375rem;display:block; }
#yRwDtvnEFImCHLd7wBgB9EKL2aM5t2hG { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:2.8125rem;display:block; }
#nrXZ7cq7IaeDdKxwhT0qFTVTl1rmzsbN { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:5.1875rem;display:block; }
#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:optima;font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:19.6611328125rem;left:6.25rem;height:9.7485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#KZ0ahnxvhnxcKRksFkWBIPwvI9FKVy9T { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:29.34765625rem;left:6.25rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wseiTuUbPskdo4uWG82aaT4rcQfvtuV7 { position:absolute;display:block;z-index:15004;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:41.5rem;top:0rem;left:0rem;display:block; }
#MZQ2gvMcooQC05l06pgfAMxXC261TeHC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:ddot;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.04931640625rem;left:6.25rem;height:3.67480625rem;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; }
#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:optima;font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:6.6748046875rem;left:6.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#XZ9J0pzth7wGPp6soE5CXpKZve2FCEhO { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.41015625rem;left:46.1875rem;height:6.9873125rem;text-align:left;text-align-last:left;display:block; }
#D6ZTnQCuEDIJuWvghlQmL4sMhQfFsRIa { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.78515625rem;left:6.25rem;display:block; }
#oFu1wvgSTfXbEKb2oGVIzwH3Q5rwKqaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wytEye2snlsakBVVETURXWqOu3u9eTmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { background-color: transparent; background-image: none; }#wytEye2snlsakBVVETURXWqOu3u9eTmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container > .video-iframe-container { display: none; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row > .video-iframe-container { display: none; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .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); }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { border-width: 0; border-radius: 0; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#NTZBSxLD9fs1nBXJgMwEbt9BAinWR1ba { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.40625rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container { background-color: transparent; background-image: none; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container > .video-iframe-container { display: none; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row > .video-iframe-container { display: none; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .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); }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container { border-width: 0; border-radius: 0; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container { font-size:0.875rem;font-family:arial;height:99.6875rem;width:75rem;position:relative;display:block; }#qB8Z3UpElqgv7xwlqT8sBVG8Nnv8yTCn { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d28c7bc5-3d2f-4ae5-a804-0b7f3347533c/62.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5625rem;left:2.1875rem;display:block; }#qB8Z3UpElqgv7xwlqT8sBVG8Nnv8yTCn.adaptive-delivery-prevent-bg, #qB8Z3UpElqgv7xwlqT8sBVG8Nnv8yTCn.lazyload, #qB8Z3UpElqgv7xwlqT8sBVG8Nnv8yTCn.lazyloading { background-image: none; }
#FJkPKwhSkuT3nv7A5frF9zLm17g5sKuB { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#c6b49f;background-image:none;top:22rem;left:2.1875rem;display:block; }
#fM7xOmlQTmphzcG9xvEMoWyPv7sT6LwB { color:#f4f4f5;display:block;width:14rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOspyC3iQKLu4xGrhXcZP11zT1utqq50 { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:21.0625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fafHa6ytKAnxkl2UUDPiPxl5ZM4JLw0f { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:1.3125rem;left:20.9375rem;display:block; }
#rzTGFOpFFPGvGvZGRxkezI27rPmKsS5U { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:1.3125rem;left:39.6875rem;display:block; }
#ATiuxu7OPc5rbu0ElUakdSLQMakFJt87 { color:#f4f4f5;display:block;width:14.1875rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:39.78125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iATEo0kutxvq6ieyqVTemwUFkhIcXEX0 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:1.3125rem;left:58.4375rem;display:block; }
#hEBni1A8G3rP2ivM9OG52R03duieTbQ6 { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:59.21875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efZ8dsJF9br8uaTa9MVRbWNNSbqWHK4U { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/sEPLa6Te%2FHW+Studio20.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.875rem;left:20.9375rem;display:block; }#efZ8dsJF9br8uaTa9MVRbWNNSbqWHK4U.adaptive-delivery-prevent-bg, #efZ8dsJF9br8uaTa9MVRbWNNSbqWHK4U.lazyload, #efZ8dsJF9br8uaTa9MVRbWNNSbqWHK4U.lazyloading { background-image: none; }
#FuXylus4qDBgza9LZUolNSAbdbLq1gwh { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c59c31ea-b290-40c7-adc9-255639661c76/Untitleddesign33.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5625rem;left:20.9375rem;display:block; }#FuXylus4qDBgza9LZUolNSAbdbLq1gwh.adaptive-delivery-prevent-bg, #FuXylus4qDBgza9LZUolNSAbdbLq1gwh.lazyload, #FuXylus4qDBgza9LZUolNSAbdbLq1gwh.lazyloading { background-image: none; }
#PDTEX6FgSZCqBkvLAImGW1kaSn2SLaVn { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:25.9375rem;left:2.1875rem;display:block; }
#q90OgDULEn2m7KzB77zGXcdRxDt089sl { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTsnIVdQVNFid7MlZsL1ahtMtBT21dCg { color:#f4f4f5;display:block;width:13.6875rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5rem;left:21.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gI08PbzeCixEfUKQM22B7apgec6wKund { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:25.9375rem;left:20.9375rem;display:block; }
#U6xS5I3dkIQlXcozooUS8hVeghMlT93e { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:25.9375rem;left:39.6875rem;display:block; }
#qHne1TtPgilVXXlC5s1804tPhxxdpH2g { color:#f4f4f5;display:block;width:13.875rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.5rem;left:39.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0D17GobCaFKEK5LQ1kho4h0CR7Lg17T { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b7934db-15cc-4e9f-9d46-86ee05d2603b/shutterstock_1980203666.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.8125rem;left:2.1875rem;display:block; }#U0D17GobCaFKEK5LQ1kho4h0CR7Lg17T.adaptive-delivery-prevent-bg, #U0D17GobCaFKEK5LQ1kho4h0CR7Lg17T.lazyload, #U0D17GobCaFKEK5LQ1kho4h0CR7Lg17T.lazyloading { background-image: none; }
#LTTsGzhvllhTTcH1EqSyWRB0LrRylUsb { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:25.9375rem;left:58.4375rem;display:block; }
#WreuE5pu8grWnvofkZh7zhol9ef4CGm2 { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.52197265625rem;left:58.59375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzdBOKChV5C5DFRz5OcN6f5QQnoeRSwP { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea3f910b-5439-43d3-ad2f-0178a6805823/shutterstock_2520123105.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.9375rem;left:58.4375rem;display:block; }#IzdBOKChV5C5DFRz5OcN6f5QQnoeRSwP.adaptive-delivery-prevent-bg, #IzdBOKChV5C5DFRz5OcN6f5QQnoeRSwP.lazyload, #IzdBOKChV5C5DFRz5OcN6f5QQnoeRSwP.lazyloading { background-image: none; }
#HHNrHoEqtqqZI4krvQ30i9miqMCI1Heo { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.5rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BiVC8fpAQUVLROtIB6BDEQ30OVgPTOxe { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.3125rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3gzipUTDfpdGfq0uF2oNNMI4fCZT5TD { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15011;background-color:#202020;background-image:none;top:1.3125rem;left:2.1875rem;display:block; }
#w4w7f5TVKzSTr2Oyc5TpNNsQ5sdDVq9B { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:22rem;left:20.9375rem;display:block; }
#RCfZprkx6TQ8kCwooKIm8Mnr7nhxZW9W { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;top:50.625rem;left:2.1875rem;display:block; }
#R01zuzFWE62Ka6sCXIPU9PIXfbE8yTeQ { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:51.1875rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlXBc90otmx08xPtqPdoJDm5Di7E6lkN { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;top:50.625rem;left:20.9375rem;display:block; }
#dHapFEQVtVacGKJAEfrXm3rNX9pe2cXc { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;top:50.625rem;left:39.6875rem;display:block; }
#HZgtl0lL6vc6HmwvnNPSbz8D463mOeCP { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:ddot;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:50.77490234375rem;left:39.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwrSwVxwFsLZOuL7xqpPVo0zVUNoynxW { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;top:50.625rem;left:58.4375rem;display:block; }
#zk7hRMcnkc8EmVoeO9aFvU7m1nHsM4LM { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:51.1875rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVHVJi7EtxpbpCWH7yNSh9pt07eTQ2qU { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15056;background-color:#000000;background-image:none;top:75.1875rem;left:2.1875rem;display:block; }
#cWzMJnZ13yvIck6pLT8ClOeT5LytkXuJ { color:#f4f4f5;display:block;width:14.125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:75.75rem;left:2.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKu4QpIMAxvWP00UvogC6T3LWHW6TMN9 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;top:75.1875rem;left:20.9375rem;display:block; }
#O8vTbQdDtSsM7nzMbIJNyMLR6XX8eb56 { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:75.75rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKiM2abrey2RGJlo3flQmBDCF0Sb3km1 { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ded4de22-148f-456c-a766-34dc71e55e1c/File8Health.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.9375rem;left:39.6875rem;display:block; }#pKiM2abrey2RGJlo3flQmBDCF0Sb3km1.adaptive-delivery-prevent-bg, #pKiM2abrey2RGJlo3flQmBDCF0Sb3km1.lazyload, #pKiM2abrey2RGJlo3flQmBDCF0Sb3km1.lazyloading { background-image: none; }
#kK9UdcTZw1qvvfJMA9H7MiTMFGrNyRoE { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15054;background-color:#000000;background-image:none;top:75.1875rem;left:39.6875rem;display:block; }
#uEnJxdxnfoT67wctCpu1DvaNVnmxvloN { color:#f4f4f5;display:block;width:13.8125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:75.75rem;left:40rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQ859tCl6KT8nWEaVg2Oir0k01NhVUL9 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#000000;background-image:none;top:75.1875rem;left:58.4375rem;display:block; }
#cz88o0XLxikUNgQCtSFo2muUeFpFt1dv { position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f59092b3-a1dd-46ea-b37f-fef05417f36e/shutterstock_2262727877.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.21875rem;left:58.4375rem;display:block; }#cz88o0XLxikUNgQCtSFo2muUeFpFt1dv.adaptive-delivery-prevent-bg, #cz88o0XLxikUNgQCtSFo2muUeFpFt1dv.lazyload, #cz88o0XLxikUNgQCtSFo2muUeFpFt1dv.lazyloading { background-image: none; }
#P0y1miJIqhgxqIA43RlikP4baFyFridF { color:#f4f4f5;display:block;width:12.8125rem;position:absolute;font-family:ddot;font-size:1.3125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:75.75rem;left:59.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKriAT94ATidVNTpF3vlsWCRFxzIdM4G { position:absolute;display:block;z-index:15084;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65d41cff-1782-4733-a1bc-e99baf708b3e/shutterstock_524915710.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.21875rem;left:39.6875rem;display:block; }#LKriAT94ATidVNTpF3vlsWCRFxzIdM4G.adaptive-delivery-prevent-bg, #LKriAT94ATidVNTpF3vlsWCRFxzIdM4G.lazyload, #LKriAT94ATidVNTpF3vlsWCRFxzIdM4G.lazyloading { background-image: none; }
#Qoi7A3ZBVsxZRmWCCmon1Xik4fLJEiAG { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#c6b49f;background-image:none;top:22.0625rem;left:20.9375rem;display:block; }
#Wy1Cz7TgNTTDtbx0T66RpowN2nEyqWKo { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.375rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiTmgCAHQxWiLgWFRzt3hgGVJEIsPJND { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.3125rem;left:21.25rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cl60PFkb5ivfT2CKHnvqOnrdHG2RKWnD { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15020;background-color:#c6b49f;background-image:none;top:22rem;left:39.6875rem;display:block; }
#hC9ks1kb6TUxS9fhC1LNhP1WLBzCiunH { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#c6b49f;background-image:none;top:22.0625rem;left:39.6875rem;display:block; }
#d54KgtzE3rApKBGey2VU9cEWxLXxltct { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.3125rem;left:40rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7rh4MImGpNXxeT877xc9305NW88oB3B { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15020;background-color:#c6b49f;background-image:none;top:22rem;left:58.4375rem;display:block; }
#mOH59sOEavuDZEag3IvPm7FesRtVKR7f { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#c6b49f;background-image:none;top:22.0625rem;left:58.4375rem;display:block; }
#KJZ6yNHEPa5fdqiAK7tJgEzgS0go19Pi { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.375rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdtBF9saOL0L6l8FSmWXHtOlWPzCrOmd { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.3125rem;left:58.75rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpiVqcWXvXt2TBwV850rnNRNVLseqOUw { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#c6b49f;background-image:none;top:46.625rem;left:2.1875rem;display:block; }
#c6IkulRZ2vdlUBkyPcQsJWgvvdSGDX6J { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:47.9375rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTb3ZI1dXXrI88JaiGly6rbCNDtqQxAb { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.875rem;left:2.5rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LN2er8KkDFP3xQnvfeZqeQB5lKAAnLl4 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:46.625rem;left:20.9375rem;display:block; }
#SqdiomAs5lLGUctTd3cDFnwiO6oPUIe2 { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:47.9375rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQiQI18nQZtKsMl6iu7P1omXtHv7cZux { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:46.875rem;left:21.25rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nX9muaspFGLolOvXWyia3OqDNmsILxpd { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#c6b49f;background-image:none;top:46.625rem;left:39.6875rem;display:block; }
#bqk7ZQiizd9Qgps3ZrJ9Q88IZIyIFE7H { color:#f4f4f5;display:block;width:13.25rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:46.88134765625rem;left:40.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfErN2xQ8tS97mXmMtqOAgAWqQ6DH5TW { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15021;background-color:#c6b49f;background-image:none;top:46.625rem;left:58.4375rem;display:block; }
#dTtIaVC1vhvSaaBC7nikgK5USnUT5Tqs { color:#f4f4f5;display:block;width:12.125rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:46.88134765625rem;left:59.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Md5dhrSdSgOhgWvdofXiE0Api30lsNV4 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#c6b49f;background-image:none;top:71.3125rem;left:2.1875rem;display:block; }
#nroh0TbonCNAU5gCtqsuz5IHHCJuUXGI { color:#f4f4f5;display:block;width:14.1875rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:71.56884765625rem;left:2.28125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXJStzHpwlvwTn7zkORTnheyPFGseyB4 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#c6b49f;background-image:none;top:71.3125rem;left:20.9375rem;display:block; }
#xowUZXnG4hSScnOLOqG2eAsR2wbwAg9n { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:72.625rem;left:21.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlaIaK45lO6bATXlnCtpVvdaZhxVo1vt { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:71.5625rem;left:21.25rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tp4Sn4dnH3yFWnUiQaNh1G4SSlOq4Csr { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:71.3125rem;left:39.6875rem;display:block; }
#H4TLSzb1gcA6ubLdG5Sranvg31FQJB5T { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:72.625rem;left:40rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsJVFxd9hamBGNlsbTWuDQZQXMFGA9Ns { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:71.5625rem;left:40rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uwl4y5vQ7nQkcM0w3KiOkVucntngKybg { color:#f4f4f5;display:block;width:13.25rem;position:absolute;font-family:ddot;font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:50.77490234375rem;left:59rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#psHvpLzbUFVSAVObtg7vcszSMxXhEQEn { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:#c6b49f;background-image:none;top:71.3125rem;left:58.4375rem;display:block; }
#I6t77OAm1yON1cT5NTqSe1ek0re0aZis { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:72.625rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xh325eXyktixVAQrUUPPUmBrpcy3BNO4 { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:71.5625rem;left:58.75rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZREfKyhkn2auPf6QF51usgsWZ0GRSgVT { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:95.875rem;left:2.1875rem;display:block; }
#NAflbPl2im4F60WlEUVNuQCfhDwNrZ0P { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:97.1875rem;left:2.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5FdR7MbqxTH8hDQ7l3D1bonr6Pvao0h { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:96.125rem;left:2.5rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zb7ovn5gysUCSaUFPuv3ns2m3T7vvbG9 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:#c6b49f;background-image:none;top:95.875rem;left:20.9375rem;display:block; }
#ycFVzPyIMcQGKZ9gHEUfJgcZ6f07u5vh { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:96.125rem;left:21.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsGdQ3KITF094mXAzJZVh1fSEMhdQWyt { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:97.1943359375rem;left:21.09375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqXNShcoWxims9v3cPr8b85UQ1h4Kzwm { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15028;background-color:#c6b49f;background-image:none;top:95.875rem;left:58.4375rem;display:block; }
#LTOfVTQdZesktspax6cnBTPT6NaXqPWh { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:97.1875rem;left:58.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rsmIqdsNvd7y9ng90oN2O7cbb8mxEfus { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:96.125rem;left:58.625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AI8uttC2JaSyw6WT4LnLVRZdmGUxUPSz { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15031;background-color:#c6b49f;background-image:none;top:95.875rem;left:39.6875rem;display:block; }
#PGoRwRHThH83zhJTNbwAN5AozDFo439R { color:#f4f4f5;display:block;width:13.75rem;position:absolute;font-family:optima;font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:97.1875rem;left:40rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8lPVfVsDbCNDCR6TBhA6kx8fdmMnt4c { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:optima;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:96.125rem;left:39.875rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8KyLiUDs0fJRWcHu4zSQEX0vTfTUWmm { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/21920929-9add-47e8-b949-cd485d688331/Shutterstock_2052669314.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.8125rem;left:39.6875rem;display:block; }#y8KyLiUDs0fJRWcHu4zSQEX0vTfTUWmm.adaptive-delivery-prevent-bg, #y8KyLiUDs0fJRWcHu4zSQEX0vTfTUWmm.lazyload, #y8KyLiUDs0fJRWcHu4zSQEX0vTfTUWmm.lazyloading { background-image: none; }
#C4KrsTQaKfuc7pOGT9kIXUBR0FPn8GvI { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f5edba1-9596-4b23-8565-5a6380a5e6ec/41.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.8125rem;left:20.9375rem;display:block; }#C4KrsTQaKfuc7pOGT9kIXUBR0FPn8GvI.adaptive-delivery-prevent-bg, #C4KrsTQaKfuc7pOGT9kIXUBR0FPn8GvI.lazyload, #C4KrsTQaKfuc7pOGT9kIXUBR0FPn8GvI.lazyloading { background-image: none; }
#LL5EdVF61iMK0AgNiiJh7RlJQrB1rZ7r { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a18a8dd-e852-4491-88d5-c57500b26c02/Botox3copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:3.9375rem;left:2.1875rem;display:block; }#LL5EdVF61iMK0AgNiiJh7RlJQrB1rZ7r.adaptive-delivery-prevent-bg, #LL5EdVF61iMK0AgNiiJh7RlJQrB1rZ7r.lazyload, #LL5EdVF61iMK0AgNiiJh7RlJQrB1rZ7r.lazyloading { background-image: none; }
#HvOcZlX2s9OSS90d74B0kK6lT0bD730U { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4672cde-4a54-4695-b166-c074c3725871/shutterstock_222746445111000x675.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:77.8125rem;left:58.4375rem;display:block; }#HvOcZlX2s9OSS90d74B0kK6lT0bD730U.adaptive-delivery-prevent-bg, #HvOcZlX2s9OSS90d74B0kK6lT0bD730U.lazyload, #HvOcZlX2s9OSS90d74B0kK6lT0bD730U.lazyloading { background-image: none; }
#ZZNrBUNmUfehxInTRQF4q7VB24qnZ5AO { position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c827d16d-f048-45c2-899c-19f3ce2c0c37/RFMN_9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.1875rem;left:20.9375rem;display:block; }#ZZNrBUNmUfehxInTRQF4q7VB24qnZ5AO.adaptive-delivery-prevent-bg, #ZZNrBUNmUfehxInTRQF4q7VB24qnZ5AO.lazyload, #ZZNrBUNmUfehxInTRQF4q7VB24qnZ5AO.lazyloading { background-image: none; }
#gatL2iDAJdzIrQ2RpOhuhShuOeEOmRtt { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3c40b73-6192-4731-aff7-0c0cf1445232/Glen2lowerflanks.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5625rem;left:39.6875rem;display:block; }#gatL2iDAJdzIrQ2RpOhuhShuOeEOmRtt.adaptive-delivery-prevent-bg, #gatL2iDAJdzIrQ2RpOhuhShuOeEOmRtt.lazyload, #gatL2iDAJdzIrQ2RpOhuhShuOeEOmRtt.lazyloading { background-image: none; }
#p7Up3cdCd0J8PGpdur8AOpFlab5cmLt4 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e9b35277-1ef3-4a25-80b2-3f71f0eb16d8/Semaglutide12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:28.5625rem;left:58.4375rem;display:block; }#p7Up3cdCd0J8PGpdur8AOpFlab5cmLt4.adaptive-delivery-prevent-bg, #p7Up3cdCd0J8PGpdur8AOpFlab5cmLt4.lazyload, #p7Up3cdCd0J8PGpdur8AOpFlab5cmLt4.lazyloading { background-image: none; }
#g6QrXZSmyJoVMFwIOs5S0PWyIJ0fhGmG { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e96b2dc7-2670-4bed-ae37-df82e9664531/Untitleddesign2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:53.25rem;left:2.1875rem;display:block; }#g6QrXZSmyJoVMFwIOs5S0PWyIJ0fhGmG.adaptive-delivery-prevent-bg, #g6QrXZSmyJoVMFwIOs5S0PWyIJ0fhGmG.lazyload, #g6QrXZSmyJoVMFwIOs5S0PWyIJ0fhGmG.lazyloading { background-image: none; }
#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { background-color: transparent; background-image: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .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); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { border-width: 0; border-radius: 0; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { background-color: transparent; background-image: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .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); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { border-width: 0; border-radius: 0; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { color:#000000;display:block;width:22.5rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17.125rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:20.3125rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { color:#000000;display:block;width:22.625rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.125rem;left:26.1875rem;height:3.82470625rem;font-style:normal;display:block; }
#o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:20.3125rem;left:26.0625rem;height:7.6484375rem;font-style:normal;display:block; }
#gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:1.75rem;left:26.25rem;overflow:hidden;display:block; }
#bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { color:#000000;display:block;width:22.5rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.125rem;left:52.5rem;height:3.82470625rem;font-style:normal;display:block; }
#e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { color:#000000;display:block;width:22.5rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:20.3125rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.375rem;top:1.75rem;left:52.5rem;overflow:hidden;display:block; }
#vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { 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;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:28.6875rem;left:0rem;display:block; }
#NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { 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;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.6875rem;left:26.25rem;display:block; }
#CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { 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;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:28.6875rem;left:52.5rem;display:block; }
#VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtyTZshDzMmwWJfV4yda5yQZCdRt9GTX { box-sizing:content-box;height:0.1875rem;width:62.5rem;position:absolute;display:block;z-index:15056;background-color:#98785c;background-image:none;top:33.4375rem;left:6.25rem;display:block; }
#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { background-color: transparent; background-image: none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container > .video-iframe-container { display: none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container { display: none; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .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); }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { border-width: 0; border-radius: 0; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:2.5rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJkWMra88VSTwEuT92bsbkeri6v7BXXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.625rem;left:42.625rem; }
#SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.625rem;left:39.6875rem; }
#r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:36.5625rem; }
#yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.625rem;left:33.4375rem; }
#NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:30.0625rem; }
#xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3125rem;left:9.5625rem;height:8.999025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { 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;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:22.125rem;left:29.375rem;display:block; }
#uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { background-color: transparent; background-image: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container > .video-iframe-container { display: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container { display: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .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); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { border-width: 0; border-radius: 0; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { position:absolute;display:block;z-index:15038;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:1.9375rem;left:9rem;display:block; }
#Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { position:absolute;display:block;z-index:15039;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:14.5625rem;left:9.0625rem;display:block; }
#TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { color:#000000;display:block;width:74.5rem;position:absolute;font-family:optima;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { color:#000000;display:block;width:75rem;position:absolute;font-family:ddot;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:4.04980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c3b49f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.8623046875rem;left:28.5625rem;display:block; }
#BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { position:relative;display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { background-color: transparent; background-image: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { border-width: 0; border-radius: 0; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c980eef55349770191306df3796dfc81 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.5rem;top:1.375rem;left:1.625rem;overflow:hidden;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.5625rem;left:65.1875rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:68.5rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { color:#000000;display:block;width:75rem;position:absolute;font-family:optima;font-size:0.625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.15625rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { top:1.875rem;left:0rem;width:12.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:10.375rem;height:3.375rem;top:1.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .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; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .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; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG { display:flex;width:18rem;height:5.0625rem;top:3.1875rem;left:17.90625rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #IDTnlZoQFrmKyAVODLSnQIP5oySIzMNP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #exOxltszx4BA1SyBu0fJcK67LIo0iJwy {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #LKDTXJKmhsbRtzcOBDP6NvJ3Nb5bKJSi {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #wb3ndgAe1qtJiyHaqwFbTkTwOWzzCHKo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #Z53U2FKxlxvZxFAGPmXE3334Dh9KdTmO {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #CG6Lx9WXu08cvoQPJsoJGUEFH23mK8TC {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #BvRShTNWg07yKlxagzMLRXlsGMAnLAJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #gU3nn4XSHN4LZJRBxAKJv48LmZPhiAZs {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #EIWPCBo1xHk1AENbzExCaUm41fDTr1pm {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #I8VDUPvmgnSuWMawDuGqOGnVmmukd7zf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #yvC81SHT8r0M0DFET2DWJdzgnRxs1uGr {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #aJHhyZafyCLrcM5muzaf8LaWgRC0JbwW {  }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { top:0.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLo5CteNpiJ170ScT5Z4Divmqh18reUA { top:4.6875rem;left:0rem;width:18.5625rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { top:11.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { top:15.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { top:21.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.1875rem;top:24.9375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU0hrkMc7S1cgsRVuinREHFTS4oXN7yv { top:26.4375rem;left:5.1875rem;width:37.4375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9ZS83HiARA15E4LGbd7UwZNxmbLUPT { display:block; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOpZpdQsmRZTKxsAsENBVgVTX87xTm9X { width:47.75rem;height:4.5rem;top:1.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw { display:block; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOTyTNiUovTvJpBWLrObA0lU28GT16Je { width:0.0625rem;height:0.0625rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iot6bzCLZBnDf2cChDhXMEJWHuCb6Mw1 { width:36.8125rem;height:23.375rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCJ3Q5psp2bJaPgnANI15FghhqV7IOdg { top:0rem;left:13.125rem;width:34.625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBmmNRzD3wlMmEDtPlFkkWrcEulf6fo { width:30.375rem;height:20.5rem;top:3.125rem;left:17.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioa1U6Rp0WqFXTWG4iwca8TMezpvT8A2 { top:6.5rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmSfVAkffXkiKNn6vS9BmcrQLVUcCDqW { top:12.375rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7HCDiFzXDU18zI2flI8yZwb9HJgtiP { top:18.375rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbZ4MegkOc3dC8W9A58SAXeUQcd82590 { top:24.125rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqvmfg8Aw85UKcvTcrfnWVqLIuck32H { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPqXXoOhXxyQlaHQRS2qgkwIDV7JO4nv { display:block; }
 }@media only screen and (max-width: 763px) { #UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { display:block; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC { display:block; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBOlKxR3nr9IoVw0MlSrB0mVB0c7MJAB { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6D5O6t8IXPCdGTE0oCTIdJbT2IIPce { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwDtvnEFImCHLd7wBgB9EKL2aM5t2hG { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXZ7cq7IaeDdKxwhT0qFTVTl1rmzsbN { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #KZ0ahnxvhnxcKRksFkWBIPwvI9FKVy9T { width:28.8125rem;height:5.0625rem;top:29.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseiTuUbPskdo4uWG82aaT4rcQfvtuV7 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQ2gvMcooQC05l06pgfAMxXC261TeHC { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #XZ9J0pzth7wGPp6soE5CXpKZve2FCEhO { width:28.8125rem;height:6.9375rem;top:31.375rem;left:18.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZTnQCuEDIJuWvghlQmL4sMhQfFsRIa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFu1wvgSTfXbEKb2oGVIzwH3Q5rwKqaa { display:block; }
 }@media only screen and (max-width: 763px) { #wytEye2snlsakBVVETURXWqOu3u9eTmG { display:block; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTZBSxLD9fs1nBXJgMwEbt9BAinWR1ba { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebNrx5xDeuMQW64EJTUTHeNaALlGuySB { display:block; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qB8Z3UpElqgv7xwlqT8sBVG8Nnv8yTCn { top:28.5625rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJkPKwhSkuT3nv7A5frF9zLm17g5sKuB { top:22rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM7xOmlQTmphzcG9xvEMoWyPv7sT6LwB { top:1.875rem;left:0rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOspyC3iQKLu4xGrhXcZP11zT1utqq50 { top:1.875rem;left:9.75rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fafHa6ytKAnxkl2UUDPiPxl5ZM4JLw0f { top:1.3125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTGFOpFFPGvGvZGRxkezI27rPmKsS5U { top:1.3125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATiuxu7OPc5rbu0ElUakdSLQMakFJt87 { top:1.875rem;left:21.625rem;width:14.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATEo0kutxvq6ieyqVTemwUFkhIcXEX0 { top:1.3125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBni1A8G3rP2ivM9OG52R03duieTbQ6 { top:1.875rem;left:34.9375rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efZ8dsJF9br8uaTa9MVRbWNNSbqWHK4U { top:3.875rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXylus4qDBgza9LZUolNSAbdbLq1gwh { top:28.5625rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTEX6FgSZCqBkvLAImGW1kaSn2SLaVn { top:25.9375rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90OgDULEn2m7KzB77zGXcdRxDt089sl { top:26.5rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsnIVdQVNFid7MlZsL1ahtMtBT21dCg { top:26.5rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI08PbzeCixEfUKQM22B7apgec6wKund { top:25.9375rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6xS5I3dkIQlXcozooUS8hVeghMlT93e { top:25.9375rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHne1TtPgilVXXlC5s1804tPhxxdpH2g { top:26.5rem;left:21.9375rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0D17GobCaFKEK5LQ1kho4h0CR7Lg17T { top:77.8125rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTsGzhvllhTTcH1EqSyWRB0LrRylUsb { top:25.9375rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WreuE5pu8grWnvofkZh7zhol9ef4CGm2 { top:26.5rem;left:33.6875rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzdBOKChV5C5DFRz5OcN6f5QQnoeRSwP { top:3.9375rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHNrHoEqtqqZI4krvQ30i9miqMCI1Heo { top:22.25rem;left:0rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVC8fpAQUVLROtIB6BDEQ30OVgPTOxe { top:23.3125rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3gzipUTDfpdGfq0uF2oNNMI4fCZT5TD { top:1.3125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4w7f5TVKzSTr2Oyc5TpNNsQ5sdDVq9B { top:22rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCfZprkx6TQ8kCwooKIm8Mnr7nhxZW9W { top:50.625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01zuzFWE62Ka6sCXIPU9PIXfbE8yTeQ { top:51.1875rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXBc90otmx08xPtqPdoJDm5Di7E6lkN { top:50.625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHapFEQVtVacGKJAEfrXm3rNX9pe2cXc { top:50.625rem;left:21.125rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZgtl0lL6vc6HmwvnNPSbz8D463mOeCP { top:50.75rem;left:21.6875rem;width:14.125rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwrSwVxwFsLZOuL7xqpPVo0zVUNoynxW { top:50.625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk7hRMcnkc8EmVoeO9aFvU7m1nHsM4LM { top:51.1875rem;left:9.9375rem;width:13.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVHVJi7EtxpbpCWH7yNSh9pt07eTQ2qU { top:75.1875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWzMJnZ13yvIck6pLT8ClOeT5LytkXuJ { top:75.75rem;left:0rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKu4QpIMAxvWP00UvogC6T3LWHW6TMN9 { top:75.1875rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8vTbQdDtSsM7nzMbIJNyMLR6XX8eb56 { top:75.75rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKiM2abrey2RGJlo3flQmBDCF0Sb3km1 { top:3.9375rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK9UdcTZw1qvvfJMA9H7MiTMFGrNyRoE { top:75.1875rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEnJxdxnfoT67wctCpu1DvaNVnmxvloN { top:75.75rem;left:22rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ859tCl6KT8nWEaVg2Oir0k01NhVUL9 { top:75.1875rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz88o0XLxikUNgQCtSFo2muUeFpFt1dv { top:53.1875rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0y1miJIqhgxqIA43RlikP4baFyFridF { top:75.75rem;left:34.9375rem;width:12.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKriAT94ATidVNTpF3vlsWCRFxzIdM4G { top:53.1875rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoi7A3ZBVsxZRmWCCmon1Xik4fLJEiAG { top:22.0625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy1Cz7TgNTTDtbx0T66RpowN2nEyqWKo { top:23.375rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiTmgCAHQxWiLgWFRzt3hgGVJEIsPJND { top:22.3125rem;left:10.125rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl60PFkb5ivfT2CKHnvqOnrdHG2RKWnD { top:22rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC9ks1kb6TUxS9fhC1LNhP1WLBzCiunH { top:22.0625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d54KgtzE3rApKBGey2VU9cEWxLXxltct { top:22.3125rem;left:22.0625rem;width:13.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7rh4MImGpNXxeT877xc9305NW88oB3B { top:22rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH59sOEavuDZEag3IvPm7FesRtVKR7f { top:22.0625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJZ6yNHEPa5fdqiAK7tJgEzgS0go19Pi { top:23.375rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBF9saOL0L6l8FSmWXHtOlWPzCrOmd { top:22.3125rem;left:34rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiVqcWXvXt2TBwV850rnNRNVLseqOUw { top:46.625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6IkulRZ2vdlUBkyPcQsJWgvvdSGDX6J { top:47.9375rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTb3ZI1dXXrI88JaiGly6rbCNDtqQxAb { top:46.875rem;left:0rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN2er8KkDFP3xQnvfeZqeQB5lKAAnLl4 { top:46.625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqdiomAs5lLGUctTd3cDFnwiO6oPUIe2 { top:47.9375rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQiQI18nQZtKsMl6iu7P1omXtHv7cZux { top:46.875rem;left:10.125rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX9muaspFGLolOvXWyia3OqDNmsILxpd { top:46.625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqk7ZQiizd9Qgps3ZrJ9Q88IZIyIFE7H { top:46.875rem;left:22.5625rem;width:13.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfErN2xQ8tS97mXmMtqOAgAWqQ6DH5TW { top:46.625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtIaVC1vhvSaaBC7nikgK5USnUT5Tqs { top:46.875rem;left:35.625rem;width:12.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5dhrSdSgOhgWvdofXiE0Api30lsNV4 { top:71.3125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nroh0TbonCNAU5gCtqsuz5IHHCJuUXGI { top:71.5625rem;left:0rem;width:14.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXJStzHpwlvwTn7zkORTnheyPFGseyB4 { top:71.3125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xowUZXnG4hSScnOLOqG2eAsR2wbwAg9n { top:72.625rem;left:10.125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlaIaK45lO6bATXlnCtpVvdaZhxVo1vt { top:71.5625rem;left:10.125rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4Sn4dnH3yFWnUiQaNh1G4SSlOq4Csr { top:71.3125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TLSzb1gcA6ubLdG5Sranvg31FQJB5T { top:72.625rem;left:22.0625rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsJVFxd9hamBGNlsbTWuDQZQXMFGA9Ns { top:71.5625rem;left:22.0625rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4y5vQ7nQkcM0w3KiOkVucntngKybg { top:50.75rem;left:34.5rem;width:13.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psHvpLzbUFVSAVObtg7vcszSMxXhEQEn { top:71.3125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6t77OAm1yON1cT5NTqSe1ek0re0aZis { top:72.625rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh325eXyktixVAQrUUPPUmBrpcy3BNO4 { top:71.5625rem;left:34rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZREfKyhkn2auPf6QF51usgsWZ0GRSgVT { top:95.875rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAflbPl2im4F60WlEUVNuQCfhDwNrZ0P { top:97.1875rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5FdR7MbqxTH8hDQ7l3D1bonr6Pvao0h { top:96.125rem;left:0rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7ovn5gysUCSaUFPuv3ns2m3T7vvbG9 { top:95.875rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFVzPyIMcQGKZ9gHEUfJgcZ6f07u5vh { top:96.125rem;left:9.8125rem;width:14.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsGdQ3KITF094mXAzJZVh1fSEMhdQWyt { top:97.1875rem;left:9.8125rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXNShcoWxims9v3cPr8b85UQ1h4Kzwm { top:95.875rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOfVTQdZesktspax6cnBTPT6NaXqPWh { top:97.1875rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmIqdsNvd7y9ng90oN2O7cbb8mxEfus { top:96.125rem;left:33.6875rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI8uttC2JaSyw6WT4LnLVRZdmGUxUPSz { top:95.875rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoRwRHThH83zhJTNbwAN5AozDFo439R { top:97.1875rem;left:22.0625rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8lPVfVsDbCNDCR6TBhA6kx8fdmMnt4c { top:96.125rem;left:21.75rem;width:14.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8KyLiUDs0fJRWcHu4zSQEX0vTfTUWmm { top:77.8125rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4KrsTQaKfuc7pOGT9kIXUBR0FPn8GvI { top:77.8125rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5EdVF61iMK0AgNiiJh7RlJQrB1rZ7r { top:3.9375rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvOcZlX2s9OSS90d74B0kK6lT0bD730U { top:77.8125rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNrBUNmUfehxInTRQF4q7VB24qnZ5AO { top:53.1875rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gatL2iDAJdzIrQ2RpOhuhShuOeEOmRtt { top:28.5625rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Up3cdCd0J8PGpdur8AOpFlab5cmLt4 { top:28.5625rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6QrXZSmyJoVMFwIOs5S0PWyIJ0fhGmG { top:53.25rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:47.75rem;height:4.5rem;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { top:1.75rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { top:1.75rem;left:12.625rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { top:1.75rem;left:25.375rem;width:22.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:28.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:28.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #NtyTZshDzMmwWJfV4yda5yQZCdRt9GTX { top:33.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { display:block; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { width:47.75rem;height:2.25rem;top:8rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJkWMra88VSTwEuT92bsbkeri6v7BXXw { top:3.625rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { top:3.625rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { top:3.625rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { top:3.625rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { top:3.625rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { width:47.75rem;height:8.9375rem;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { width:16.25rem;height:2.5625rem;top:22.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block; }
 }@media only screen and (max-width: 763px) { #h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { width:47.75rem;height:0.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { width:47.75rem;height:0.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { top:5.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { top:1.375rem;left:0rem;width:10.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { top:2.125rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#141414;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { width:10.625rem;height:2.375rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:6.875rem;height:2.3125rem;top:1.375rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .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; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .widget-text.counter-number { padding-top:0.38875rem;padding-right:0.34625rem;padding-bottom:0.38875rem;padding-left:0.34625rem;width:2.07875rem;min-width:2.07875rem;height:2.09rem;font-size:1.555625rem;line-height:33.44px;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; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.771875rem;height:0.82625rem;font-size:0.583125rem;line-height:13.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG { display:flex;width:14.25rem;height:3.9375rem;top:4.59375rem;left:2.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #IDTnlZoQFrmKyAVODLSnQIP5oySIzMNP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #exOxltszx4BA1SyBu0fJcK67LIo0iJwy {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #LKDTXJKmhsbRtzcOBDP6NvJ3Nb5bKJSi {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #wb3ndgAe1qtJiyHaqwFbTkTwOWzzCHKo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #Z53U2FKxlxvZxFAGPmXE3334Dh9KdTmO {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #CG6Lx9WXu08cvoQPJsoJGUEFH23mK8TC {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #BvRShTNWg07yKlxagzMLRXlsGMAnLAJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #gU3nn4XSHN4LZJRBxAKJv48LmZPhiAZs {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #EIWPCBo1xHk1AENbzExCaUm41fDTr1pm {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #I8VDUPvmgnSuWMawDuGqOGnVmmukd7zf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #yvC81SHT8r0M0DFET2DWJdzgnRxs1uGr {  }
 }@media only screen and (max-width: 763px) { #V2H1Tr7A6GTsDTRyqGSapEwHSgELZlxG #aJHhyZafyCLrcM5muzaf8LaWgRC0JbwW {  }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { width:20rem;height:1.6875rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLo5CteNpiJ170ScT5Z4Divmqh18reUA { width:17.0625rem;height:1.78125rem;top:2.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { width:20rem;height:1.6875rem;top:6.8125rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { width:19.6875rem;height:1.6875rem;top:8.625rem;left:0.1875rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { width:19.8125rem;height:1.21875rem;top:10.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.1875rem;top:12.875rem;left:4.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yU0hrkMc7S1cgsRVuinREHFTS4oXN7yv { width:20rem;height:2.4375rem;top:13.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #So9ZS83HiARA15E4LGbd7UwZNxmbLUPT { background-color:#ffffff;background-image:none;display:block; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { background-color: transparent; background-image: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row > .video-iframe-container { display: none; }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .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); }#So9ZS83HiARA15E4LGbd7UwZNxmbLUPT > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOpZpdQsmRZTKxsAsENBVgVTX87xTm9X { width:20rem;height:2.25rem;top:1.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { background-color: transparent; background-image: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { display: none; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .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); }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { border-width: 0; border-radius: 0; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC1y8GLklhOSMQXu28NCCFTzJD9MJSBw > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOTyTNiUovTvJpBWLrObA0lU28GT16Je { width:0.0625rem;height:0.0625rem;top:54.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iot6bzCLZBnDf2cChDhXMEJWHuCb6Mw1 { width:19.4375rem;height:28.79296875rem;top:0.85302734375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCJ3Q5psp2bJaPgnANI15FghhqV7IOdg { width:20rem;height:18.875rem;top:35.875rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #exBmmNRzD3wlMmEDtPlFkkWrcEulf6fo { width:18.0625rem;height:14.61915625rem;top:37.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioa1U6Rp0WqFXTWG4iwca8TMezpvT8A2 { width:6.25rem;height:0.1875rem;top:40.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmSfVAkffXkiKNn6vS9BmcrQLVUcCDqW { width:6.25rem;height:0.1875rem;top:43.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7HCDiFzXDU18zI2flI8yZwb9HJgtiP { width:6.25rem;height:0.1875rem;top:48.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbZ4MegkOc3dC8W9A58SAXeUQcd82590 { width:6.25rem;height:0.1875rem;top:52.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqvmfg8Aw85UKcvTcrfnWVqLIuck32H { width:17.875rem;height:3.75rem;top:30.85546875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aPqXXoOhXxyQlaHQRS2qgkwIDV7JO4nv { display:block; }
 }@media only screen and (max-width: 763px) { #UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS { display:block; }#UnXh9sMaRa2u0XUEtuSyNxhoeATOg6sS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iawsVZBBPHD3JS5RvRUuD1u95cNFX2zC { width:20rem;height:2.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC { display:block; }#cquLaNe9eQsRxg8hk6khURvEPQ8eZZmC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBOlKxR3nr9IoVw0MlSrB0mVB0c7MJAB { width:19rem;height:2.79980625rem;top:1.69921875rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6D5O6t8IXPCdGTE0oCTIdJbT2IIPce { width:0.5rem;height:3rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwDtvnEFImCHLd7wBgB9EKL2aM5t2hG { width:0.5rem;height:3.75rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXZ7cq7IaeDdKxwhT0qFTVTl1rmzsbN { width:0.0625rem;height:0.0625rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ { width:17.5rem;height:14.847625rem;top:4.4990234375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#U1TGw88R65W3GJFDxmwOp5v1hmdCXeQQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #KZ0ahnxvhnxcKRksFkWBIPwvI9FKVy9T { width:18.8125rem;height:4.5rem;top:37.52197265625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseiTuUbPskdo4uWG82aaT4rcQfvtuV7 { width:20rem;height:49.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQ2gvMcooQC05l06pgfAMxXC261TeHC { width:18.125rem;height:2.79980625rem;top:20.375rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 { width:17.5rem;height:14.222625rem;top:23.2998046875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pMeS016buvmXnXnsdbnBv7f7mDgu1tw0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #XZ9J0pzth7wGPp6soE5CXpKZve2FCEhO { width:12.75rem;height:3.0869125rem;top:51.1494140625rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZTnQCuEDIJuWvghlQmL4sMhQfFsRIa { width:17.875rem;height:3.75rem;top:43.875rem;left:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #oFu1wvgSTfXbEKb2oGVIzwH3Q5rwKqaa { display:block; }
 }@media only screen and (max-width: 763px) { #wytEye2snlsakBVVETURXWqOu3u9eTmG { display:block; }#wytEye2snlsakBVVETURXWqOu3u9eTmG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTZBSxLD9fs1nBXJgMwEbt9BAinWR1ba { width:20rem;height:4.5rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ebNrx5xDeuMQW64EJTUTHeNaALlGuySB { display:block; }#ebNrx5xDeuMQW64EJTUTHeNaALlGuySB > .row .container { width:20rem;height:390.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qB8Z3UpElqgv7xwlqT8sBVG8Nnv8yTCn { width:14.375rem;height:18.125rem;top:149.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJkPKwhSkuT3nv7A5frF9zLm17g5sKuB { width:14.375rem;height:2.5625rem;top:0.9375rem;left:2.8125rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fM7xOmlQTmphzcG9xvEMoWyPv7sT6LwB { width:12.8125rem;height:1.4624rem;top:1.6123046875rem;left:3.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOspyC3iQKLu4xGrhXcZP11zT1utqq50 { width:14.4375rem;height:1.4624rem;top:50.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fafHa6ytKAnxkl2UUDPiPxl5ZM4JLw0f { width:14.375rem;height:2.625rem;top:49.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTGFOpFFPGvGvZGRxkezI27rPmKsS5U { width:14.375rem;height:2.625rem;top:73.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATiuxu7OPc5rbu0ElUakdSLQMakFJt87 { width:14.125rem;height:1.4624rem;top:74.5rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iATEo0kutxvq6ieyqVTemwUFkhIcXEX0 { width:14.375rem;height:2.625rem;top:25.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBni1A8G3rP2ivM9OG52R03duieTbQ6 { width:13.9375rem;height:1.4624rem;top:25.9375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efZ8dsJF9br8uaTa9MVRbWNNSbqWHK4U { width:14.375rem;height:18.125rem;top:52.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXylus4qDBgza9LZUolNSAbdbLq1gwh { width:14.375rem;height:18.125rem;top:125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTEX6FgSZCqBkvLAImGW1kaSn2SLaVn { width:14.375rem;height:2.5625rem;top:146.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90OgDULEn2m7KzB77zGXcdRxDt089sl { width:13.75rem;height:1.4624rem;top:147.3125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTsnIVdQVNFid7MlZsL1ahtMtBT21dCg { width:13.125rem;height:1.4624rem;top:123.0625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI08PbzeCixEfUKQM22B7apgec6wKund { width:14.375rem;height:2.625rem;top:122.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6xS5I3dkIQlXcozooUS8hVeghMlT93e { width:14.375rem;height:2.625rem;top:195.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHne1TtPgilVXXlC5s1804tPhxxdpH2g { width:13.75rem;height:1.4624rem;top:98.8125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0D17GobCaFKEK5LQ1kho4h0CR7Lg17T { width:14.375rem;height:18.125rem;top:173.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTsGzhvllhTTcH1EqSyWRB0LrRylUsb { width:14.375rem;height:2.625rem;top:98.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WreuE5pu8grWnvofkZh7zhol9ef4CGm2 { width:13.375rem;height:1.4624rem;top:196.3125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzdBOKChV5C5DFRz5OcN6f5QQnoeRSwP { width:14.375rem;height:18.125rem;top:27.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHNrHoEqtqqZI4krvQ30i9miqMCI1Heo { width:13.75rem;height:1.13720625rem;top:21.9375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #BiVC8fpAQUVLROtIB6BDEQ30OVgPTOxe { width:13.75rem;height:0.9746125rem;top:23rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3gzipUTDfpdGfq0uF2oNNMI4fCZT5TD { width:14.375rem;height:2.625rem;top:268.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4w7f5TVKzSTr2Oyc5TpNNsQ5sdDVq9B { width:14.375rem;height:2.625rem;top:216.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCfZprkx6TQ8kCwooKIm8Mnr7nhxZW9W { width:14.375rem;height:2.625rem;top:244.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01zuzFWE62Ka6sCXIPU9PIXfbE8yTeQ { width:13.9375rem;height:1.4624rem;top:269.4375rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlXBc90otmx08xPtqPdoJDm5Di7E6lkN { width:14.375rem;height:2.625rem;top:366.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHapFEQVtVacGKJAEfrXm3rNX9pe2cXc { width:14.375rem;height:2.625rem;top:317.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZgtl0lL6vc6HmwvnNPSbz8D463mOeCP { width:14.3125rem;height:2.761725rem;top:244.375rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwrSwVxwFsLZOuL7xqpPVo0zVUNoynxW { width:14.375rem;height:2.625rem;top:341.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk7hRMcnkc8EmVoeO9aFvU7m1nHsM4LM { width:13.9375rem;height:1.4624rem;top:366.625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVHVJi7EtxpbpCWH7yNSh9pt07eTQ2qU { width:14.375rem;height:2.625rem;top:341.8125rem;left:2.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cWzMJnZ13yvIck6pLT8ClOeT5LytkXuJ { width:14.125rem;height:1.4624rem;top:171.875rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKu4QpIMAxvWP00UvogC6T3LWHW6TMN9 { width:14.375rem;height:2.625rem;top:292.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8vTbQdDtSsM7nzMbIJNyMLR6XX8eb56 { width:13.9375rem;height:1.4624rem;top:293.625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKiM2abrey2RGJlo3flQmBDCF0Sb3km1 { width:14.375rem;height:18.125rem;top:76.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK9UdcTZw1qvvfJMA9H7MiTMFGrNyRoE { width:14.375rem;height:2.625rem;top:171.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEnJxdxnfoT67wctCpu1DvaNVnmxvloN { width:13.8125rem;height:1.4624rem;top:318.0625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQ859tCl6KT8nWEaVg2Oir0k01NhVUL9 { width:14.375rem;height:2.625rem;top:219.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz88o0XLxikUNgQCtSFo2muUeFpFt1dv { width:14.375rem;height:18.125rem;top:344.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0y1miJIqhgxqIA43RlikP4baFyFridF { width:12.8125rem;height:1.4624rem;top:220.5rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKriAT94ATidVNTpF3vlsWCRFxzIdM4G { width:14.375rem;height:18.125rem;top:246.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoi7A3ZBVsxZRmWCCmon1Xik4fLJEiAG { width:14.375rem;height:2.625rem;top:70.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy1Cz7TgNTTDtbx0T66RpowN2nEyqWKo { width:13.75rem;height:0.9746125rem;top:71.625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiTmgCAHQxWiLgWFRzt3hgGVJEIsPJND { width:14.0625rem;height:1.13720625rem;top:70.5rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #cl60PFkb5ivfT2CKHnvqOnrdHG2RKWnD { width:14.375rem;height:2.625rem;top:94.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC9ks1kb6TUxS9fhC1LNhP1WLBzCiunH { width:14.375rem;height:2.625rem;top:21.625rem;left:2.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #d54KgtzE3rApKBGey2VU9cEWxLXxltct { width:14.5rem;height:2.11230625rem;top:94.8125rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #X7rh4MImGpNXxeT877xc9305NW88oB3B { width:14.375rem;height:2.625rem;top:46rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH59sOEavuDZEag3IvPm7FesRtVKR7f { width:14.375rem;height:2.625rem;top:341.75rem;left:2.8125rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KJZ6yNHEPa5fdqiAK7tJgEzgS0go19Pi { width:13.75rem;height:0.9746125rem;top:47.375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBF9saOL0L6l8FSmWXHtOlWPzCrOmd { width:13.75rem;height:1.13720625rem;top:46.25rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiVqcWXvXt2TBwV850rnNRNVLseqOUw { width:14.375rem;height:2.625rem;top:167.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6IkulRZ2vdlUBkyPcQsJWgvvdSGDX6J { width:13.75rem;height:0.9746125rem;top:168.75rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTb3ZI1dXXrI88JaiGly6rbCNDtqQxAb { width:13.75rem;height:1.13720625rem;top:167.6875rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #LN2er8KkDFP3xQnvfeZqeQB5lKAAnLl4 { width:14.375rem;height:2.625rem;top:143.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqdiomAs5lLGUctTd3cDFnwiO6oPUIe2 { width:13.75rem;height:0.9746125rem;top:144.4375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQiQI18nQZtKsMl6iu7P1omXtHv7cZux { width:13.75rem;height:1.13720625rem;top:143.375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #nX9muaspFGLolOvXWyia3OqDNmsILxpd { width:14.375rem;height:2.625rem;top:118.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqk7ZQiizd9Qgps3ZrJ9Q88IZIyIFE7H { width:13.25rem;height:2.2744125rem;top:119.125rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #bfErN2xQ8tS97mXmMtqOAgAWqQ6DH5TW { width:14.375rem;height:2.625rem;top:386.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtIaVC1vhvSaaBC7nikgK5USnUT5Tqs { width:12.125rem;height:2.2744125rem;top:216.4873046875rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #Md5dhrSdSgOhgWvdofXiE0Api30lsNV4 { width:14.375rem;height:2.625rem;top:289.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nroh0TbonCNAU5gCtqsuz5IHHCJuUXGI { width:14.1875rem;height:2.11230625rem;top:289.625rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #eXJStzHpwlvwTn7zkORTnheyPFGseyB4 { width:14.375rem;height:2.625rem;top:386.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xowUZXnG4hSScnOLOqG2eAsR2wbwAg9n { width:13.75rem;height:0.9746125rem;top:388.0625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlaIaK45lO6bATXlnCtpVvdaZhxVo1vt { width:13.75rem;height:1.13720625rem;top:387rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #tp4Sn4dnH3yFWnUiQaNh1G4SSlOq4Csr { width:14.375rem;height:2.625rem;top:265.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TLSzb1gcA6ubLdG5Sranvg31FQJB5T { width:13.75rem;height:0.9746125rem;top:266.375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsJVFxd9hamBGNlsbTWuDQZQXMFGA9Ns { width:13.75rem;height:1.13720625rem;top:265.3125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4y5vQ7nQkcM0w3KiOkVucntngKybg { width:13.25rem;height:2.76171875rem;top:341.75rem;left:3.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psHvpLzbUFVSAVObtg7vcszSMxXhEQEn { width:14.375rem;height:2.625rem;top:362.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6t77OAm1yON1cT5NTqSe1ek0re0aZis { width:13.75rem;height:0.9746125rem;top:363.8125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh325eXyktixVAQrUUPPUmBrpcy3BNO4 { width:13.75rem;height:1.13720625rem;top:362.75rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #ZREfKyhkn2auPf6QF51usgsWZ0GRSgVT { width:14.375rem;height:2.625rem;top:191.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAflbPl2im4F60WlEUVNuQCfhDwNrZ0P { width:13.75rem;height:0.9746125rem;top:193.25rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5FdR7MbqxTH8hDQ7l3D1bonr6Pvao0h { width:13.75rem;height:1.13720625rem;top:192.1875rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7ovn5gysUCSaUFPuv3ns2m3T7vvbG9 { width:14.375rem;height:2.625rem;top:313.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFVzPyIMcQGKZ9gHEUfJgcZ6f07u5vh { width:14.0625rem;height:1.05615rem;top:313.875rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #gsGdQ3KITF094mXAzJZVh1fSEMhdQWyt { width:14.0625rem;height:1.05615rem;top:314.9375rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #pqXNShcoWxims9v3cPr8b85UQ1h4Kzwm { width:14.375rem;height:2.625rem;top:240.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOfVTQdZesktspax6cnBTPT6NaXqPWh { width:13.75rem;height:0.9746125rem;top:242rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsmIqdsNvd7y9ng90oN2O7cbb8mxEfus { width:14.0625rem;height:1.13720625rem;top:240.9375rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #AI8uttC2JaSyw6WT4LnLVRZdmGUxUPSz { width:14.375rem;height:2.625rem;top:338.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoRwRHThH83zhJTNbwAN5AozDFo439R { width:13.75rem;height:0.9746125rem;top:339.375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8lPVfVsDbCNDCR6TBhA6kx8fdmMnt4c { width:14.0625rem;height:1.13720625rem;top:338.3125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #y8KyLiUDs0fJRWcHu4zSQEX0vTfTUWmm { width:14.375rem;height:18.125rem;top:319.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4KrsTQaKfuc7pOGT9kIXUBR0FPn8GvI { width:14.375rem;height:18.125rem;top:295.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5EdVF61iMK0AgNiiJh7RlJQrB1rZ7r { width:14.375rem;height:18.125rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvOcZlX2s9OSS90d74B0kK6lT0bD730U { width:14.375rem;height:18.125rem;top:222.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNrBUNmUfehxInTRQF4q7VB24qnZ5AO { width:14.375rem;height:18.125rem;top:368.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gatL2iDAJdzIrQ2RpOhuhShuOeEOmRtt { width:14.375rem;height:18.125rem;top:100.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Up3cdCd0J8PGpdur8AOpFlab5cmLt4 { width:14.375rem;height:18.125rem;top:198.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6QrXZSmyJoVMFwIOs5S0PWyIJ0fhGmG { width:14.375rem;height:18.125rem;top:271.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:20rem;height:2.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { width:20rem;height:2.54980625rem;top:1.68701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { width:20rem;height:6.798825rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { width:20rem;height:2.54980625rem;top:30.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { width:20rem;height:6.798825rem;top:46.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { width:19.875rem;height:13.25rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { width:19.0625rem;height:2.54980625rem;top:58.6875rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { width:20rem;height:6.798825rem;top:75.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { width:19.875rem;height:13.1875rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:25.6728515625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:54.4375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:82.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #NtyTZshDzMmwWJfV4yda5yQZCdRt9GTX { width:20rem;height:0.1875rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w { display:block; }#F7KXolIwpUDATZTFtgH46ZEgKJNWqn0w > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXxeFzrwkxe7lzxEGuAkfOIFUqwb0aaK { width:19.0625rem;height:2.0625rem;top:4.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zJkWMra88VSTwEuT92bsbkeri6v7BXXw { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SCUDPeGKNbQFDsoSNtg1NJFU4R2xXkFy { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #r3XPviGTVcXlHX4T8udpgMKkRbblVgOi { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yPzMw7EtcZOTKHpMlvrRV4RJWTerX9LF { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NZHaZmzRRqTi2ydwtrZClPaiTSmdAaaZ { display:flex;width:1.5625rem;height:1.5625rem;top:2.125rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xhyOEQtMlrSBnqsBGMRx0LWA88RA08AE { width:19.125rem;height:15rem;top:7.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSRhqLvbsvq0nS16NQpEtF1w8tacmqc { width:16.25rem;height:2.5625rem;top:23.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwEQibodGLn9A933KXyu9LbRdiCxJs9 { display:block; }
 }@media only screen and (max-width: 763px) { #h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { width:20rem;height:0.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { width:20rem;height:0.1875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { width:20rem;height:1.125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { width:20rem;height:3.875rem;top:3.625rem;left:0rem;font-size:1.9375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { width:17.875rem;height:3.75rem;top:7.75rem;left:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { width:8.6875rem;height:1.8125rem;top:1.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { display:flex;width:2rem;height:2rem;top:3.875rem;left:10.3125rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { display:flex;width:2rem;height:2rem;top:3.875rem;left:7.6875rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { width:20rem;height:1.625rem;top:7.375rem;left:0rem;font-size:0.625rem;display:block; }
 }