.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:#aa6b50;background-image:url("https://images.assets-landingi.com/R7YrFTla0o4/unsplash/matheus-viana-R7YrFTla0o4-photo-1632843293871-46988ba4425a.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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; }#gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#005453;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:64.8125rem;display:block; }
#gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { 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; }
#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:3.6875rem;width:12.9375rem;top:1rem;left:1.375rem;overflow:hidden;display:block; }
#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aa6b50;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:41rem;width:75rem;position:relative;display:block; }#ITU7vWLL3d4XGKFVIzFlFpg4iS46cCfW { position:absolute;display:block;z-index:15000;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:40.8744375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { background-color:rgba(247,245,242,0.25);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { background-color: transparent; background-image: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .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); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { border-width: 0; border-radius: 0; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { font-size:0.875rem;font-family:cambon;height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#XmGNpf0wN8upDpHV6fAvpZdwefhN6CTK { color:#110b08;display:block;width:39.9369375rem;position:absolute;font-family:cambon;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.9371490478512rem;left:31.186962127686rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnIELvlhOP71OLIDTLmWSB7IQZ5Nuv6z { color:#110b08;display:block;width:69.875rem;position:absolute;font-family:cambon;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:2.3742980957031rem;left:2.5612564086914rem;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; }
#Pd04UJO7FgLpOp4NOuz7ZcGvBccEApmQ { 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:15009;opacity:1;top:37.499816894531rem;left:71.2499961853rem; }
#onav7nKLowtTO8hGzp66qQUPsLffIoQd { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:14988;background-color:#005453;background-image:none;top:37.999649047851rem;left:46.811962127686rem;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; }
#zpdNVhL9BVIn9QnrZJcsAa9cMxPq8ZQQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.437149047851rem;left:30.687145233154rem; }
#AX6PXCMusNgp4nXfVvwotSAaRVJc3oSv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.312316894531rem;left:31.249996185302rem; }
#ScExHWTyM7p6GTOox0Asvp3iBT8s05Rh { color:#110b08;display:block;width:20.2494375rem;position:absolute;font-family:cambon;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:37.124282836914rem;left:34.062496185302rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAcQPAzOvQNxH5iVhzIpp8S1itZem8TV { color:#110b08;display:block;width:12.1875rem;position:absolute;font-family:cambon;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:40.499649047851rem;left:34.062496185302rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IGcws51oObCbtgW1JBi5BWp74mIOTlAR { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:14989;background-color:#005453;background-image:none;top:41.437149047851rem;left:46.811962127686rem;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; }
#lbTJ1o5aZ7IfD2DozBeA17IAwzdmxFbT { 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:40.874282836914rem;left:71.2499961853rem; }
#SJL5Ag8zH1Rkhfush18CTUQIDtdqet7U { position:absolute;display:block;z-index:15016;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:35.062125rem;width:27.6243125rem;top:7.6170043945312rem;left:1.9797554016113rem;overflow:hidden;display:block; }
#TLfANnLPC0MKiCKQfIhHzAFDFsH9286T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.25);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:50.25rem;width:75rem;position:relative;display:block; }#ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { color:#aa6b50;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:1.3123168945312rem;left:6.7498245239256rem;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; }
#xNh2Z5Jdyhqy5K9atlwqO67TuGlN4Qbm { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:6.9213409423825rem;left:1.1869659423828rem;height:5.9055375rem;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; }
#TPURDWN9kmXErxNeXb1FQdPTpdHDF8FM { color:#000000;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:5.0623168945312rem;left:4.7807159423828rem;height:3.37446875rem;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:47.8125rem;width:25.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.79);background-image:none;top:0.81143188476562rem;left:46.64949798584rem;display:block; }
#BguwwSFaHHAp2ABXg0OB6A64lTOoMsu6 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:25.405891418457rem;left:4.4992866516113rem;height:1.2180375rem;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:1.125rem;left:45.89990234375rem;display:block; }
#Bv02CSmX4EHFsxTEvRwTSWSMISSniNXP { color:#000000;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.030540466309rem;left:0.87446594238281rem;height:4.59428125rem;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:#000000;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.061790466309rem;left:4.2808952331543rem;height:3.37446875rem;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; }
#RcyVP6eOV37pAsKKsZWiSliIwWXZ5d6E { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15056;background-color:#000000;background-image:none;top:12.921875rem;left:5.843391418457rem;display:block; }
#BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { color:#000000;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:21.561790466309rem;left:4.2808952331543rem;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; }
#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:20.625rem;width:26.5625rem;top:28.187316894531rem;left:6.0608978271484rem;overflow:hidden;display:block; }
#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; }
#qbDh8evJaMGBrZv7r2EZhAKdvggKqu9v { color:#000000;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.0625rem;left:4.28125rem;height:3.37446875rem;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:none; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,245,242,0.25);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:18.9375rem;width:75rem;position:relative;display:block; }#tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { color:#110b08;display:block;width:75rem;position:absolute;font-family:cambon;font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:1.81285625rem;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:8.25rem;left:1.625rem;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:8.25rem;left:25.21875rem;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:8.25rem;left:53.875rem;height:3.9391rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h34f04ZgHZHB782sniHfDOaSQOwZvldN { 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:15.4375rem;left:36.875rem; }
#gulDXcsZ0sq3QAmSwP22lL6dvsSob8ua { box-sizing:content-box;height:0.0625rem;width:53.9375rem;position:absolute;display:block;z-index:14989;background-color:#005453;background-image:none;top:16.03125rem;left:10.53125rem;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:rgba(255,255,255,0.25);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:36.75rem;width:75rem;position:relative;display:block; }#CfVsZdRgXkmD85bF6eZNr9vBezTTqpdh { color:#202020;display:block;width:48.5rem;position:absolute;font-family:cambon;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:1.8741035461426rem;left:2.591438293457rem;height:2.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; }
#SJWQzRuMiN1WKfpAevSyJPCkzNKGzO5E { color:#1b1b1b;display:block;width:70.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:7.3375358581544rem;left:2.5887756347656rem;height:2.19815625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2i6dnrqyNDE6lRVHJqM08aVEbVzEhWQ { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f5f2;background-image:none;top:12.5625rem;left:39.5rem;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; }
#MHG7T73rvQ1pu86Ivux1T2R4HZfK2vEa { 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:15012;opacity:1;top:13.625rem;left:41.6875rem; }
#Eq7dgZaS5emmcxw2b3k6tSRG99RtXRPT { color:#003f3e;display:block;width:17.6873125rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:43.375rem;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; }
#AuuH6x4QAqHeluCSdZSLmgS83Gv9UmVC { color:#003f3e;display:block;width:20.5625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.3125rem;left:41.6875rem;height:5.25213125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRzr2Jp2pg1DhdKUN7GxFTDzGobANbyn { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f5f2;background-image:none;top:12.5625rem;left:11.6875rem;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; }
#hyDWSdALtNrg4T1WOz3GybU6Jtc7zMTQ { 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:15012;opacity:1;top:13.625rem;left:13.75rem; }
#eN8wWsccn3BhbmZ2Jxb5ZcdIWZEUocQB { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;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; }
#RnQCxzR4hfPup9iuTDcicRF1JWkshpL4 { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3KmV9z6kOE7Td1MMlHyXDa61kU5IGK2 { 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:15011;opacity:1;top:4.3107261657715rem;left:36.874111175537rem; }
#T5DQG9o85A4hzANlvqcOLtD8Tm8aJCmD { box-sizing:content-box;height:0.062144875rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:#005453;background-image:none;top:4.9671535491943rem;left:2.5887756347656rem;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; }
#BLsQzFGVav8P8PE6TpwOHGVTQTgfC7gf { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:#f7f5f2;background-image:none;top:23.8125rem;left:11.6875rem;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; }
#A1Pldq4kTbwJOehKCqUWU36VFUEKDUBR { 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:24.875rem;left:13.75rem; }
#iVplTEN1J0UGMrTXhNzeAlDnwb7noMtU { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:24.75rem;left:15.625rem;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; }
#O1ZuocDefIGSLQJQ2giGtVEBa68AwJSM { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:27.625rem;left:13.8125rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cfR410sIZJftZPpOFMIz3h9ITHwXMMBm { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#f7f5f2;background-image:none;top:23.8125rem;left:39.5rem;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; }
#wtT0rDCASH95yZc72qH2xDn66RkpLZfG { 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:24.875rem;left:41.5625rem; }
#BLqMDa4mvqqJMxEVM7yMcD9tx8P4Pkvf { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:24.75rem;left:43.4375rem;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; }
#QDl1fs7Q7cQQupCydIztRswbcZLV4N6K { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:27.625rem;left:41.625rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFd9NuFwTDXP076uafHnyhkWM0lKVBOg { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f5f2;background-image:none;top:12.5625rem;left:11.6875rem;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:none; }
#GNkUVxFmAOdA0fAyvu8gEmA2xq8SwmwH { 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:15012;opacity:1;top:13.625rem;left:13.75rem;display:none; }
#oNqEyC3cO8Q87yQEbLxicxd6F3PiHBmM { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;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:none; }
#GDk827DgaZKH5n6MHHoMTITo1b2q9i9H { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zxKHgXPAR39xbBf2WtuEpMWrCfwrnfwA { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f5f2;background-image:none;top:12.5625rem;left:11.6875rem;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:none; }
#UvH3aNQBn9BbbMFn1B9eEyWn0Zg37vTv { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aiGvTzqvfxtuK2cEJ2tuO3K1bnbVUSnE { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;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:none; }
#MTLvPOGvWKTpEhNlEE6MLXCVrTOCT9vR { 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:15012;opacity:1;top:13.625rem;left:13.75rem;display:none; }
#TH9MpO6K2cucKJLSa8RyJKCCTp7w4mgW { box-sizing:content-box;height:8.8125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#f7f5f2;background-image:none;top:12.5625rem;left:11.6875rem;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:none; }
#pGIfldfsB6VCRAEA7aR1iXmtz0DwsgZG { color:#003f3e;display:block;width:19.0625rem;position:absolute;font-family:cambon;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.8125rem;height:3.9391rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nUlwNsMHTG9x5mRGrTmAfJflwCZeanLP { color:#003f3e;display:block;width:17.6875rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.5rem;left:15.625rem;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:none; }
#gydJQgliVaJHTJ37l3uTmsQilr4JVk9a { 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:15012;opacity:1;top:13.625rem;left:13.75rem;display:none; }
#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,84,83,0.38);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:33.1875rem;width:75rem;position:relative;display:block; }#sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { color:#ffffff;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:3.125rem;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:#ffffff;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.84375rem;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:11.53125rem;left:26.375rem;overflow:hidden;display:block; }
#k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { box-sizing:content-box;height:0.0625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:10.4375rem;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; }
#oJPAu0hFpXzzBETB4PccqlZt43NAIlRh { box-sizing:content-box;height:6.1875rem;width:47.0625rem;position:absolute;display:block;z-index:14999;background-color:#005453;background-image:none;top:3.28125rem;left:26.375rem;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;display:block; }
#mTqKaMd8tiBTK831MpB9epySAffJ4JTc { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0625rem;left:27.6875rem;height:2.6260625rem;text-align:left;text-align-last:left;font-style:normal;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:11.53125rem;left:56.25rem;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.84375rem;left:1.65625rem; }
#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { background-color:rgba(255,255,255,0.25);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:block; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { background-color: transparent; background-image: none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container > .video-iframe-container { display: none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row > .video-iframe-container { display: none; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .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); }#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:42.125rem;width:75rem;overflow:visible;position:relative;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:8.625rem;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:19.0625rem;left:2rem;height:14.342125rem;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:10.75rem;left:2rem;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:8.625rem;left:25.5625rem;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:12.3125rem;left:26.8125rem;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:9.75rem;left:30.75rem;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:9.5rem;left:27.1875rem; }
#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:8.625rem;left:51.125rem;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:12.3125rem;left:52.125rem;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:9.75rem;left:56.5625rem;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:9.5rem;left:53.25rem; }
#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:25.0625rem;left:51.25rem;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:29.6875rem;left:53.125rem;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:36.875rem;left:62.0625rem;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:25rem;left:25.5625rem;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:29.6875rem;left:27.5625rem;height:5.25213125rem;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:26.5625rem;left:30.75rem;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:36.875rem;left:37.8125rem;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:26.5625rem;left:56.5625rem;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:26.6875rem;left:53.25rem; }
#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:26.625rem;left:27.5625rem; }
#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:22.125rem;left:36.8125rem;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:22.125rem;left:63rem;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; }
#FwHP8sHss9h7lhPdcRoOhhgJTGsp3vNn { color:#202020;display:block;width:48.5rem;position:absolute;font-family:cambon;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.9375rem;left:2rem;height:2.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; }
#HHTLk336fbW0hX5fK814yV9om7G02KIS { 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:15014;opacity:1;top:5.5rem;left:36.875rem; }
#I8gNREU4v6XFeKCElTGzvg8TqsgVQBd8 { box-sizing:content-box;height:0.062144875rem;width:35.625rem;position:absolute;display:block;z-index:15006;background-color:#005453;background-image:none;top:6.0625rem;left:2rem;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; }
#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc { background-color:rgba(255,255,255,0.25);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container { background-color: transparent; background-image: none; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container > .video-iframe-container { display: none; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row > .video-iframe-container { display: none; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .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); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container { border-width: 0; border-radius: 0; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container { font-size:0.875rem;font-family:cambon;height:20.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qGq7TMhTulg2HmBan8MVLIlNER1yXKcp { color:#110b08;display:block;width:63.75rem;position:absolute;font-family:cambon;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.936965942382rem;left:5.6249961853028rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxsfa0b8ik0uUckWIfNBvnRiXRFuodFU { box-sizing:content-box;height:10.625rem;width:71.061875rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:8.1209182739256rem;left:1.9105110168457rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;border-top:0.0625rem solid #005453;border-left:0.0625rem solid #005453;border-right:0.0625rem solid #005453;border-bottom:0.0625rem solid #005453;display:block; }
#bu1qg9ATgwUz8ETkNAF43MyvyUtHqT0d { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005453;border-left:0.0625rem solid #005453;border-right:0.0625rem solid #005453;border-bottom:0.0625rem solid #005453;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#005453;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cambon;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.749465942382rem;left:54.12463760376rem;display:block; }
#hoZu6tbog8vfTC2mvDbv2GqcNuS27qFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r78y7RAZnwyw3XzzhlzBXmM4RZeKugGm { background-color:#005453;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cambon;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.749465942382rem;left:40.874462127686rem;display:block; }
#Fm3aBrMr1DFy6mRgRI4ruwXxxGJoUi2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPg6S0hFROGBkRmTLDeWT90X7TIP5KBf { color:#202020;display:block;width:48.5rem;position:absolute;font-family:cambon;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.3125rem;left:2.1875rem;height:2.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; }
#zRDCkPeKHmy1RCDxICmtf67qtbGew4i6 { box-sizing:content-box;height:0.062144875rem;width:34.375rem;position:absolute;display:block;z-index:15009;background-color:#005453;background-image:none;top:6.5621452331544rem;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; }
#ckw7TIN2W7Jx1fWrlsrP6ELXKpEFtrBQ { 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:5.9371452331543rem;left:36.499462127686rem; }
#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; }
#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:block; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { background-color: transparent; background-image: none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container > .video-iframe-container { display: none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container { display: none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .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); }#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:block; }#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) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:9.375rem;height:3.375rem;top:1.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { top:1rem;left:0rem;width:12.9375rem;height:3.6875rem;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) { #ITU7vWLL3d4XGKFVIzFlFpg4iS46cCfW { top:0rem;left:0rem;width:47.75rem;height:26.023391875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmGNpf0wN8upDpHV6fAvpZdwefhN6CTK { top:8.875rem;left:7.875rem;width:39.875rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIELvlhOP71OLIDTLmWSB7IQZ5Nuv6z { top:2.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd04UJO7FgLpOp4NOuz7ZcGvBccEApmQ { top:37.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onav7nKLowtTO8hGzp66qQUPsLffIoQd { top:37.9375rem;left:22.75rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpdNVhL9BVIn9QnrZJcsAa9cMxPq8ZQQ { top:36.375rem;left:17.062145233154rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6PXCMusNgp4nXfVvwotSAaRVJc3oSv { top:40.25rem;left:17.624996185302rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScExHWTyM7p6GTOox0Asvp3iBT8s05Rh { top:37.0625rem;left:20.437496185302rem;width:20.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAcQPAzOvQNxH5iVhzIpp8S1itZem8TV { top:40.4375rem;left:20.437496185302rem;width:12.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGcws51oObCbtgW1JBi5BWp74mIOTlAR { top:41.375rem;left:22.75rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTJ1o5aZ7IfD2DozBeA17IAwzdmxFbT { top:40.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJL5Ag8zH1Rkhfush18CTUQIDtdqet7U { top:7.5625rem;left:0rem;width:27.5625rem;height:34.98279651756rem;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:1.25rem;left:0rem;width:25.4375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNh2Z5Jdyhqy5K9atlwqO67TuGlN4Qbm { top:6.875rem;left:0rem;width:36.5625rem;height:0;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPURDWN9kmXErxNeXb1FQdPTpdHDF8FM { top:5rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN6niWEuTxdEu06vS566I36wpucRlcuG { top:0.75rem;left:22.4375rem;width:25.3125rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguwwSFaHHAp2ABXg0OB6A64lTOoMsu6 { top:25.375rem;left:0rem;width:28.3125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkB4LC98sAGnRNXXIZhgU6dTk0FnO8aK { top:1.125rem;left:20.9375rem;width:26.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv02CSmX4EHFsxTEvRwTSWSMISSniNXP { top:17rem;left:0rem;width:38.125rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { top:14rem;left:0rem;width:30.375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcyVP6eOV37pAsKKsZWiSliIwWXZ5d6E { top:12.875rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { top:21.5rem;left:0rem;width:30.375rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNetgghsAzQFNNgJMQmVXsy2TVWx0mZ { top:28.125rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTulwF23O9nKi3UFMBVDBicbpBpH7d1M { display:none; }
 }@media only screen and (max-width: 763px) { #qbDh8evJaMGBrZv7r2EZhAKdvggKqu9v { top:10rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@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:3.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { top:8.25rem;left:0rem;width:19.9375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { top:8.25rem;left:11.59375rem;width:24.5625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { top:8.25rem;left:29.375rem;width:18.375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34f04ZgHZHB782sniHfDOaSQOwZvldN { top:15.4375rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gulDXcsZ0sq3QAmSwP22lL6dvsSob8ua { top:16rem;left:0rem;width:47.75rem;height:0.0625rem;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) { #CfVsZdRgXkmD85bF6eZNr9vBezTTqpdh { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJWQzRuMiN1WKfpAevSyJPCkzNKGzO5E { top:7.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2i6dnrqyNDE6lRVHJqM08aVEbVzEhWQ { top:12.5625rem;left:23.875rem;width:23.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHG7T73rvQ1pu86Ivux1T2R4HZfK2vEa { top:13.625rem;left:28.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq7dgZaS5emmcxw2b3k6tSRG99RtXRPT { top:13.5rem;left:29.75rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuuH6x4QAqHeluCSdZSLmgS83Gv9UmVC { top:15.3125rem;left:27.1875rem;width:20.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRzr2Jp2pg1DhdKUN7GxFTDzGobANbyn { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyDWSdALtNrg4T1WOz3GybU6Jtc7zMTQ { top:13.625rem;left:0.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN8wWsccn3BhbmZ2Jxb5ZcdIWZEUocQB { top:13.5rem;left:2rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnQCxzR4hfPup9iuTDcicRF1JWkshpL4 { top:16.375rem;left:0.1875rem;width:19.0625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3KmV9z6kOE7Td1MMlHyXDa61kU5IGK2 { top:4.25rem;left:23.249111175537rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5DQG9o85A4hzANlvqcOLtD8Tm8aJCmD { top:4.9375rem;left:0rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BLsQzFGVav8P8PE6TpwOHGVTQTgfC7gf { top:23.8125rem;left:0rem;width:23.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Pldq4kTbwJOehKCqUWU36VFUEKDUBR { top:24.875rem;left:0.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVplTEN1J0UGMrTXhNzeAlDnwb7noMtU { top:24.75rem;left:2rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ZuocDefIGSLQJQ2giGtVEBa68AwJSM { top:27.625rem;left:0.1875rem;width:19.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfR410sIZJftZPpOFMIz3h9ITHwXMMBm { top:23.8125rem;left:23.875rem;width:23.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtT0rDCASH95yZc72qH2xDn66RkpLZfG { top:24.875rem;left:27.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLqMDa4mvqqJMxEVM7yMcD9tx8P4Pkvf { top:24.75rem;left:29.8125rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDl1fs7Q7cQQupCydIztRswbcZLV4N6K { top:27.625rem;left:28rem;width:19.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFd9NuFwTDXP076uafHnyhkWM0lKVBOg { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNkUVxFmAOdA0fAyvu8gEmA2xq8SwmwH { top:13.625rem;left:0.125rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNqEyC3cO8Q87yQEbLxicxd6F3PiHBmM { top:20.75rem;left:0rem;width:14.375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDk827DgaZKH5n6MHHoMTITo1b2q9i9H { top:22.6875rem;left:0rem;width:17.5rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxKHgXPAR39xbBf2WtuEpMWrCfwrnfwA { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvH3aNQBn9BbbMFn1B9eEyWn0Zg37vTv { top:36.375rem;left:0rem;width:17.5rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiGvTzqvfxtuK2cEJ2tuO3K1bnbVUSnE { top:34.4375rem;left:0rem;width:15.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTLvPOGvWKTpEhNlEE6MLXCVrTOCT9vR { top:13.625rem;left:0.125rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH9MpO6K2cucKJLSa8RyJKCCTp7w4mgW { top:12.5625rem;left:0rem;width:23.75rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGIfldfsB6VCRAEA7aR1iXmtz0DwsgZG { top:47.6875rem;left:0rem;width:17.5rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUlwNsMHTG9x5mRGrTmAfJflwCZeanLP { top:45.8125rem;left:0rem;width:15.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gydJQgliVaJHTJ37l3uTmsQilr4JVk9a { top:13.625rem;left:0.125rem;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:3.125rem;left:0rem;width:22.5rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l046mS3mCE12XJFTyAln9OU6RXt1Cw4i { top:12.8125rem;left:0rem;width:21.125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { top:11.5rem;left:12.75rem;width:27.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { top:10.4375rem;left:0rem;width:21.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPAu0hFpXzzBETB4PccqlZt43NAIlRh { top:3.25rem;left:0.6875rem;width:47.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTqKaMd8tiBTK831MpB9epySAffJ4JTc { top:5.0625rem;left:3.3125rem;width:44.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stz80qvppRm492zX5iB65vqGDJZTJwra { top:11.5rem;left:30.5rem;width:17.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { top:9.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@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) { #DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { top:8.625rem;left:0rem;width:23.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { top:19.0625rem;left:0rem;width:19.8125rem;height:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5HxQlNeRFFwsVRevxghyzNcHakRGKm { top:10.75rem;left:0rem;width:19.8125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { top:8.625rem;left:11.9375rem;width:23.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { top:12.3125rem;left:13.1875rem;width:21.3125rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPNJmP16eGpweqVigRD12EUnR06lWZW { top:9.75rem;left:17.125rem;width:16.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { top:9.5rem;left:13.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { top:8.625rem;left:23.875rem;width:23.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIqvEhnEin355WAelT2eexxlukrkxXh { top:12.3125rem;left:26rem;width:21.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { top:9.75rem;left:31.0625rem;width:16.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR73ZyXt07uveenUJW00PTBRl8KAGRSd { top:9.5rem;left:39.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0UquQUatPuscz1tozVo9XhUgZma89k { top:25.0625rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBggkHSp1btgITTIwdAepC4sTxPihe2d { top:29.6875rem;left:27.9375rem;width:19.8125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { top:36.875rem;left:35.875rem;width:11.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdGt5SvQraThheDvE1vJyihPxHBTa6i { top:25rem;left:11.9375rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { top:29.6875rem;left:13.9375rem;width:19.8125rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { top:26.5625rem;left:17.125rem;width:16.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { top:36.875rem;left:24.1875rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { top:26.5625rem;left:31.0625rem;width:16.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { top:26.6875rem;left:39.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { top:26.625rem;left:13.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { top:22.125rem;left:23.1875rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTk69rH1BmSAHsS35H1kn928QuhD4nz { top:22.125rem;left:37.4375rem;width:10.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwHP8sHss9h7lhPdcRoOhhgJTGsp3vNn { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTLk336fbW0hX5fK814yV9om7G02KIS { top:5.5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gNREU4v6XFeKCElTGzvg8TqsgVQBd8 { top:6.0625rem;left:0rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc { display:block; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGq7TMhTulg2HmBan8MVLIlNER1yXKcp { top:10.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsfa0b8ik0uUckWIfNBvnRiXRFuodFU { top:8.0625rem;left:0rem;width:47.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1qg9ATgwUz8ETkNAF43MyvyUtHqT0d { width:11.75rem;height:3.25rem;top:13.6875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZu6tbog8vfTC2mvDbv2GqcNuS27qFa { display:block; }
 }@media only screen and (max-width: 763px) { #r78y7RAZnwyw3XzzhlzBXmM4RZeKugGm { width:11.875rem;height:3.3125rem;top:13.6875rem;left:27.249462127686rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm3aBrMr1DFy6mRgRI4ruwXxxGJoUi2g { display:block; }
 }@media only screen and (max-width: 763px) { #xPg6S0hFROGBkRmTLDeWT90X7TIP5KBf { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDCkPeKHmy1RCDxICmtf67qtbGew4i6 { top:6.5rem;left:0rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ckw7TIN2W7Jx1fWrlsrP6ELXKpEFtrBQ { top:5.875rem;left:22.874462127686rem;width:1.25rem;height:1.25rem;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) { #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) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:8.125rem;height:1.62464375rem;top:2.0632019042969rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { width:20rem;height:3.06196875rem;top:1.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:block; }
 }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { width:6.9993125rem;height:1.9992875rem;top:1.6566009521484rem;left:1.3742866516113rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F { display:block; }#ZJdXIrR0vEXxyi4AflTq9kllGTznoM9F > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITU7vWLL3d4XGKFVIzFlFpg4iS46cCfW { width:20rem;height:10.8993125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmGNpf0wN8upDpHV6fAvpZdwefhN6CTK { width:20rem;height:19.49305rem;top:9.1246457099913rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnIELvlhOP71OLIDTLmWSB7IQZ5Nuv6z { width:20rem;height:6.00053125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pd04UJO7FgLpOp4NOuz7ZcGvBccEApmQ { display:flex;width:1.25rem;height:1.25rem;top:30.5rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #onav7nKLowtTO8hGzp66qQUPsLffIoQd { width:12.5rem;height:0.061257125rem;top:31.0625rem;left:3.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zpdNVhL9BVIn9QnrZJcsAa9cMxPq8ZQQ { display:flex;width:3.25rem;height:3.25rem;top:26.5625rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AX6PXCMusNgp4nXfVvwotSAaRVJc3oSv { display:flex;width:2.3125rem;height:2.3125rem;top:33.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScExHWTyM7p6GTOox0Asvp3iBT8s05Rh { width:20rem;height:0;top:30.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AAcQPAzOvQNxH5iVhzIpp8S1itZem8TV { width:20rem;height:0;top:36.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IGcws51oObCbtgW1JBi5BWp74mIOTlAR { width:20rem;height:0;top:33.0546875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #lbTJ1o5aZ7IfD2DozBeA17IAwzdmxFbT { display:flex;width:1.6875rem;height:1.6875rem;top:49.15625rem;left:9.15625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #SJL5Ag8zH1Rkhfush18CTUQIDtdqet7U { width:20rem;height:25.092592592593rem;top:73.31201171875rem;left:0rem;display:none; }
 }@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:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.48); }#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.48); }#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:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODTRZXir9IGsN2TrHOw7pmVVRT1OgWr1 { width:20rem;height:1.49946875rem;top:2.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xNh2Z5Jdyhqy5K9atlwqO67TuGlN4Qbm { width:20rem;height:2.19993125rem;top:5.8407316207886rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPURDWN9kmXErxNeXb1FQdPTpdHDF8FM { width:20rem;height:2.1555375rem;top:3.6869678497314rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qN6niWEuTxdEu06vS566I36wpucRlcuG { width:20rem;height:52.5rem;top:26.811966896057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguwwSFaHHAp2ABXg0OB6A64lTOoMsu6 { width:14.1868125rem;height:2.0614375rem;top:20.375rem;left:2.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkB4LC98sAGnRNXXIZhgU6dTk0FnO8aK { width:20rem;height:21.4985625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv02CSmX4EHFsxTEvRwTSWSMISSniNXP { width:20rem;height:1.58025625rem;top:14.5rem;left:0rem;font-size:1.4375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHggSZHQGfgLkT4NACEDvhIni6dXT2RT { width:20rem;height:2.999825rem;top:11.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcyVP6eOV37pAsKKsZWiSliIwWXZ5d6E { width:18.75rem;height:0.12429rem;top:25.0625rem;left:0.625rem;background-color:#005453;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BqLucsh9gHgeQa5qGnK3t6eyaT9TogvD { width:20rem;height:3.44815625rem;top:16.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XNNetgghsAzQFNNgJMQmVXsy2TVWx0mZ { width:19rem;height:14.752941176471rem;top:28.125rem;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) { #GTulwF23O9nKi3UFMBVDBicbpBpH7d1M { display:flex;top:24.375rem;left:9.25rem;width:1.437325rem;height:1.437325rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #qbDh8evJaMGBrZv7r2EZhAKdvggKqu9v { width:20rem;height:2.1555375rem;top:8.8629260063169rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { width:20rem;height:4.0234375rem;top:1.6237564086914rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { width:20rem;height:3.37446875rem;top:7.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { width:20rem;height:3.37446875rem;top:12rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { width:20rem;height:2.24964375rem;top:16.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h34f04ZgHZHB782sniHfDOaSQOwZvldN { display:flex;width:1.25rem;height:1.25rem;top:22rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #gulDXcsZ0sq3QAmSwP22lL6dvsSob8ua { width:20rem;height:0.0625rem;top:20.6875rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #rPJufM83yvKXTigTz32HtBy4SLlqzsyy { display:block; }#rPJufM83yvKXTigTz32HtBy4SLlqzsyy > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfVsZdRgXkmD85bF6eZNr9vBezTTqpdh { width:20rem;height:1.437325rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJWQzRuMiN1WKfpAevSyJPCkzNKGzO5E { width:18.9994375rem;height:4.12375625rem;top:4.1876773834229rem;left:0.49893462657929rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2i6dnrqyNDE6lRVHJqM08aVEbVzEhWQ { width:20rem;height:12.5rem;top:29.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHG7T73rvQ1pu86Ivux1T2R4HZfK2vEa { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq7dgZaS5emmcxw2b3k6tSRG99RtXRPT { width:14.375rem;height:0;top:30.4375rem;left:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuuH6x4QAqHeluCSdZSLmgS83Gv9UmVC { width:17.5rem;height:0;top:32.25rem;left:2.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRzr2Jp2pg1DhdKUN7GxFTDzGobANbyn { width:19.8125rem;height:10.4375rem;top:10.309659004211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyDWSdALtNrg4T1WOz3GybU6Jtc7zMTQ { display:flex;width:1.25rem;height:1.25rem;top:12.060546875rem;left:1.2491122484207rem; }
 }@media only screen and (max-width: 763px) { #eN8wWsccn3BhbmZ2Jxb5ZcdIWZEUocQB { width:14.375rem;height:1.49946875rem;top:11.929510116577rem;left:2.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnQCxzR4hfPup9iuTDcicRF1JWkshpL4 { width:17.5rem;height:5.25213125rem;top:13.875rem;left:1.2491122484207rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3KmV9z6kOE7Td1MMlHyXDa61kU5IGK2 { display:flex;width:1.25rem;height:1.25rem;top:86.613453269531rem;left:9.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #T5DQG9o85A4hzANlvqcOLtD8Tm8aJCmD { width:20rem;height:0.125rem;top:85.30078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLsQzFGVav8P8PE6TpwOHGVTQTgfC7gf { width:19.875rem;height:8.75rem;top:42.0711915rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1Pldq4kTbwJOehKCqUWU36VFUEKDUBR { display:flex;width:1.25rem;height:1.25rem;top:43.133870790771rem;left:2.1257095336914rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVplTEN1J0UGMrTXhNzeAlDnwb7noMtU { width:17.6243125rem;height:0;top:43.0086915rem;left:2.3756875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1ZuocDefIGSLQJQ2giGtVEBa68AwJSM { width:19.0625rem;height:0;top:45.883336733154rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfR410sIZJftZPpOFMIz3h9ITHwXMMBm { width:19.875rem;height:8.75rem;top:52.184827875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtT0rDCASH95yZc72qH2xDn66RkpLZfG { display:flex;width:1.25rem;height:1.25rem;top:53.247507165771rem;left:2.1257095336914rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLqMDa4mvqqJMxEVM7yMcD9tx8P4Pkvf { width:17.6243125rem;height:0;top:53.122327875rem;left:2.3756875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDl1fs7Q7cQQupCydIztRswbcZLV4N6K { width:19.0625rem;height:0;top:55.996973108154rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFd9NuFwTDXP076uafHnyhkWM0lKVBOg { width:19.8125rem;height:10.4375rem;top:21.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GNkUVxFmAOdA0fAyvu8gEmA2xq8SwmwH { display:flex;width:1.25rem;height:1.25rem;top:23.5rem;left:1.25rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #oNqEyC3cO8Q87yQEbLxicxd6F3PiHBmM { width:15.5rem;height:1.49946875rem;top:23.375rem;left:2.8125rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GDk827DgaZKH5n6MHHoMTITo1b2q9i9H { width:17.5rem;height:5.25213125rem;top:25.3125rem;left:1.25rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zxKHgXPAR39xbBf2WtuEpMWrCfwrnfwA { width:19.8125rem;height:10.4375rem;top:33.249999761581rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UvH3aNQBn9BbbMFn1B9eEyWn0Zg37vTv { width:17.5rem;height:3.9391rem;top:36.81179022789rem;left:1.2499998807907rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aiGvTzqvfxtuK2cEJ2tuO3K1bnbVUSnE { width:15.5rem;height:1.49946875rem;top:34.874644994736rem;left:2.8124998807907rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MTLvPOGvWKTpEhNlEE6MLXCVrTOCT9vR { display:flex;width:1.25rem;height:1.25rem;top:34.99982047081rem;left:1.2499998807907rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #TH9MpO6K2cucKJLSa8RyJKCCTp7w4mgW { width:19.8125rem;height:10.4375rem;top:44.811786413193rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #pGIfldfsB6VCRAEA7aR1iXmtz0DwsgZG { width:17.5rem;height:2.6260625rem;top:48.374465703964rem;left:1.2499998807907rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #nUlwNsMHTG9x5mRGrTmAfJflwCZeanLP { width:15.5rem;height:1.49946875rem;top:46.43732047081rem;left:2.8124998807907rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #gydJQgliVaJHTJ37l3uTmsQilr4JVk9a { display:flex;width:1.25rem;height:1.25rem;top:46.562499761581rem;left:1.2499998807907rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA { display:block; }#MwHC8Td6TGqRA9i8hH1lkr23rcZyfKcA > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOAXFAD0viCQm7wLXOfQknkK6ZpR8r1s { width:18.125rem;height:4.00035625rem;top:1.25rem;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:20.561079025269rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRu4OqUtX5NzVdaNqXIkJJCnaRhQSZc { width:20rem;height:13.6869375rem;top:29.81485625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0I3xrSgLeoulXgqiupghicG2hdtc5Cy { width:16.4364375rem;height:0.061257125rem;top:18.781078338623rem;left:1.7808948755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPAu0hFpXzzBETB4PccqlZt43NAIlRh { width:20rem;height:8.6248125rem;top:7.2496452331544rem;left:0rem;z-index:14995;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTqKaMd8tiBTK831MpB9epySAffJ4JTc { width:18.125rem;height:6.5651875rem;top:8.2812476684569rem;left:1.3130340576172rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stz80qvppRm492zX5iB65vqGDJZTJwra { width:20rem;height:22.1244375rem;top:44.75091875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88dHE2vIKXUpgwTVvdcahgbFT4TZH0e { display:flex;width:1.25rem;height:1.25rem;top:18.18716875rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o { display:block; }#qz4QkbP2UGwI2TeSWkvnEX2CUvKhGx1o > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DszvF3Br9I8ekl95MnK2Qlp4BCk4rXdT { width:19.8748125rem;height:20.9375rem;top:6.50035625rem;left:0.0625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #KsoQOtAKtn5MtgkTGDK5b3NxixxXlGXd { width:17.5rem;height:11.8173125rem;top:14.437160491943rem;left:1.2491122484207rem;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.4984rem;top:8.7491111755369rem;left:1.2491122484207rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpfuy65WAcgzbZTWRd7eaZre7zJNftW { width:19.8748125rem;height:20.2494375rem;top:28.755325317382rem;left:0.062144875526428rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #XkB45gG6wKJb32my1xhkDVuBe4DzmJRs { width:17.5rem;height:12.2514375rem;top:33.816567420959rem;left:1.2491122484207rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPNJmP16eGpweqVigRD12EUnR06lWZW { width:15.625rem;height:2.9989375rem;top:29.880157470703rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNmB6AI4zQ4qbzOo5FvQqetHUK4e5po { display:flex;width:2.062325rem;height:2.062325rem;top:29.629791259766rem;left:1.6876775026321rem; }
 }@media only screen and (max-width: 763px) { #OvTh6mVtZlEfoOfpz71qwyG8XDtkr15G { width:19.8748125rem;height:14.9369375rem;top:50.367538452149rem;left:0.062144875526428rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #VSIqvEhnEin355WAelT2eexxlukrkxXh { width:18.125rem;height:6.1257125rem;top:54.828641891479rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzzIsHWq9SVG3MrPVSEfcUvTCdP9MBqe { width:15.062125rem;height:1.49946875rem;top:51.492364883423rem;left:4.655539393425rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR73ZyXt07uveenUJW00PTBRl8KAGRSd { display:flex;width:2.062325rem;height:2.062325rem;top:51.210935592651rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #Jp0UquQUatPuscz1tozVo9XhUgZma89k { width:19.8748125rem;height:16.5625rem;top:85.843380139212rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #uBggkHSp1btgITTIwdAepC4sTxPihe2d { width:17.5rem;height:0;top:90.468734906056rem;left:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olzMbf2l9nh83wUlE4pJwTg6AU0gkXWk { width:14.375rem;height:0;top:97.656234906056rem;left:5.625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #oVdGt5SvQraThheDvE1vJyihPxHBTa6i { width:19.8748125rem;height:16.5625rem;top:67.917243764213rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #wb6Qf7gOuycKuHAScz3n0v6TVBn5736Z { width:17.5rem;height:0;top:72.604743764213rem;left:2.0626831054688rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBoo3Le6EvNA3VwrT0V4SUAu9anqnJvW { width:16.7498125rem;height:0;top:69.479743764213rem;left:3.2501875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPnH7k0tGOhpC21LQd1JQwguB8w3riHn { width:14.375rem;height:0;top:79.792243764213rem;left:5.625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #aJr0VcPDvzRBvaiwpPaHAfHTchOgNFrd { width:16.7498125rem;height:0;top:87.343734906056rem;left:3.2501875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoOT6pFrXZanKC4dwo6Tbov8ac3THmGm { display:flex;width:2.062325rem;height:2.062325rem;top:87.468023465019rem;left:2.0617904663086rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOEs1704BXFQC85kNZ8PmgBgBJfKVbXZ { display:flex;width:2.062325rem;height:2.062325rem;top:69.541888997369rem;left:2.0626831054688rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGRJEtsze4LJxd1cTOzQf2cgLahDr2am { width:14.375rem;height:1.31303125rem;top:46.566940307618rem;left:4.4300426244736rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zQTk69rH1BmSAHsS35H1kn928QuhD4nz { width:10.372875rem;height:1.31303125rem;top:62.866653442381rem;left:8.745561003685rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FwHP8sHss9h7lhPdcRoOhhgJTGsp3vNn { width:20rem;height:4.00035625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHTLk336fbW0hX5fK814yV9om7G02KIS { display:flex;width:1.25rem;height:1.25rem;top:26.880346133423rem;left:11.375534057618rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #I8gNREU4v6XFeKCElTGzvg8TqsgVQBd8 { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc { background-color:#005453;background-image:none;display:block; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container { background-color: transparent; background-image: none; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container > .video-iframe-container { display: none; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row > .video-iframe-container { display: none; }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .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); }#OAFV1l4mVtPbv4iC48NSBzpSuplLAUfc > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGq7TMhTulg2HmBan8MVLIlNER1yXKcp { width:18.125rem;height:5.99786875rem;top:5.3773097991943rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxsfa0b8ik0uUckWIfNBvnRiXRFuodFU { width:20rem;height:16.25rem;top:4.4992980957031rem;left:0.062144875526428rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1qg9ATgwUz8ETkNAF43MyvyUtHqT0d { width:11.647738625rem;height:3.147194875rem;top:16.627309799194rem;left:4.175248503685rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZu6tbog8vfTC2mvDbv2GqcNuS27qFa { display:block; }
 }@media only screen and (max-width: 763px) { #r78y7RAZnwyw3XzzhlzBXmM4RZeKugGm { width:11.875rem;height:3.37446875rem;top:12.242544174194rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm3aBrMr1DFy6mRgRI4ruwXxxGJoUi2g { display:block; }
 }@media only screen and (max-width: 763px) { #xPg6S0hFROGBkRmTLDeWT90X7TIP5KBf { width:20rem;height:2.000175rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zRDCkPeKHmy1RCDxICmtf67qtbGew4i6 { width:20rem;height:0;top:2.9412269592285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckw7TIN2W7Jx1fWrlsrP6ELXKpEFtrBQ { display:flex;width:1.25rem;height:1.25rem;top:2.3162269592285rem;left:18.75rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg { display:none; }#m3SKaRZUrZc8GcTSFc2zxxQB8XgM3Pdg > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KfBVA09BkNOHbskxied0kSdI4pp0GlWJ { width:20rem;height:2.000175rem;top:1.25rem;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:5.8125rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #J1r20JDCLvVfmdQhmR9ZmhU7Z7HNfDug { width:20rem;height:0.062144875rem;top:4.5rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #WLGRpZzDLrgTVR3P8kxez6ZmhqFJ2ARW { display:flex;width:3.2492875rem;height:3.2492875rem;top:17.3093rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #rfJgtK82P21nisVT2xNB554r7Qf9ZWTB { display:flex;width:3.2492875rem;height:3.2492875rem;top:12.8109rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #CBedklqxVBlTc6pA4mk9x4Bs33B8oSF8 { display:flex;width:3.2492875rem;height:3.2492875rem;top:8.3125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #wrkO3oyMfGPSMuJeMHld1BpSpaEF6L2e { width:18.75rem;height:1.49946875rem;top:21.8077rem;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.49946875rem;top:24.55716875rem;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.49946875rem;top:27.3066375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:block; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { width:20rem;height:1.31303125rem;top:5.4943161010742rem;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:0.1246452331543rem;left:0rem;display:block; }
 }