.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:229,243,225;--color-primary-1:170,215,157;--color-primary-2:84,175,58;--color-primary-3:42,88,29;--color-primary-4:13,26,9;--color-secondary-0:255,230,223;--color-secondary-1:255,181,158;--color-secondary-2:255,132,94;--color-secondary-3:255,0,0;--color-secondary-4:51,26,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:rgba(var(--color-tertiary-0),0.96);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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:60rem;height:9.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.8121447563171rem;left:26.405006408691rem;display:block; }
#ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.8121447563171rem;left:34.217151641846rem;display:block; }
#oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.8121447563171rem;left:40.561965942382rem;display:block; }
#Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.8125rem;left:53.9375rem;display:block; }
#AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIutXDB54QWw3qDez2dQ0SBRQkOZtsIf { 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:4.6875rem;width:21.25rem;top:2.1235795021057rem;left:1.3671875rem;overflow:hidden;display:block; }
#rEVWIFhyBtI5l4aWwvbRaq3dbhXpyVEc { 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:2.4375rem;width:2.6875rem;top:2.1244671344757rem;left:28.562320709229rem;overflow:hidden;display:block; }
#TIuQpg8NR9UxBnTz5bedU1rterb3Ld8D { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.8125rem;left:55.4375rem;display:block; }
#HbUTBK3GceaamxJf610T8aoHWIUkNWcR { 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.4375rem;width:2.6875rem;top:2.1235809326172rem;left:35.811611175537rem;overflow:hidden;display:block; }
#Z7cPqxl7yDRnsKC5Dz9CAIT0gsCNxHx7 { 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:2.4375rem;width:2.6875rem;top:2.1244659423828rem;left:42.8125rem;overflow:hidden;display:block; }
#qe9IaosdLgN7xD5VApGAUUvD13vssl4n { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.875rem;left:48.3125rem;display:block; }
#c8ISIOnMZtxu8m9lN0TQToriiDlATTzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wteZRAvWIrlVznvRJpoMBGb4iwPUvORV { position:absolute;display:block;z-index:15008;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.4375rem;width:2.6875rem;top:2.1875rem;left:49.6875rem;overflow:hidden;display:block; }
#omB9T6Cq90nKhaD4dBIIHIcdBlRNTe45 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#eE359rTISxIVsRz5aESxOW0qTM03kBty { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:0rem;left:3.75rem;display:none; }
#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/2cEteb80/vet_back1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { border-width: 0; border-radius: 0; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:60rem;position:relative;display:block; }#XARW3W63fC8kidOJ3dewgrQdGITGkAOE { color:rgba(var(--color-secondary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.748756408691rem;left:2.1803970336914rem;height:0;font-style:normal;display:none; }
#kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.248046875rem;left:5.4296875rem;display:none; }
#hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.84);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:28.0625rem;width:28.875rem;top:9.125rem;left:17.8203125rem;display:block; }
#mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { background-color:rgba(var(--color-primary-2),1);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:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.998046875rem;left:5.4296875rem;display:none; }
#HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwcE7lwpooqmKs2awhdh5OyCAv31nBul { color:rgba(var(--color-secondary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:9.6244668960569rem;left:2.2478675842285rem;height:0;display:none; }
#Q7T1CNaSTkQQNB5EXvW7vVJefsn4nTMA { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:45.292966842651rem;left:28.4375rem;display:block; }
#IACCTK2MHoDoSooHkXZaNXD4VK88tC6q { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:43.75rem;width:29.125rem;top:9.125rem;left:17.6953125rem;overflow:hidden;display:block; }
#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container { background-color: transparent; background-image: none; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container > .video-iframe-container { display: none; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row > .video-iframe-container { display: none; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .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); }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container { border-width: 0; border-radius: 0; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container { font-size:0.875rem;font-family:arial;height:108.75rem;width:60rem;position:relative;display:block; }#RD7sq9tdIiTTu1GPK3iUEr6FVxCEm46x { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4364356994631rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARQvlcGlsaTo2HhV895Ab10zcpCQJV5C { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:23.5rem;display:block; }
#FxUEwUQ1K56WKU2yES19LNLHIPGkaieA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:32.6875rem;display:block; }
#y4TS0O7pWNLAP2KT19avAJrcJMThGzAe { 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:3.3125rem;width:3.875rem;top:2.1866130828858rem;left:27.936256408691rem;overflow:hidden;display:block; }
#itnSQMmwqoAwvSkrvB49ZfusGFZIHDTM { color:#433c3f;display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.116477012634rem;left:0.93661117553713rem;height:11.69825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThQSlikUhkc9uL28ohko8LSklizCv7pW { color:#433c3f;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.749114990234rem;left:0.0053291320800781rem;height:21.94725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ThQSlikUhkc9uL28ohko8LSklizCv7pW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ThQSlikUhkc9uL28ohko8LSklizCv7pW li:before{  }
#LaHwKMRreMReLQi3TTwenBka2kirHDIx { color:#433c3f;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:64.111322402956rem;left:0.84250640869138rem;height:6.49903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qcgbEJSaVka03Tox6rZzxFkhNPHp8zGW { color:#433c3f;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.864166259766rem;left:0.8416175842285rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ { color:#433c3f;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.675423622131rem;left:0.8416175842285rem;height:10.973625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ li:before{  }
#euRn5KDqti4P864TH0mmUQmU5Zo0UxHa { position:absolute;display:block;z-index:15001;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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;height:25.3125rem;width:26.1875rem;top:18.686965942382rem;left:32.187496185302rem;overflow:hidden;display:block; }
#GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:27rem;width:28.125rem;top:17.8125rem;left:31.408023834229rem;display:block; }
#NlcR9wNi6MWPDZL2q1vkLcxXc9qNc04V { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:103.68251800537rem;left:28.4375rem;display:block; }
#shM5RZ7RKvnFyoLJbb98A3Ziouf2DJ8p { color:#433c3f;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:96.367177963256rem;left:0.84250640869138rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLKbyARDGGXWfKTNJmeZtTBs2e3OOz8I { background-color:rgba(var(--color-secondary-3),1);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:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6239375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.8668327331543rem;left:40.684478759766rem;display:none; }
#lLvfb9CpIP6aITxwDto3d3Qp89dGTfT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRXBXaZMvMTEGbHllhWfmoOTnJTswOgL { position:absolute;display:block;z-index:15007;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:4.4375rem;width:20.3125rem;top:79.728515625rem;left:0rem;overflow:hidden;display:block; }
#uqkuBLGMaUAARIKUQZTwnkxCQ7NmgKux { position:absolute;display:block;z-index:15008;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:7.625rem;width:12rem;top:76.479043960569rem;left:21.309478759766rem;overflow:hidden;display:block; }
#REdrHsc49o8TuzLN91z1blq5GmJdnagC { 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:12.0625rem;width:12rem;top:75.135827064512rem;left:33.996803283691rem;overflow:hidden;display:block; }
#AKbLhbGrNlA9L4wDTHeu58fv9bryhnZu { position:absolute;display:block;z-index:15010;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:12.3748125rem;width:12.1875rem;top:75.0097618103rem;left:46.19051361084rem;overflow:hidden;display:block; }
#peoZ2qTUg4Z0Dlgp3FFckzdNbyNuzVX8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:75.875rem;left:9.34375rem; }
#peoZ2qTUg4Z0Dlgp3FFckzdNbyNuzVX8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container { background-color: transparent; background-image: none; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container > .video-iframe-container { display: none; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row > .video-iframe-container { display: none; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .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); }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container { border-width: 0; border-radius: 0; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container { font-size:0.875rem;font-family:arial;height:116.9375rem;width:60rem;position:relative;display:block; }#HtvOQ6phLGsibsDgFTgIGpd532iQ5dVe { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4364356994631rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUsUVubuO7pPrVCPQwwwUykExk9lAOno { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:23.5rem;display:block; }
#lX6qTcmds3IvptxbCP10uxOVCxuiTAm0 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:32.6875rem;display:block; }
#H7QgZffJF7gZR4UiqRprubG3oikmuBvs { 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:3.3125rem;width:3.875rem;top:2.1866130828858rem;left:27.936256408691rem;overflow:hidden;display:block; }
#kp6T676nmAgcQ4Qu4rQP34TFyBUG4TqQ { color:#433c3f;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.115589141846rem;left:26.061786651611rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONWuXfP8xoSxGrqgpHnosXFnMkWoe0TU { position:absolute;display:block;z-index:15025;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:26.6875rem;width:20rem;top:12.11648273468rem;left:0rem;overflow:hidden;display:block; }
#KJH2i0paVPGQOTdMTcbJ15CbXPFcgkCE { position:absolute;display:block;z-index:15026;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:30.0625rem;width:20rem;top:75.25rem;left:0rem;overflow:hidden;display:block; }
#lNGPPbkb2Z72xd4ufhvZkAMG4MKLU1I3 { color:#433c3f;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.551313400269rem;left:26.061786651611rem;height:20.79688125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9LezWdeQTExEG7KC9pbGQwZFeZsm1TX { color:#433c3f;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:78.6875rem;left:26.0625rem;height:29.8954875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#btQghDKEv16GyXhdPsWFMpQ1U3knpzXc { color:#433c3f;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:75.25rem;left:26.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvf5lkTkAipDQDE9G1ySy7zBbaqAFLa0 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:112.18481254578rem;left:28.4375rem;display:block; }
#ENDv3pnlEvvSxxkey3pbwodlFHfo8fz8 { color:#433c3f;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:48.49963760376rem;left:26.061786651611rem;height:15.59764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHDK2UpGb4bQ59eHvLk9D2cbWgVI8GTn { color:#433c3f;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.18713760376rem;left:26.061786651611rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3gw2AxlMF6NL5y9BuRBwQ9XC3fcIT9L { position:absolute;display:block;z-index:15027;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.5625rem;width:20rem;top:43.1875rem;left:0rem;overflow:hidden;display:block; }
#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container { background-color: transparent; background-image: none; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container > .video-iframe-container { display: none; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row > .video-iframe-container { display: none; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .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); }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container { border-width: 0; border-radius: 0; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container { font-size:0.875rem;font-family:arial;height:575.75rem;width:60rem;position:relative;display:block; }#Es1L9OU6nrKxloiiuSPbia4N41c1rSPz { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4364356994631rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrRgFLcVlLPpPDHdQiO0sGXU9QnnmiX7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:23.5rem;display:block; }
#lqHom8tHDgsArs6dB4m6E3T4b4lRhyiF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:32.6875rem;display:block; }
#G7JPbD6vHEQfV2Ci3HNm75nd2RT4JT6f { 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:3.3125rem;width:3.875rem;top:2.1866130828858rem;left:27.936256408691rem;overflow:hidden;display:block; }
#IdynJ8phgcpNk79OfvW06k7gI83iZ3b7 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:571.1842918396rem;left:28.4375rem;display:block; }
#yomHpJaiTOs9tT59iKXQWmTLnubpFW93 { color:#433c3f;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.622871398926rem;left:1.40625rem;height:13.99413125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g28nR0P2VQ1txOJCncBSsuoFLEnbMVEd { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbViG29JCUW301xtuVvipoHPOZriihB5 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:49.375rem;left:28.4375rem;display:block; }
#Vcl0B7MTtXGFvCImoZT04bPtIGVR0kN5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:50.75rem;left:23.6875rem;display:block; }
#wwQTStKGCVBiTROVswqoBRRplIFsZL9P { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:50.75rem;left:32.875rem;display:block; }
#mGNlIN1mLIhQEpghiLTzka4BIsII5sqb { position:absolute;display:block;z-index:15013;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:13.3125rem;width:20rem;top:31.448160171509rem;left:0rem;overflow:hidden;display:block; }
#GvbfNah6pLlr6zrNrHwXViZ0NdzpuPRf { position:absolute;display:block;z-index:15014;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:13.3125rem;width:20rem;top:31.47833776474rem;left:40rem;overflow:hidden;display:block; }
#wN5Q2On477GwuVEGiMpxBJ764zLcnEzB { position:absolute;display:block;z-index:15015;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:13.3125rem;width:20rem;top:31.47833776474rem;left:20rem;overflow:hidden;display:block; }
#ATyleLKEJXV6mVVor0KE7Enwai21f78y { position:absolute;display:block;z-index:15019;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:13.3125rem;width:20rem;top:74.375rem;left:40rem;overflow:hidden;display:block; }
#TJewppXrWVkbPqsZ4GGT7IT2qte60UDu { position:absolute;display:block;z-index:15020;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:13.3125rem;width:20rem;top:74.375rem;left:20rem;overflow:hidden;display:block; }
#B6A2Dv4V2lQJbnL3A8fmL3QLRFxZCIi1 { color:#433c3f;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:59.5625rem;left:1.4375rem;height:9.7959rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mgd2Wo99vf9AlDI0IvTE8VrFCOf8it0E { position:absolute;display:block;z-index:15018;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:13.3125rem;width:20rem;top:74.375rem;left:0rem;overflow:hidden;display:block; }
#QcJpkwCBNpcMsv7BQK85zxKr3oC9kHvw { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:56.125rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlJSxvfI5oIF5n66cikg7mnb1d9HNviN { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:91.5625rem;left:28.4375rem;display:block; }
#nx2ZUtPy0TOJLbTkaMielgpbdBN5hmbK { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:92.9375rem;left:23.6875rem;display:block; }
#Tfz1pHG6ekD1iKKcfhpQg4NT11o97t7a { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:92.9375rem;left:32.875rem;display:block; }
#eUdBQasDHbg0PLtfuOqhgs62TEye265E { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:98.3125rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M76IdiPxQgCN7tqwJJlK4TT3yWB9PF9K { color:#433c3f;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:101.75rem;left:1.4375rem;height:12.59471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIgB8CnvLu07gNXzSt8uohFIUuCNJCSQ { position:absolute;display:block;z-index:15027;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:13.3125rem;width:21.0625rem;top:116.59267044067rem;left:38.937320709229rem;overflow:hidden;display:block; }
#PX55VFXfCvHzN2xHzxKq2iZoD7lp6nGz { position:absolute;display:block;z-index:15028;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:13.3125rem;width:19.5rem;top:116.62196731567rem;left:19.499286651611rem;overflow:hidden;display:block; }
#fErIKF9B3NdVQFahPGtX61ocVi4yHaGO { position:absolute;display:block;z-index:15026;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:13.3125rem;width:12.0625rem;top:116.65429115296rem;left:0rem;overflow:hidden;display:block; }
#HMNDtddsoza9sGSNaqTa9y9y9zcG5RTS { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:132.9375rem;left:28.4375rem;display:block; }
#GrGIKnAgm9tLE0kyDWWRTt77fP13hAZL { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:134.3125rem;left:23.6875rem;display:block; }
#ZdDndN8RgQrWnHJoLAKtTsQwuCJJ7E5T { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:134.3125rem;left:32.875rem;display:block; }
#TT6GGkuEf79t8oXuAb9FrgRbaMhWIMAz { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:139.6875rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E66cWI1EanI4klMA5y1xnDCM4noTTTkV { color:#433c3f;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:143.125rem;left:1.4375rem;height:18.1923625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdoRVzhAZWQP9eVQRNgfD1HVJRTIaXlU { position:absolute;display:block;z-index:15035;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.6875rem;width:20rem;top:163.25rem;left:40rem;overflow:hidden;display:block; }
#yWToeAHoERIxuD5TKuE2QTB1EkbipWHo { position:absolute;display:block;z-index:15036;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.6875rem;width:20rem;top:163.25rem;left:20rem;overflow:hidden;display:block; }
#pi8JXFoIVzMmsQ0uUSTnFeFi8pvXsWbu { position:absolute;display:block;z-index:15034;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.6875rem;width:20rem;top:163.25rem;left:0rem;overflow:hidden;display:block; }
#lmGfnh6xhRsU9JbVCbVBpTFgIcKxF5Fl { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:182.3125rem;left:28.4375rem;display:block; }
#iMNIPbdewTeDeaCN0QyrqXIiSOJrQLs6 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:183.6875rem;left:23.6875rem;display:block; }
#XMFOIRanz2P1ktrvKeUEVvcVxFAq7vHI { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:183.6875rem;left:32.875rem;display:block; }
#OK01y0TxWlRIJb0VfBb4BLniDtVlFeku { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:189.0625rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2lwOhteaaQNm0Z4BJD18xrP06kOH5bF { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:192.43695068359rem;left:1.6859016418457rem;height:53.17768125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9Fe89vbD5swSMfzBSntoteeetw3gOlg { position:absolute;display:block;z-index:15038;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:13.4375rem;width:20rem;top:247.4375rem;left:40rem;overflow:hidden;display:block; }
#KPV6Tdx8cTwqNwLoOMZ4r20yaFaa79ub { position:absolute;display:block;z-index:15039;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:13.4375rem;width:20rem;top:247.4375rem;left:20rem;overflow:hidden;display:block; }
#giG5cPHqC2XyJWNgxQWxUiWMuHii1dBA { 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:13.25rem;width:20rem;top:247.4375rem;left:0rem;overflow:hidden;display:block; }
#BVALlADGp0nWrx6c7ucoQgIMqa2ASuOH { position:absolute;display:block;z-index:15027;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:13.375rem;width:12.0625rem;top:116.62197589874rem;left:10.124286651611rem;overflow:hidden;display:block; }
#cof4T2FIsNtBKOvuTct59MhEz092MQpg { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:265.4375rem;left:23.6875rem;display:block; }
#ceS0TfD1MZpTIGanyGl0ar1DORdeOAIf { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:264.0625rem;left:28.4375rem;display:block; }
#nDZ2sJnoXmxQiHX78rb0ay1dvefhymZ1 { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:270.8125rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oi73fq0q7RV7NfoS2kI7hlZIQTczfCdp { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:265.4375rem;left:32.875rem;display:block; }
#vHrTzD0D47w1FyvDnyuTkIIQgbzd7WkT { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:274.1875rem;left:1.6875rem;height:19.59178125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TILdT1PiJPgBIKJ53zEEGIlihkQsliHP { position:absolute;display:block;z-index:15047;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:13.3125rem;width:16.5rem;top:295.99784660339rem;left:26.936256408691rem;overflow:hidden;display:block; }
#iatdAImoUmHFAzQ7Gz4kV9d6RV1XxnEz { position:absolute;display:block;z-index:15045;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:13.3125rem;width:26.625rem;top:296rem;left:0rem;overflow:hidden;display:block; }
#NNvT4GD2lz1TrqTEvFK4l2DFEveUWVzT { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:313.4375rem;left:23.6875rem;display:block; }
#zTRTQCQ8FNV5iNkrdVtTL1npEOq9NxQZ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:312.0625rem;left:28.4375rem;display:block; }
#QnIRvZcrTaoKENgSFWr3rmLil2TcJgrv { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:318.8125rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yewouE7gTgzDhRUMsVB1WPZnq0GT9L5B { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:313.4375rem;left:32.875rem;display:block; }
#oGbVnl1Wz13gHItszZ1Rs4aqD9imQyvy { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:322.1875rem;left:1.6875rem;height:13.9941375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Env7q93fv7fgTJ7nm51D1hM3UgnW8aQG { position:absolute;display:block;z-index:15054;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:13.3125rem;width:20rem;top:338.5rem;left:20rem;overflow:hidden;display:block; }
#I2pKDxRw8h6GGELoL03EW3oyphUF2cWA { position:absolute;display:block;z-index:15052;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:13.3125rem;width:20rem;top:338.5rem;left:0rem;overflow:hidden;display:block; }
#JLxJhgtiTTgluuGSLh2PV5DfmR58UcAC { position:absolute;display:block;z-index:15055;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:13.3125rem;width:20rem;top:338.5rem;left:40rem;overflow:hidden;display:block; }
#Kgq0nf6ADzTXqFFPNqbpzxs4m7wpP3RZ { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:356.0625rem;left:23.6875rem;display:block; }
#VUeiy9Xw2loToh3CS4Su0A4i6GKqSBTK { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:354.6875rem;left:28.4375rem;display:block; }
#gsnx0EqH7KwpmFfvcTtkfOI0srIF8oOX { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:361.4375rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COqII93OKO9GBBycxS28UhtVzhrxVbiC { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:356.0625rem;left:32.875rem;display:block; }
#lMBNbzlvrEZpMi0zATVke176tJ2Rknf0 { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:365.18463373184rem;left:1.40625rem;height:12.5947125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WToXOQgKHwUPZTA7em3dVTJAZP6cy854 { position:absolute;display:block;z-index:15062;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:13.3125rem;width:20rem;top:381.125rem;left:20rem;overflow:hidden;display:block; }
#LzedaSAQqoamUgxOb5A9URnEHaTbrrZR { position:absolute;display:block;z-index:15060;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:13.3125rem;width:20rem;top:381.125rem;left:0rem;overflow:hidden;display:block; }
#Ql4olh7RWWGMBtVwa8koNX7DTTXXk9xH { position:absolute;display:block;z-index:15063;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:13.3125rem;width:20rem;top:381.125rem;left:40rem;overflow:hidden;display:block; }
#ntgMAnFcves4vHQTlpSFFWMUCSGqDE7p { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:398.8125rem;left:23.6875rem;display:block; }
#QTtz3Kbq415OTxkFhnE6vc0RMF8h1nx0 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:397.31176376343rem;left:28.4375rem;display:block; }
#Hl7wCQmEXxTVF3MxQogb5KavTtdL3UgM { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:404.43622970581rem;left:1.0591259002686rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMVTlPG0plAQbOJ27JDkGt7dPPmkZ784 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:398.8125rem;left:32.875rem;display:block; }
#lA4D0FQm9fXA0Fx24IHAbaMlx3MmWbuO { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:408.62393760681rem;left:1.40625rem;height:11.19530625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgfu1unB6113qdFbteqHgkDS73tAN7mM { position:absolute;display:block;z-index:15070;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:13.3125rem;width:20rem;top:423.3125rem;left:20rem;overflow:hidden;display:block; }
#c95quS2WuTN7rvgMaPvaic4bQqoTkb5w { position:absolute;display:block;z-index:15068;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:13.3125rem;width:20rem;top:423.3125rem;left:0rem;overflow:hidden;display:block; }
#DrdhTVtbyWBdHCGBGewN86keT4R4MBeZ { position:absolute;display:block;z-index:15071;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:13.3125rem;width:20rem;top:423.3125rem;left:40rem;overflow:hidden;display:block; }
#JbmoM19CMyUTw3eUTBRKmGDFmiwHpxWJ { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:441.75rem;left:23.6875rem;display:block; }
#oBRxbUHvXDcN1NeKrimSJXCFq2CKKKiA { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:440.25rem;left:28.4375rem;display:block; }
#JdrEQytJryc2XiHKzD7cUaAA1ns9eQ6A { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:447.375rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EUcZZmkrZiQf0aCQFvTHz0nEWBRnX65R { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:441.75rem;left:32.875rem;display:block; }
#ZWUdegCAgyvGJzHM0ahwOeWVSB6pQmJy { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:451.5625rem;left:1.4375rem;height:8.39648125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AAFBwewAuQPbs888AgPmWN1nxuatHUAh { position:absolute;display:block;z-index:15078;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:12.5rem;width:11.25rem;top:466.24906539917rem;left:24.375rem;overflow:hidden;display:block; }
#fQHqU4i8mVQ7VE7hCzIDcv5E8LamWZ2K { position:absolute;display:block;z-index:15076;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:12.5rem;width:20rem;top:466.25rem;left:0rem;overflow:hidden;display:block; }
#AzBm2e4h7mi3zDEry67wxJEQLWJ7olaS { position:absolute;display:block;z-index:15079;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:12.5rem;width:20rem;top:466.25rem;left:40rem;overflow:hidden;display:block; }
#J0vOBKq6ZWLqpqSCMRATCxeHRnP6CHLt { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:485.4375rem;left:23.6875rem;display:block; }
#kc8KMSJ7dpfvIUZXtmGmfgi0QbE96aCn { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:483.9375rem;left:28.4375rem;display:block; }
#g4ObIf375SAupNWLKeUm0nMxcIHxU9bm { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:491.0625rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEBcol6OO5alcxftwu6vHxQVpxmJXzgh { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:485.4375rem;left:32.875rem;display:block; }
#BMQdNZmUNxS2hh57F5buAyxywTDB9N8T { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:495.25rem;left:1.4375rem;height:9.79589375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIsVPi0vEh4NG8g7099sOD87e5JprW8p { position:absolute;display:block;z-index:15086;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:11.75rem;width:20rem;top:509.9375rem;left:20rem;overflow:hidden;display:block; }
#TdnmRSAnTJn9NQnSfG5OwPnyfV30cang { position:absolute;display:block;z-index:15084;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:11.75rem;width:20rem;top:509.9375rem;left:0rem;overflow:hidden;display:block; }
#m2TadA0VArzcEgRXGmxRoZM13b866TJm { position:absolute;display:block;z-index:15087;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:11.75rem;width:20rem;top:509.9375rem;left:40rem;overflow:hidden;display:block; }
#pdVzP3y2LBVmocMpGSZFTTxwZookpom6 { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:528.875rem;left:23.6875rem;display:block; }
#Tmesce8sQ6PS6HKZHrMHvhDScgVcGAaK { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:527.375rem;left:28.4375rem;display:block; }
#gu7Sy4DPLcBaTUHMhxNTAtDe3nRgtOlB { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:528.875rem;left:32.875rem;display:block; }
#faA4C8shSKBBdXmlvavPuQR6NnnlNb0S { color:#433c3f;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:534.5rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GAazMyrDw7kwoM8UWQ2AzLvyCHcfF0L0 { color:#433c3f;display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.4;letter-spacing:0;top:538.81120967865rem;left:1.40625rem;height:8.39648125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHTFhaHqg6vzHy3GyDs4AoxgVTnwfKcg { position:absolute;display:block;z-index:15094;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:13.3125rem;width:20rem;top:553.375rem;left:20rem;overflow:hidden;display:block; }
#kVWSWV13LdLQyTeI4ZninmVWBUca4xfD { position:absolute;display:block;z-index:15092;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:13.3125rem;width:20rem;top:553.375rem;left:0rem;overflow:hidden;display:block; }
#WIf9yTACoc6CFpN6HR6dzvFPFDs20x19 { position:absolute;display:block;z-index:15095;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:13.3125rem;width:20rem;top:553.375rem;left:40rem;overflow:hidden;display:block; }
#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container { background-color: transparent; background-image: none; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container > .video-iframe-container { display: none; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row > .video-iframe-container { display: none; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .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); }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container { border-width: 0; border-radius: 0; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#HvqZ5i8GK3KD54dAC24Ff48KGhDskp4T { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4364356994631rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thZT82x8NKXL9v6KOPsvkDXlXMudBGmx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:23.5rem;display:block; }
#KQ7Tt0XSNyVqdKbaTJSPISmMC2s2IOl2 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:32.6875rem;display:block; }
#xmndT5R3CK4grx8uJJ27sUS3KzhmywOD { 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:3.3125rem;width:3.875rem;top:2.1866130828858rem;left:27.936256408691rem;overflow:hidden;display:block; }
#qOdTIK75q3xxEWi4wDZiTyk0srxGixkm { color:#433c3f;display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.738442420959rem;left:0.84250640869138rem;height:24.69630625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AVsIGbObBXOwPbsU45b9VOGhQkA6SJpO { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:41.059146881104rem;left:28.4375rem;display:block; }
#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container { background-color: transparent; background-image: none; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container > .video-iframe-container { display: none; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row > .video-iframe-container { display: none; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .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); }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container { border-width: 0; border-radius: 0; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container { font-size:0.875rem;font-family:arial;height:85.5625rem;width:60rem;position:relative;display:block; }#aEftMDvtwkyX3TUKLhClZvO6rRRbd14W { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4364356994631rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWPMZMIhQqqSTgPypNX6iKiviBOlfHk3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:23.5rem;display:block; }
#T8060kvNUKEJJU8gHzTrbx4ZqPD2Uzxr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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.125rem;width:3.4375rem;top:3.8125rem;left:32.6875rem;display:block; }
#MH7D8TxF9b9hQk6ahzz1oDT85rolFMoK { 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:3.3125rem;width:3.875rem;top:2.1866130828858rem;left:27.936256408691rem;overflow:hidden;display:block; }
#TvlemLBBzPaGp5MC28s0km5dK4AwvZoJ { position:absolute;display:block;z-index:15015;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:13.25rem;width:20rem;top:62.6875rem;left:0rem;overflow:hidden;display:block; }
#Pe5ZLZNmtfoBoNufGLJcKt1EtReMrRbC { position:absolute;display:block;z-index:15025;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:13.25rem;width:20rem;top:62.74951553345rem;left:20rem;overflow:hidden;display:block; }
#LM8F9rG94stod7Amu3tkmpZuV1TVqzTs { position:absolute;display:block;z-index:15024;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:26.875rem;width:20rem;top:41.685901641846rem;left:20rem;overflow:hidden;display:block; }
#VhOdn0q85ZQLMHE6IeIVTXs1fvhpdHMS { position:absolute;display:block;z-index:15027;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:13.25rem;width:20rem;top:62.687322616575rem;left:40rem;overflow:hidden;display:block; }
#giLqhM3RlDMwVRBMuLrU4vZWlzSJnRXq { position:absolute;display:block;z-index:15012;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:26.625rem;width:20rem;top:41.685901641846rem;left:0rem;overflow:hidden;display:block; }
#ATy2luKxi0oeENXTazMSyQtlzvI1fn62 { position:absolute;display:block;z-index:15021;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:26.6875rem;width:20rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#bJpk3noTnSPQuGtzL2PBpiOywy1HfX9N { position:absolute;display:block;z-index:15022;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:33.6875rem;width:20rem;top:15rem;left:20rem;overflow:hidden;display:block; }
#qa9ev0HoL0hQCT1TbQklCe1LAbGTSxnz { position:absolute;display:block;z-index:15023;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:30.0625rem;width:20rem;top:15rem;left:40rem;overflow:hidden;display:block; }
#JvLTK4v9aFAkS6mZFMh9fA4PMeqBTusi { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:80.114843368531rem;left:30.310722351074rem;display:block; }
#JPMUKkFL7TS3kfAt7WSOqCES1WZttDu7 { position:absolute;display:block;z-index:15026;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:26.625rem;width:20rem;top:41.747158050537rem;left:40rem;overflow:hidden;display:block; }
#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5fq4d1d5/vet_back2.jpg");background-position:top center !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; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.adaptive-delivery-prevent-bg, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyload, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyloading { background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { border-width: 0; border-radius: 0; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:60rem;position:relative;display:block; }#VU68hp8eMVBWO9Ccn2693AZBMc3lFRx4 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.84);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:28.0625rem;width:28.875rem;top:2.5625rem;left:28.875rem;display:block; }
#mCDTxbhNoGHREHWEwGbCdhH8Sz3BG3dh { color:rgba(var(--color-secondary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.8748168945312rem;left:31.249996185302rem;height:1.3125rem;font-style:normal;display:block; }
#cG3STEfkx7kiiMW669VXfZPHz0F8tmyr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.125rem;left:31.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container { background-color: transparent; background-image: none; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container > .video-iframe-container { display: none; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row > .video-iframe-container { display: none; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .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); }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container { border-width: 0; border-radius: 0; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#FnPJGZH2hx3k7igfKCyaWMNT3GTuuo1z { color:#433c3f;display:block;width:58.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.56107902526856rem;height:1.13671875rem;font-style:normal;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) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { width:7.0625rem;height:3.4375rem;top:3.75rem;left:20.280006408691rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block; }
 }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:5.9375rem;height:3.4375rem;top:3.75rem;left:28.092151641846rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { width:7.1875rem;height:3.4375rem;top:3.75rem;left:34.436965942382rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block; }
 }@media only screen and (max-width: 763px) { #F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { width:6.125rem;height:3.4375rem;top:3.8125rem;left:41.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block; }
 }@media only screen and (max-width: 763px) { #HIutXDB54QWw3qDez2dQ0SBRQkOZtsIf { width:21.25rem;height:4.6875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEVWIFhyBtI5l4aWwvbRaq3dbhXpyVEc { width:2.6875rem;height:2.3821022727272rem;top:2.0625rem;left:22.437320709229rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIuQpg8NR9UxBnTz5bedU1rterb3Ld8D { width:3.125rem;height:3.125rem;top:1.8125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbUTBK3GceaamxJf610T8aoHWIUkNWcR { width:2.6875rem;height:2.3821022727272rem;top:2.0625rem;left:29.686611175537rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7cPqxl7yDRnsKC5Dz9CAIT0gsCNxHx7 { width:2.6875rem;height:2.4375rem;top:2.0625rem;left:36.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe9IaosdLgN7xD5VApGAUUvD13vssl4n { width:5.3125rem;height:3.4375rem;top:3.875rem;left:42.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8ISIOnMZtxu8m9lN0TQToriiDlATTzw { display:block; }
 }@media only screen and (max-width: 763px) { #wteZRAvWIrlVznvRJpoMBGb4iwPUvORV { width:2.6875rem;height:2.4375rem;top:2.1875rem;left:43.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #omB9T6Cq90nKhaD4dBIIHIcdBlRNTe45 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eE359rTISxIVsRz5aESxOW0qTM03kBty { width:16.4375rem;height:4.6875rem;top:0rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { display:none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:22.125rem;height:8.1875rem;top:14.6875rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { width:15.625rem;height:3rem;top:29.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block; }
 }@media only screen and (max-width: 763px) { #AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { width:28.875rem;height:28.0625rem;top:9.125rem;left:11.6953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:15.625rem;height:3.125rem;top:24.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #WwcE7lwpooqmKs2awhdh5OyCAv31nBul { width:24.0625rem;height:4rem;top:9.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7T1CNaSTkQQNB5EXvW7vVJefsn4nTMA { width:3.125rem;height:3.125rem;top:45.25rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACCTK2MHoDoSooHkXZaNXD4VK88tC6q { width:29.125rem;height:43.75rem;top:9.125rem;left:11.5703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh { display:block; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD7sq9tdIiTTu1GPK3iUEr6FVxCEm46x { width:47.75rem;height:3.25rem;top:6.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQvlcGlsaTo2HhV895Ab10zcpCQJV5C { width:3.4375rem;height:0.125rem;top:3.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUEwUQ1K56WKU2yES19LNLHIPGkaieA { width:3.4375rem;height:0.125rem;top:3.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4TS0O7pWNLAP2KT19avAJrcJMThGzAe { width:3.875rem;height:3.3125rem;top:2.125rem;left:21.811256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #itnSQMmwqoAwvSkrvB49ZfusGFZIHDTM { width:47.75rem;height:11.25rem;top:12.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQSlikUhkc9uL28ohko8LSklizCv7pW { width:47.75rem;height:21.25rem;top:23.6875rem;left:0rem;font-size:0.75rem;display:block; }#ThQSlikUhkc9uL28ohko8LSklizCv7pW li:before{  }
 }@media only screen and (max-width: 763px) { #LaHwKMRreMReLQi3TTwenBka2kirHDIx { width:47.75rem;height:6.25rem;top:64.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcgbEJSaVka03Tox6rZzxFkhNPHp8zGW { width:47.75rem;height:2.5rem;top:45.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ { width:47.75rem;height:;top:49.625rem;left:0rem;font-size:0.75rem;display:block; }#P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ li:before{  }
 }@media only screen and (max-width: 763px) { #euRn5KDqti4P864TH0mmUQmU5Zo0UxHa { width:26.1875rem;height:25.312511861414rem;top:18.625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { width:28.125rem;height:27rem;top:17.8125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcR9wNi6MWPDZL2q1vkLcxXc9qNc04V { width:3.125rem;height:3.125rem;top:103.625rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shM5RZ7RKvnFyoLJbb98A3Ziouf2DJ8p { width:47.75rem;height:3.75rem;top:96.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLKbyARDGGXWfKTNJmeZtTBs2e3OOz8I { width:18.5625rem;height:3.125rem;top:4.8125rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLvfb9CpIP6aITxwDto3d3Qp89dGTfT5 { display:block; }
 }@media only screen and (max-width: 763px) { #DRXBXaZMvMTEGbHllhWfmoOTnJTswOgL { width:20.3125rem;height:4.4375rem;top:79.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqkuBLGMaUAARIKUQZTwnkxCQ7NmgKux { width:12rem;height:7.625rem;top:76.4375rem;left:15.184478759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #REdrHsc49o8TuzLN91z1blq5GmJdnagC { width:12rem;height:12.0625rem;top:75.125rem;left:27.871803283691rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbLhbGrNlA9L4wDTHeu58fv9bryhnZu { width:12.1875rem;height:12.3748125rem;top:75rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peoZ2qTUg4Z0Dlgp3FFckzdNbyNuzVX8 { width:3.125rem;height:3.125rem;top:75.875rem;left:3.21875rem;display:block; }
#peoZ2qTUg4Z0Dlgp3FFckzdNbyNuzVX8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #clW7JMva9zXHJJflTnI1vOyKbW1wKFSE { display:block; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtvOQ6phLGsibsDgFTgIGpd532iQ5dVe { width:47.75rem;height:3.25rem;top:6.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUsUVubuO7pPrVCPQwwwUykExk9lAOno { width:3.4375rem;height:0.125rem;top:3.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX6qTcmds3IvptxbCP10uxOVCxuiTAm0 { width:3.4375rem;height:0.125rem;top:3.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7QgZffJF7gZR4UiqRprubG3oikmuBvs { width:3.875rem;height:3.3125rem;top:2.125rem;left:21.811256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp6T676nmAgcQ4Qu4rQP34TFyBUG4TqQ { width:33.9375rem;height:1.5625rem;top:12.0625rem;left:13.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONWuXfP8xoSxGrqgpHnosXFnMkWoe0TU { width:20rem;height:26.6875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJH2i0paVPGQOTdMTcbJ15CbXPFcgkCE { width:20rem;height:30.0625rem;top:75.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGPPbkb2Z72xd4ufhvZkAMG4MKLU1I3 { width:33.9375rem;height:20rem;top:15.5rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LezWdeQTExEG7KC9pbGQwZFeZsm1TX { width:33.9375rem;height:28.75rem;top:78.625rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btQghDKEv16GyXhdPsWFMpQ1U3knpzXc { width:33.9375rem;height:1.5625rem;top:75.25rem;left:13.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvf5lkTkAipDQDE9G1ySy7zBbaqAFLa0 { width:3.125rem;height:3.125rem;top:112.125rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENDv3pnlEvvSxxkey3pbwodlFHfo8fz8 { width:33.9375rem;height:15rem;top:48.4375rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHDK2UpGb4bQ59eHvLk9D2cbWgVI8GTn { width:33.9375rem;height:1.5625rem;top:43.125rem;left:13.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3gw2AxlMF6NL5y9BuRBwQ9XC3fcIT9L { width:20rem;height:28.5625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl { display:block; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es1L9OU6nrKxloiiuSPbia4N41c1rSPz { width:47.75rem;height:3.25rem;top:6.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrRgFLcVlLPpPDHdQiO0sGXU9QnnmiX7 { width:3.4375rem;height:0.125rem;top:3.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqHom8tHDgsArs6dB4m6E3T4b4lRhyiF { width:3.4375rem;height:0.125rem;top:3.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7JPbD6vHEQfV2Ci3HNm75nd2RT4JT6f { width:3.875rem;height:3.3125rem;top:2.125rem;left:21.811256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdynJ8phgcpNk79OfvW06k7gI83iZ3b7 { width:3.125rem;height:3.125rem;top:571.125rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomHpJaiTOs9tT59iKXQWmTLnubpFW93 { width:47.75rem;height:13.6875rem;top:16.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g28nR0P2VQ1txOJCncBSsuoFLEnbMVEd { width:47.75rem;height:1.5625rem;top:13.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbViG29JCUW301xtuVvipoHPOZriihB5 { width:3.125rem;height:3.125rem;top:49.375rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcl0B7MTtXGFvCImoZT04bPtIGVR0kN5 { width:3.4375rem;height:0.125rem;top:50.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwQTStKGCVBiTROVswqoBRRplIFsZL9P { width:3.4375rem;height:0.125rem;top:50.75rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGNlIN1mLIhQEpghiLTzka4BIsII5sqb { width:20rem;height:13.3125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvbfNah6pLlr6zrNrHwXViZ0NdzpuPRf { width:20rem;height:13.3125rem;top:31.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN5Q2On477GwuVEGiMpxBJ764zLcnEzB { width:20rem;height:13.3125rem;top:31.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyleLKEJXV6mVVor0KE7Enwai21f78y { width:20rem;height:13.3125rem;top:74.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJewppXrWVkbPqsZ4GGT7IT2qte60UDu { width:20rem;height:13.3125rem;top:74.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6A2Dv4V2lQJbnL3A8fmL3QLRFxZCIi1 { width:47.75rem;height:9.5rem;top:59.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgd2Wo99vf9AlDI0IvTE8VrFCOf8it0E { width:20rem;height:13.3125rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJpkwCBNpcMsv7BQK85zxKr3oC9kHvw { width:47.75rem;height:1.5625rem;top:56.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlJSxvfI5oIF5n66cikg7mnb1d9HNviN { width:3.125rem;height:3.125rem;top:91.5625rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2ZUtPy0TOJLbTkaMielgpbdBN5hmbK { width:3.4375rem;height:0.125rem;top:92.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfz1pHG6ekD1iKKcfhpQg4NT11o97t7a { width:3.4375rem;height:0.125rem;top:92.9375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUdBQasDHbg0PLtfuOqhgs62TEye265E { width:47.75rem;height:1.5625rem;top:98.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76IdiPxQgCN7tqwJJlK4TT3yWB9PF9K { width:47.75rem;height:12.3125rem;top:101.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIgB8CnvLu07gNXzSt8uohFIUuCNJCSQ { width:21.0625rem;height:13.3125rem;top:116.5625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX55VFXfCvHzN2xHzxKq2iZoD7lp6nGz { width:19.5rem;height:13.3125rem;top:116.5625rem;left:13.374286651611rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErIKF9B3NdVQFahPGtX61ocVi4yHaGO { width:12.0625rem;height:13.3125rem;top:116.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNDtddsoza9sGSNaqTa9y9y9zcG5RTS { width:3.125rem;height:3.125rem;top:132.9375rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrGIKnAgm9tLE0kyDWWRTt77fP13hAZL { width:3.4375rem;height:0.125rem;top:134.3125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdDndN8RgQrWnHJoLAKtTsQwuCJJ7E5T { width:3.4375rem;height:0.125rem;top:134.3125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6GGkuEf79t8oXuAb9FrgRbaMhWIMAz { width:47.75rem;height:1.5625rem;top:139.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E66cWI1EanI4klMA5y1xnDCM4noTTTkV { width:47.75rem;height:17.875rem;top:143.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdoRVzhAZWQP9eVQRNgfD1HVJRTIaXlU { width:20rem;height:14.6875rem;top:163.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWToeAHoERIxuD5TKuE2QTB1EkbipWHo { width:20rem;height:14.6875rem;top:163.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi8JXFoIVzMmsQ0uUSTnFeFi8pvXsWbu { width:20rem;height:14.6875rem;top:163.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmGfnh6xhRsU9JbVCbVBpTFgIcKxF5Fl { width:3.125rem;height:3.125rem;top:182.3125rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNIPbdewTeDeaCN0QyrqXIiSOJrQLs6 { width:3.4375rem;height:0.125rem;top:183.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFOIRanz2P1ktrvKeUEVvcVxFAq7vHI { width:3.4375rem;height:0.125rem;top:183.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK01y0TxWlRIJb0VfBb4BLniDtVlFeku { width:47.75rem;height:1.5625rem;top:189.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2lwOhteaaQNm0Z4BJD18xrP06kOH5bF { width:47.75rem;height:52.1875rem;top:192.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Fe89vbD5swSMfzBSntoteeetw3gOlg { width:20rem;height:13.4375rem;top:247.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPV6Tdx8cTwqNwLoOMZ4r20yaFaa79ub { width:20rem;height:13.4375rem;top:247.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giG5cPHqC2XyJWNgxQWxUiWMuHii1dBA { width:20rem;height:13.25rem;top:247.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVALlADGp0nWrx6c7ucoQgIMqa2ASuOH { width:12.0625rem;height:13.375rem;top:116.5625rem;left:3.9992866516113rem;display:none; }
 }@media only screen and (max-width: 763px) { #cof4T2FIsNtBKOvuTct59MhEz092MQpg { width:3.4375rem;height:0.125rem;top:265.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceS0TfD1MZpTIGanyGl0ar1DORdeOAIf { width:3.125rem;height:3.125rem;top:264.0625rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZ2sJnoXmxQiHX78rb0ay1dvefhymZ1 { width:47.75rem;height:1.5625rem;top:270.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi73fq0q7RV7NfoS2kI7hlZIQTczfCdp { width:3.4375rem;height:0.125rem;top:265.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrTzD0D47w1FyvDnyuTkIIQgbzd7WkT { width:47.75rem;height:19.1875rem;top:274.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILdT1PiJPgBIKJ53zEEGIlihkQsliHP { width:16.5rem;height:13.3125rem;top:295.9375rem;left:20.811256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #iatdAImoUmHFAzQ7Gz4kV9d6RV1XxnEz { width:26.625rem;height:13.3125rem;top:296rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNvT4GD2lz1TrqTEvFK4l2DFEveUWVzT { width:3.4375rem;height:0.125rem;top:313.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTRTQCQ8FNV5iNkrdVtTL1npEOq9NxQZ { width:3.125rem;height:3.125rem;top:312.0625rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnIRvZcrTaoKENgSFWr3rmLil2TcJgrv { width:47.75rem;height:1.5625rem;top:318.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewouE7gTgzDhRUMsVB1WPZnq0GT9L5B { width:3.4375rem;height:0.125rem;top:313.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbVnl1Wz13gHItszZ1Rs4aqD9imQyvy { width:47.75rem;height:13.625rem;top:322.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Env7q93fv7fgTJ7nm51D1hM3UgnW8aQG { width:20rem;height:13.3125rem;top:338.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2pKDxRw8h6GGELoL03EW3oyphUF2cWA { width:20rem;height:13.3125rem;top:338.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxJhgtiTTgluuGSLh2PV5DfmR58UcAC { width:20rem;height:13.3125rem;top:338.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgq0nf6ADzTXqFFPNqbpzxs4m7wpP3RZ { width:3.4375rem;height:0.125rem;top:356.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUeiy9Xw2loToh3CS4Su0A4i6GKqSBTK { width:3.125rem;height:3.125rem;top:354.6875rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsnx0EqH7KwpmFfvcTtkfOI0srIF8oOX { width:47.75rem;height:1.5625rem;top:361.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqII93OKO9GBBycxS28UhtVzhrxVbiC { width:3.4375rem;height:0.125rem;top:356.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMBNbzlvrEZpMi0zATVke176tJ2Rknf0 { width:47.75rem;height:12.375rem;top:365.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WToXOQgKHwUPZTA7em3dVTJAZP6cy854 { width:20rem;height:13.3125rem;top:381.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzedaSAQqoamUgxOb5A9URnEHaTbrrZR { width:20rem;height:13.3125rem;top:381.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql4olh7RWWGMBtVwa8koNX7DTTXXk9xH { width:20rem;height:13.3125rem;top:381.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntgMAnFcves4vHQTlpSFFWMUCSGqDE7p { width:3.4375rem;height:0.125rem;top:398.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtz3Kbq415OTxkFhnE6vc0RMF8h1nx0 { width:3.125rem;height:3.125rem;top:397.25rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl7wCQmEXxTVF3MxQogb5KavTtdL3UgM { width:47.75rem;height:1.5625rem;top:404.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVTlPG0plAQbOJ27JDkGt7dPPmkZ784 { width:3.4375rem;height:0.125rem;top:398.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4D0FQm9fXA0Fx24IHAbaMlx3MmWbuO { width:47.75rem;height:10.9375rem;top:408.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfu1unB6113qdFbteqHgkDS73tAN7mM { width:20rem;height:13.3125rem;top:423.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c95quS2WuTN7rvgMaPvaic4bQqoTkb5w { width:20rem;height:13.3125rem;top:423.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrdhTVtbyWBdHCGBGewN86keT4R4MBeZ { width:20rem;height:13.3125rem;top:423.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbmoM19CMyUTw3eUTBRKmGDFmiwHpxWJ { width:3.4375rem;height:0.125rem;top:441.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBRxbUHvXDcN1NeKrimSJXCFq2CKKKiA { width:3.125rem;height:3.125rem;top:440.25rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrEQytJryc2XiHKzD7cUaAA1ns9eQ6A { width:47.75rem;height:1.5625rem;top:447.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUcZZmkrZiQf0aCQFvTHz0nEWBRnX65R { width:3.4375rem;height:0.125rem;top:441.75rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUdegCAgyvGJzHM0ahwOeWVSB6pQmJy { width:47.75rem;height:8.1875rem;top:451.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFBwewAuQPbs888AgPmWN1nxuatHUAh { width:11.25rem;height:12.5rem;top:466.1875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHqU4i8mVQ7VE7hCzIDcv5E8LamWZ2K { width:20rem;height:12.5rem;top:466.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzBm2e4h7mi3zDEry67wxJEQLWJ7olaS { width:20rem;height:12.5rem;top:466.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0vOBKq6ZWLqpqSCMRATCxeHRnP6CHLt { width:3.4375rem;height:0.125rem;top:485.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8KMSJ7dpfvIUZXtmGmfgi0QbE96aCn { width:3.125rem;height:3.125rem;top:483.9375rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ObIf375SAupNWLKeUm0nMxcIHxU9bm { width:47.75rem;height:1.5625rem;top:491.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBcol6OO5alcxftwu6vHxQVpxmJXzgh { width:3.4375rem;height:0.125rem;top:485.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQdNZmUNxS2hh57F5buAyxywTDB9N8T { width:47.75rem;height:9.5625rem;top:495.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIsVPi0vEh4NG8g7099sOD87e5JprW8p { width:20rem;height:11.75rem;top:509.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnmRSAnTJn9NQnSfG5OwPnyfV30cang { width:20rem;height:11.75rem;top:509.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TadA0VArzcEgRXGmxRoZM13b866TJm { width:20rem;height:11.75rem;top:509.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdVzP3y2LBVmocMpGSZFTTxwZookpom6 { width:3.4375rem;height:0.125rem;top:528.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmesce8sQ6PS6HKZHrMHvhDScgVcGAaK { width:3.125rem;height:3.125rem;top:527.375rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu7Sy4DPLcBaTUHMhxNTAtDe3nRgtOlB { width:3.4375rem;height:0.125rem;top:528.875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #faA4C8shSKBBdXmlvavPuQR6NnnlNb0S { width:47.75rem;height:1.5625rem;top:534.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAazMyrDw7kwoM8UWQ2AzLvyCHcfF0L0 { width:47.75rem;height:8.1875rem;top:538.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTFhaHqg6vzHy3GyDs4AoxgVTnwfKcg { width:20rem;height:13.3125rem;top:553.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVWSWV13LdLQyTeI4ZninmVWBUca4xfD { width:20rem;height:13.3125rem;top:553.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIf9yTACoc6CFpN6HR6dzvFPFDs20x19 { width:20rem;height:13.3125rem;top:553.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi { display:block; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvqZ5i8GK3KD54dAC24Ff48KGhDskp4T { width:47.75rem;height:3.25rem;top:6.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thZT82x8NKXL9v6KOPsvkDXlXMudBGmx { width:3.4375rem;height:0.125rem;top:3.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ7Tt0XSNyVqdKbaTJSPISmMC2s2IOl2 { width:3.4375rem;height:0.125rem;top:3.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmndT5R3CK4grx8uJJ27sUS3KzhmywOD { width:3.875rem;height:3.3125rem;top:2.125rem;left:21.811256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOdTIK75q3xxEWi4wDZiTyk0srxGixkm { width:47.75rem;height:23.75rem;top:14.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVsIGbObBXOwPbsU45b9VOGhQkA6SJpO { width:3.125rem;height:3.125rem;top:41rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76twnHegLCIlcdK7r9o5RG6wieP8qlJ { display:block; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEftMDvtwkyX3TUKLhClZvO6rRRbd14W { width:47.75rem;height:3.25rem;top:6.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPMZMIhQqqSTgPypNX6iKiviBOlfHk3 { width:3.4375rem;height:0.125rem;top:3.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8060kvNUKEJJU8gHzTrbx4ZqPD2Uzxr { width:3.4375rem;height:0.125rem;top:3.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7D8TxF9b9hQk6ahzz1oDT85rolFMoK { width:3.875rem;height:3.3125rem;top:2.125rem;left:21.811256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlemLBBzPaGp5MC28s0km5dK4AwvZoJ { width:20rem;height:13.25rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe5ZLZNmtfoBoNufGLJcKt1EtReMrRbC { width:20rem;height:13.25rem;top:62.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM8F9rG94stod7Amu3tkmpZuV1TVqzTs { width:20rem;height:26.875rem;top:41.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOdn0q85ZQLMHE6IeIVTXs1fvhpdHMS { width:20rem;height:13.25rem;top:62.625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giLqhM3RlDMwVRBMuLrU4vZWlzSJnRXq { width:20rem;height:26.625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATy2luKxi0oeENXTazMSyQtlzvI1fn62 { width:20rem;height:26.6875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJpk3noTnSPQuGtzL2PBpiOywy1HfX9N { width:20rem;height:33.6875rem;top:15rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa9ev0HoL0hQCT1TbQklCe1LAbGTSxnz { width:20rem;height:30.0625rem;top:15rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLTK4v9aFAkS6mZFMh9fA4PMeqBTusi { width:3.125rem;height:3.125rem;top:80.0625rem;left:24.185722351074rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMUKkFL7TS3kfAt7WSOqCES1WZttDu7 { width:20rem;height:26.625rem;top:41.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VU68hp8eMVBWO9Ccn2693AZBMc3lFRx4 { width:28.875rem;height:28.0625rem;top:2.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDTxbhNoGHREHWEwGbCdhH8Sz3BG3dh { width:24.875rem;height:1.3125rem;top:4.8125rem;left:22.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG3STEfkx7kiiMW669VXfZPHz0F8tmyr { width:24.5625rem;height:;top:8.125rem;left:23.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 { display:block; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnPJGZH2hx3k7igfKCyaWMNT3GTuuo1z { width:47.75rem;height:1.125rem;top:0.6875rem;left:0rem;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) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { width:5rem;height:3.4375rem;top:6.0591263771057rem;left:8.6248221993444rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block; }
 }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:7.1875rem;height:3.4375rem;top:9.4344816207888rem;left:8.6248221993444rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { width:6.3125rem;height:2.375rem;top:13.748224258423rem;left:8.7171512246131rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block; }
 }@media only screen and (max-width: 763px) { #F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { width:6.625rem;height:2.5rem;top:17.436079025269rem;left:8.6248221993444rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block; }
 }@media only screen and (max-width: 763px) { #HIutXDB54QWw3qDez2dQ0SBRQkOZtsIf { width:15.6875rem;height:3.4375rem;top:0.87269175052644rem;left:4.0855823159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEVWIFhyBtI5l4aWwvbRaq3dbhXpyVEc { width:2.6875rem;height:2.4375rem;top:6.18341588974rem;left:5.2494669556617rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIuQpg8NR9UxBnTz5bedU1rterb3Ld8D { width:3.125rem;height:3.125rem;top:17.123579025269rem;left:5.0603690743446rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbUTBK3GceaamxJf610T8aoHWIUkNWcR { width:2.6875rem;height:2.4375rem;top:9.9360790252688rem;left:5.2796517014504rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7cPqxl7yDRnsKC5Dz9CAIT0gsCNxHx7 { width:2.6875rem;height:2.3821022727272rem;top:13.748224258423rem;left:5.2796517014504rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe9IaosdLgN7xD5VApGAUUvD13vssl4n { width:5.3125rem;height:3.4375rem;top:21.498579025269rem;left:7.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #c8ISIOnMZtxu8m9lN0TQToriiDlATTzw { display:block; }
 }@media only screen and (max-width: 763px) { #wteZRAvWIrlVznvRJpoMBGb4iwPUvORV { width:2.6875rem;height:2.375rem;top:26.186079025269rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #omB9T6Cq90nKhaD4dBIIHIcdBlRNTe45 { top:1.0289417505264rem;left:0.20063918828964rem;width:3.125rem;height:3.125rem;z-index:15011;color:#54af3a;display:block; }
 }@media only screen and (max-width: 763px) { #eE359rTISxIVsRz5aESxOW0qTM03kBty { top:0rem;left:3.7500000596046rem;width:16.4375rem;height:4.875rem;z-index:15012;font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { background-color:rgba(255,255,255,0.86);background-image:url("https://images.assets-landingi.com/2cEteb80/vet_back1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:19.6875rem;height:4.1875rem;top:2.74769115448rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { width:14.25142rem;height:2.81392rem;top:20.028407096863rem;left:2.9057171940804rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block; }
 }@media only screen and (max-width: 763px) { #AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { width:20rem;height:24.1875rem;top:-0.0941047668457rem;left:-0.125rem;background-color:rgba(255,255,255,0.6);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) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:14.375rem;height:3.125rem;top:15.993430137634rem;left:2.8116121888161rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #WwcE7lwpooqmKs2awhdh5OyCAv31nBul { width:20rem;height:1.625rem;top:0.37375736236572rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #Q7T1CNaSTkQQNB5EXvW7vVJefsn4nTMA { width:3.125rem;height:3.125rem;top:25.344282150269rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACCTK2MHoDoSooHkXZaNXD4VK88tC6q { width:20rem;height:30rem;top:6.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh { display:block; }#SpNJxBuy13fqUByDWQqx4fIWoAZLhJAh > .row .container { width:20rem;height:134.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD7sq9tdIiTTu1GPK3iUEr6FVxCEm46x { width:20rem;height:2.5996125rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQvlcGlsaTo2HhV895Ab10zcpCQJV5C { width:3.4375rem;height:0.125rem;top:2.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUEwUQ1K56WKU2yES19LNLHIPGkaieA { width:3.4375rem;height:0.125rem;top:2.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4TS0O7pWNLAP2KT19avAJrcJMThGzAe { width:1.4375rem;height:1.25rem;top:2.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itnSQMmwqoAwvSkrvB49ZfusGFZIHDTM { width:20rem;height:15.59374375rem;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQSlikUhkc9uL28ohko8LSklizCv7pW { width:20rem;height:18.369125rem;top:37.060546875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#ThQSlikUhkc9uL28ohko8LSklizCv7pW li:before{  }
 }@media only screen and (max-width: 763px) { #LaHwKMRreMReLQi3TTwenBka2kirHDIx { width:20rem;height:4.8730625rem;top:71.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcgbEJSaVka03Tox6rZzxFkhNPHp8zGW { width:20rem;height:2.92383125rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ { width:20rem;height:9.671875rem;top:60.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#P8bF0tDeA6z6i2y0MH1FBKZp9QaT5fVJ li:before{  }
 }@media only screen and (max-width: 763px) { #euRn5KDqti4P864TH0mmUQmU5Zo0UxHa { width:10.375rem;height:10rem;top:8.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { width:11.375rem;height:11.1875rem;top:8.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcR9wNi6MWPDZL2q1vkLcxXc9qNc04V { width:3.125rem;height:3.125rem;top:126.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shM5RZ7RKvnFyoLJbb98A3Ziouf2DJ8p { width:20rem;height:5.84765625rem;top:95.123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLKbyARDGGXWfKTNJmeZtTBs2e3OOz8I { width:18.5625rem;height:3.125rem;top:2.7468013763427rem;left:0.71821731328963rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLvfb9CpIP6aITxwDto3d3Qp89dGTfT5 { display:block; }
 }@media only screen and (max-width: 763px) { #DRXBXaZMvMTEGbHllhWfmoOTnJTswOgL { width:20rem;height:4.3691375rem;top:79.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqkuBLGMaUAARIKUQZTwnkxCQ7NmgKux { width:12rem;height:7.625rem;top:86.1787109375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REdrHsc49o8TuzLN91z1blq5GmJdnagC { width:12rem;height:12.0625rem;top:102.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbLhbGrNlA9L4wDTHeu58fv9bryhnZu { width:12.1875rem;height:12.3748125rem;top:114.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peoZ2qTUg4Z0Dlgp3FFckzdNbyNuzVX8 { display:flex;width:3.125rem;height:3.125rem;top:130.5rem;left:8.4375rem; }
#peoZ2qTUg4Z0Dlgp3FFckzdNbyNuzVX8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #clW7JMva9zXHJJflTnI1vOyKbW1wKFSE { display:block; }#clW7JMva9zXHJJflTnI1vOyKbW1wKFSE > .row .container { width:20rem;height:213.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtvOQ6phLGsibsDgFTgIGpd532iQ5dVe { width:20rem;height:2.5996125rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUsUVubuO7pPrVCPQwwwUykExk9lAOno { width:3.4375rem;height:0.125rem;top:2.53125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX6qTcmds3IvptxbCP10uxOVCxuiTAm0 { width:3.4375rem;height:0.125rem;top:2.53125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7QgZffJF7gZR4UiqRprubG3oikmuBvs { width:1.4375rem;height:1.25rem;top:2rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp6T676nmAgcQ4Qu4rQP34TFyBUG4TqQ { width:20rem;height:1.13671875rem;top:8.49786901474rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONWuXfP8xoSxGrqgpHnosXFnMkWoe0TU { width:20rem;height:26.625rem;top:10.80965423584rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJH2i0paVPGQOTdMTcbJ15CbXPFcgkCE { width:20rem;height:30.0625rem;top:109.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGPPbkb2Z72xd4ufhvZkAMG4MKLU1I3 { width:20rem;height:18.5175875rem;top:38.683410644531rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LezWdeQTExEG7KC9pbGQwZFeZsm1TX { width:20rem;height:26.31445rem;top:140.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btQghDKEv16GyXhdPsWFMpQ1U3knpzXc { width:20rem;height:1.13671875rem;top:107.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvf5lkTkAipDQDE9G1ySy7zBbaqAFLa0 { width:3.125rem;height:3.125rem;top:209.37142181396rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENDv3pnlEvvSxxkey3pbwodlFHfo8fz8 { width:20rem;height:13.6445375rem;top:93.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHDK2UpGb4bQ59eHvLk9D2cbWgVI8GTn { width:20rem;height:1.13671875rem;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3gw2AxlMF6NL5y9BuRBwQ9XC3fcIT9L { width:20rem;height:28.5rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl { display:block; }#R3x1bsZZqIIt6kvLpvgee0uvUS6ii0cl > .row .container { width:20rem;height:813.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es1L9OU6nrKxloiiuSPbia4N41c1rSPz { width:20rem;height:2.5996125rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrRgFLcVlLPpPDHdQiO0sGXU9QnnmiX7 { width:3.4375rem;height:0.125rem;top:2.53125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqHom8tHDgsArs6dB4m6E3T4b4lRhyiF { width:3.4375rem;height:0.125rem;top:2.53125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7JPbD6vHEQfV2Ci3HNm75nd2RT4JT6f { width:1.4375rem;height:1.25rem;top:2rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdynJ8phgcpNk79OfvW06k7gI83iZ3b7 { width:3.125rem;height:3.125rem;top:808.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomHpJaiTOs9tT59iKXQWmTLnubpFW93 { width:20rem;height:17.846675rem;top:10.562316894531rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g28nR0P2VQ1txOJCncBSsuoFLEnbMVEd { width:20rem;height:2.2734375rem;top:7.7498168945312rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbViG29JCUW301xtuVvipoHPOZriihB5 { width:3.125rem;height:3.125rem;top:69.495422363281rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcl0B7MTtXGFvCImoZT04bPtIGVR0kN5 { width:3.4375rem;height:0.125rem;top:70.995727539062rem;left:4.5587711930275rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwQTStKGCVBiTROVswqoBRRplIFsZL9P { width:3.4375rem;height:0.125rem;top:70.995727539062rem;left:11.874999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGNlIN1mLIhQEpghiLTzka4BIsII5sqb { width:20rem;height:13.375rem;top:28.811236381531rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvbfNah6pLlr6zrNrHwXViZ0NdzpuPRf { width:20rem;height:13.375rem;top:55.559319496155rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN5Q2On477GwuVEGiMpxBJ764zLcnEzB { width:20rem;height:13.3125rem;top:42.184834480286rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyleLKEJXV6mVVor0KE7Enwai21f78y { width:20rem;height:13.3125rem;top:117.1839427948rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJewppXrWVkbPqsZ4GGT7IT2qte60UDu { width:20rem;height:13.375rem;top:103.80949878693rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6A2Dv4V2lQJbnL3A8fmL3QLRFxZCIi1 { width:20rem;height:13.64743125rem;top:76.311256408694rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgd2Wo99vf9AlDI0IvTE8VrFCOf8it0E { width:20rem;height:13.3125rem;top:90.498918533325rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJpkwCBNpcMsv7BQK85zxKr3oC9kHvw { width:20rem;height:2.2734375rem;top:73.123222351075rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlJSxvfI5oIF5n66cikg7mnb1d9HNviN { width:3.125rem;height:3.125rem;top:131.56072330475rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2ZUtPy0TOJLbTkaMielgpbdBN5hmbK { width:3.4375rem;height:0.125rem;top:133.0610704422rem;left:4.7496448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfz1pHG6ekD1iKKcfhpQg4NT11o97t7a { width:3.4375rem;height:0.125rem;top:133.06019020081rem;left:11.874999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUdBQasDHbg0PLtfuOqhgs62TEye265E { width:20rem;height:2.2734375rem;top:135.18643379211rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76IdiPxQgCN7tqwJJlK4TT3yWB9PF9K { width:20rem;height:14.69726875rem;top:138.49875640869rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIgB8CnvLu07gNXzSt8uohFIUuCNJCSQ { width:20rem;height:12.625rem;top:191.43554115296rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX55VFXfCvHzN2xHzxKq2iZoD7lp6nGz { width:20rem;height:13.6875rem;top:177.74857521057rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErIKF9B3NdVQFahPGtX61ocVi4yHaGO { width:20rem;height:22rem;top:155.74928569794rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMNDtddsoza9sGSNaqTa9y9y9zcG5RTS { width:3.125rem;height:3.125rem;top:204.81174659729rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrGIKnAgm9tLE0kyDWWRTt77fP13hAZL { width:3.4375rem;height:0.125rem;top:206.31035804749rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdDndN8RgQrWnHJoLAKtTsQwuCJJ7E5T { width:3.4375rem;height:0.125rem;top:206.37161445617rem;left:11.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6GGkuEf79t8oXuAb9FrgRbaMhWIMAz { width:20rem;height:1.13671875rem;top:208.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E66cWI1EanI4klMA5y1xnDCM4noTTTkV { width:20rem;height:20.996125rem;top:211.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdoRVzhAZWQP9eVQRNgfD1HVJRTIaXlU { width:20rem;height:14.6875rem;top:262.12448120118rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWToeAHoERIxuD5TKuE2QTB1EkbipWHo { width:20rem;height:14.6875rem;top:247.43696403503rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi8JXFoIVzMmsQ0uUSTnFeFi8pvXsWbu { width:20rem;height:14.6875rem;top:232.74946451187rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmGfnh6xhRsU9JbVCbVBpTFgIcKxF5Fl { width:3.125rem;height:3.125rem;top:278.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNIPbdewTeDeaCN0QyrqXIiSOJrQLs6 { width:3.4375rem;height:0.125rem;top:294.74876976013rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMFOIRanz2P1ktrvKeUEVvcVxFAq7vHI { width:3.4375rem;height:0.125rem;top:294.87302970886rem;left:12.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK01y0TxWlRIJb0VfBb4BLniDtVlFeku { width:20rem;height:1.13671875rem;top:282.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2lwOhteaaQNm0Z4BJD18xrP06kOH5bF { width:20rem;height:54.58989375rem;top:283.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Fe89vbD5swSMfzBSntoteeetw3gOlg { width:20rem;height:13.4375rem;top:364.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPV6Tdx8cTwqNwLoOMZ4r20yaFaa79ub { width:20rem;height:13.4375rem;top:351.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giG5cPHqC2XyJWNgxQWxUiWMuHii1dBA { width:20rem;height:13.25rem;top:338rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVALlADGp0nWrx6c7ucoQgIMqa2ASuOH { width:12.0625rem;height:13.375rem;top:171.81231689453rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cof4T2FIsNtBKOvuTct59MhEz092MQpg { width:3.4375rem;height:0.1875rem;top:380.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceS0TfD1MZpTIGanyGl0ar1DORdeOAIf { width:3.125rem;height:3.125rem;top:379.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZ2sJnoXmxQiHX78rb0ay1dvefhymZ1 { width:20rem;height:1.13671875rem;top:382.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi73fq0q7RV7NfoS2kI7hlZIQTczfCdp { width:3.4375rem;height:0.125rem;top:380.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrTzD0D47w1FyvDnyuTkIIQgbzd7WkT { width:20rem;height:22.0459125rem;top:385.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILdT1PiJPgBIKJ53zEEGIlihkQsliHP { width:20rem;height:15.9375rem;top:417.93675041199rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #iatdAImoUmHFAzQ7Gz4kV9d6RV1XxnEz { width:20rem;height:10rem;top:407.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNvT4GD2lz1TrqTEvFK4l2DFEveUWVzT { width:3.4375rem;height:0.1875rem;top:436.77998447418rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTRTQCQ8FNV5iNkrdVtTL1npEOq9NxQZ { width:3.125rem;height:3.125rem;top:435.24947547913rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnIRvZcrTaoKENgSFWr3rmLil2TcJgrv { width:20rem;height:1.13671875rem;top:439.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewouE7gTgzDhRUMsVB1WPZnq0GT9L5B { width:3.4375rem;height:0.125rem;top:436.74891185761rem;left:11.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbVnl1Wz13gHItszZ1Rs4aqD9imQyvy { width:20rem;height:18.89645625rem;top:442.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Env7q93fv7fgTJ7nm51D1hM3UgnW8aQG { width:20rem;height:13.3125rem;top:475.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2pKDxRw8h6GGELoL03EW3oyphUF2cWA { width:20rem;height:13.3125rem;top:461.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxJhgtiTTgluuGSLh2PV5DfmR58UcAC { width:20rem;height:13.3125rem;top:488.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgq0nf6ADzTXqFFPNqbpzxs4m7wpP3RZ { width:3.4375rem;height:0.125rem;top:504.74784660339rem;left:12.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUeiy9Xw2loToh3CS4Su0A4i6GKqSBTK { width:3.125rem;height:3.125rem;top:503.18629455566rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsnx0EqH7KwpmFfvcTtkfOI0srIF8oOX { width:20rem;height:1.13671875rem;top:506.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqII93OKO9GBBycxS28UhtVzhrxVbiC { width:3.4375rem;height:0.1875rem;top:504.7158870697rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMBNbzlvrEZpMi0zATVke176tJ2Rknf0 { width:20rem;height:14.69726875rem;top:509.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WToXOQgKHwUPZTA7em3dVTJAZP6cy854 { width:20rem;height:13.375rem;top:539.31108474731rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzedaSAQqoamUgxOb5A9URnEHaTbrrZR { width:20rem;height:13.3125rem;top:525.99965000152rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql4olh7RWWGMBtVwa8koNX7DTTXXk9xH { width:20rem;height:13.3125rem;top:552.68461990356rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntgMAnFcves4vHQTlpSFFWMUCSGqDE7p { width:3.4375rem;height:0.125rem;top:570.12250232696rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtz3Kbq415OTxkFhnE6vc0RMF8h1nx0 { width:3.125rem;height:3.125rem;top:568.62475013733rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl7wCQmEXxTVF3MxQogb5KavTtdL3UgM { width:20rem;height:1.13671875rem;top:572.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVTlPG0plAQbOJ27JDkGt7dPPmkZ784 { width:3.4375rem;height:0.125rem;top:570.12161540985rem;left:11.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4D0FQm9fXA0Fx24IHAbaMlx3MmWbuO { width:20rem;height:13.64746875rem;top:575.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfu1unB6113qdFbteqHgkDS73tAN7mM { width:20rem;height:13.375rem;top:603.49699783325rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #c95quS2WuTN7rvgMaPvaic4bQqoTkb5w { width:20rem;height:13.4375rem;top:590.06125640869rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrdhTVtbyWBdHCGBGewN86keT4R4MBeZ { width:20rem;height:13.4375rem;top:616.87057685852rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbmoM19CMyUTw3eUTBRKmGDFmiwHpxWJ { width:3.4375rem;height:0.125rem;top:633.18528556825rem;left:4.2496448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBRxbUHvXDcN1NeKrimSJXCFq2CKKKiA { width:3.125rem;height:3.125rem;top:631.68682289125rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrEQytJryc2XiHKzD7cUaAA1ns9eQ6A { width:20rem;height:1.13671875rem;top:636.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUcZZmkrZiQf0aCQFvTHz0nEWBRnX65R { width:3.4375rem;height:0.125rem;top:633.18357086181rem;left:12.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUdegCAgyvGJzHM0ahwOeWVSB6pQmJy { width:20rem;height:10.49805rem;top:638.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFBwewAuQPbs888AgPmWN1nxuatHUAh { width:11.25rem;height:12.5rem;top:663.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHqU4i8mVQ7VE7hCzIDcv5E8LamWZ2K { width:20rem;height:12.5rem;top:650.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzBm2e4h7mi3zDEry67wxJEQLWJ7olaS { width:20rem;height:12.5rem;top:675.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0vOBKq6ZWLqpqSCMRATCxeHRnP6CHLt { width:3.4375rem;height:0.125rem;top:691.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8KMSJ7dpfvIUZXtmGmfgi0QbE96aCn { width:3.125rem;height:3.125rem;top:689.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ObIf375SAupNWLKeUm0nMxcIHxU9bm { width:20rem;height:1.13671875rem;top:695.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBcol6OO5alcxftwu6vHxQVpxmJXzgh { width:3.4375rem;height:0.125rem;top:691.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQdNZmUNxS2hh57F5buAyxywTDB9N8T { width:20rem;height:12.5976625rem;top:698.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIsVPi0vEh4NG8g7099sOD87e5JprW8p { width:20rem;height:11.75rem;top:723.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnmRSAnTJn9NQnSfG5OwPnyfV30cang { width:20rem;height:11.75rem;top:711.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TadA0VArzcEgRXGmxRoZM13b866TJm { width:20rem;height:11.6875rem;top:734.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdVzP3y2LBVmocMpGSZFTTxwZookpom6 { width:3.4375rem;height:0.1875rem;top:749.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmesce8sQ6PS6HKZHrMHvhDScgVcGAaK { width:3.125rem;height:3.125rem;top:748.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu7Sy4DPLcBaTUHMhxNTAtDe3nRgtOlB { width:3.4375rem;height:0.125rem;top:749.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faA4C8shSKBBdXmlvavPuQR6NnnlNb0S { width:20rem;height:1.13671875rem;top:752.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAazMyrDw7kwoM8UWQ2AzLvyCHcfF0L0 { width:20rem;height:11.5478375rem;top:754.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTFhaHqg6vzHy3GyDs4AoxgVTnwfKcg { width:20rem;height:13.3125rem;top:780.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVWSWV13LdLQyTeI4ZninmVWBUca4xfD { width:20rem;height:13.3125rem;top:767.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIf9yTACoc6CFpN6HR6dzvFPFDs20x19 { width:20rem;height:13.3125rem;top:793.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi { display:block; }#ORaWeWTZmFIZTZ0WvgJdxAfw66QhDiQi > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvqZ5i8GK3KD54dAC24Ff48KGhDskp4T { width:20rem;height:5.19921875rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #thZT82x8NKXL9v6KOPsvkDXlXMudBGmx { width:3.4375rem;height:0.125rem;top:2.53125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ7Tt0XSNyVqdKbaTJSPISmMC2s2IOl2 { width:3.4375rem;height:0.125rem;top:2.53125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmndT5R3CK4grx8uJJ27sUS3KzhmywOD { width:1.4375rem;height:1.25rem;top:2rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOdTIK75q3xxEWi4wDZiTyk0srxGixkm { width:20rem;height:31.1875125rem;top:11.749032974243rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVsIGbObBXOwPbsU45b9VOGhQkA6SJpO { width:3.125rem;height:3.125rem;top:45.811382293701rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76twnHegLCIlcdK7r9o5RG6wieP8qlJ { display:block; }#k76twnHegLCIlcdK7r9o5RG6wieP8qlJ > .row .container { width:20rem;height:222.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEftMDvtwkyX3TUKLhClZvO6rRRbd14W { width:20rem;height:2.5996125rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPMZMIhQqqSTgPypNX6iKiviBOlfHk3 { width:3.4375rem;height:0.125rem;top:2.53125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8060kvNUKEJJU8gHzTrbx4ZqPD2Uzxr { width:3.4375rem;height:0.125rem;top:2.53125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7D8TxF9b9hQk6ahzz1oDT85rolFMoK { width:1.4375rem;height:1.25rem;top:2rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlemLBBzPaGp5MC28s0km5dK4AwvZoJ { width:20rem;height:15rem;top:160.93571424484rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe5ZLZNmtfoBoNufGLJcKt1EtReMrRbC { width:20rem;height:13.25rem;top:175.93571472168rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM8F9rG94stod7Amu3tkmpZuV1TVqzTs { width:20rem;height:26.875rem;top:134.06072235107rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOdn0q85ZQLMHE6IeIVTXs1fvhpdHMS { width:20rem;height:13.25rem;top:120.81147956848rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #giLqhM3RlDMwVRBMuLrU4vZWlzSJnRXq { width:20rem;height:26.625rem;top:94.248966217044rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATy2luKxi0oeENXTazMSyQtlzvI1fn62 { width:20rem;height:26.6875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJpk3noTnSPQuGtzL2PBpiOywy1HfX9N { width:20rem;height:33.6875rem;top:35.186378479004rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa9ev0HoL0hQCT1TbQklCe1LAbGTSxnz { width:20rem;height:30.0625rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLTK4v9aFAkS6mZFMh9fA4PMeqBTusi { width:3.125rem;height:3.125rem;top:217.93676376343rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMUKkFL7TS3kfAt7WSOqCES1WZttDu7 { width:20rem;height:26.625rem;top:189.24805831909rem;left:0.014204561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5fq4d1d5/vet_back2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.adaptive-delivery-prevent-bg, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyload, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyloading { background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VU68hp8eMVBWO9Ccn2693AZBMc3lFRx4 { width:20rem;height:28.0625rem;top:1.5625rem;left:0rem;background-color:rgba(255,255,255,0.6);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) { #mCDTxbhNoGHREHWEwGbCdhH8Sz3BG3dh { width:20rem;height:3.5996125rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cG3STEfkx7kiiMW669VXfZPHz0F8tmyr { width:19.625rem;height:18.75rem;top:7.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 { display:block; }#knBSoPgsrxVOUmwK52C2bBPoTsC28PR8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnPJGZH2hx3k7igfKCyaWMNT3GTuuo1z { width:20rem;height:1.625rem;top:0.37461471557617rem;left:0.014204561710357rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }