.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e4dac7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { background-color: transparent; background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { border-width: 0; border-radius: 0; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { font-size:0.875rem;font-family:cambon;height:6.875rem;width:75rem;position:relative;display:block; }#T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { 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:6.8119375rem;width:22.9998125rem;top:0rem;left:25.998752593994rem;overflow:hidden;display:block; }
#pdtDDGTCkN3IF0GOAzpiTX972Qc24CXG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:42.1875rem;width:75rem;top:6.8749995231631rem;left:0rem;overflow:hidden;display:block; }
#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { background-color: transparent; background-image: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .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); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { border-width: 0; border-radius: 0; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#NHEyQE9hPAbaXFJVvLCXiCoi7ZvJpJZ0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:41.5625rem;width:34.5rem;top:0.24857997894287rem;left:0.46875rem;overflow:hidden;display:none; }
#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { background-color: transparent; background-image: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .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); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { border-width: 0; border-radius: 0; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { color:#202020;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:4.375rem;left:9rem;height:2.1555375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qN6niWEuTxdEu06vS566I36wpucRlcuG { box-sizing:content-box;height:49.25rem;width:25.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,84,83,0.38);background-image:none;top:3.6860809326172rem;left:46.64949798584rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#BguwwSFaHHAp2ABXg0OB6A64lTOoMsu6 { color:#202020;display:block;width:28.3123125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:18.125rem;left:7.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AkB4LC98sAGnRNXXIZhgU6dTk0FnO8aK { position:absolute;display:block;z-index:15055;height:21.5rem;width:26.8125rem;top:4.3751571502686rem;left:45.899318695068rem;display:block; }
#Bv02CSmX4EHFsxTEvRwTSWSMISSniNXP { color:#202020;display:block;width:41.5625rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.151809692382rem;left:0.93572235107425rem;height:9.9360625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { color:#202020;display:block;width:34.0625rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5278778076175rem;left:4.6857261657715rem;height:4.9680375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { color:#202020;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.125rem;left:6rem;height:2.531075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xTNow5MUXs8Krb5J4v7G8eWxrRIpNdIT { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14995;background-color:#005453;background-image:none;top:1.75rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EsnHcITQZID412OXriFHmzsQqQX2fdUK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.1875rem;left:36.875rem; }
#XNNetgghsAzQFNNgJMQmVXsy2TVWx0mZ { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:31.5625rem;width:28.187125rem;top:21.431994915009rem;left:7.1235809326175rem;overflow:hidden;display:block; }
#r2lE1DH7mNr64doAwnNkOi63FTswfeUd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:56.4375rem;left:36.875rem; }
#mnHbvzlJoR04IAnIwmbDHRobTs0NtQwO { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14997;background-color:#005453;background-image:none;top:57rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rPJufM83yvKXTigTz32HtBy4SLlqzsyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { background-color: transparent; background-image: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .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); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { border-width: 0; border-radius: 0; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { font-size:0.875rem;font-family:cambon;height:25.6875rem;width:75rem;position:relative;display:block; }#WO9GgfAEvBo6VyuputzgwC5runmxp105 { box-sizing:content-box;height:7.25rem;width:33.4375rem;position:absolute;display:block;z-index:15005;background-color:#f7f5f2;background-image:none;top:5.1248168945312rem;left:2.874641418457rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#vtGg99TaXL3hTvIWnAznATaPeFgob1F2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.5621414184569rem;left:4.6874961853028rem; }
#Koo1FOkBegd3cHLUTdoTwOuX8ZcTc7rk { color:#003f3e;display:block;width:29.75rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3119659423825rem;left:4.6874961853028rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJr6MF9iQPGSE8ZyuvmyUAd6nlcZvSQG { color:#003f3e;display:block;width:17.6873125rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:6.3748168945312rem;left:6.8749961853025rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CfVsZdRgXkmD85bF6eZNr9vBezTTqpdh { color:#202020;display:block;width:74.9375rem;position:absolute;font-family:cambon;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:0.93519592285156rem;left:-0.00088882446289062rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1kzHtl3lCsoahokOAZAcmc4OznFs1WC { box-sizing:content-box;height:7.25rem;width:33.4375rem;position:absolute;display:block;z-index:15009;background-color:#f7f5f2;background-image:none;top:14.062141418457rem;left:2.874641418457rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#WsNZOr79rTs1cF573XKX78m5hVqPJC5m { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.499465942382rem;left:4.7496452331543rem; }
#a9LUscLKutN6Ezs4pcix02qU4OfKTn5K { color:#003f3e;display:block;width:17.6873125rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:15.312141418457rem;left:6.8749961853025rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylPdTAFbJTKCXqzirDBqG0K6uESOEKM3 { color:#003f3e;display:block;width:29.75rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:17.249290466309rem;left:4.7496452331543rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QOWMyLKoBIglhlxIcg5B5XxvyZzG6AZe { box-sizing:content-box;height:7.25rem;width:33.4375rem;position:absolute;display:block;z-index:15009;background-color:#f7f5f2;background-image:none;top:5.1248168945312rem;left:38.561786651611rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#Re36DEWs9XxsET9gOxCRwuNsIzBmKVIi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.5621414184569rem;left:40.436786651611rem; }
#l6ZQAtO5fhuc7TmI8SEA7uyuKTX25d1T { color:#003f3e;display:block;width:29.75rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:8.3119659423825rem;left:40.436786651611rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GebiF8yTJ1dWQR6RzkHiPpt0ie3T77w7 { color:#003f3e;display:block;width:17.6873125rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:6.3748168945312rem;left:42.624286651611rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ssTnVA7JSJ2NC2GRTNRSimteCwoPOvRw { box-sizing:content-box;height:7.25rem;width:33.4375rem;position:absolute;display:block;z-index:15013;background-color:#f7f5f2;background-image:none;top:14.062141418457rem;left:38.749996185302rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #202020;border-left:0.0625rem solid #202020;border-right:0.0625rem solid #202020;border-bottom:0.0625rem solid #202020;display:block; }
#DT2xvppp4DkC08kbVP2fHxXXNkHfbQ1p { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.499465942382rem;left:40.624996185302rem; }
#OFkwwJHNu5xGCrgkouoL8iu59SaooGrq { color:#003f3e;display:block;width:17.6873125rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:15.312141418457rem;left:42.749462127686rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBVJXXAUAr3VEAU01leBVOzWPusgnsNC { color:#003f3e;display:block;width:29.75rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:17.249290466309rem;left:40.624996185302rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZpPzTg59yiOwLfu5ry0aSG5VGQPCOnNy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.436790466309rem;left:36.874996185302rem; }
#O9xAFT1dv3P3uCtZELNgtLhMTgEi0hc8 { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14999;background-color:#005453;background-image:none;top:23.999641418457rem;left:10.561962127686rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4dac7;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; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { border-width: 0; border-radius: 0; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { font-size:0.875rem;font-family:cambon;height:15.0625rem;width:75rem;position:relative;display:block; }#tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { color:#110b08;display:block;width:75rem;position:absolute;font-family:cambon;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:1.1239356994629rem;left:0rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { color:#110b08;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.4362564086912rem;left:1.6237564086914rem;height:3.9391rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { color:#110b08;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.4362564086912rem;left:25.218395233154rem;height:3.93909375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { color:#110b08;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:6.4362564086912rem;left:53.873401641846rem;height:3.9391rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qK1hlTOh4WbDZcpTyTznviMZbQXKHr7t { 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:15000;opacity:1;display:none; }
#kv7JALS1y1eqCoQfryCZwJMwFR1WCeUd { 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:15000;opacity:1;display:none; }
#GTulwF23O9nKi3UFMBVDBicbpBpH7d1M { 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:15000;opacity:1;display:none; }
#RkpGCNHCeUqWP9iclUf1iDFV7lrMlTNc { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:15001;background-color:#005453;background-image:none;top:13.6875rem;left:10.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QqKUvgawHTp3T9SDElUOXtSymJNXTgcv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.125rem;left:36.875rem; }
#wrTwqVOZ1N5AUdnw9DushMvGn1xAUvWp { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#005453;background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hzKOrpl9ziNb5fPelK5wBiLzrqmI4OT2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4dac7;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; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { background-color: transparent; background-image: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .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); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { border-width: 0; border-radius: 0; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { font-size:0.875rem;font-family:cambon;height:22.625rem;width:75rem;position:relative;display:block; }#sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { color:#202020;display:block;width:22.5rem;position:absolute;font-family:cambon;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.4996452331543rem;left:2.1875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { color:#202020;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.218215942382rem;left:2.1875rem;height:5.99786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:19.0625rem;width:27.625rem;top:1.3117904663086rem;left:26.249996185302rem;overflow:hidden;display:block; }
#k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#005453;background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Stz80qvppRm492zX5iB65vqGDJZTJwra { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:19.0625rem;width:17.25rem;top:1.3117904663086rem;left:56.124820709229rem;overflow:hidden;display:block; }
#W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem; }
#k73nw7v24cIJ6CCW3W9HTwSb4MHxSVxG { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#005453;background-image:none;top:9.8114356994631rem;left:2.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#aEuhNyLQ4DxLCpH9J0nBCEdPwJukouev { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.2183952331544rem;left:1.6548271179199rem;display:none; }
#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { background-color:#e4dac7;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { border-width: 0; border-radius: 0; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { font-size:0.875rem;font-family:cambon;height:45.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#QTbr0EwfLR6lzvLyVyNmbiGgfhlk12Fc { color:#202020;display:block;width:75rem;position:absolute;font-family:cambon;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.3117971420288rem;left:0rem;height:2.999825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { box-sizing:content-box;height:30.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#aa6b50;background-image:none;top:7.7498245239256rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid #aa6b50;border-left:0.0625rem solid #aa6b50;border-right:0.0625rem solid #aa6b50;border-bottom:0.0625rem solid #aa6b50;display:block; }
#KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:cambon;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.1875rem;left:1.9992866516113rem;height:15.93575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:cambon;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:9.8742904663088rem;left:1.9992866516113rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { box-sizing:content-box;height:15.3125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:7.7498245239256rem;left:25.561962127686rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid #aa6b50;border-left:0.0625rem solid #aa6b50;border-right:0.0625rem solid #aa6b50;border-bottom:0.0625rem solid #aa6b50;display:block; }
#XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { color:#202020;display:block;width:21.375rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:11.436790466309rem;left:26.811962127686rem;height:9.801125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqPNJmP16eGpweqVigRD12EUnR06lWZW { color:#202020;display:block;width:16.75rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.9057159423825rem;left:30.749286651611rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.6242904663088rem;left:27.187496185302rem; }
#OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { box-sizing:content-box;height:15.375rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:7.7498245239256rem;left:51.124820709229rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid #aa6b50;border-left:0.0625rem solid #aa6b50;border-right:0.0625rem solid #aa6b50;border-bottom:0.0625rem solid #aa6b50;display:block; }
#VSIqvEhnEin355WAelT2eexxlukrkxXh { color:#202020;display:block;width:21.8125rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.436790466309rem;left:52.155536651611rem;height:4.90056875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { color:#202020;display:block;width:16.75rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.9057159423825rem;left:56.562496185302rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dR73ZyXt07uveenUJW00PTBRl8KAGRSd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.6242904663088rem;left:53.249286651611rem; }
#Jp0UquQUatPuscz1tozVo9XhUgZma89k { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:24.187141418457rem;left:51.249996185302rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid #aa6b50;border-left:0.0625rem solid #aa6b50;border-right:0.0625rem solid #aa6b50;border-bottom:0.0625rem solid #aa6b50;display:block; }
#uBggkHSp1btgITTIwdAepC4sTxPihe2d { color:#202020;display:block;width:19.875rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.8125rem;left:53.124996185302rem;height:5.25213125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { color:#202020;display:block;width:11.9375rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:36rem;left:62.09338760376rem;height:1.31303125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oVdGt5SvQraThheDvE1vJyihPxHBTa6i { box-sizing:content-box;height:14.375rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:24.125rem;left:25.561962127686rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.0625rem solid #aa6b50;border-left:0.0625rem solid #aa6b50;border-right:0.0625rem solid #aa6b50;border-bottom:0.0625rem solid #aa6b50;display:block; }
#wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { color:#202020;display:block;width:19.875rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:28.8125rem;left:27.562145233154rem;height:6.5651875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { color:#202020;display:block;width:16.75rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:25.712356567382rem;left:30.749286651611rem;height:2.19815625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { color:#202020;display:block;width:14.375rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:36rem;left:37.843570709229rem;height:1.31303125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { color:#202020;display:block;width:16.75rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:25.712356567382rem;left:56.562496185302rem;height:2.19815625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.811790466309rem;left:53.249286651611rem; }
#tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.749641418457rem;left:27.562145233154rem; }
#oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { color:#202020;display:block;width:14.375rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:21.234375rem;left:36.811962127686rem;height:1.31303125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQTk69rH1BmSAHsS35H1kn928QuhD4nz { color:#202020;display:block;width:10.375rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:21.234375rem;left:62.999820709231rem;height:1.31303125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { background-color:#005453;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { border-width: 0; border-radius: 0; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { font-size:0.875rem;font-family:cambon;height:26.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:cambon;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.0625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GvvskTblXclgTxPq7OyXok9ofRHy37ec { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.5625rem;left:36.875rem; }
#J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:12.1875rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.0625rem;left:61.125rem; }
#rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.875rem;left:36.125rem; }
#CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.0625rem;left:11.3125rem; }
#wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.375rem;left:3.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:19.375rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.375rem;left:52.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4dac7;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;z-index:auto;display:block; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { background-color: transparent; background-image: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .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); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { border-width: 0; border-radius: 0; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { font-size:0.875rem;font-family:cambon;height:6.875rem;width:75rem;position:relative;display:block; }#zkHqxUkDDx6nsrpDfJLSzUZO7MGcLDPO { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#aa6b50;background-image:none;top:0.9375rem;left:0rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#FBVgK5hUJLgylqPsMr8u02cnCIQ0Gchc { 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:3.68696875rem;width:12.9368125rem;top:1.5926856994629rem;left:1.3125rem;overflow:hidden;display:block; }
#zsbpx4ZCKTlESHZoNPBHG0hw9CtnK9XO { background-color:#e4dac7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cambon;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.71875rem;left:53.40482711792rem;display:block; }
#J6Ia68TwQom0T1ATnoHD59oxMzz6hwUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { border-width: 0; border-radius: 0; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { font-size:0.875rem;font-family:cambon;height:6.875rem;width:75rem;position:relative;display:none; }#ExL9zHbE4CtuTzdkeq2q0NkiGoTzs8u7 { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#aa6b50;background-image:none;top:0.59375rem;left:0rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#ZHrxgCkFqoNJE6G5necT6NUHb0mXeWVf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:42.1875rem;width:75rem;top:6.8749995231631rem;left:0rem;overflow:hidden;display:block; }
#wEf7MSF0I2NUnDMqoaLS5P0zGUTpaprx { 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:1.25rem;width:1.3125rem;top:1rem;left:1.375rem;overflow:hidden;display:none; }
#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;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:none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { border-width: 0; border-radius: 0; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { font-size:0.875rem;font-family:cambon;height:13.4375rem;width:75rem;position:relative;display:none; }#rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { color:#202020;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.96875rem;left:26.15625rem;height:1.31303125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { 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:7.6875rem;width:22.5625rem;top:2.34375rem;left:26.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { top:0rem;left:12.373752593994rem;width:22.9375rem;height:6.79348218192rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdtDDGTCkN3IF0GOAzpiTX972Qc24CXG { top:6.8125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { display:block; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHEyQE9hPAbaXFJVvLCXiCoi7ZvJpJZ0 { top:0.1875rem;left:0rem;width:34.5rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { display:block; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { top:4.375rem;left:0rem;width:25.375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN6niWEuTxdEu06vS566I36wpucRlcuG { top:3.625rem;left:22.4375rem;width:25.3125rem;height:49.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguwwSFaHHAp2ABXg0OB6A64lTOoMsu6 { top:18.125rem;left:0rem;width:28.25rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkB4LC98sAGnRNXXIZhgU6dTk0FnO8aK { top:4.375rem;left:20.9375rem;width:26.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv02CSmX4EHFsxTEvRwTSWSMISSniNXP { top:10.125rem;left:0rem;width:41.5625rem;height:4.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { top:6.5rem;left:0rem;width:34.0625rem;height:4.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { top:15.125rem;left:0rem;width:30.3125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNow5MUXs8Krb5J4v7G8eWxrRIpNdIT { top:1.75rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EsnHcITQZID412OXriFHmzsQqQX2fdUK { top:1.1875rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNetgghsAzQFNNgJMQmVXsy2TVWx0mZ { top:21.375rem;left:0rem;width:28.125rem;height:31.492935604465rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2lE1DH7mNr64doAwnNkOi63FTswfeUd { top:56.4375rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHbvzlJoR04IAnIwmbDHRobTs0NtQwO { top:57rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rPJufM83yvKXTigTz32HtBy4SLlqzsyy { display:block; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WO9GgfAEvBo6VyuputzgwC5runmxp105 { top:5.0625rem;left:0rem;width:33.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtGg99TaXL3hTvIWnAznATaPeFgob1F2 { top:6.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koo1FOkBegd3cHLUTdoTwOuX8ZcTc7rk { top:8.25rem;left:0rem;width:29.6875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJr6MF9iQPGSE8ZyuvmyUAd6nlcZvSQG { top:6.3125rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfVsZdRgXkmD85bF6eZNr9vBezTTqpdh { top:0.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kzHtl3lCsoahokOAZAcmc4OznFs1WC { top:14rem;left:0rem;width:33.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsNZOr79rTs1cF573XKX78m5hVqPJC5m { top:15.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9LUscLKutN6Ezs4pcix02qU4OfKTn5K { top:15.25rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPdTAFbJTKCXqzirDBqG0K6uESOEKM3 { top:17.1875rem;left:0rem;width:29.6875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOWMyLKoBIglhlxIcg5B5XxvyZzG6AZe { top:5.0625rem;left:14.1875rem;width:33.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re36DEWs9XxsET9gOxCRwuNsIzBmKVIi { top:6.5rem;left:26.811786651611rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6ZQAtO5fhuc7TmI8SEA7uyuKTX25d1T { top:8.25rem;left:18.0625rem;width:29.6875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebiF8yTJ1dWQR6RzkHiPpt0ie3T77w7 { top:6.3125rem;left:28.999286651611rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTnVA7JSJ2NC2GRTNRSimteCwoPOvRw { top:14rem;left:14.1875rem;width:33.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2xvppp4DkC08kbVP2fHxXXNkHfbQ1p { top:15.4375rem;left:26.999996185302rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFkwwJHNu5xGCrgkouoL8iu59SaooGrq { top:15.25rem;left:29.124462127686rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBVJXXAUAr3VEAU01leBVOzWPusgnsNC { top:17.1875rem;left:18.0625rem;width:29.6875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPzTg59yiOwLfu5ry0aSG5VGQPCOnNy { top:23.375rem;left:23.249996185302rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xAFT1dv3P3uCtZELNgtLhMTgEi0hc8 { top:23.9375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { top:1.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { top:6.375rem;left:0rem;width:19.9375rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { top:6.375rem;left:11.593395233154rem;width:24.5625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { top:6.375rem;left:29.375rem;width:18.375rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK1hlTOh4WbDZcpTyTznviMZbQXKHr7t { display:none; }
 }@media only screen and (max-width: 763px) { #kv7JALS1y1eqCoQfryCZwJMwFR1WCeUd { display:none; }
 }@media only screen and (max-width: 763px) { #GTulwF23O9nKi3UFMBVDBicbpBpH7d1M { display:none; }
 }@media only screen and (max-width: 763px) { #RkpGCNHCeUqWP9iclUf1iDFV7lrMlTNc { top:13.6875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QqKUvgawHTp3T9SDElUOXtSymJNXTgcv { top:13.125rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrTwqVOZ1N5AUdnw9DushMvGn1xAUvWp { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzKOrpl9ziNb5fPelK5wBiLzrqmI4OT2 { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { display:block; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { top:2.4375rem;left:0rem;width:22.5rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { top:12.1875rem;left:0rem;width:21.125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { top:1.25rem;left:12.624996185302rem;width:27.5625rem;height:19.019845516517rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stz80qvppRm492zX5iB65vqGDJZTJwra { top:1.25rem;left:30.5625rem;width:17.1875rem;height:18.993845880708rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k73nw7v24cIJ6CCW3W9HTwSb4MHxSVxG { top:9.75rem;left:0rem;width:21.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEuhNyLQ4DxLCpH9J0nBCEdPwJukouev { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { display:block; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTbr0EwfLR6lzvLyVyNmbiGgfhlk12Fc { top:2.25rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { top:7.6875rem;left:0rem;width:23.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { top:18.1875rem;left:0rem;width:19.875rem;height:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { top:9.8125rem;left:0rem;width:19.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { top:7.6875rem;left:11.936962127686rem;width:23.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { top:11.375rem;left:13.186962127686rem;width:21.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPNJmP16eGpweqVigRD12EUnR06lWZW { top:8.875rem;left:17.124286651611rem;width:16.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { top:8.5625rem;left:13.562496185302rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { top:7.6875rem;left:23.875rem;width:23.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIqvEhnEin355WAelT2eexxlukrkxXh { top:11.375rem;left:25.9375rem;width:21.8125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { top:8.875rem;left:31rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR73ZyXt07uveenUJW00PTBRl8KAGRSd { top:8.5625rem;left:39.624286651611rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0UquQUatPuscz1tozVo9XhUgZma89k { top:24.125rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBggkHSp1btgITTIwdAepC4sTxPihe2d { top:28.8125rem;left:27.875rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { top:36rem;left:35.8125rem;width:11.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdGt5SvQraThheDvE1vJyihPxHBTa6i { top:24.125rem;left:11.936962127686rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { top:28.8125rem;left:13.937145233154rem;width:19.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { top:25.6875rem;left:17.124286651611rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { top:36rem;left:24.218570709229rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { top:25.6875rem;left:31rem;width:16.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { top:25.75rem;left:39.624286651611rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { top:25.6875rem;left:13.937145233154rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { top:21.1875rem;left:23.186962127686rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTk69rH1BmSAHsS35H1kn928QuhD4nz { top:21.1875rem;left:37.375rem;width:10.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:block; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { top:6.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvvskTblXclgTxPq7OyXok9ofRHy37ec { top:11.5625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { top:12.1875rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { top:15.0625rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { top:14.875rem;left:22.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { top:15.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { top:19.375rem;left:0rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { top:19.375rem;left:14.5rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { top:19.375rem;left:27.75rem;width:20rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx { display:block; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkHqxUkDDx6nsrpDfJLSzUZO7MGcLDPO { top:0.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBVgK5hUJLgylqPsMr8u02cnCIQ0Gchc { top:1.5625rem;left:0rem;width:12.875rem;height:3.6693522964988rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsbpx4ZCKTlESHZoNPBHG0hw9CtnK9XO { width:20.0625rem;height:3.4375rem;top:1.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Ia68TwQom0T1ATnoHD59oxMzz6hwUA { display:block; }
 }@media only screen and (max-width: 763px) { #ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W { display:none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ExL9zHbE4CtuTzdkeq2q0NkiGoTzs8u7 { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHrxgCkFqoNJE6G5necT6NUHb0mXeWVf { top:6.8125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEf7MSF0I2NUnDMqoaLS5P0zGUTpaprx { top:1rem;left:0rem;width:1.3125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:block; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { top:9.9375rem;left:12.53125rem;width:22.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { width:22.5625rem;height:7.6875rem;top:2.3125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { position:relative;z-index:auto;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { width:15.3125rem;height:4.9375rem;top:0rem;left:2.3437498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pdtDDGTCkN3IF0GOAzpiTX972Qc24CXG { width:20rem;height:11.25rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4dac7, #ffffff);background-image: -moz-linear-gradient(180deg, #e4dac7, #ffffff);background-image: -ms-linear-gradient(180deg, #e4dac7, #ffffff);background-image: -o-linear-gradient(180deg, #e4dac7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dac7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dac7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e4dac7, #ffffff);background-size:auto !important;display:block; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { background-color: transparent; background-image: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row > .video-iframe-container { display: none; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .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); }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHEyQE9hPAbaXFJVvLCXiCoi7ZvJpJZ0 { width:19.9375rem;height:24.0625rem;top:0rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/353a6dbc-29df-4dae-9823-cb8e93b86870/NewPatientOfferWebsite.png");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T.adaptive-delivery-prevent-bg, #TLfANnLPC0MKiCKQfIhHzAFDFsH9286T.lazyload, #TLfANnLPC0MKiCKQfIhHzAFDFsH9286T.lazyloading { background-image: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { background-color: transparent; background-image: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { display: none; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .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); }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { border-width: 0; border-radius: 0; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { width:20rem;height:1.49946875rem;top:0.99874877929688rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #qN6niWEuTxdEu06vS566I36wpucRlcuG { width:20rem;height:51.0625rem;top:14.873933792114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguwwSFaHHAp2ABXg0OB6A64lTOoMsu6 { width:14.1868125rem;height:1.03071875rem;top:12.530006408691rem;left:2.905717253685rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #AkB4LC98sAGnRNXXIZhgU6dTk0FnO8aK { width:20rem;height:21.4994375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv02CSmX4EHFsxTEvRwTSWSMISSniNXP { width:20rem;height:4.39985625rem;top:5.1875rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { width:20rem;height:2.1555375rem;top:3.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { width:20rem;height:1.6867875rem;top:9.9021663665769rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #xTNow5MUXs8Krb5J4v7G8eWxrRIpNdIT { width:20rem;height:0;top:1.75rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #EsnHcITQZID412OXriFHmzsQqQX2fdUK { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #XNNetgghsAzQFNNgJMQmVXsy2TVWx0mZ { width:13.125rem;height:14.6875rem;top:54.4375rem;left:0.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2lE1DH7mNr64doAwnNkOi63FTswfeUd { display:flex;width:1.25rem;height:1.25rem;top:56.4375rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #mnHbvzlJoR04IAnIwmbDHRobTs0NtQwO { width:20rem;height:0;top:57rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #rPJufM83yvKXTigTz32HtBy4SLlqzsyy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/353a6dbc-29df-4dae-9823-cb8e93b86870/NewPatientOfferWebsite.png");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy.adaptive-delivery-prevent-bg, #rPJufM83yvKXTigTz32HtBy4SLlqzsyy.lazyload, #rPJufM83yvKXTigTz32HtBy4SLlqzsyy.lazyloading { background-image: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { background-color: transparent; background-image: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row > .video-iframe-container { display: none; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .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); }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WO9GgfAEvBo6VyuputzgwC5runmxp105 { width:19.875rem;height:7.1875rem;top:7.1251831054688rem;left:0.062144875526428rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtGg99TaXL3hTvIWnAznATaPeFgob1F2 { display:flex;width:1.25rem;height:1.25rem;top:8.3109054565431rem;left:1.1248223781586rem; }
 }@media only screen and (max-width: 763px) { #Koo1FOkBegd3cHLUTdoTwOuX8ZcTc7rk { width:18.375rem;height:3.65411875rem;top:9.6839523315431rem;left:1.0617897510529rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJr6MF9iQPGSE8ZyuvmyUAd6nlcZvSQG { width:14.875rem;height:1.49946875rem;top:8.0610809326175rem;left:2.6864346265793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfVsZdRgXkmD85bF6eZNr9vBezTTqpdh { width:20rem;height:4.00035625rem;top:1.4373321533203rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kzHtl3lCsoahokOAZAcmc4OznFs1WC { width:19.875rem;height:7.1875rem;top:24.227462768555rem;left:0.062144875526428rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsNZOr79rTs1cF573XKX78m5hVqPJC5m { display:flex;width:1.25rem;height:1.25rem;top:25.4765625rem;left:1.1248223781586rem; }
 }@media only screen and (max-width: 763px) { #a9LUscLKutN6Ezs4pcix02qU4OfKTn5K { width:14.375rem;height:1.49946875rem;top:25.288352966309rem;left:2.6864346265793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPdTAFbJTKCXqzirDBqG0K6uESOEKM3 { width:17.6873125rem;height:3.65411875rem;top:26.726211547851rem;left:1.1541192531586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOWMyLKoBIglhlxIcg5B5XxvyZzG6AZe { width:19.875rem;height:7.1875rem;top:15.676315307618rem;left:0.062144875526428rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re36DEWs9XxsET9gOxCRwuNsIzBmKVIi { display:flex;width:1.25rem;height:1.25rem;top:16.925430297851rem;left:1.1248223781586rem; }
 }@media only screen and (max-width: 763px) { #l6ZQAtO5fhuc7TmI8SEA7uyuKTX25d1T { width:17.6875rem;height:3.65411875rem;top:18.341796875rem;left:1.1541192531586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebiF8yTJ1dWQR6RzkHiPpt0ie3T77w7 { width:15.625rem;height:1.49946875rem;top:16.738105773926rem;left:2.6864346265793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTnVA7JSJ2NC2GRTNRSimteCwoPOvRw { width:19.875rem;height:7.1875rem;top:32.778594970703rem;left:0.062144875526428rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2xvppp4DkC08kbVP2fHxXXNkHfbQ1p { display:flex;width:1.25rem;height:1.25rem;top:34.215911865234rem;left:1.1248223781586rem; }
 }@media only screen and (max-width: 763px) { #OFkwwJHNu5xGCrgkouoL8iu59SaooGrq { width:9.625rem;height:1.49946875rem;top:34.028594970703rem;left:2.6873222589493rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBVJXXAUAr3VEAU01leBVOzWPusgnsNC { width:17.6875rem;height:2.43608125rem;top:36.090026855469rem;left:1.1541192531586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPzTg59yiOwLfu5ry0aSG5VGQPCOnNy { display:flex;width:1.25rem;height:1.25rem;top:23.375rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #O9xAFT1dv3P3uCtZELNgtLhMTgEi0hc8 { width:20rem;height:0;top:23.9375rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { width:18.8743125rem;height:2.75035625rem;top:2.7416534423828rem;left:0.56019175052643rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { width:15.9375rem;height:4.87215625rem;top:6.7473297119137rem;left:2.9989346265793rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { width:15.9375rem;height:6.0902rem;top:12.561264038086rem;left:2.9989346265793rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { width:15.9375rem;height:3.65411875rem;top:19.436431884766rem;left:2.9989346265793rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qK1hlTOh4WbDZcpTyTznviMZbQXKHr7t { display:flex;top:12.562149047851rem;left:1.1248223781586rem;width:1.25rem;height:1.25rem;z-index:15012;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kv7JALS1y1eqCoQfryCZwJMwFR1WCeUd { display:flex;top:19.436431884766rem;left:1.1248223781586rem;width:1.25rem;height:1.25rem;z-index:15013;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GTulwF23O9nKi3UFMBVDBicbpBpH7d1M { display:flex;top:6.7473297119137rem;left:1.1248223781586rem;width:1.25rem;height:1.25rem;z-index:15013;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RkpGCNHCeUqWP9iclUf1iDFV7lrMlTNc { width:20rem;height:0;top:13.6875rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #QqKUvgawHTp3T9SDElUOXtSymJNXTgcv { display:flex;width:1.25rem;height:1.25rem;top:13.125rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wrTwqVOZ1N5AUdnw9DushMvGn1xAUvWp { width:16.4364375rem;height:0.061257125rem;top:1.2494659423828rem;left:2.3117896318436rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hzKOrpl9ziNb5fPelK5wBiLzrqmI4OT2 { display:flex;width:1.25rem;height:1.25rem;top:0.62446594238281rem;left:9.3749994039537rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fdfdfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fdfdfd' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fdfdfd);background-size:auto !important;display:block; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { background-color: transparent; background-image: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row > .video-iframe-container { display: none; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .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); }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { width:18.125rem;height:4.00035625rem;top:2.6246452331543rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { width:18.125rem;height:6.5651875rem;top:9.9994659423825rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { width:20rem;height:13.6869375rem;top:18.749289512634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { width:16.4373125rem;height:0.062144875rem;top:8.0601921081544rem;left:1.7800070047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stz80qvppRm492zX5iB65vqGDJZTJwra { width:20rem;height:22.1244375rem;top:33.623752593994rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { display:flex;width:1.25rem;height:1.25rem;top:7.4680366516112rem;left:9.3749994039537rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #k73nw7v24cIJ6CCW3W9HTwSb4MHxSVxG { width:16.4364375rem;height:0.061257125rem;top:1.09375rem;left:1.7808948755264rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aEuhNyLQ4DxLCpH9J0nBCEdPwJukouev { display:flex;width:1.25rem;height:1.25rem;top:0.49893569946289rem;left:9.3749994039537rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { display:none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { width:20rem;height:112.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTbr0EwfLR6lzvLyVyNmbiGgfhlk12Fc { width:20rem;height:4rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { width:19.875rem;height:20.9375rem;top:10.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { width:17.5rem;height:11.8125rem;top:18.375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { width:17.5rem;height:4.5rem;top:12.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { width:19.875rem;height:20.25rem;top:34.1875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { width:17.5rem;height:12.246125rem;top:39.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPNJmP16eGpweqVigRD12EUnR06lWZW { width:15.625rem;height:3rem;top:35.34375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { display:flex;width:2.0625rem;height:2.0625rem;top:35.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { width:19.875rem;height:14.9375rem;top:56.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #VSIqvEhnEin355WAelT2eexxlukrkxXh { width:18.125rem;height:6.12305rem;top:63.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { width:16.75rem;height:1.5rem;top:60.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR73ZyXt07uveenUJW00PTBRl8KAGRSd { display:flex;width:2.0625rem;height:2.0625rem;top:58.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Jp0UquQUatPuscz1tozVo9XhUgZma89k { width:19.875rem;height:16.5625rem;top:90.1875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #uBggkHSp1btgITTIwdAepC4sTxPihe2d { width:17.5rem;height:6.5625rem;top:97.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { width:14.375rem;height:1.3125rem;top:104.1875rem;left:4.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oVdGt5SvQraThheDvE1vJyihPxHBTa6i { width:19.875rem;height:16.5625rem;top:72.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { width:17.5rem;height:6.5625rem;top:79.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { width:16.75rem;height:2.19921875rem;top:76.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { width:14.375rem;height:1.3125rem;top:86.5rem;left:4.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { width:16.75rem;height:2.19921875rem;top:94.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { display:flex;width:2.0625rem;height:2.0625rem;top:91.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { display:flex;width:2.0625rem;height:2.0625rem;top:74.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { width:14.375rem;height:1.3125rem;top:69.185546875rem;left:4.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zQTk69rH1BmSAHsS35H1kn928QuhD4nz { width:10.3745rem;height:1.3125rem;top:52.05859375rem;left:8.43798828125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { width:20rem;height:2.000175rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvvskTblXclgTxPq7OyXok9ofRHy37ec { display:flex;width:1.25rem;height:1.25rem;top:8.3125rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { width:20rem;height:0.0625rem;top:8.9375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { display:flex;width:3.25rem;height:3.25rem;top:30.0625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { display:flex;width:3.25rem;height:3.25rem;top:20.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { display:flex;width:3.25rem;height:3.25rem;top:11.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { width:18.75rem;height:1.5rem;top:16.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { width:18.75rem;height:1.5rem;top:25.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ac7i3PVLtH5ecy3dsgKAD50WVGG6MSiw { width:18.75rem;height:1.5rem;top:34.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { background-color: transparent; background-image: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row > .video-iframe-container { display: none; }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .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); }#qI4ffBZPRr0SSBtnlZH4Hv4bxhRxeiwx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkHqxUkDDx6nsrpDfJLSzUZO7MGcLDPO { width:20rem;height:3.0625rem;top:0.25rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBVgK5hUJLgylqPsMr8u02cnCIQ0Gchc { width:7rem;height:2rem;top:0.686767578125rem;left:0.75372862815856rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zsbpx4ZCKTlESHZoNPBHG0hw9CtnK9XO { width:19.375rem;height:3.18714375rem;top:0.8732261657715rem;left:0.3125rem;font-size:1.1875rem;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J6Ia68TwQom0T1ATnoHD59oxMzz6hwUA { display:block; }
 }@media only screen and (max-width: 763px) { #ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { background-color: transparent; background-image: none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container > .video-iframe-container { display: none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row > .video-iframe-container { display: none; }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .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); }#ilgDB9c8xqIWEe5pzM1oBS7EOqO6KH9W > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExL9zHbE4CtuTzdkeq2q0NkiGoTzs8u7 { width:20rem;height:3.0625rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHrxgCkFqoNJE6G5necT6NUHb0mXeWVf { width:20rem;height:11.25rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEf7MSF0I2NUnDMqoaLS5P0zGUTpaprx { width:3.624825rem;height:3.37446875rem;top:0.71608352661131rem;left:8.1871446371081rem;overflow:hidden;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { width:20rem;height:1.3125rem;top:9.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { width:20rem;height:6.5625rem;top:3rem;left:0rem;display:block; }
 }