.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a39f43b7-aa33-4311-affe-9362728dafec/3O8A4206.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo.adaptive-delivery-prevent-bg, #ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo.lazyload, #ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo.lazyloading { background-image: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container { background-color: transparent; background-image: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container > .video-iframe-container { display: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row > .video-iframe-container { display: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .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); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container { border-width: 0; border-radius: 0; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container { width:75rem;height:42.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#rAWNvxK6dIflQN1696uLW07KTkSD4QKy { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:"cormorant garamond";font-size:3.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.375rem;left:3.875rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8iRgKsdhSV1TNqhUkdSwqUObxCG3xUH { color:rgba(0,0,0,0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tt9cGy8dTO63iVe33wDDdZFxitoRuzMe { color:rgba(0,0,0,0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OVh9FED2ibBGWzoBbsqXbcZLK8dKUaNT { color:rgba(0,0,0,0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VLXxH7AKcIUZcA2ch71QVw0a5dinJneG { color:rgba(0,0,0,0.5);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B5ECoIApPPFaNcPXdPfiaOkeABuVIica { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:20.9375rem;left:8.75rem;display:none; }
#ciaLWKxgf9Jv73uRrpbOfXaKMorMx6kH { color:#ffffff;display:block;width:43.5rem;position:absolute;font-family:"cormorant garamond";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:21.0625rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OiPsK9JzQy2qhdrpImuoRD793zPayAVV { position:absolute;display:block;z-index:15029;height:3.8125rem;width:6.8125rem;top:0.1875rem;left:0rem;display:block; }
#lN3z39QEdLklIO2KNKqh28WCt78NZ98h { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41rem;height:4.0625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:32.0625rem;left:0rem;display:block; }
#SauDBbzrVB4ReTObeU4R0TuCvkJteoNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRKiBqJKBA988vxbLftVQ8zTBTZxMN0z { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:29.5625rem;top:17.25rem;left:44.3125rem;overflow:hidden;display:block; }
#BghdrGC70uLeSwL04Zhsc6oUFqQDDtOT { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41rem;height:4.0625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:32.0625rem;left:0rem;display:none; }
#m4VDPgOnTL2nWaeqoMPtLMzUdsNW46A6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { background-color: transparent; background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .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); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { border-width: 0; border-radius: 0; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#sr2mBy9IGkIV5pHIkTy0T0olUtckas5T { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:1.1875rem;left:53.71875rem;overflow:hidden;display:none; }
#B9Ig8H7l0lWg4SOyWotsTTNy8HU8QvBf { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:11.75rem;left:5.0625rem;height:6.5rem;display:block; }
#p6FmElCTxCewa22NbX95hafyyNC3lVTS { position:absolute;display:block;z-index:15064;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:17.4375rem;width:26.25rem;top:11.75rem;left:44.75rem;overflow:hidden;display:block; }
#lMitcud0Zri8fAzsssfSxT9ov0UkunNi { color:#756051;display:block;width:58.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.25rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#s25XscEEmJvxeLGONzShWkTs2X3k3eBs { position:absolute;display:block;z-index:15065;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:16.6875rem;width:25.125rem;top:31.5rem;left:5.0625rem;overflow:hidden;display:block; }
#oov9282XbReDSmnJQCQQT8Q8EVNHRubM { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:32.875rem;left:33.1875rem;height:9.75rem;display:block; }
#xCf5Fg6Tswe8fUT1zSkkyaRLDJZG0LO3 { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:17.71875rem;left:5.0625rem;height:11.375rem;display:block; }
#LaAmV1AtXBcQDGgecB1kV603d5W8GpAI { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:44.0625rem;left:33.1875rem;height:6.5rem;display:block; }
#r58Xk8xIXZlh0J4AG8Tsdt8UDoUfqfQh { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:52.9375rem;left:3.15625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.81);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; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container { background-color: transparent; background-image: none; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container > .video-iframe-container { display: none; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row > .video-iframe-container { display: none; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .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); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container { border-width: 0; border-radius: 0; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#s9uIHBCPLm5ftVVdTwTse6a26LF2sPV3 { position:absolute;display:block;z-index:15041;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:19.25rem;width:24.625rem;top:2.1875rem;left:4.625rem;overflow:hidden;display:block; }
#uxCatciEKXUhl9AtS95KhOQri6nao9x1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:19.125rem;width:17.8125rem;top:2.1875rem;left:31.0625rem;overflow:hidden;display:block; }
#AVXWdQc72EoI7GuHap6fituxPE6y4lma { position:absolute;display:block;z-index:15040;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:19.0625rem;width:19.125rem;top:2.1875rem;left:51.25rem;overflow:hidden;display:block; }
#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container { background-color: transparent; background-image: none; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container > .video-iframe-container { display: none; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row > .video-iframe-container { display: none; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .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); }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container { border-width: 0; border-radius: 0; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;position:relative;display:block; }#BOEKdEb4ftEvH87e9oi20bF9ZGw1Z01T { color:#756051;display:block;width:51.25rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.875rem;height:7.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#dFpVpN25stw53RroTk3hpof5sP0Kk9Lr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:1.1875rem;left:53.71875rem;overflow:hidden;display:none; }
#EDKTmNmozTpOnXLyC0FAKacx2FeHMMLL { position:absolute;display:block;z-index:15001;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:62rem;width:52.9375rem;top:3.5625rem;left:11.0625rem;display:block; }
#xwxSSDD7kWoSAdxRmsh1CDcVcbFiptB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:17rem;left:17.5rem; }
#gm60aHRcpaHrJnuBcBqpp2Dn1qcNGsX2 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:17rem;left:20.5625rem;height:3.5rem;display:block; }
#tJ4CtgFIJWtJ8wuCvUTiQZFlK60x2TUb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21.375rem;left:17.5rem; }
#CcEK9znMsEntHEHJ3ZJnTBxPxx49QQab { color:#000000;display:block;width:33.875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:21.375rem;left:20.5625rem;height:3.5rem;display:block; }
#z0MrqUBVJO4nux9XP9Lfhrde6srAkTdu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:25.5625rem;left:17.4375rem; }
#tg43F9HpD0hPmeigRbUcV6Sf7kMxyivi { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:25.5625rem;left:20.5rem;height:3.5rem;display:block; }
#iC8KfG1JWToekWun6RGkbbUaG1rtKZD7 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:29.6875rem;left:20.5625rem;height:3.5rem;display:block; }
#RgKERbUr2PEBFaE0Nc6UO3bNSo34Mti0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:29.6875rem;left:17.5rem; }
#m7eERgK4INIzg0m4gblTnKDROJ1XmuMW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:33.8125rem;left:17.5rem; }
#KUTHqF8V5Dcu1EXpIPAaWzKWMni3x4TH { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:33.8125rem;left:20.5625rem;height:3.5rem;display:block; }
#z9xuJwsxilvhrIlOmSdwZi9gXQoOXhVP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:37.9375rem;left:17.5rem; }
#KyzkWHzW6rZoZex3QsBS1TcovVr1lUAO { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:37.9375rem;left:20.5625rem;height:3.5rem;display:block; }
#VTVwaSmSgeqzW5mCV1unTSGe0kUK8sAP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:42.0625rem;left:17.5rem; }
#TvzoklX5yPnaaLz1DZO3pbC5I1JObptB { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:42.0625rem;left:20.5625rem;height:5.25rem;display:block; }
#gNSHiOl1cpaFLCByuZyV5lQGeuJNX2NG { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.6875rem;height:4.0625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:50.5625rem;left:15.875rem;display:block; }
#VgAVbGuHEZqzTDhBh8JQoCh75hrPB51K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0TJJFpgDpREuuAzwNLCB7ex8d4JwoDs { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;z-index:15067;line-height:1.4;letter-spacing:0;top:57.1875rem;left:12.1875rem;height:6.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXoxTX4CqKO33sSu6TOFkkrA1Tf6mdX0 { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.6875rem;height:4.0625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:50.5625rem;left:15.875rem;display:none; }
#K2TC3sMcxL1yaa7oMTW9PxOcOov8yzK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f18da8-f6d6-40c2-a249-cba9fdac85d2/3O8A2977.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3.adaptive-delivery-prevent-bg, #qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3.lazyload, #qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3.lazyloading { background-image: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container { background-color: transparent; background-image: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container > .video-iframe-container { display: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row > .video-iframe-container { display: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .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); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container { border-width: 0; border-radius: 0; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3::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; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#LfT49Xir6KsUATBWxPOrh2UOJcbxctCn { color:#ffffff;display:block;width:68.4375rem;position:absolute;font-family:"cormorant garamond";font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.28125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gNttToC22m4ihAtlapPZO5WskOFXnx8U { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #f7f7f7;border-left:0.1875rem solid #f7f7f7;border-right:0.1875rem solid #f7f7f7;border-bottom:0.1875rem solid #f7f7f7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:25.8125rem;width:64.125rem;top:16rem;left:5.25rem;display:block; }
#aUW2yHQPTuLb4sIRll7MpJJB5TusikBm { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:18.5rem;left:8.21875rem;height:22.5rem;text-align:left;text-align-last:left;display:block; }
#EVKskSi20hR2bhIUGJDT0FMH7MIZLpQy { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:"cormorant garamond";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:11.59375rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container { background-color: transparent; background-image: none; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container > .video-iframe-container { display: none; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row > .video-iframe-container { display: none; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .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); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container { border-width: 0; border-radius: 0; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#Jq4Z9X5TTIhb7BkbwhhvzZgFNfxSbxzk { color:#756051;display:block;width:64.8125rem;position:absolute;font-family:"cormorant garamond";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:4rem;height:7.6875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#i3TLHPR6RAvUqPCtHZ4GkgEadLDoN08m { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #756051;border-left:0.1875rem solid #756051;border-right:0.1875rem solid #756051;border-bottom:0.1875rem solid #756051;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:34.5rem;width:64.125rem;top:16rem;left:5.25rem;display:block; }
#yQnUheQGUDJJsGaOKGXqgaPZa57J7cug { color:#000000;display:block;width:56.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:18.5rem;left:8.21875rem;height:30rem;text-align:left;text-align-last:left;display:block; }
#O0tStNoIuWoQK2bof6h6OUmw6LONT7pG { color:#756051;display:block;width:69.625rem;position:absolute;font-family:"cormorant garamond";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.6875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container { background-color: transparent; background-image: none; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container > .video-iframe-container { display: none; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row > .video-iframe-container { display: none; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .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); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container { border-width: 0; border-radius: 0; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#hGpcQTNI0CuBKffc0KC5IRO92T6qFm72 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid #756051;border-left:0.1875rem solid #756051;border-right:0.1875rem solid #756051;border-bottom:0.1875rem solid #756051;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:26.5625rem;width:64.125rem;top:12.6875rem;left:5.4375rem;display:block; }
#ZanTtGPVUMZS2EPRMnhUTLmn8aIASgOe { color:#000000;display:block;width:56.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:14.9375rem;left:8.8125rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#Ul399yZppyJ6BicLhgmc3l2bv0Tx8Va3 { color:#756051;display:block;width:69.625rem;position:absolute;font-family:"cormorant garamond";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container { background-color: transparent; background-image: none; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container > .video-iframe-container { display: none; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row > .video-iframe-container { display: none; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .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); }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container { border-width: 0; border-radius: 0; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#tHrANrovrINr6cBiXdyVa2CxaM8PW2ac { color:#756051;display:block;width:68rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.90625rem;left:3.5rem;height:7.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#wgEHW3s2axbrMwSSpVLqrKmGTnyff1za { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:1.1875rem;left:53.71875rem;overflow:hidden;display:none; }
#dC36gq6VS7MU38vlCa3gm8qDE5T094AG { color:#756051;display:block;width:64.8125rem;position:absolute;font-family:"cormorant garamond";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:5.09375rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container { background-color: transparent; background-image: none; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container > .video-iframe-container { display: none; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row > .video-iframe-container { display: none; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .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); }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container { border-width: 0; border-radius: 0; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#czreugewwwv9i1zrtThDy5lZghP9Jvo4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:26.625rem;width:13.75rem;top:3rem;left:6.0625rem;overflow:hidden;display:block; }
#sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { color:#000000;display:block;width:38rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:5.8125rem;left:28.625rem;height:4.125rem;display:block; }
#UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:4rem;left:25.5625rem; }
#B7mgqAJhEnzov9crtgbBQH21hKoEiDTz { color:#000000;display:block;width:43.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15060;line-height:1.2;letter-spacing:0;top:4.0625rem;left:28.625rem;height:1.625rem;display:block; }
#RTNwnJtXT06zxvdhL2oOrWOG2MBXUWnN { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:11.8125rem;left:28.625rem;height:2.75rem;display:block; }
#xHi7Io79zdxbbBB1B6B0TkG1TVEnh1GT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:10rem;left:25.5625rem; }
#gtSvt4Fbpx2QRLfCsTflSzr9ROGm3VBV { color:#000000;display:block;width:43.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.625rem;display:block; }
#XQphKGxXW3fzrpx1IG3epHAaUudTVlib { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.2;letter-spacing:0;top:17rem;left:28.625rem;height:4.125rem;display:block; }
#gzaqZhigNEU1AWLXKgzs9LqgRWmMflcK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:14.6875rem;left:25.5625rem; }
#oWRPkBUWFe1cthElmppaIrvxqM12Vye2 { color:#000000;display:block;width:37.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15066;line-height:1.2;letter-spacing:0;top:14.75rem;left:28.625rem;height:1.625rem;display:block; }
#KidOoE4d4KS4OC9Q074PU8yahEsOSJP1 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.2;letter-spacing:0;top:26rem;left:28.625rem;height:4.125rem;display:block; }
#mm9tTHdPdUOQi1BHulBZbPmMmWD1FgEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:22.0625rem;left:25.5625rem; }
#yxEWc9hEldpqTNyNlpBm36hPDzdJM66E { color:#000000;display:block;width:40.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15069;line-height:1.2;letter-spacing:0;top:22.0625rem;left:28.625rem;height:3.25rem;display:block; }
#xn3fydyQeMC6D9VIlXrNg2q6PnfiMWoU { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.6875rem;height:4.0625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:33.9375rem;left:16.65625rem;display:block; }
#NBwyX7TDzu6WD361iE5JCvCT5ZTA3BgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doGgapkAln3A34n4zkop8fwxdJNVi8X0 { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.6875rem;height:4.0625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:33.9375rem;left:16.65625rem;display:none; }
#Wboy0DTeOZB6ggahRLTFv3LCltyweSho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f18da8-f6d6-40c2-a249-cba9fdac85d2/3O8A2977.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH.adaptive-delivery-prevent-bg, #TTnc4eoGtT396a2bdXaV0loq8TfF6TrH.lazyload, #TTnc4eoGtT396a2bdXaV0loq8TfF6TrH.lazyloading { background-image: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container { background-color: transparent; background-image: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container > .video-iframe-container { display: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row > .video-iframe-container { display: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .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); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container { border-width: 0; border-radius: 0; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH::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; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#irTSGV8PcsI4kfQiT7cN7NWZ6UFoqcrt { color:#ffffff;display:block;width:67.5625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#HdaE6KeTlWRakM2UwKFXhA00a7Vvn3FH { position:absolute;display:block;z-index:15030;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:42.375rem;width:29.6875rem;top:10.75rem;left:6.3125rem;display:block; }
#rz9pzsyqkoZ8HNKkXhXg7oKZZqF7z1xv { color:#ccb78d;display:block;width:10.4375rem;position:absolute;font-family:"cormorant garamond";font-size:7.9375rem;font-weight:400;z-index:15075;line-height:.7;letter-spacing:0;top:10.75rem;left:13.5rem;height:5.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RsbNoaHTJPmIWDQeCXDwyhOkrQTdUo2b { color:#756051;display:block;width:8.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.75rem;left:10.0625rem;height:1.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kt7kwgP770hcFXqhQJdQgGzdABulItCf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:21.625rem;left:10.0625rem; }
#Sy6GTXl49OTyd5IqcG0alpwG5sPCcPTF { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:21.875rem;left:12.4375rem;height:1.5rem;display:block; }
#T3xGsDknO2swlx1NZJ0OMRE5uN6yqlm0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:24.25rem;left:10rem; }
#XkloVWtSuT2r1JwSeEk4lWT62LqqsKgJ { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:24.4375rem;left:12.375rem;height:1.5rem;display:block; }
#ySCc5M6crUPMTP2OfCFPrTplk7VAH6Sc { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:27.0625rem;left:12.5rem;height:1.5rem;display:block; }
#ekI3sn8r2WMUrITU80LMXTmpy9DySyJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:26.8125rem;left:10.125rem; }
#fxmh079d09F78yFTzbeehJQmsXqMvCmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:29.4375rem;left:10.0625rem; }
#N5mrZcZMwLxCbSiVaLXymgp6JBBZxwv8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:29.625rem;left:12.4375rem;height:1.5rem;display:block; }
#DWbwzdfiZQNTulI0rtXtm1K4zO4K85nT { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:32.3125rem;left:12.5rem;height:1.5rem;display:block; }
#WAKt6TBABuBHHVP0W5u8Hy3ESWlfnlzy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:32.0625rem;left:10.125rem; }
#sGMkvoPrM0G9gOXLaf5udDBJieMPbJ6B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:34.6875rem;left:10.0625rem; }
#xzbDHHBsVx3CTw0RdnlRVNn3D43aQq0s { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:34.875rem;left:12.4375rem;height:1.5rem;display:block; }
#wf6hsEIeZ9cwHGsX5oKUr6K9e5UJ2JV0 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15085;line-height:1.1;letter-spacing:0;top:37.5625rem;left:12.5rem;height:1.25rem;display:block; }
#kTck7lO2nwKuXdU6PINVeKLoIpuRPbI4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:37.3125rem;left:10.125rem; }
#iTHH1hBiTOm8WUkfrRMMqhNgNq5VqvmQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:40.0625rem;left:10.0625rem; }
#TzoMHGsffma52xMJG1yGOEgwtTtkskr4 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:40.25rem;left:12.4375rem;height:1.5rem;display:block; }
#qWFIzSOzvbdukrK7SJBrbho9qX5mo1M4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:42.5rem;left:10.0625rem; }
#WmduJthFX7DrGFVZQdCBxFZbONf8BfSL { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:42.6875rem;left:12.4375rem;height:1.5rem;display:block; }
#hD4wKrrIRgS3SXdMHiqB7EA2czwK9qgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:45rem;left:10.0625rem; }
#ZKOWu8bC8vW7QDUGLdSIXW0PO0exZ2NT { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:45.1875rem;left:12.4375rem;height:1.5rem;display:block; }
#rnw78Hm9ELSL5fO3Zz87LwgTAmFZyTiu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:47.5rem;left:10.0625rem; }
#eTu5v1vSltOrbqqIS2y3in4aUZhFN3gP { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:47.6875rem;left:12.4375rem;height:1.5rem;display:block; }
#g8QXMGwz58GDTMpbegfrypVogZTRzabA { position:absolute;display:block;z-index:15056;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:42.375rem;width:29.6875rem;top:10.75rem;left:41.6875rem;display:block; }
#CdTNIik7TRnoSK2CzgAG8xnl9xOmMTdA { color:#756051;display:block;width:8.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:14.75rem;left:45.4375rem;height:1.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E2V9QFi0DpZZWcm96c03w8sL1BpUr9cw { color:#ccb78d;display:block;width:10.4375rem;position:absolute;font-family:"cormorant garamond";font-size:7.9375rem;font-weight:400;z-index:15101;line-height:.7;letter-spacing:0;top:10.75rem;left:48.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZpVNTACaDfAWPUHRJuX6KqTmJvQH2mX1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:19.125rem;left:45.4375rem; }
#doKbkfLCX9SdB1CLMNdrgVMLhvcT7ZT3 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:19.375rem;left:47.8125rem;height:3rem;display:block; }
#TenO4eme4KKsw9eWyDSxk8VUMA1sy2fI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:22.875rem;left:45.4375rem; }
#zmQ7EIANBXCbwA7s4sblFdieHN2O8twX { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:23.125rem;left:47.8125rem;height:3rem;display:block; }
#Kr2qbb9DUTPfJ4ltyTtv90tSSHIcCKBH { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:27.1875rem;left:47.8125rem;height:3rem;display:block; }
#S1ZwAQIu6iULoFDCyFEoicNNLa1IxsAo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:26.9375rem;left:45.4375rem; }
#TzXBkFTeZilPl0bIIhvTo4r4ltEUKDwd { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15111;line-height:1.1;letter-spacing:0;top:31.375rem;left:47.8125rem;height:3.75rem;display:block; }
#EDTT74PlLv1R20ZLucSGIpCHGCCQXv3F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:31.125rem;left:45.4375rem; }
#GSrNZpTP2RlfyFJeZNIagVhlOwB5bgU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:35.9375rem;left:45.4375rem; }
#D3I57SX0x9uQ3hPN59rSROec8FASQWt4 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:36.125rem;left:47.8125rem;height:3rem;display:block; }
#Ns7BdGR9WSNrtMTnsv1Txw9sVb3BFyyA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:40.0625rem;left:45.4375rem; }
#CRoOhIvRoEVrohZcrVleRi5JT7vz44f9 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:40.25rem;left:47.8125rem;height:3rem;display:block; }
#Fcbv0yTqV6cu6m253VTJidgnubaGE0Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:19rem;left:10.0625rem; }
#rbVchwiDJ9DpKlxhLwbTgVV8xpbL5W7P { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:19.25rem;left:12.4375rem;height:1.5rem;display:block; }
#oDMsofQZnVCetoK97l2La2JKC3ooc7SF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccb78d;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; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container { background-color: transparent; background-image: none; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container > .video-iframe-container { display: none; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row > .video-iframe-container { display: none; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .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); }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container { border-width: 0; border-radius: 0; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container { font-size:0.875rem;font-family:arial;height:87.625rem;width:75rem;position:relative;display:block; }#zLI3gO9qgazqWBsFxIPzVGz8Kmu4iXii { color:#756051;display:block;width:42.9375rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:16.0625rem;height:7.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#EtGRzcoXJDEK7TSRlzCeFveOWfuFOvQq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:1.1875rem;left:53.71875rem;overflow:hidden;display:none; }
#mgCc1Z0dSarptgqW4JsO4KIazhrJFCy4 { position:absolute;display:block;z-index:15001;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:77.3125rem;width:57.0625rem;top:5.96875rem;left:8.96875rem;display:block; }
#bCMR4o7qAgqCVThm7KI7w6KRWifv66zA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:19.4375rem;left:17.875rem; }
#VlhN0NZbs4g6tvLeL64OxLC4Vn3w5ND1 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:21.25rem;left:20.9375rem;height:2.75rem;display:block; }
#HuMSucn4VKeqCqQbI8hdxg0QQ1v84Dh1 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:19.5rem;left:20.9375rem;height:3.25rem;display:block; }
#sDS1hkz1HGLVye9GrgTrm7NzkpP7rVUd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.2;letter-spacing:0;top:27.1875rem;left:20.9375rem;height:2.75rem;display:block; }
#JCSLKd8mJcc2tVJ855RgDrVFKCiyGtyx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:25.375rem;left:17.875rem; }
#XwdSlcpFE6Hm4qHytcxBJ0oSg4xpd8WW { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15066;line-height:1.2;letter-spacing:0;top:25.4375rem;left:20.9375rem;height:1.625rem;display:block; }
#naTiSXimNIKNdftKKShuJXUGP3DuwDZW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:31.1875rem;left:17.875rem; }
#oQXGb4yNy1VqDAIcDnzIOgcL9CWtOIea { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15069;line-height:1.2;letter-spacing:0;top:31.25rem;left:20.9375rem;height:1.625rem;display:block; }
#DfThBzgbL7VxPcTT02eftdJ5W7RwPTRX { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.2;letter-spacing:0;top:33rem;left:20.9375rem;height:4.125rem;display:block; }
#J8O9eR2MCqtUcaPp1sSSTb8dm7clnGAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:45.5rem;left:17.8125rem; }
#qEc2kUA6xrnks5gkZhBTRuz8ATp7JJBv { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15072;line-height:1.2;letter-spacing:0;top:45.5625rem;left:20.875rem;height:1.625rem;display:block; }
#pGTHXZOCIDqX1XHFbWm12UTGVA0q3MaJ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.2;letter-spacing:0;top:47.3125rem;left:20.875rem;height:2.75rem;display:block; }
#pt5N0KzQP9NpNgsodCXx964anJWUcUAa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:50.875rem;left:17.8125rem; }
#LvAiCzvPuHzgcKgii2KdhdfWC75duSap { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15075;line-height:1.2;letter-spacing:0;top:50.9375rem;left:20.875rem;height:1.625rem;display:block; }
#ZCKWbilaTsaJ3qmBdsPGE8mcVvMM9uGJ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15074;line-height:1.2;letter-spacing:0;top:52.6875rem;left:20.875rem;height:2.75rem;display:block; }
#gRTHpPhd2dH8kRDLm0PbUBwWoWxRADBl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:56.125rem;left:17.8125rem; }
#tgTHJTPnE3tX6uh4UJJ9TTkvvFLNJZ38 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15078;line-height:1.2;letter-spacing:0;top:56.1875rem;left:20.875rem;height:1.625rem;display:block; }
#vKHzcuyWcCwMLHLT5T5fg7dfqe8uPTwX { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15077;line-height:1.2;letter-spacing:0;top:57.9375rem;left:20.875rem;height:2.75rem;display:block; }
#IufZobnQcBEhImVQxTAJ7hq7HEA4VFaz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:61.375rem;left:17.8125rem; }
#AdaJZnWf0dTyqVyMIGuAetr9XTQQFy59 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15081;line-height:1.2;letter-spacing:0;top:61.4375rem;left:20.875rem;height:1.625rem;display:block; }
#P3kgwUOinyOF9TFnnuaAVychaCSfspHo { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15080;line-height:1.2;letter-spacing:0;top:63.1875rem;left:20.875rem;height:2.75rem;display:block; }
#IM5wgMivlrTdJ3q9noNreH6IhfW6JRcP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:66.875rem;left:17.8125rem; }
#dvPUucWb3Xsd1mSAUlevEbOFUWngmZSW { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15084;line-height:1.2;letter-spacing:0;top:66.9375rem;left:20.875rem;height:1.625rem;display:block; }
#y0ASKbyeiNtsKMHivvX7DrndZzzLE4rk { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15083;line-height:1.2;letter-spacing:0;top:68.6875rem;left:20.875rem;height:4.125rem;display:block; }
#N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.2;letter-spacing:0;top:38.125rem;left:20.625rem;height:6.4375rem;display:block; }#N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV li:before{  }
#MR29yAwttl1Plc2OFTKEqbrhOHipoSfD { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:75.375rem;left:20.3125rem;display:block; }
#bTqA5sSKF9ZrvJggo2hnrGlnT8iRbuNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 { position:relative;display:block; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 { background-color: transparent; background-image: none; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row .container > .video-iframe-container { display: none; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row > .video-iframe-container { display: none; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .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); }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 { border-width: 0; border-radius: 0; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tTeimnKC5UxNZr8S0GT8rrIiSuDNTTRe { color:#756051;display:block;width:47.5625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.25rem;left:13.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#xZvvvusmp8dKQonDvJ9EKaiD6i42NgW4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:13.375rem;left:17.5rem;display:block; }
#XBzQHmLb2KKC9SuMp70MnVA6ih4qEWUu { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15070;line-height:1.2;letter-spacing:0;top:7.375rem;left:15.40625rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { background-color: transparent; background-image: none; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container > .video-iframe-container { display: none; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row > .video-iframe-container { display: none; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .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); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { border-width: 0; border-radius: 0; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#GbpFhuZyPyBa5OM2UoC35FTsKpmNA4ul { color:#000000;display:block;width:59.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:2.5625rem;left:7.875rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#756051;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; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container { background-color: transparent; background-image: none; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container > .video-iframe-container { display: none; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row > .video-iframe-container { display: none; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .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); }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container { border-width: 0; border-radius: 0; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container { font-size:0.875rem;font-family:arial;height:80.75rem;width:75rem;position:relative;display:block; }#ONykvEEGr2nWJQ2UlKqhNSFuassggmRS { color:#756051;display:block;width:48.75rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:14.4375rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#at5ZF6XmLgrsLG6PXOzzKOOg0tsPFJim { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:1.1875rem;left:53.71875rem;overflow:hidden;display:none; }
#ZZOQOHRlSOpMCJ7TAFlDJGu6FdgWglVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:12.25rem;left:17.5625rem; }
#XqmhqU3c26tPp7KkMu2ooscTW1yMNNRT { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:12.3125rem;left:20.625rem;height:1.625rem;display:block; }
#z7Q8pyE18cvRmWK8PupTKbnQPfZ0pNui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:15rem;left:17.5625rem; }
#HSSsdEeTTriW28QotRgguC78vrG1JkdF { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15066;line-height:1.2;letter-spacing:0;top:15.0625rem;left:20.625rem;height:3.25rem;display:block; }
#vsabDZsiAdxB7MJHCkCkTm94wePmidJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:19.0625rem;left:17.5625rem; }
#IsUHiiQaIDl5Narx7qAdB7wsyQM5ewgg { color:#000000;display:block;width:41.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15069;line-height:1.2;letter-spacing:0;top:19.125rem;left:20.625rem;height:1.625rem;display:block; }
#iZUyExwicJD9dMkIXgCAvizm640xbqTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:21.75rem;left:17.5rem; }
#qCfhl7IBh9pJ2UouBzdHy1nRlB9UN4mN { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15072;line-height:1.2;letter-spacing:0;top:21.8125rem;left:20.5625rem;height:3.25rem;display:block; }
#ESLsXkq13g9dwWwglh5PZif4SHtVATrx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:25.8125rem;left:17.5625rem; }
#ETpZJ8VXFc5uxCxC8eiTXolmT82esfqZ { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15075;line-height:1.2;letter-spacing:0;top:25.875rem;left:20.625rem;height:1.625rem;display:block; }
#ourwTsBTJTZpctIqavGWI54arCo5X41X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:28.8125rem;left:17.5625rem; }
#wpClT9dDnHSVkMCLFEpqRUtpZLXXH49V { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15078;line-height:1.2;letter-spacing:0;top:28.875rem;left:20.625rem;height:1.625rem;display:block; }
#cMhcU3ro7P5tTBL0abJLgF0xZIW8mx7G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:31.5625rem;left:17.5625rem; }
#d9sPEJiEgmQWbpdiJnfycs6QqmBd064D { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15081;line-height:1.2;letter-spacing:0;top:31.625rem;left:20.625rem;height:3.25rem;display:block; }
#Te96EP8vOVGtpiTrq3b39T9hm4dOTNDM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:38.75rem;left:17.625rem; }
#Sf7Kpf8C66JHBLx2TFR4NaJFixkNMksS { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15084;line-height:1.2;letter-spacing:0;top:38.8125rem;left:20.6875rem;height:3.25rem;display:block; }
#Op701Pe8MQOQL4t2Pft5xINMV0A5kT2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:42.875rem;left:17.5rem; }
#r4bvp9ZR23cGByKLDTlA8inmh6JI629o { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15086;line-height:1.2;letter-spacing:0;top:42.9375rem;left:20.5625rem;height:3.25rem;display:block; }
#smLQeua4GS4gNmH3KwFIUacT25IA8Vay { display:block;width:41.5625rem;position:absolute;font-family:"cormorant garamond";font-size:2.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:58.75rem;left:16.71875rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;font-style:normal;display:block; }
#Rm8ddxeVn7dmcWBVXy0VBURT5qT5fltx { background-color:#ccb78d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.5625rem 3.25rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:4.3125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:63.3125rem;left:26.375rem;display:block; }
#HESwAmN68hT7fO4fGo5yOVOckdlMRKWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Re8uvh5fxfKrX0cbA2TR7ZIzxlM4olAH { color:#000000;display:block;width:48.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1.2;letter-spacing:0;top:69.125rem;left:13.40625rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#CzRONsheRP2Vhkt2DqB0DKyPnuGkw5y4 { position:absolute;display:block;z-index:15001;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:70.875rem;width:64.4375rem;top:4.125rem;left:5.21875rem;display:block; }
#blBr4CtOJwAcXWzTWLiIaP7pUJUG1xg4 { display:block;width:33.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:54.125rem;left:20.53125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;font-style:normal;display:block; }
#x4ZhHDJ60KZPRT1Cg6QpQT0oxFns7M6S { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15085;line-height:1.2;letter-spacing:0;top:35.8125rem;left:17.5rem;height:3.25rem;display:block; }
#qteiWXTetvIsKIgwpW4Jw64haSnkCcDQ { color:#000000;display:block;width:41rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15086;line-height:1.2;letter-spacing:0;top:47.75rem;left:17.5rem;height:3rem;display:block; }
#knsfwC1oKRrueQMDoRr19pvAJAkJllur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f18da8-f6d6-40c2-a249-cba9fdac85d2/3O8A2977.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur.adaptive-delivery-prevent-bg, #knsfwC1oKRrueQMDoRr19pvAJAkJllur.lazyload, #knsfwC1oKRrueQMDoRr19pvAJAkJllur.lazyloading { background-image: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container { background-color: transparent; background-image: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container > .video-iframe-container { display: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row > .video-iframe-container { display: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .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); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container { border-width: 0; border-radius: 0; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur::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; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#MF1AlJeMJyIyEXz6DktN2zgzXw1Fh9M5 { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:13.625rem;left:12.0625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#UzvlIF87WwCSRsNlAnK6oMuCsnd8FE6g { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:"cormorant garamond";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:10.78125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Mgv6SAlvOgrQivRR5F6xElXxyhlhQIxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:13.625rem;left:8.8125rem; }
#cOPPK5P450DP16GP5nvdVZmga97Sy8HX { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:16.75rem;left:12.0625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#vkriTyiTi9L1kiKcP6HCrd9tlH82A9ka { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:16.75rem;left:8.8125rem; }
#JzQkBL3T2N1aOJw71hNTmlCD8MKQvHRQ { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:21rem;left:12.0625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#yzNOpEtK9RJxJPf3TbT1fBPTrZTBynhV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:21rem;left:8.8125rem; }
#MRn6cV2wNlMzKX8gnhR5PT3R1BEu34qJ { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:25.5rem;left:12.0625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#qP3iJmkkwrqoWzzoaTwVfiQR8qQA2ypT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:25.5rem;left:8.8125rem; }
#KbkTTbpJdAwantF3AJ1si0RwTyI8K9F1 { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:29.9375rem;left:12.0625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#PPryAGlOmUl8p8dPSiDTNFJKNfRVg4Xa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:29.9375rem;left:8.8125rem; }
#wMR0Z6JPNkKk8CLPACumgnbewokAU5eX { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:36rem;left:12.0625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#HHTo5VaDWfxrqD4oTeS10TcidiXdnTgs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:36rem;left:8.8125rem; }
#J1Lr88f3E6vpqlGuPVVQX62xFPyFtXHS { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:41.9375rem;left:12.0625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#yBbMS9mT1JI1ppbEOyQi9LlnEyFUk8Qk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:41.9375rem;left:8.8125rem; }
#W7EdzgQot8Z4dDK92XVkKbpCVlMdM40i { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:46.4375rem;left:12.0625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#s6EG4uK1zxR5MpFoWu9Il2ZlucSxIwOn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:46.4375rem;left:8.8125rem; }
#Tuw0kR8Ndxden9MeTabdQTuGBkXnJ0Ur { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:50.75rem;left:12.0625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#TiWWsWMiPWxeBNV26LFEak6T9y9xTHJ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:50.75rem;left:8.8125rem; }
#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container { background-color: transparent; background-image: none; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container > .video-iframe-container { display: none; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row > .video-iframe-container { display: none; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .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); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container { border-width: 0; border-radius: 0; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#LceHqqAyh91wJeVxPO1D8Zs3keVaxNHG { color:#756051;display:block;width:54.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.28125rem;left:10.25rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container { background-color: transparent; background-image: none; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container > .video-iframe-container { display: none; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row > .video-iframe-container { display: none; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .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); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container { border-width: 0; border-radius: 0; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#Md1w2wv3DzbrTkUlnaR1AWTqd1riwzES { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.0625rem;width:24.75rem;top:2.34375rem;left:50.25rem;overflow:hidden;display:block; }
#lWGAl0pJUaNp7anzbDGi9dZX37qzTXPW { color:#000000;display:block;width:66.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.1875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#TF9e2I3FxWWZQyh0Rit0vLT35JuvXOqs { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.5rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:10.59375rem;left:4.375rem;height:7.75rem;display:block; }
#ik5TP7h9uTWd4mOOJgNNrZRWwtVEATRB { color:#000000;display:block;width:43rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:4.03125rem;left:4.375rem;height:5.25rem;display:block; }
#s6IFoZbbV5VA62OMubzaBbFJAA6yHZJ8 { position:absolute;display:block;z-index:15073;height:8.0625rem;width:24.5625rem;top:21.4375rem;left:25.25rem;display:block; }
#qNrieK9pC2dXTbqz8walEhJdRhVv8ITK { color:#000000;display:block;width:63.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:38.125rem;left:5.8125rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#yGQcyBtBdc4mUb4NZgtLpWxnvqS3rlmG { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.9375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:42.4375rem;left:20.3125rem;display:block; }
#MmyxciTnSUwrFr0uHdFI0gbpvNbLlL0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f18da8-f6d6-40c2-a249-cba9fdac85d2/3O8A2977.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm.adaptive-delivery-prevent-bg, #LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm.lazyload, #LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm.lazyloading { background-image: none; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm > .row .container { border-width: 0; border-radius: 0; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm::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; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:75rem;position:relative;display:none; }#tHZJxvQoISyxld3b7iwoMc0d8Bf6D5qC { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:15.125rem;left:9.3125rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#l2ZKFV67kA9pg4CPxcPDzMa6Ug9FxFLO { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.0625rem;left:8.96875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Bgb70MW0SOQkonuusW8FrscwAcqTU2a3 { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:9.9375rem;left:8.96875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#pSEe5SnH9JMEeWePHlLThMs4pZTakU6L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:23rem;left:9.3125rem; }
#JMP8nA6K20o1mKq4zStTdIsZoXL84LPS { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:23.03125rem;left:12.5625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#aPIdHai1B9ZcIMEcMyWzJTKZ0utRl74c { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:25.375rem;left:12.5625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#vcmBtkk7FwPxaJUDCRh9mSJphewuhOtV { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:32.3125rem;left:12.5625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#gba4TPIP1iIMK72apQI5A8xwuV5EDsHn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:29.9375rem;left:9.3125rem; }
#RTNwlhgGz5CrDFnMgP7Q7PpmHHS1HDq9 { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30rem;left:12.5625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#xQGeU7q19bUSTH6g8giKiW1mZrCvhvtT { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:39.0625rem;left:12.5625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#r4HhIU7C963BiPMZL7UImDT1yp7m40D1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:36.6875rem;left:9.3125rem; }
#iZpGmT2q7c1PueTLl06JmzGTwGyubF7L { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:36.75rem;left:12.5625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#LieTvfBlq6yQqeW6A8h4d1QMAtqaqkrI { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:45.625rem;left:12.5625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#BHh3A63TH9i1gb1FcpZ9qJJGlHosgoGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:43.25rem;left:9.3125rem; }
#uo9xQ7uWI6HeEUew4Qv2voi3TpWwrEAh { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:43.3125rem;left:12.5625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#TL5f2hWcOIAWBL9TgH27KWfgKllVzHTL { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:54.25rem;left:9.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#ExXobBmt1QlTDKAlMtnyXAorVQd8uABq { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.9375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:62rem;left:23.15625rem;display:block; }
#AZFLoUSVMxXoh9RtvovCyfH8ywTKJeFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container { background-color: transparent; background-image: none; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container > .video-iframe-container { display: none; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row > .video-iframe-container { display: none; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .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); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container { border-width: 0; border-radius: 0; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#Tde5VmLxvUZkqQDSvwrdrEo6Z0Xvyywd { color:#756051;display:block;width:58.3125rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.34375rem;left:8.34375rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oZS18tTmGw2qdMQdSiWwbi5yu3uBqWED { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:12rem;left:9.90625rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#JtA9toInibkR6wn0lNbk7soPQtCwlph1 { color:#756051;display:block;width:57.0625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:7.5rem;left:8.96875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container { background-color: transparent; background-image: none; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container > .video-iframe-container { display: none; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row > .video-iframe-container { display: none; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .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); }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container { border-width: 0; border-radius: 0; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#ts2UnEyyyANuH6EIcCQ62Rhy8dBxNvE9 { position:absolute;display:block;z-index:15030;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.1875rem;width:18.125rem;top:2.5625rem;left:0.3125rem;display:block; }
#Flm3UZCLgPXCMl58Aub4eIlTDG6nZ0Gr { color:#756051;display:block;width:16.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:4.53125rem;left:1.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cPHS64NqKqPsQwATh8Pk2X2IPTegUfVG { color:#080909;display:block;width:14rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:9.90625rem;left:2.375rem;height:9rem;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; }
#QKzzOdFNKqMXkMRW961KdqszPEZMevn6 { position:absolute;display:block;z-index:15033;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.1875rem;width:18.125rem;top:2.5625rem;left:19.0625rem;display:block; }
#B3mZ99e279soV74ef4c8npzRx4n8q37E { color:#080909;display:block;width:14rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:9.84375rem;left:21.125rem;height:10.5rem;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; }
#NgxigoPcIu8uocfXyIzKqqJAubTTXLsU { color:#756051;display:block;width:16.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:5.4375rem;left:20rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ffSdVKWCqKfdgGU0T2FsqmQ8Tbf9Um7v { position:absolute;display:block;z-index:15036;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.1875rem;width:18.125rem;top:2.5625rem;left:37.8125rem;display:block; }
#xLiZ566ixQ3CVdwVrzvUCDMKVnJSH1rb { color:#080909;display:block;width:14rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:9.90625rem;left:39.875rem;height:13.5rem;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; }
#rrBWKy4ZOJi6qMqGvZ8bcmlIz6IE0uCS { color:#756051;display:block;width:16.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:5.4375rem;left:38.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rNfxPVbSpdyGhnZr5EWZ6oITA5aEHuy4 { position:absolute;display:block;z-index:15039;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.1875rem;width:18.125rem;top:2.5625rem;left:56.5625rem;display:block; }
#wm6XBv0PHyirTeTeAKkJhiFa3l3csCrd { color:#080909;display:block;width:14rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:9.90625rem;left:58.625rem;height:12rem;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; }
#S82KcMAMH2yZLoiHvy4MpRurZZQ8ivQh { color:#756051;display:block;width:16.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:5.4375rem;left:57.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container { background-color: transparent; background-image: none; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container > .video-iframe-container { display: none; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row > .video-iframe-container { display: none; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .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); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container { border-width: 0; border-radius: 0; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#S3A2uuSy5TDBTD4HJDTT0tBJ5EcHn0dT { color:#000000;display:block;width:58.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.3125rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#Gm0kvaFyVd1WrM1EVPOaUrikHfzsI3Jt { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.9375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:8.0625rem;left:20.3125rem;display:block; }
#srqZbTxnNvoTLiGAe57waeWlR45gf7Pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container { background-color: transparent; background-image: none; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container > .video-iframe-container { display: none; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row > .video-iframe-container { display: none; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .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); }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container { border-width: 0; border-radius: 0; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#DnO8w0LMGdeFc9FzPw8yWrVsf7D1uK6R { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:1.1875rem;left:53.71875rem;overflow:hidden;display:none; }
#ke9T4pkbsvuVZ6IufsJ8FT48t5mylXkE { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:11.75rem;left:7.6875rem;height:4.875rem;display:block; }
#b13rZrK4UQpo6PQxQsCZc75uqwsBlQDo { position:absolute;display:block;z-index:15064;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:14.75rem;width:26.25rem;top:11.75rem;left:46.875rem;overflow:hidden;display:block; }
#EQr9ArXzbDFmTsrKnbVI8q9SvcPTIl3d { color:#756051;display:block;width:58.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:8.25rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SPA3u8MBNKqm1yXIhglZMqqpecSl9NvX { position:absolute;display:block;z-index:15065;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:16.6875rem;width:25rem;top:29.3125rem;left:5.0625rem;overflow:hidden;display:block; }
#V8xCFDwTCDWil4hmkm9H3hOSq9peLfTa { color:#756051;display:block;width:58.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:8.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#JMZXVzO3HxzztLNn8Nv4EbqoblySZM1M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:11.75rem;left:5.0625rem; }
#zJ02tahZhZIgXEUWwHfG9pR8MLdLRhW0 { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:17.625rem;left:7.75rem;height:8.125rem;display:block; }
#nIeMmOo4puRNgTIsSxzZFvGEdDgzPQNr { color:#756051;display:block;width:28.0625rem;position:absolute;font-family:"cormorant garamond";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.625rem;left:36.5rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mKHKZzR80qWqDkL4QQSkltKMVOtrvsoC { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:35.25rem;left:39.125rem;height:11.375rem;display:block; }
#wbTmI8OwG9LD8bFSPh168Vxuq3tru0Dz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:35.25rem;left:36.5rem; }
#AXV30g3XDsexk16EV4zw8NkRoELoFWsa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.625rem;left:5.125rem; }
#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx { position:relative;display:block; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx { background-color: transparent; background-image: none; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row .container > .video-iframe-container { display: none; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row > .video-iframe-container { display: none; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .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); }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx { border-width: 0; border-radius: 0; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZWeth4EOzIvC3JKKuEtWWFMTP1QtDF33 { 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:24.0625rem;width:69.6875rem;top:2.21875rem;left:2.1875rem;overflow:hidden;display:block; }
#ZNuft00R4ud9dQcfG68KcSpec78kriqb { 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:24rem;width:28.875rem;top:2.21875rem;left:2.1875rem;overflow:hidden;display:none; }
#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container { background-color: transparent; background-image: none; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container > .video-iframe-container { display: none; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row > .video-iframe-container { display: none; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .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); }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container { border-width: 0; border-radius: 0; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#ZU3ZczdoXL6B9DtDpOFZQZAWdkQ6TTo3 { color:#756051;display:block;width:57.0625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.3125rem;left:8.96875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#dEf6B9hyGE5TvL3asPBaAWh63cLntQGE { position:absolute;display:block;z-index:15066;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:30.5rem;width:20.1875rem;top:9.75rem;left:50.6083984375rem;overflow:hidden;display:block; }
#F3JF2ZQ6UeWL35EGhSIM2Xhlam4pSLAG { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.4;letter-spacing:0;top:9.75rem;left:6.375rem;height:11.375rem;display:block; }
#LbKTGaaGxEp3RUnHK7U4lJx36ht4kRMU { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:21.375rem;left:6.375rem;height:8.125rem;display:block; }
#NlZXH5UnTlLDpbiKyTDXZa8wL16RRy4o { color:#000000;display:block;width:39.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.4;letter-spacing:0;top:31.1875rem;left:6.375rem;height:6.5rem;display:block; }
#WMpkG11nKv4vyZvoMeMCEacSP1DN03Vv { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.9375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:44.1875rem;left:20.3125rem;display:block; }
#RGq704rA5OWFBTcmAKlok70aUdLFHpnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f18da8-f6d6-40c2-a249-cba9fdac85d2/3O8A2977.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP.adaptive-delivery-prevent-bg, #cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP.lazyload, #cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP.lazyloading { background-image: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container { background-color: transparent; background-image: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container > .video-iframe-container { display: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row > .video-iframe-container { display: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .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); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container { border-width: 0; border-radius: 0; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP::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; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#anpPEgKDcGhnhB2TUozNAFGiN3O81ypT { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#t0VUZFoTv6ZP0Z7BLIxfC1ZGlCDu2Ob1 { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:16.875rem;left:9.3125rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#IqJlREfaAmq8JmnX3GMNvOrVPWoUTD4b { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:24.1875rem;left:9.3125rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#fdg0a4mL2NHOm8FqAMtDdTOayWtVfr0K { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:31.75rem;left:9.3125rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#gMU9Ky8uuuZ0ukesRHINVwirEoOFccro { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:39.125rem;left:9.625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container { background-color: transparent; background-image: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container > .video-iframe-container { display: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row > .video-iframe-container { display: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .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); }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container { border-width: 0; border-radius: 0; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#ImtqvybGvWnT6SCSrfb1Wn67QGPKs5ix { color:#756051;display:block;width:58.3125rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.71875rem;left:8.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container { background-color: transparent; background-image: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container > .video-iframe-container { display: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row > .video-iframe-container { display: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .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); }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container { border-width: 0; border-radius: 0; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container { font-size:0.875rem;font-family:arial;height:75.875rem;width:75rem;position:relative;display:block; }#s05LfkbsdATT7eW1AcBQkTAapUMLT568 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:18.9375rem;width:38.3125rem;top:2.3125rem;left:4.625rem;overflow:hidden;display:block; }
#L17c704Q3tKxMTph7rGfqFlm1SKODg9Q { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:44.3125rem;width:23.9375rem;top:2.3125rem;left:46.4375rem;overflow:hidden;display:block; }
#sN7XMXC0vkIci2B5kCnlm4v9MmHdJzPf { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:23.375rem;width:18.25rem;top:23.3125rem;left:24.6875rem;overflow:hidden;display:block; }
#KIAzwmKsaW9KfuLns7hAn5K7xXGDOqxD { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:23.4375rem;width:18.5625rem;top:23.25rem;left:4.625rem;overflow:hidden;display:block; }
#D3d3fS55GvKd6TaNF0fZ3guke3tmzRdt { position:absolute;display:block;z-index:15041;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:19.25rem;width:24.625rem;top:49.53125rem;left:4.625rem;overflow:hidden;display:block; }
#yXkidb4nn8vao8ntXD0bLnqmoiDi6ghv { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:19.125rem;width:17.8125rem;top:49.5625rem;left:31.0625rem;overflow:hidden;display:block; }
#DBoTRxDEmtCS8qdEo8ltSTlpJc0ZTFqG { position:absolute;display:block;z-index:15040;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: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:19.0625rem;width:19.125rem;top:49.5625rem;left:51.190242946709rem;overflow:hidden;display:block; }
#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row .container { border-width: 0; border-radius: 0; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:none; }#KQCVt1PDEsOrde2xghfPRsGTJZQ5rhGK { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:11.625rem;width:28.625rem;top:2.9375rem;left:4.375rem;overflow:hidden;display:block; }
#VW5AQ6ggmztg8OL4tFP0pqI1GLvHL5Ak { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:10.8125rem;width:29.0625rem;top:2.9375rem;left:41.8125rem;overflow:hidden;display:block; }
#I7aznQBETbbX0VbA45IvZ0MZJpT7z9cR { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:9.1875rem;width:28.625rem;top:15.875rem;left:41.8125rem;overflow:hidden;display:block; }
#zxwpTe4dEAuq6MkCW0AeMHs6BlsOhBDs { position:absolute;display:block;z-index:15040;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: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:7.375rem;width:29.0625rem;top:17.15625rem;left:4.21875rem;overflow:hidden;display:block; }
#fNNorAsIVoOM8ItZ5XrXhXHO5rcZX4wd { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:7.25rem;width:28.625rem;top:27.25rem;left:4.4375rem;overflow:hidden;display:block; }
#bxcNqh5arFF9TIeilFHVvelHSMKuqWS9 { position:absolute;display:block;z-index:15040;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: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:7.5625rem;width:28.75rem;top:27.25rem;left:41.625rem;overflow:hidden;display:block; }
#WWKi0kdLDevI9KzCONzleCXpPAwDTBck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);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; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container { background-color: transparent; background-image: none; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container > .video-iframe-container { display: none; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row > .video-iframe-container { display: none; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .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); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container { border-width: 0; border-radius: 0; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container { font-size:0.875rem;font-family:arial;height:93.75rem;width:75rem;position:relative;display:block; }#p5UexuFe2wJVnmcC9DadXbKZTN7Pk5J8 { position:absolute;display:block;z-index:15030;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:32.125rem;width:64.4375rem;top:13.4375rem;left:6.3125rem;display:block; }
#N30TA75mCRXkhCKDlQeAXG1BukClo600 { color:#756051;display:block;width:53.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:17.4375rem;left:10.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lZmuyQcdm23dZqTvEfivCOr3kntabLJu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:21.53125rem;left:10.0625rem; }
#OqPGBPZz01ugttn7JqUUNpyJxUQSBr0V { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:21.5625rem;left:13.5rem;height:1.75rem;display:block; }
#OqimBpDBSGOzuhvP19X7KDThX9iTP3p9 { color:#756051;display:block;width:54.75rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.875rem;left:11.15625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#BmvLTs93SiKHa0X1dFQbP8Mi3uRS3Zem { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:23.34375rem;left:13.5rem;height:4.5rem;display:block; }
#DzsWZnf34zrTgBi8tFlG6goBTPS1J1hC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:27.125rem;left:10.0625rem; }
#EqvyJeSX2zLTRR9LC26JmbdunhSpRfFk { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:27.125rem;left:13.5rem;height:1.75rem;display:block; }
#XVX2ZExiNcKGUL6GpMpH4TL8UZNt2fAh { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:28.9375rem;left:13.5rem;height:3rem;display:block; }
#BtPu9TvIfL3Gn620mi5V4yLdPGDgAx3Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:32.75rem;left:10.0625rem; }
#mwR53bwusTh43do8bfELHT0huEDHZPnE { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:32.75rem;left:13.5rem;height:1.75rem;display:block; }
#LHNcOQ4zsF12Dxk2QgBOveUpy2xtTbOR { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:34.5625rem;left:13.5rem;height:3rem;display:block; }
#JmUg2rIN10liW1ecbQ9h8sCmGmoxZw2F { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:38.25rem;left:13.5rem;height:1.75rem;display:block; }
#Hrtt1vVDT2zFV2a6krihVNH6VEzy6NN6 { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:40.0625rem;left:13.5rem;height:3rem;display:block; }
#fKRdt7y2ZUs7bSv18CrliNHGgNbivHTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:38.25rem;left:10.0625rem; }
#cGDgPxHtLfxkklT5rbzxbAALboBETlvG { position:absolute;display:block;z-index:15044;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 #ccb78d;border-left:0.0625rem solid #ccb78d;border-right:0.0625rem solid #ccb78d;border-bottom:0.0625rem solid #ccb78d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.375rem 0.0625rem #ccb78d ;height:32.125rem;width:64.4375rem;top:47.875rem;left:6.3125rem;display:block; }
#WSVNLyqZPZMvOlKhHDThfxZUrTULs6qN { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:72.6875rem;left:13.5rem;height:1.75rem;display:block; }
#KTC40bz1B0ASSpSvQHtJTCnUQtPD1Rxn { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:74.5rem;left:13.5rem;height:3rem;display:block; }
#Iz88FFIa912EkP0RWWTW6rKP8Wdd3F59 { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:69rem;left:13.5rem;height:3rem;display:block; }
#ew0TF4m3vg6SyvlCSyU2126AhZc8Wlo7 { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:67.1875rem;left:13.5rem;height:1.75rem;display:block; }
#bsox2zvcaPf3isJUMLXBOdEs3XPFWHG4 { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:63.375rem;left:13.5rem;height:3rem;display:block; }
#RGOnwKu7ImdoZs1Z0WG1VHoONQPOUlRT { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:61.5625rem;left:13.5rem;height:1.75rem;display:block; }
#EkkJ4qmcZtkl0KluETfq0Tq46QnFZLi7 { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.1875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:57.8125rem;left:13.5rem;height:3rem;display:block; }
#MgnALUO4yqva4ZAlxgTw4HDmeZtvShpa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:56rem;left:10.0625rem; }
#B1FOAu1zI2E6fTgDI7Z5O7Iu43c6MxLB { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.375rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:56rem;left:13.5rem;height:1.75rem;display:block; }
#bZP10Hi9ow9uqLwvQa2rJDsAoNJr8S23 { color:#756051;display:block;width:53.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.4375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:51.875rem;left:10.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ifm5QnVkMGbSw2J545Vgcrkp5UfmKK0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:61.625rem;left:10.0625rem; }
#T46RlKieT3rsvJpZZGOsfxBCDHiBcQXo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:67.25rem;left:10.0625rem; }
#qqXAy0WH4PlizidUTGGBIvCc6bxIQghd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:72.65625rem;left:10.0625rem; }
#Ui9oT5Ju2keZzs9eEKdINvTPaacHxvNh { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.9375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:83.6875rem;left:21.40625rem;display:block; }
#t6zpwXzvCkKVg0b6N2PvyfEoFXqXbNuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f4;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; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container { background-color: transparent; background-image: none; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container > .video-iframe-container { display: none; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row > .video-iframe-container { display: none; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .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); }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container { border-width: 0; border-radius: 0; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container { font-size:0.875rem;font-family:arial;height:99.4375rem;width:75rem;position:relative;display:block; }#Kq3UCeqHG8c9MJb4g6uQx6VfEQGKJ1IX { color:#756051;display:block;width:57.0625rem;position:absolute;font-family:"cormorant garamond";font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.0625rem;left:8.96875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ybuqcpi8lgtpV4N8r6EIVXyQTgUp4ZqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:12.34375rem;left:8.96875rem; }
#HUMgsN4b1r5CZg2nqUer5TP7HAZIRc9J { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:12.4375rem;left:12.0625rem;height:1.6253875rem;display:block; }
#R8yQizvKZcBqJ3dNcAPkgBVxkzK4FxII { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:14.1875rem;left:12.0625rem;height:4.3125rem;display:block; }
#JvkMH95pmg0IivBszJNTmxG4MS8P92rR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:19.53125rem;left:8.96875rem; }
#BTxwPWxS87n0i5UZFnEWUGXETuTTEp9w { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:19.625rem;left:12.0625rem;height:1.6253875rem;display:block; }
#ETZIUJzWvvhAr85TVtughgmztLNN8pIs { color:#000000;display:block;width:48.25rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:21.375rem;left:12.0625rem;height:2.875rem;display:block; }
#Jla5Lq1A28WpfSxRVvsmrUTsrDaUDvTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:25.84375rem;left:8.96875rem; }
#JaaDcieNyZXUlqnnyB3JIJ1cDQKrHPfE { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:25.9375rem;left:12.0625rem;height:1.6253875rem;display:block; }
#gfD5mAHkPEGLnE2TdtOZJKJ0ZILZDT6R { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:27.75rem;left:12.0625rem;height:4.3125rem;display:block; }
#v5nw8T8rMObnlbHay9VF7373JuWpSp2k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:31.84375rem;left:8.96875rem; }
#wdNWsM7ah2WmQm5XC8ibBZokNW3KOtIE { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:31.9375rem;left:12.0625rem;height:3.25078125rem;display:block; }
#ZTSxR156lhx8rCNeEJLxI6TGJsXVd1Lz { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:33.75rem;left:12.0625rem;height:5.75rem;display:block; }
#NMglPWckP66V69lJVJF9w72cywhnBZfD { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:42.8125rem;left:12.0625rem;height:4.3125rem;display:block; }
#zZ6qfXTbv9MyhD7xI29laxGAn2rwbhRH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:38.9375rem;left:9rem; }
#Jf8G9D7Vh8rGuhZ3DuycTKn225onzk2e { color:#000000;display:block;width:37.75rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:39rem;left:12.0625rem;height:4.875rem;display:block; }
#M5ZTSTVQy5HnKfueTPc1RtDldrG6u8oL { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:62.0625rem;left:12.0625rem;height:1.4375rem;display:block; }
#p4vimcSSKfzRckzqKG9fJLWy9qLJvtet { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:60.1875rem;left:9rem; }
#bKIlNn5MTlBOP8anKObHWgpFBuXnggvw { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:60.25rem;left:12.0625rem;height:1.6253875rem;display:block; }
#J0FesDt15baTcX5xcTekEdSV430hCXN5 { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:66.1875rem;left:12.0625rem;height:2.875rem;display:block; }
#nBtpwOfXhn6FhxwIJ0iTbv26ceB1h6tG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:64.3125rem;left:9rem; }
#Rtucn4m87K2Kw74ZC3dzrPOfmePrUTLJ { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:64.375rem;left:12.0625rem;height:1.6253875rem;display:block; }
#GE1K1d4RIVRma6u4POkowgqv3txK6XZP { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:71.625rem;left:12.0625rem;height:2.875rem;display:block; }
#R3KfRG3qkhzXsJzG6i5giXEWrU21WRpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:69.75rem;left:9rem; }
#JwgxsOlyzVu1ZpAravyLF7IgOKwOnJ9n { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:69.8125rem;left:12.0625rem;height:1.6253875rem;display:block; }
#l03cGfGyNyJBAlITV8JRppTHKUHG088F { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:77.0625rem;left:12.0625rem;height:2.875rem;display:block; }
#FNDNMpqSMlzUDhGz9g2wTzQ864bSfduW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:75.1875rem;left:9rem; }
#XMxmxTc9Sv4S1ef1Q1JzopEWHpZtN7uo { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:75.25rem;left:12.0625rem;height:1.6253875rem;display:block; }
#i1kdnL92avkNmgtfVFsnKT0Hp76e9AlC { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:82.8125rem;left:12.0625rem;height:2.875rem;display:block; }
#QgDSsDEVw6eeKTk7HT6cco7t8xGCz8nT { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:81rem;left:12.0625rem;height:3.25078125rem;display:block; }
#EggDlJsIuByX3SpTQKfTrTlfX8xSUUWK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:80.9375rem;left:9rem; }
#fSypHxNk6HSQuUIcCq6bQtiU1TlnbmRb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:48.125rem;left:9rem; }
#fKXu9xLULxT7fPRAn24HBTq8k8zKsChD { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:48.1875rem;left:12.0625rem;height:1.6253875rem;display:block; }
#Pz35JDcWenVRKnd50QE0fOxGdavID3uX { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:50rem;left:12.0625rem;height:2.875rem;display:block; }
#upUQKqbZubgDTis7s8fPAOGDSgSUx8ik { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"cormorant garamond";font-size:1.125rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:55.3125rem;left:12.0625rem;height:4.3125rem;display:block; }
#rZAB5en8fDlVLnJEiqBI9gRbZeAyTr7W { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"cormorant garamond";font-size:1.25rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:53.5rem;left:12.0625rem;height:1.6253875rem;display:block; }
#HR1aGdCaGoq2ONTfnrCIPNo7yWxZuWrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:53.4375rem;left:9rem; }
#GGmb7I6n5ys4nx4RcXJssipzhgeFwh0z { 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.125rem solid #ccb78d;border-left:0.125rem solid #ccb78d;border-right:0.125rem solid #ccb78d;border-bottom:0.125rem solid #ccb78d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0rem 3.25rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#756051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.9375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:88.9375rem;left:20.3125rem;display:block; }
#Jst52yMb5ycRQagA9HnhQlwyTnxM3SKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { background-color: transparent; background-image: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { display: none; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .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); }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { border-width: 0; border-radius: 0; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { 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:4.5625rem;width:8.5rem;top:1.09375rem;left:5.4375rem;overflow:hidden;display:block; }
#b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { color:#080909;display:block;width:11.625rem;position:absolute;font-family:"cormorant garamond";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:58rem;height:1.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo { display:block; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAWNvxK6dIflQN1696uLW07KTkSD4QKy { width:47.75rem;height:12rem;top:3.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8iRgKsdhSV1TNqhUkdSwqUObxCG3xUH { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt9cGy8dTO63iVe33wDDdZFxitoRuzMe { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVh9FED2ibBGWzoBbsqXbcZLK8dKUaNT { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLXxH7AKcIUZcA2ch71QVw0a5dinJneG { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5ECoIApPPFaNcPXdPfiaOkeABuVIica { top:20.9375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciaLWKxgf9Jv73uRrpbOfXaKMorMx6kH { width:43.5rem;height:9rem;top:21.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiPsK9JzQy2qhdrpImuoRD793zPayAVV { top:0.1875rem;left:0rem;width:6.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN3z39QEdLklIO2KNKqh28WCt78NZ98h { width:41rem;height:4.0625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SauDBbzrVB4ReTObeU4R0TuCvkJteoNW { display:block; }
 }@media only screen and (max-width: 763px) { #IRKiBqJKBA988vxbLftVQ8zTBTZxMN0z { top:17.25rem;left:18.1875rem;width:29.5625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghdrGC70uLeSwL04Zhsc6oUFqQDDtOT { width:41rem;height:4.0625rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4VDPgOnTL2nWaeqoMPtLMzUdsNW46A6 { display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr2mBy9IGkIV5pHIkTy0T0olUtckas5T { top:1.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Ig8H7l0lWg4SOyWotsTTNy8HU8QvBf { top:11.75rem;left:0rem;width:34.5625rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6FmElCTxCewa22NbX95hafyyNC3lVTS { top:11.75rem;left:21.5rem;width:26.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMitcud0Zri8fAzsssfSxT9ov0UkunNi { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s25XscEEmJvxeLGONzShWkTs2X3k3eBs { top:31.5rem;left:0rem;width:25.125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oov9282XbReDSmnJQCQQT8Q8EVNHRubM { top:32.875rem;left:9.125rem;width:38.625rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCf5Fg6Tswe8fUT1zSkkyaRLDJZG0LO3 { top:17.6875rem;left:0rem;width:37.5625rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAmV1AtXBcQDGgecB1kV603d5W8GpAI { top:44.0625rem;left:8.0625rem;width:39.6875rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r58Xk8xIXZlh0J4AG8Tsdt8UDoUfqfQh { top:52.9375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH { display:block; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9uIHBCPLm5ftVVdTwTse6a26LF2sPV3 { top:2.1875rem;left:0rem;width:24.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCatciEKXUhl9AtS95KhOQri6nao9x1 { top:2.1875rem;left:17.4375rem;width:17.8125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVXWdQc72EoI7GuHap6fituxPE6y4lma { top:2.1875rem;left:28.625rem;width:19.125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI { display:block; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOEKdEb4ftEvH87e9oi20bF9ZGw1Z01T { top:6.8125rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFpVpN25stw53RroTk3hpof5sP0Kk9Lr { top:1.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKTmNmozTpOnXLyC0FAKacx2FeHMMLL { top:3.5625rem;left:0rem;width:47.75rem;height:62rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxSSDD7kWoSAdxRmsh1CDcVcbFiptB2 { top:17rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm60aHRcpaHrJnuBcBqpp2Dn1qcNGsX2 { top:17rem;left:6.9375rem;width:35.3125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ4CtgFIJWtJ8wuCvUTiQZFlK60x2TUb { top:21.375rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcEK9znMsEntHEHJ3ZJnTBxPxx49QQab { top:21.375rem;left:6.9375rem;width:33.875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0MrqUBVJO4nux9XP9Lfhrde6srAkTdu { top:25.5625rem;left:3.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg43F9HpD0hPmeigRbUcV6Sf7kMxyivi { top:25.5625rem;left:6.875rem;width:37.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8KfG1JWToekWun6RGkbbUaG1rtKZD7 { top:29.6875rem;left:6.9375rem;width:37.8125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgKERbUr2PEBFaE0Nc6UO3bNSo34Mti0 { top:29.6875rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7eERgK4INIzg0m4gblTnKDROJ1XmuMW { top:33.8125rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUTHqF8V5Dcu1EXpIPAaWzKWMni3x4TH { top:33.8125rem;left:6.9375rem;width:35.3125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9xuJwsxilvhrIlOmSdwZi9gXQoOXhVP { top:37.9375rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyzkWHzW6rZoZex3QsBS1TcovVr1lUAO { top:37.9375rem;left:6.9375rem;width:35.3125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVwaSmSgeqzW5mCV1unTSGe0kUK8sAP { top:42.0625rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvzoklX5yPnaaLz1DZO3pbC5I1JObptB { top:42.0625rem;left:6.9375rem;width:35.3125rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNSHiOl1cpaFLCByuZyV5lQGeuJNX2NG { width:41.6875rem;height:4.0625rem;top:50.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgAVbGuHEZqzTDhBh8JQoCh75hrPB51K { display:block; }
 }@media only screen and (max-width: 763px) { #G0TJJFpgDpREuuAzwNLCB7ex8d4JwoDs { top:57.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXoxTX4CqKO33sSu6TOFkkrA1Tf6mdX0 { width:41.6875rem;height:4.0625rem;top:50.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2TC3sMcxL1yaa7oMTW9PxOcOov8yzK0 { display:block; }
 }@media only screen and (max-width: 763px) { #qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 { display:block; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfT49Xir6KsUATBWxPOrh2UOJcbxctCn { top:4.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNttToC22m4ihAtlapPZO5WskOFXnx8U { top:16rem;left:0rem;width:47.375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUW2yHQPTuLb4sIRll7MpJJB5TusikBm { top:18.5rem;left:0rem;width:47.75rem;height:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVKskSi20hR2bhIUGJDT0FMH7MIZLpQy { top:8.4375rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt { display:block; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq4Z9X5TTIhb7BkbwhhvzZgFNfxSbxzk { top:8.3125rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TLHPR6RAvUqPCtHZ4GkgEadLDoN08m { top:16rem;left:0rem;width:47.375rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnUheQGUDJJsGaOKGXqgaPZa57J7cug { top:18.5rem;left:0rem;width:47.75rem;height:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tStNoIuWoQK2bof6h6OUmw6LONT7pG { top:4.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccmDVsw7et1UeoGZFWk5rsg0fK8d769q { display:block; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGpcQTNI0CuBKffc0KC5IRO92T6qFm72 { top:12.6875rem;left:0rem;width:47.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanTtGPVUMZS2EPRMnhUTLmn8aIASgOe { top:14.9375rem;left:0rem;width:47.75rem;height:22.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul399yZppyJ6BicLhgmc3l2bv0Tx8Va3 { top:4.625rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV { display:block; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHrANrovrINr6cBiXdyVa2CxaM8PW2ac { top:2.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgEHW3s2axbrMwSSpVLqrKmGTnyff1za { top:1.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC36gq6VS7MU38vlCa3gm8qDE5T094AG { top:7.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 { display:block; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czreugewwwv9i1zrtThDy5lZghP9Jvo4 { top:3rem;left:0rem;width:13.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { top:5.8125rem;left:9.75rem;width:38rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { top:4rem;left:11.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mgqAJhEnzov9crtgbBQH21hKoEiDTz { top:4.0625rem;left:4.625rem;width:43.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNwnJtXT06zxvdhL2oOrWOG2MBXUWnN { top:11.8125rem;left:12.4375rem;width:35.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHi7Io79zdxbbBB1B6B0TkG1TVEnh1GT { top:10rem;left:11.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtSvt4Fbpx2QRLfCsTflSzr9ROGm3VBV { top:10.0625rem;left:4.625rem;width:43.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQphKGxXW3fzrpx1IG3epHAaUudTVlib { top:17rem;left:5.9375rem;width:41.8125rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzaqZhigNEU1AWLXKgzs9LqgRWmMflcK { top:14.6875rem;left:11.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWRPkBUWFe1cthElmppaIrvxqM12Vye2 { top:14.75rem;left:10.375rem;width:37.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidOoE4d4KS4OC9Q074PU8yahEsOSJP1 { top:26rem;left:8.375rem;width:39.375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9tTHdPdUOQi1BHulBZbPmMmWD1FgEg { top:22.0625rem;left:11.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEWc9hEldpqTNyNlpBm36hPDzdJM66E { top:22.0625rem;left:7.5rem;width:40.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3fydyQeMC6D9VIlXrNg2q6PnfiMWoU { width:41.6875rem;height:4.0625rem;top:33.9375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwyX7TDzu6WD361iE5JCvCT5ZTA3BgO { display:block; }
 }@media only screen and (max-width: 763px) { #doGgapkAln3A34n4zkop8fwxdJNVi8X0 { width:41.6875rem;height:4.0625rem;top:33.9375rem;left:3.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wboy0DTeOZB6ggahRLTFv3LCltyweSho { display:block; }
 }@media only screen and (max-width: 763px) { #TTnc4eoGtT396a2bdXaV0loq8TfF6TrH { display:block; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irTSGV8PcsI4kfQiT7cN7NWZ6UFoqcrt { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdaE6KeTlWRakM2UwKFXhA00a7Vvn3FH { top:10.75rem;left:0rem;width:29.6875rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz9pzsyqkoZ8HNKkXhXg7oKZZqF7z1xv { top:10.75rem;left:0rem;width:10.4375rem;height:5.5rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsbNoaHTJPmIWDQeCXDwyhOkrQTdUo2b { top:14.75rem;left:0rem;width:8.9375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7kwgP770hcFXqhQJdQgGzdABulItCf { top:21.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6GTXl49OTyd5IqcG0alpwG5sPCcPTF { top:21.875rem;left:0rem;width:19.3125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xGsDknO2swlx1NZJ0OMRE5uN6yqlm0 { top:24.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkloVWtSuT2r1JwSeEk4lWT62LqqsKgJ { top:24.4375rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySCc5M6crUPMTP2OfCFPrTplk7VAH6Sc { top:27.0625rem;left:0rem;width:19.3125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekI3sn8r2WMUrITU80LMXTmpy9DySyJE { top:26.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmh079d09F78yFTzbeehJQmsXqMvCmt { top:29.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mrZcZMwLxCbSiVaLXymgp6JBBZxwv8 { top:29.625rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWbwzdfiZQNTulI0rtXtm1K4zO4K85nT { top:32.3125rem;left:0rem;width:19.3125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKt6TBABuBHHVP0W5u8Hy3ESWlfnlzy { top:32.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGMkvoPrM0G9gOXLaf5udDBJieMPbJ6B { top:34.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzbDHHBsVx3CTw0RdnlRVNn3D43aQq0s { top:34.875rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf6hsEIeZ9cwHGsX5oKUr6K9e5UJ2JV0 { top:37.5625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTck7lO2nwKuXdU6PINVeKLoIpuRPbI4 { top:37.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTHH1hBiTOm8WUkfrRMMqhNgNq5VqvmQ { top:40.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoMHGsffma52xMJG1yGOEgwtTtkskr4 { top:40.25rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWFIzSOzvbdukrK7SJBrbho9qX5mo1M4 { top:42.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmduJthFX7DrGFVZQdCBxFZbONf8BfSL { top:42.6875rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD4wKrrIRgS3SXdMHiqB7EA2czwK9qgQ { top:45rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKOWu8bC8vW7QDUGLdSIXW0PO0exZ2NT { top:45.1875rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnw78Hm9ELSL5fO3Zz87LwgTAmFZyTiu { top:47.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTu5v1vSltOrbqqIS2y3in4aUZhFN3gP { top:47.6875rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QXMGwz58GDTMpbegfrypVogZTRzabA { top:10.75rem;left:18.0625rem;width:29.6875rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTNIik7TRnoSK2CzgAG8xnl9xOmMTdA { top:14.75rem;left:31.8125rem;width:8.9375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2V9QFi0DpZZWcm96c03w8sL1BpUr9cw { top:10.75rem;left:35.25rem;width:10.4375rem;height:;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpVNTACaDfAWPUHRJuX6KqTmJvQH2mX1 { top:19.125rem;left:31.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doKbkfLCX9SdB1CLMNdrgVMLhvcT7ZT3 { top:19.375rem;left:30.25rem;width:17.5rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenO4eme4KKsw9eWyDSxk8VUMA1sy2fI { top:22.875rem;left:31.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmQ7EIANBXCbwA7s4sblFdieHN2O8twX { top:23.125rem;left:30.4375rem;width:17.3125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr2qbb9DUTPfJ4ltyTtv90tSSHIcCKBH { top:27.1875rem;left:28.4375rem;width:19.3125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ZwAQIu6iULoFDCyFEoicNNLa1IxsAo { top:26.9375rem;left:31.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXBkFTeZilPl0bIIhvTo4r4ltEUKDwd { top:31.375rem;left:30.25rem;width:17.5rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTT74PlLv1R20ZLucSGIpCHGCCQXv3F { top:31.125rem;left:31.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSrNZpTP2RlfyFJeZNIagVhlOwB5bgU3 { top:35.9375rem;left:31.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3I57SX0x9uQ3hPN59rSROec8FASQWt4 { top:36.125rem;left:29.3125rem;width:18.4375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7BdGR9WSNrtMTnsv1Txw9sVb3BFyyA { top:40.0625rem;left:31.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRoOhIvRoEVrohZcrVleRi5JT7vz44f9 { top:40.25rem;left:29.0625rem;width:18.6875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcbv0yTqV6cu6m253VTJidgnubaGE0Th { top:19rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbVchwiDJ9DpKlxhLwbTgVV8xpbL5W7P { top:19.25rem;left:0rem;width:19.3125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMsofQZnVCetoK97l2La2JKC3ooc7SF { display:block; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLI3gO9qgazqWBsFxIPzVGz8Kmu4iXii { top:8.625rem;left:2.4375rem;width:42.9375rem;height:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtGRzcoXJDEK7TSRlzCeFveOWfuFOvQq { top:1.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCc1Z0dSarptgqW4JsO4KIazhrJFCy4 { top:5.9375rem;left:0rem;width:47.75rem;height:77.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCMR4o7qAgqCVThm7KI7w6KRWifv66zA { top:19.4375rem;left:4.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlhN0NZbs4g6tvLeL64OxLC4Vn3w5ND1 { top:21.25rem;left:7.3125rem;width:33.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMSucn4VKeqCqQbI8hdxg0QQ1v84Dh1 { top:19.5rem;left:7.3125rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDS1hkz1HGLVye9GrgTrm7NzkpP7rVUd { top:27.1875rem;left:7.3125rem;width:33.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSLKd8mJcc2tVJ855RgDrVFKCiyGtyx { top:25.375rem;left:4.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwdSlcpFE6Hm4qHytcxBJ0oSg4xpd8WW { top:25.4375rem;left:7.3125rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naTiSXimNIKNdftKKShuJXUGP3DuwDZW { top:31.1875rem;left:4.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQXGb4yNy1VqDAIcDnzIOgcL9CWtOIea { top:31.25rem;left:7.3125rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfThBzgbL7VxPcTT02eftdJ5W7RwPTRX { top:33rem;left:7.3125rem;width:33.75rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8O9eR2MCqtUcaPp1sSSTb8dm7clnGAT { top:45.5rem;left:4.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEc2kUA6xrnks5gkZhBTRuz8ATp7JJBv { top:45.5625rem;left:7.25rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTHXZOCIDqX1XHFbWm12UTGVA0q3MaJ { top:47.3125rem;left:7.25rem;width:33.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt5N0KzQP9NpNgsodCXx964anJWUcUAa { top:50.875rem;left:4.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvAiCzvPuHzgcKgii2KdhdfWC75duSap { top:50.9375rem;left:7.25rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKWbilaTsaJ3qmBdsPGE8mcVvMM9uGJ { top:52.6875rem;left:7.25rem;width:33.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTHpPhd2dH8kRDLm0PbUBwWoWxRADBl { top:56.125rem;left:4.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTHJTPnE3tX6uh4UJJ9TTkvvFLNJZ38 { top:56.1875rem;left:7.25rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKHzcuyWcCwMLHLT5T5fg7dfqe8uPTwX { top:57.9375rem;left:7.25rem;width:33.1875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IufZobnQcBEhImVQxTAJ7hq7HEA4VFaz { top:61.375rem;left:4.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdaJZnWf0dTyqVyMIGuAetr9XTQQFy59 { top:61.4375rem;left:7.25rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3kgwUOinyOF9TFnnuaAVychaCSfspHo { top:63.1875rem;left:7.25rem;width:33.1875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM5wgMivlrTdJ3q9noNreH6IhfW6JRcP { top:66.875rem;left:4.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvPUucWb3Xsd1mSAUlevEbOFUWngmZSW { top:66.9375rem;left:7.25rem;width:36.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ASKbyeiNtsKMHivvX7DrndZzzLE4rk { top:68.6875rem;left:7.25rem;width:33.0625rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV { top:38.125rem;left:7rem;width:33.75rem;height:6.4375rem;font-size:1.125rem;display:block; }#N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV li:before{  }
 }@media only screen and (max-width: 763px) { #MR29yAwttl1Plc2OFTKEqbrhOHipoSfD { width:34.375rem;height:5.125rem;top:75.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTqA5sSKF9ZrvJggo2hnrGlnT8iRbuNu { display:block; }
 }@media only screen and (max-width: 763px) { #phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 { display:block; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTeimnKC5UxNZr8S0GT8rrIiSuDNTTRe { top:3.25rem;left:0.09375rem;width:47.5625rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZvvvusmp8dKQonDvJ9EKaiD6i42NgW4 { top:13.375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBzQHmLb2KKC9SuMp70MnVA6ih4qEWUu { top:7.375rem;left:1.78125rem;width:44.1875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB { display:block; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbpFhuZyPyBa5OM2UoC35FTsKpmNA4ul { top:2.5625rem;left:0rem;width:47.75rem;height:12rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T { display:block; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONykvEEGr2nWJQ2UlKqhNSFuassggmRS { top:7rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at5ZF6XmLgrsLG6PXOzzKOOg0tsPFJim { top:1.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZOQOHRlSOpMCJ7TAFlDJGu6FdgWglVk { top:12.25rem;left:3.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqmhqU3c26tPp7KkMu2ooscTW1yMNNRT { top:12.3125rem;left:7rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Q8pyE18cvRmWK8PupTKbnQPfZ0pNui { top:15rem;left:3.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSSsdEeTTriW28QotRgguC78vrG1JkdF { top:15.0625rem;left:7rem;width:36.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsabDZsiAdxB7MJHCkCkTm94wePmidJt { top:19.0625rem;left:3.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsUHiiQaIDl5Narx7qAdB7wsyQM5ewgg { top:19.125rem;left:6.125rem;width:41.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUyExwicJD9dMkIXgCAvizm640xbqTT { top:21.75rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfhl7IBh9pJ2UouBzdHy1nRlB9UN4mN { top:21.8125rem;left:6.9375rem;width:36.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESLsXkq13g9dwWwglh5PZif4SHtVATrx { top:25.8125rem;left:3.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETpZJ8VXFc5uxCxC8eiTXolmT82esfqZ { top:25.875rem;left:7rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourwTsBTJTZpctIqavGWI54arCo5X41X { top:28.8125rem;left:3.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpClT9dDnHSVkMCLFEpqRUtpZLXXH49V { top:28.875rem;left:7rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhcU3ro7P5tTBL0abJLgF0xZIW8mx7G { top:31.5625rem;left:3.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sPEJiEgmQWbpdiJnfycs6QqmBd064D { top:31.625rem;left:7rem;width:35.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te96EP8vOVGtpiTrq3b39T9hm4dOTNDM { top:38.75rem;left:4rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf7Kpf8C66JHBLx2TFR4NaJFixkNMksS { top:38.8125rem;left:7.0625rem;width:36.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op701Pe8MQOQL4t2Pft5xINMV0A5kT2s { top:42.875rem;left:3.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bvp9ZR23cGByKLDTlA8inmh6JI629o { top:42.9375rem;left:6.9367179870606rem;width:36.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smLQeua4GS4gNmH3KwFIUacT25IA8Vay { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8ddxeVn7dmcWBVXy0VBURT5qT5fltx { width:22.25rem;height:4.3125rem;top:63.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESwAmN68hT7fO4fGo5yOVOckdlMRKWH { display:block; }
 }@media only screen and (max-width: 763px) { #Re8uvh5fxfKrX0cbA2TR7ZIzxlM4olAH { top:69.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzRONsheRP2Vhkt2DqB0DKyPnuGkw5y4 { top:4.125rem;left:0rem;width:47.625rem;height:70.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBr4CtOJwAcXWzTWLiIaP7pUJUG1xg4 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ZhHDJ60KZPRT1Cg6QpQT0oxFns7M6S { top:35.8125rem;left:3.875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qteiWXTetvIsKIgwpW4Jw64haSnkCcDQ { top:47.75rem;left:3.875rem;width:41rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knsfwC1oKRrueQMDoRr19pvAJAkJllur { display:block; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF1AlJeMJyIyEXz6DktN2zgzXw1Fh9M5 { top:13.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzvlIF87WwCSRsNlAnK6oMuCsnd8FE6g { top:3.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgv6SAlvOgrQivRR5F6xElXxyhlhQIxI { top:13.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOPPK5P450DP16GP5nvdVZmga97Sy8HX { top:16.75rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkriTyiTi9L1kiKcP6HCrd9tlH82A9ka { top:16.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQkBL3T2N1aOJw71hNTmlCD8MKQvHRQ { top:21rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzNOpEtK9RJxJPf3TbT1fBPTrZTBynhV { top:21rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRn6cV2wNlMzKX8gnhR5PT3R1BEu34qJ { top:25.5rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP3iJmkkwrqoWzzoaTwVfiQR8qQA2ypT { top:25.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbkTTbpJdAwantF3AJ1si0RwTyI8K9F1 { top:29.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPryAGlOmUl8p8dPSiDTNFJKNfRVg4Xa { top:29.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMR0Z6JPNkKk8CLPACumgnbewokAU5eX { top:36rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTo5VaDWfxrqD4oTeS10TcidiXdnTgs { top:36rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Lr88f3E6vpqlGuPVVQX62xFPyFtXHS { top:41.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbMS9mT1JI1ppbEOyQi9LlnEyFUk8Qk { top:41.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7EdzgQot8Z4dDK92XVkKbpCVlMdM40i { top:46.4375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EG4uK1zxR5MpFoWu9Il2ZlucSxIwOn { top:46.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuw0kR8Ndxden9MeTabdQTuGBkXnJ0Ur { top:50.75rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWWsWMiPWxeBNV26LFEak6T9y9xTHJ3 { top:50.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx { display:block; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LceHqqAyh91wJeVxPO1D8Zs3keVaxNHG { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl { display:block; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md1w2wv3DzbrTkUlnaR1AWTqd1riwzES { top:2.3125rem;left:23rem;width:24.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGAl0pJUaNp7anzbDGi9dZX37qzTXPW { top:32.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF9e2I3FxWWZQyh0Rit0vLT35JuvXOqs { top:10.5625rem;left:0rem;width:41.3125rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik5TP7h9uTWd4mOOJgNNrZRWwtVEATRB { top:4rem;left:0rem;width:43rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6IFoZbbV5VA62OMubzaBbFJAA6yHZJ8 { top:21.4375rem;left:11.625rem;width:24.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNrieK9pC2dXTbqz8walEhJdRhVv8ITK { top:38.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQcyBtBdc4mUb4NZgtLpWxnvqS3rlmG { width:34.375rem;height:5.9375rem;top:42.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyxciTnSUwrFr0uHdFI0gbpvNbLlL0T { display:block; }
 }@media only screen and (max-width: 763px) { #LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm { display:block; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHZJxvQoISyxld3b7iwoMc0d8Bf6D5qC { top:15.125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2ZKFV67kA9pg4CPxcPDzMa6Ug9FxFLO { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgb70MW0SOQkonuusW8FrscwAcqTU2a3 { top:9.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSEe5SnH9JMEeWePHlLThMs4pZTakU6L { top:23rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMP8nA6K20o1mKq4zStTdIsZoXL84LPS { top:23rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPIdHai1B9ZcIMEcMyWzJTKZ0utRl74c { top:25.375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcmBtkk7FwPxaJUDCRh9mSJphewuhOtV { top:32.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gba4TPIP1iIMK72apQI5A8xwuV5EDsHn { top:29.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNwlhgGz5CrDFnMgP7Q7PpmHHS1HDq9 { top:30rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGeU7q19bUSTH6g8giKiW1mZrCvhvtT { top:39.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4HhIU7C963BiPMZL7UImDT1yp7m40D1 { top:36.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZpGmT2q7c1PueTLl06JmzGTwGyubF7L { top:36.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LieTvfBlq6yQqeW6A8h4d1QMAtqaqkrI { top:45.625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHh3A63TH9i1gb1FcpZ9qJJGlHosgoGT { top:43.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo9xQ7uWI6HeEUew4Qv2voi3TpWwrEAh { top:43.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL5f2hWcOIAWBL9TgH27KWfgKllVzHTL { top:54.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXobBmt1QlTDKAlMtnyXAorVQd8uABq { width:34.375rem;height:5.9375rem;top:62rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZFLoUSVMxXoh9RtvovCyfH8ywTKJeFV { display:block; }
 }@media only screen and (max-width: 763px) { #AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl { display:block; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tde5VmLxvUZkqQDSvwrdrEo6Z0Xvyywd { top:3.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZS18tTmGw2qdMQdSiWwbi5yu3uBqWED { top:12rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtA9toInibkR6wn0lNbk7soPQtCwlph1 { top:7.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIF9USHRZ71dCfaTKSs43slWbcaAgTGy { display:block; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts2UnEyyyANuH6EIcCQ62Rhy8dBxNvE9 { top:2.5625rem;left:0rem;width:18.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flm3UZCLgPXCMl58Aub4eIlTDG6nZ0Gr { top:4.5rem;left:0rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHS64NqKqPsQwATh8Pk2X2IPTegUfVG { width:14rem;height:9rem;top:9.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKzzOdFNKqMXkMRW961KdqszPEZMevn6 { top:2.5625rem;left:5.75rem;width:18.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mZ99e279soV74ef4c8npzRx4n8q37E { width:14rem;height:10.5rem;top:9.8125rem;left:9.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgxigoPcIu8uocfXyIzKqqJAubTTXLsU { top:5.4375rem;left:7.625rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffSdVKWCqKfdgGU0T2FsqmQ8Tbf9Um7v { top:2.5625rem;left:17.6875rem;width:18.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLiZ566ixQ3CVdwVrzvUCDMKVnJSH1rb { width:14rem;height:12rem;top:9.875rem;left:21.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBWKy4ZOJi6qMqGvZ8bcmlIz6IE0uCS { top:5.4375rem;left:19.5625rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNfxPVbSpdyGhnZr5EWZ6oITA5aEHuy4 { top:2.5625rem;left:29.625rem;width:18.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm6XBv0PHyirTeTeAKkJhiFa3l3csCrd { width:14rem;height:12rem;top:9.875rem;left:33.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S82KcMAMH2yZLoiHvy4MpRurZZQ8ivQh { top:5.4375rem;left:31.5rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa { display:block; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3A2uuSy5TDBTD4HJDTT0tBJ5EcHn0dT { top:1.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm0kvaFyVd1WrM1EVPOaUrikHfzsI3Jt { width:34.375rem;height:5.9375rem;top:8.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srqZbTxnNvoTLiGAe57waeWlR45gf7Pf { display:block; }
 }@media only screen and (max-width: 763px) { #B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl { display:block; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnO8w0LMGdeFc9FzPw8yWrVsf7D1uK6R { top:1.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke9T4pkbsvuVZ6IufsJ8FT48t5mylXkE { top:11.75rem;left:0rem;width:33.375rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13rZrK4UQpo6PQxQsCZc75uqwsBlQDo { top:11.75rem;left:21.5rem;width:26.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQr9ArXzbDFmTsrKnbVI8q9SvcPTIl3d { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPA3u8MBNKqm1yXIhglZMqqpecSl9NvX { top:29.3125rem;left:0rem;width:25rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8xCFDwTCDWil4hmkm9H3hOSq9peLfTa { top:6.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZXVzO3HxzztLNn8Nv4EbqoblySZM1M { top:11.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ02tahZhZIgXEUWwHfG9pR8MLdLRhW0 { top:17.625rem;left:0rem;width:33.375rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIeMmOo4puRNgTIsSxzZFvGEdDgzPQNr { top:30.625rem;left:19.6875rem;width:28.0625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKHKZzR80qWqDkL4QQSkltKMVOtrvsoC { top:35.25rem;left:14.375rem;width:33.375rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTmI8OwG9LD8bFSPh168Vxuq3tru0Dz { top:35.25rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXV30g3XDsexk16EV4zw8NkRoELoFWsa { top:17.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx { display:block; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWeth4EOzIvC3JKKuEtWWFMTP1QtDF33 { top:2.1875rem;left:0rem;width:47.75rem;height:16.487668161435rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNuft00R4ud9dQcfG68KcSpec78kriqb { top:2.1875rem;left:0rem;width:28.875rem;height:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr { display:block; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU3ZczdoXL6B9DtDpOFZQZAWdkQ6TTo3 { top:3.3125rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEf6B9hyGE5TvL3asPBaAWh63cLntQGE { top:9.75rem;left:27.5625rem;width:20.1875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3JF2ZQ6UeWL35EGhSIM2Xhlam4pSLAG { top:9.75rem;left:0rem;width:35.9375rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbKTGaaGxEp3RUnHK7U4lJx36ht4kRMU { top:21.375rem;left:0rem;width:37.9375rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZXH5UnTlLDpbiKyTDXZa8wL16RRy4o { top:31.1875rem;left:0rem;width:39.75rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpkG11nKv4vyZvoMeMCEacSP1DN03Vv { width:34.375rem;height:5.9375rem;top:44.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGq704rA5OWFBTcmAKlok70aUdLFHpnN { display:block; }
 }@media only screen and (max-width: 763px) { #cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP { display:block; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anpPEgKDcGhnhB2TUozNAFGiN3O81ypT { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VUZFoTv6ZP0Z7BLIxfC1ZGlCDu2Ob1 { top:16.875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJlREfaAmq8JmnX3GMNvOrVPWoUTD4b { top:24.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdg0a4mL2NHOm8FqAMtDdTOayWtVfr0K { top:31.75rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMU9Ky8uuuZ0ukesRHINVwirEoOFccro { top:39.125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS { display:block; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImtqvybGvWnT6SCSrfb1Wn67QGPKs5ix { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTzeMedTk15yWUzVALpIMPhWFhlsxsu { display:block; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s05LfkbsdATT7eW1AcBQkTAapUMLT568 { top:2.3125rem;left:0rem;width:38.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17c704Q3tKxMTph7rGfqFlm1SKODg9Q { top:2.3125rem;left:23.8125rem;width:23.9375rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN7XMXC0vkIci2B5kCnlm4v9MmHdJzPf { top:23.3125rem;left:11.0625rem;width:18.25rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAzwmKsaW9KfuLns7hAn5K7xXGDOqxD { top:23.25rem;left:0rem;width:18.5625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3d3fS55GvKd6TaNF0fZ3guke3tmzRdt { top:49.5rem;left:0rem;width:24.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXkidb4nn8vao8ntXD0bLnqmoiDi6ghv { top:49.5625rem;left:17.4375rem;width:17.8125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBoTRxDEmtCS8qdEo8ltSTlpJc0ZTFqG { top:49.5625rem;left:27.625rem;width:19.125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR { display:block; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQCVt1PDEsOrde2xghfPRsGTJZQ5rhGK { top:2.9375rem;left:0rem;width:28.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW5AQ6ggmztg8OL4tFP0pqI1GLvHL5Ak { top:2.9375rem;left:18.6875rem;width:29.0625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aznQBETbbX0VbA45IvZ0MZJpT7z9cR { top:15.875rem;left:19.125rem;width:28.625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxwpTe4dEAuq6MkCW0AeMHs6BlsOhBDs { top:17.125rem;left:0rem;width:29.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNNorAsIVoOM8ItZ5XrXhXHO5rcZX4wd { top:27.25rem;left:0rem;width:28.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcNqh5arFF9TIeilFHVvelHSMKuqWS9 { top:27.25rem;left:19rem;width:28.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKi0kdLDevI9KzCONzleCXpPAwDTBck { display:block; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5UexuFe2wJVnmcC9DadXbKZTN7Pk5J8 { top:13.4375rem;left:0rem;width:47.75rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30TA75mCRXkhCKDlQeAXG1BukClo600 { top:17.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZmuyQcdm23dZqTvEfivCOr3kntabLJu { top:21.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPGBPZz01ugttn7JqUUNpyJxUQSBr0V { top:21.5625rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqimBpDBSGOzuhvP19X7KDThX9iTP3p9 { top:3.875rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmvLTs93SiKHa0X1dFQbP8Mi3uRS3Zem { top:23.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzsWZnf34zrTgBi8tFlG6goBTPS1J1hC { top:27.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqvyJeSX2zLTRR9LC26JmbdunhSpRfFk { top:27.125rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVX2ZExiNcKGUL6GpMpH4TL8UZNt2fAh { top:28.9375rem;left:0rem;width:36.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtPu9TvIfL3Gn620mi5V4yLdPGDgAx3Z { top:32.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwR53bwusTh43do8bfELHT0huEDHZPnE { top:32.75rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHNcOQ4zsF12Dxk2QgBOveUpy2xtTbOR { top:34.5625rem;left:0rem;width:36.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmUg2rIN10liW1ecbQ9h8sCmGmoxZw2F { top:38.25rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrtt1vVDT2zFV2a6krihVNH6VEzy6NN6 { top:40.0625rem;left:0rem;width:36.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRdt7y2ZUs7bSv18CrliNHGgNbivHTB { top:38.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGDgPxHtLfxkklT5rbzxbAALboBETlvG { top:47.875rem;left:0rem;width:47.625rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSVNLyqZPZMvOlKhHDThfxZUrTULs6qN { top:72.6875rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTC40bz1B0ASSpSvQHtJTCnUQtPD1Rxn { top:74.5rem;left:0rem;width:36.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz88FFIa912EkP0RWWTW6rKP8Wdd3F59 { top:69rem;left:0rem;width:37.9375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0TF4m3vg6SyvlCSyU2126AhZc8Wlo7 { top:67.1875rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsox2zvcaPf3isJUMLXBOdEs3XPFWHG4 { top:63.375rem;left:0rem;width:36.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOnwKu7ImdoZs1Z0WG1VHoONQPOUlRT { top:61.5625rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkkJ4qmcZtkl0KluETfq0Tq46QnFZLi7 { top:57.8125rem;left:0rem;width:36.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgnALUO4yqva4ZAlxgTw4HDmeZtvShpa { top:56rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1FOAu1zI2E6fTgDI7Z5O7Iu43c6MxLB { top:56rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZP10Hi9ow9uqLwvQa2rJDsAoNJr8S23 { top:51.875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifm5QnVkMGbSw2J545Vgcrkp5UfmKK0T { top:61.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46RlKieT3rsvJpZZGOsfxBCDHiBcQXo { top:67.25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqXAy0WH4PlizidUTGGBIvCc6bxIQghd { top:72.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9oT5Ju2keZzs9eEKdINvTPaacHxvNh { width:34.375rem;height:5.9375rem;top:83.6875rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zpwXzvCkKVg0b6N2PvyfEoFXqXbNuG { display:block; }
 }@media only screen and (max-width: 763px) { #HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K { display:block; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq3UCeqHG8c9MJb4g6uQx6VfEQGKJ1IX { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybuqcpi8lgtpV4N8r6EIVXyQTgUp4ZqT { top:12.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUMgsN4b1r5CZg2nqUer5TP7HAZIRc9J { top:12.4375rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8yQizvKZcBqJ3dNcAPkgBVxkzK4FxII { top:14.1875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvkMH95pmg0IivBszJNTmxG4MS8P92rR { top:19.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxwPWxS87n0i5UZFnEWUGXETuTTEp9w { top:19.625rem;left:0rem;width:36.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZIUJzWvvhAr85TVtughgmztLNN8pIs { top:21.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jla5Lq1A28WpfSxRVvsmrUTsrDaUDvTU { top:25.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaaDcieNyZXUlqnnyB3JIJ1cDQKrHPfE { top:25.9375rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfD5mAHkPEGLnE2TdtOZJKJ0ZILZDT6R { top:27.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5nw8T8rMObnlbHay9VF7373JuWpSp2k { top:31.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNWsM7ah2WmQm5XC8ibBZokNW3KOtIE { top:31.9375rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSxR156lhx8rCNeEJLxI6TGJsXVd1Lz { top:33.75rem;left:0rem;width:45.0625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMglPWckP66V69lJVJF9w72cywhnBZfD { top:42.8125rem;left:0rem;width:45.0625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6qfXTbv9MyhD7xI29laxGAn2rwbhRH { top:38.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf8G9D7Vh8rGuhZ3DuycTKn225onzk2e { top:39rem;left:0rem;width:37.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ZTSTVQy5HnKfueTPc1RtDldrG6u8oL { top:62.0625rem;left:0rem;width:45.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4vimcSSKfzRckzqKG9fJLWy9qLJvtet { top:60.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKIlNn5MTlBOP8anKObHWgpFBuXnggvw { top:60.25rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0FesDt15baTcX5xcTekEdSV430hCXN5 { top:66.1875rem;left:0rem;width:45.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtpwOfXhn6FhxwIJ0iTbv26ceB1h6tG { top:64.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtucn4m87K2Kw74ZC3dzrPOfmePrUTLJ { top:64.375rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE1K1d4RIVRma6u4POkowgqv3txK6XZP { top:71.625rem;left:0rem;width:45.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3KfRG3qkhzXsJzG6i5giXEWrU21WRpf { top:69.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwgxsOlyzVu1ZpAravyLF7IgOKwOnJ9n { top:69.8125rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l03cGfGyNyJBAlITV8JRppTHKUHG088F { top:77.0625rem;left:0rem;width:45.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDNMpqSMlzUDhGz9g2wTzQ864bSfduW { top:75.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxmxTc9Sv4S1ef1Q1JzopEWHpZtN7uo { top:75.25rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1kdnL92avkNmgtfVFsnKT0Hp76e9AlC { top:82.8125rem;left:0rem;width:45.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgDSsDEVw6eeKTk7HT6cco7t8xGCz8nT { top:81rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggDlJsIuByX3SpTQKfTrTlfX8xSUUWK { top:80.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSypHxNk6HSQuUIcCq6bQtiU1TlnbmRb { top:48.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKXu9xLULxT7fPRAn24HBTq8k8zKsChD { top:48.1875rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz35JDcWenVRKnd50QE0fOxGdavID3uX { top:50rem;left:0rem;width:45.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUQKqbZubgDTis7s8fPAOGDSgSUx8ik { top:55.3125rem;left:0rem;width:45.0625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZAB5en8fDlVLnJEiqBI9gRbZeAyTr7W { top:53.5rem;left:0rem;width:31.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR1aGdCaGoq2ONTfnrCIPNo7yWxZuWrl { top:53.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGmb7I6n5ys4nx4RcXJssipzhgeFwh0z { width:34.375rem;height:5.9375rem;top:88.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jst52yMb5ycRQagA9HnhQlwyTnxM3SKv { display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { top:1.0625rem;left:0rem;width:8.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { top:2.8125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo.adaptive-delivery-prevent-bg, #ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo.lazyload, #ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo.lazyloading { background-image: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container { background-color: transparent; background-image: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container > .video-iframe-container { display: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row > .video-iframe-container { display: none; }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .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); }#ULTbv8MVWZn8rRZSxwLkiIBpe4NudiZo > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAWNvxK6dIflQN1696uLW07KTkSD4QKy { width:20rem;height:17.5rem;top:2.5rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W8iRgKsdhSV1TNqhUkdSwqUObxCG3xUH { width:19.375rem;height:0;top:44.875rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #Tt9cGy8dTO63iVe33wDDdZFxitoRuzMe { width:19.375rem;height:0;top:45.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #OVh9FED2ibBGWzoBbsqXbcZLK8dKUaNT { width:19.375rem;height:0;top:49.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #VLXxH7AKcIUZcA2ch71QVw0a5dinJneG { width:19.375rem;height:0;top:45.375rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #B5ECoIApPPFaNcPXdPfiaOkeABuVIica { top:19.390625rem;left:1.28125rem;width:17.4375rem;height:0;z-index:15049;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ciaLWKxgf9Jv73uRrpbOfXaKMorMx6kH { width:20rem;height:11.8125rem;top:21.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OiPsK9JzQy2qhdrpImuoRD793zPayAVV { width:6.8125rem;height:3.8125rem;top:0rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN3z39QEdLklIO2KNKqh28WCt78NZ98h { width:18.75rem;height:4.0625rem;top:49.326171875rem;left:0.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SauDBbzrVB4ReTObeU4R0TuCvkJteoNW { display:block; }
 }@media only screen and (max-width: 763px) { #IRKiBqJKBA988vxbLftVQ8zTBTZxMN0z { width:20rem;height:12.826171875rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghdrGC70uLeSwL04Zhsc6oUFqQDDtOT { width:20rem;height:4.0625rem;top:35.326171875rem;left:0rem;font-size:1.3125rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #m4VDPgOnTL2nWaeqoMPtLMzUdsNW46A6 { display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:20rem;height:113.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr2mBy9IGkIV5pHIkTy0T0olUtckas5T { width:10.75rem;height:10.75rem;top:1.625rem;left:4.625rem;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B9Ig8H7l0lWg4SOyWotsTTNy8HU8QvBf { width:20rem;height:9.75rem;top:14.130859375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6FmElCTxCewa22NbX95hafyyNC3lVTS { width:20rem;height:13.28515625rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMitcud0Zri8fAzsssfSxT9ov0UkunNi { width:20rem;height:9.5rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s25XscEEmJvxeLGONzShWkTs2X3k3eBs { width:20rem;height:13.283582089552rem;top:76.66015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oov9282XbReDSmnJQCQQT8Q8EVNHRubM { width:20rem;height:17.875rem;top:62.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCf5Fg6Tswe8fUT1zSkkyaRLDJZG0LO3 { width:20rem;height:19.5rem;top:25.380859375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAmV1AtXBcQDGgecB1kV603d5W8GpAI { width:20rem;height:11.375rem;top:81.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r58Xk8xIXZlh0J4AG8Tsdt8UDoUfqfQh { width:20rem;height:16rem;top:94.943359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH { background-color:rgba(0,0,0,0.59);background-image:none;display:block; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container { background-color: transparent; background-image: none; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container > .video-iframe-container { display: none; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row > .video-iframe-container { display: none; }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .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); }#D2o4UStcwsPMWpvgeH0ymbHMtEwbXRgH > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9uIHBCPLm5ftVVdTwTse6a26LF2sPV3 { width:19.6875rem;height:15.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCatciEKXUhl9AtS95KhOQri6nao9x1 { width:19.5625rem;height:21rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVXWdQc72EoI7GuHap6fituxPE6y4lma { width:19.625rem;height:19.5625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI { display:block; }#nOyKRaZsXcWXJwB5ABp4MNe22eUUpZNI > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOEKdEb4ftEvH87e9oi20bF9ZGw1Z01T { width:20rem;height:10rem;top:2.8125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dFpVpN25stw53RroTk3hpof5sP0Kk9Lr { width:10.75rem;height:10.75rem;top:1.625rem;left:4.625rem;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EDKTmNmozTpOnXLyC0FAKacx2FeHMMLL { width:20rem;height:59.875rem;top:20.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwxSSDD7kWoSAdxRmsh1CDcVcbFiptB2 { display:flex;width:1.8125rem;height:1.8125rem;top:15.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gm60aHRcpaHrJnuBcBqpp2Dn1qcNGsX2 { width:17.0625rem;height:6.5rem;top:15.75rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ4CtgFIJWtJ8wuCvUTiQZFlK60x2TUb { display:flex;width:1.8125rem;height:1.8125rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcEK9znMsEntHEHJ3ZJnTBxPxx49QQab { width:17.1875rem;height:4.875rem;top:22.875rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0MrqUBVJO4nux9XP9Lfhrde6srAkTdu { display:flex;width:1.8125rem;height:1.8125rem;top:28.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tg43F9HpD0hPmeigRbUcV6Sf7kMxyivi { width:17.25rem;height:6.5rem;top:28.6875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8KfG1JWToekWun6RGkbbUaG1rtKZD7 { width:17.3125rem;height:4.875rem;top:36.0625rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgKERbUr2PEBFaE0Nc6UO3bNSo34Mti0 { display:flex;width:1.8125rem;height:1.8125rem;top:36.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7eERgK4INIzg0m4gblTnKDROJ1XmuMW { display:flex;width:1.8125rem;height:1.8125rem;top:41.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUTHqF8V5Dcu1EXpIPAaWzKWMni3x4TH { width:17.25rem;height:4.875rem;top:41.6875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9xuJwsxilvhrIlOmSdwZi9gXQoOXhVP { display:flex;width:1.8125rem;height:1.8125rem;top:47.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyzkWHzW6rZoZex3QsBS1TcovVr1lUAO { width:17.25rem;height:4.875rem;top:47.375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVwaSmSgeqzW5mCV1unTSGe0kUK8sAP { display:flex;width:1.8125rem;height:1.8125rem;top:53.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvzoklX5yPnaaLz1DZO3pbC5I1JObptB { width:17.4375rem;height:8.125rem;top:53.125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNSHiOl1cpaFLCByuZyV5lQGeuJNX2NG { width:18.75rem;height:4.0625rem;top:79.125rem;left:0.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgAVbGuHEZqzTDhBh8JQoCh75hrPB51K { display:block; }
 }@media only screen and (max-width: 763px) { #G0TJJFpgDpREuuAzwNLCB7ex8d4JwoDs { width:20rem;height:10rem;top:70.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXoxTX4CqKO33sSu6TOFkkrA1Tf6mdX0 { width:18.75rem;height:6.0625rem;top:63rem;left:0.625rem;font-size:1.3125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #K2TC3sMcxL1yaa7oMTW9PxOcOov8yzK0 { display:block; }
 }@media only screen and (max-width: 763px) { #qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3.adaptive-delivery-prevent-bg, #qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3.lazyload, #qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3.lazyloading { background-image: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container { background-color: transparent; background-image: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container > .video-iframe-container { display: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row > .video-iframe-container { display: none; }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .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); }#qZt4rmN8ETx28qSOhWzTQi2qfoshgoW3 > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfT49Xir6KsUATBWxPOrh2UOJcbxctCn { width:20rem;height:6.375rem;top:4.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gNttToC22m4ihAtlapPZO5WskOFXnx8U { width:19.625rem;height:43rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUW2yHQPTuLb4sIRll7MpJJB5TusikBm { width:18.625rem;height:40.625rem;top:22rem;left:0.6875rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EVKskSi20hR2bhIUGJDT0FMH7MIZLpQy { width:20rem;height:7.5rem;top:11.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt { background-color:#ffffff;background-image:none;display:block; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container { background-color: transparent; background-image: none; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container > .video-iframe-container { display: none; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row > .video-iframe-container { display: none; }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .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); }#rXVxDgtNZn2nofbPuTCtRAwVurMZnBTt > .row .container { width:20rem;height:94.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq4Z9X5TTIhb7BkbwhhvzZgFNfxSbxzk { width:20rem;height:11.25rem;top:12.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i3TLHPR6RAvUqPCtHZ4GkgEadLDoN08m { width:19.625rem;height:66rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnUheQGUDJJsGaOKGXqgaPZa57J7cug { width:18.6875rem;height:63.375rem;top:26.8125rem;left:0.6875rem;font-size:1.25rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O0tStNoIuWoQK2bof6h6OUmw6LONT7pG { width:20rem;height:8.5rem;top:2.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ccmDVsw7et1UeoGZFWk5rsg0fK8d769q { background-color:#faf6f4;background-image:none;display:block; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container { background-color: transparent; background-image: none; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container > .video-iframe-container { display: none; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row > .video-iframe-container { display: none; }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .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); }#ccmDVsw7et1UeoGZFWk5rsg0fK8d769q > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGpcQTNI0CuBKffc0KC5IRO92T6qFm72 { width:19.625rem;height:52.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanTtGPVUMZS2EPRMnhUTLmn8aIASgOe { width:18.3125rem;height:50.375rem;top:16.5rem;left:0.875rem;font-size:1.25rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ul399yZppyJ6BicLhgmc3l2bv0Tx8Va3 { width:20rem;height:10.625rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV { display:block; }#ld5nnfLMqdBU5F8T3KsyNFtvq0L1m0bV > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHrANrovrINr6cBiXdyVa2CxaM8PW2ac { width:20rem;height:7.5rem;top:14.125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wgEHW3s2axbrMwSSpVLqrKmGTnyff1za { width:10.75rem;height:10.75rem;top:1.625rem;left:4.625rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dC36gq6VS7MU38vlCa3gm8qDE5T094AG { width:20rem;height:7.125rem;top:22.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 { display:block; }#dgJr5mFuJI2QmcCpPdfI4RhVSX1ormF2 > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czreugewwwv9i1zrtThDy5lZghP9Jvo4 { width:9.1875rem;height:17.0625rem;top:2.4375rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { width:17.1875rem;height:6.5625rem;top:4.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX0scwbBk0KPTx1ZrOJ8xbOcJ6em6ePB { display:flex;width:1.8125rem;height:1.8125rem;top:0.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B7mgqAJhEnzov9crtgbBQH21hKoEiDTz { width:17.3125rem;height:1.625rem;top:1rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNwnJtXT06zxvdhL2oOrWOG2MBXUWnN { width:17.0625rem;height:2.625rem;top:15.6875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHi7Io79zdxbbBB1B6B0TkG1TVEnh1GT { display:flex;width:1.8125rem;height:1.8125rem;top:11.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtSvt4Fbpx2QRLfCsTflSzr9ROGm3VBV { width:17.1875rem;height:3.25rem;top:11.875rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQphKGxXW3fzrpx1IG3epHAaUudTVlib { width:17.375rem;height:7.875rem;top:23.1875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzaqZhigNEU1AWLXKgzs9LqgRWmMflcK { display:flex;width:1.8125rem;height:1.8125rem;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oWRPkBUWFe1cthElmppaIrvxqM12Vye2 { width:17.3125rem;height:3.25rem;top:19.375rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidOoE4d4KS4OC9Q074PU8yahEsOSJP1 { width:17.3125rem;height:6.5625rem;top:41.0625rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm9tTHdPdUOQi1BHulBZbPmMmWD1FgEg { display:flex;width:1.8125rem;height:1.8125rem;top:32rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yxEWc9hEldpqTNyNlpBm36hPDzdJM66E { width:17.375rem;height:8.125rem;top:32.125rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3fydyQeMC6D9VIlXrNg2q6PnfiMWoU { width:18.75rem;height:4.0625rem;top:49.3125rem;left:0.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBwyX7TDzu6WD361iE5JCvCT5ZTA3BgO { display:block; }
 }@media only screen and (max-width: 763px) { #doGgapkAln3A34n4zkop8fwxdJNVi8X0 { width:18.75rem;height:4.0625rem;top:48.9375rem;left:0.625rem;font-size:1.3125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Wboy0DTeOZB6ggahRLTFv3LCltyweSho { display:block; }
 }@media only screen and (max-width: 763px) { #TTnc4eoGtT396a2bdXaV0loq8TfF6TrH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH.adaptive-delivery-prevent-bg, #TTnc4eoGtT396a2bdXaV0loq8TfF6TrH.lazyload, #TTnc4eoGtT396a2bdXaV0loq8TfF6TrH.lazyloading { background-image: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container { background-color: transparent; background-image: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container > .video-iframe-container { display: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row > .video-iframe-container { display: none; }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .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); }#TTnc4eoGtT396a2bdXaV0loq8TfF6TrH > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irTSGV8PcsI4kfQiT7cN7NWZ6UFoqcrt { width:16.375rem;height:5.25rem;top:3.625rem;left:1.8125rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HdaE6KeTlWRakM2UwKFXhA00a7Vvn3FH { width:20rem;height:47.8125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz9pzsyqkoZ8HNKkXhXg7oKZZqF7z1xv { width:10.4375rem;height:7rem;top:13.875rem;left:4.3125rem;font-size:10rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsbNoaHTJPmIWDQeCXDwyhOkrQTdUo2b { width:17.875rem;height:1.9375rem;top:13.875rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7kwgP770hcFXqhQJdQgGzdABulItCf { display:flex;width:1.8125rem;height:1.8125rem;top:22.5rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Sy6GTXl49OTyd5IqcG0alpwG5sPCcPTF { width:15.0625rem;height:1.4375rem;top:22.6875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xGsDknO2swlx1NZJ0OMRE5uN6yqlm0 { display:flex;width:1.8125rem;height:1.8125rem;top:25.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XkloVWtSuT2r1JwSeEk4lWT62LqqsKgJ { width:16rem;height:1.4375rem;top:25.625rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySCc5M6crUPMTP2OfCFPrTplk7VAH6Sc { width:15.5625rem;height:1.4375rem;top:31.625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekI3sn8r2WMUrITU80LMXTmpy9DySyJE { display:flex;width:1.8125rem;height:1.8125rem;top:31.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #fxmh079d09F78yFTzbeehJQmsXqMvCmt { display:flex;width:1.8125rem;height:1.8125rem;top:34.3125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #N5mrZcZMwLxCbSiVaLXymgp6JBBZxwv8 { width:15.6875rem;height:2.625rem;top:34.3125rem;left:4.3125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DWbwzdfiZQNTulI0rtXtm1K4zO4K85nT { width:15.625rem;height:1.4375rem;top:38.125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKt6TBABuBHHVP0W5u8Hy3ESWlfnlzy { display:flex;width:1.8125rem;height:1.8125rem;top:37.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #sGMkvoPrM0G9gOXLaf5udDBJieMPbJ6B { display:flex;width:1.8125rem;height:1.8125rem;top:40.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xzbDHHBsVx3CTw0RdnlRVNn3D43aQq0s { width:15.5625rem;height:1.4375rem;top:40.9375rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf6hsEIeZ9cwHGsX5oKUr6K9e5UJ2JV0 { width:15.5rem;height:1.1875rem;top:43.5625rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTck7lO2nwKuXdU6PINVeKLoIpuRPbI4 { display:flex;width:1.8125rem;height:1.8125rem;top:43.5625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #iTHH1hBiTOm8WUkfrRMMqhNgNq5VqvmQ { display:flex;width:1.8125rem;height:1.8125rem;top:47rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TzoMHGsffma52xMJG1yGOEgwtTtkskr4 { width:15.4375rem;height:1.4375rem;top:47.1875rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWFIzSOzvbdukrK7SJBrbho9qX5mo1M4 { display:flex;width:1.8125rem;height:1.8125rem;top:50.3125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WmduJthFX7DrGFVZQdCBxFZbONf8BfSL { width:15.5rem;height:1.4375rem;top:50.5rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD4wKrrIRgS3SXdMHiqB7EA2czwK9qgQ { display:flex;width:1.8125rem;height:1.8125rem;top:53.5rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZKOWu8bC8vW7QDUGLdSIXW0PO0exZ2NT { width:15.6875rem;height:1.4375rem;top:53.5rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnw78Hm9ELSL5fO3Zz87LwgTAmFZyTiu { display:flex;width:1.8125rem;height:1.8125rem;top:56.3125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #eTu5v1vSltOrbqqIS2y3in4aUZhFN3gP { width:15.5625rem;height:1.4375rem;top:56.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QXMGwz58GDTMpbegfrypVogZTRzabA { width:20rem;height:35.375rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTNIik7TRnoSK2CzgAG8xnl9xOmMTdA { width:8.9375rem;height:1.9375rem;top:65.125rem;left:5.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2V9QFi0DpZZWcm96c03w8sL1BpUr9cw { width:10.4375rem;height:7rem;top:65.125rem;left:4.3125rem;font-size:10rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpVNTACaDfAWPUHRJuX6KqTmJvQH2mX1 { display:flex;width:1.8125rem;height:1.8125rem;top:73.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #doKbkfLCX9SdB1CLMNdrgVMLhvcT7ZT3 { width:16.0625rem;height:2.625rem;top:73.9375rem;left:3.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TenO4eme4KKsw9eWyDSxk8VUMA1sy2fI { display:flex;width:1.8125rem;height:1.8125rem;top:77.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zmQ7EIANBXCbwA7s4sblFdieHN2O8twX { width:16.0625rem;height:2.625rem;top:77.875rem;left:3.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kr2qbb9DUTPfJ4ltyTtv90tSSHIcCKBH { width:16rem;height:2.625rem;top:82rem;left:4rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S1ZwAQIu6iULoFDCyFEoicNNLa1IxsAo { display:flex;width:1.8125rem;height:1.8125rem;top:81.8125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TzXBkFTeZilPl0bIIhvTo4r4ltEUKDwd { width:16.125rem;height:3.9375rem;top:85.4375rem;left:3.875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EDTT74PlLv1R20ZLucSGIpCHGCCQXv3F { display:flex;width:1.8125rem;height:1.8125rem;top:85.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GSrNZpTP2RlfyFJeZNIagVhlOwB5bgU3 { display:flex;width:1.8125rem;height:1.8125rem;top:90.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #D3I57SX0x9uQ3hPN59rSROec8FASQWt4 { width:16.0625rem;height:2.625rem;top:90.25rem;left:3.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7BdGR9WSNrtMTnsv1Txw9sVb3BFyyA { display:flex;width:1.8125rem;height:1.8125rem;top:93.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CRoOhIvRoEVrohZcrVleRi5JT7vz44f9 { width:15.9375rem;height:2.625rem;top:93.875rem;left:4.0625rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fcbv0yTqV6cu6m253VTJidgnubaGE0Th { display:flex;width:1.8125rem;height:1.8125rem;top:28.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rbVchwiDJ9DpKlxhLwbTgVV8xpbL5W7P { width:15.5rem;height:1.4375rem;top:28.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMsofQZnVCetoK97l2La2JKC3ooc7SF { display:block; }#oDMsofQZnVCetoK97l2La2JKC3ooc7SF > .row .container { width:20rem;height:140.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLI3gO9qgazqWBsFxIPzVGz8Kmu4iXii { width:16.75rem;height:10rem;top:2.625rem;left:1.625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EtGRzcoXJDEK7TSRlzCeFveOWfuFOvQq { width:10.75rem;height:10.75rem;top:1.625rem;left:4.625rem;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mgCc1Z0dSarptgqW4JsO4KIazhrJFCy4 { width:20rem;height:128.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCMR4o7qAgqCVThm7KI7w6KRWifv66zA { display:flex;width:2.5625rem;height:2.5625rem;top:15.5625rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #VlhN0NZbs4g6tvLeL64OxLC4Vn3w5ND1 { width:18.3125rem;height:5.25rem;top:22.875rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMSucn4VKeqCqQbI8hdxg0QQ1v84Dh1 { width:18.375rem;height:3.25rem;top:18.6875rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDS1hkz1HGLVye9GrgTrm7NzkpP7rVUd { width:18rem;height:5.25rem;top:36.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSLKd8mJcc2tVJ855RgDrVFKCiyGtyx { display:flex;width:2.75rem;height:2.75rem;top:29.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #XwdSlcpFE6Hm4qHytcxBJ0oSg4xpd8WW { width:18.125rem;height:3.25rem;top:32.875rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naTiSXimNIKNdftKKShuJXUGP3DuwDZW { display:flex;width:2.6875rem;height:2.6875rem;top:43.125rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #oQXGb4yNy1VqDAIcDnzIOgcL9CWtOIea { width:16.9375rem;height:1.625rem;top:46.4375rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfThBzgbL7VxPcTT02eftdJ5W7RwPTRX { width:17.5rem;height:6.5625rem;top:48.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8O9eR2MCqtUcaPp1sSSTb8dm7clnGAT { display:flex;width:2.6875rem;height:2.6875rem;top:64.4375rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #qEc2kUA6xrnks5gkZhBTRuz8ATp7JJBv { width:18.8125rem;height:3.25rem;top:68rem;left:0.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGTHXZOCIDqX1XHFbWm12UTGVA0q3MaJ { width:18.6875rem;height:3.9375rem;top:72.0625rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt5N0KzQP9NpNgsodCXx964anJWUcUAa { display:flex;width:2.75rem;height:2.75rem;top:77.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #LvAiCzvPuHzgcKgii2KdhdfWC75duSap { width:18rem;height:1.625rem;top:81.125rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKWbilaTsaJ3qmBdsPGE8mcVvMM9uGJ { width:17.625rem;height:3.9375rem;top:83.375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTHpPhd2dH8kRDLm0PbUBwWoWxRADBl { display:flex;width:2.625rem;height:2.625rem;top:88.75rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #tgTHJTPnE3tX6uh4UJJ9TTkvvFLNJZ38 { width:17.625rem;height:3.25rem;top:92.25rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKHzcuyWcCwMLHLT5T5fg7dfqe8uPTwX { width:18.375rem;height:3.9375rem;top:96.0625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IufZobnQcBEhImVQxTAJ7hq7HEA4VFaz { display:flex;width:2.625rem;height:2.625rem;top:101.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #AdaJZnWf0dTyqVyMIGuAetr9XTQQFy59 { width:17.4375rem;height:3.25rem;top:104.625rem;left:1.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3kgwUOinyOF9TFnnuaAVychaCSfspHo { width:18.375rem;height:3.9375rem;top:108.5rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM5wgMivlrTdJ3q9noNreH6IhfW6JRcP { display:flex;width:2.625rem;height:2.625rem;top:113.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #dvPUucWb3Xsd1mSAUlevEbOFUWngmZSW { width:12.4375rem;height:3.25rem;top:117.1875rem;left:3.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0ASKbyeiNtsKMHivvX7DrndZzzLE4rk { width:17.8125rem;height:6.5625rem;top:120.9375rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV { width:18.5625rem;height:6.1875rem;top:56.25rem;left:0.84375rem;font-size:1.125rem;display:block; }#N9nPIywkOWO1GVTQwBxUOXPhRA71vLSV li:before{  }
 }@media only screen and (max-width: 763px) { #MR29yAwttl1Plc2OFTKEqbrhOHipoSfD { width:20rem;height:5.125rem;top:131.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTqA5sSKF9ZrvJggo2hnrGlnT8iRbuNu { display:block; }
 }@media only screen and (max-width: 763px) { #phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 { display:block; }#phdXi75GMJJVzOu0ppOfMCTJorbP3KC7 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTeimnKC5UxNZr8S0GT8rrIiSuDNTTRe { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xZvvvusmp8dKQonDvJ9EKaiD6i42NgW4 { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBzQHmLb2KKC9SuMp70MnVA6ih4qEWUu { width:20rem;height:4.875rem;top:8.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB { background-color:#faf6f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { background-color: transparent; background-image: none; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container > .video-iframe-container { display: none; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row > .video-iframe-container { display: none; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .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); }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { border-width: 0; border-radius: 0; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUdbmEL4PTOZCdBro8MGHQTuFoIeHtTB > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbpFhuZyPyBa5OM2UoC35FTsKpmNA4ul { width:20rem;height:20.25rem;top:1.25rem;left:0rem;font-size:1.3125rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T { display:block; }#uxz4QISI9qPe5XMJqpAfzPspB1fTbC0T > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONykvEEGr2nWJQ2UlKqhNSFuassggmRS { width:16.75rem;height:7.5rem;top:4.8125rem;left:1.625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #at5ZF6XmLgrsLG6PXOzzKOOg0tsPFJim { width:10.75rem;height:10.75rem;top:1.625rem;left:4.625rem;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZZOQOHRlSOpMCJ7TAFlDJGu6FdgWglVk { display:flex;width:1.8125rem;height:1.8125rem;top:13.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #XqmhqU3c26tPp7KkMu2ooscTW1yMNNRT { width:14.875rem;height:4.5rem;top:13.6875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Q8pyE18cvRmWK8PupTKbnQPfZ0pNui { display:flex;width:1.8125rem;height:1.8125rem;top:19.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #HSSsdEeTTriW28QotRgguC78vrG1JkdF { width:14.875rem;height:7.5rem;top:19.75rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsabDZsiAdxB7MJHCkCkTm94wePmidJt { display:flex;width:1.8125rem;height:1.8125rem;top:27.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #IsUHiiQaIDl5Narx7qAdB7wsyQM5ewgg { width:15.5rem;height:4.5rem;top:27.9375rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUyExwicJD9dMkIXgCAvizm640xbqTT { display:flex;width:1.8125rem;height:1.8125rem;top:33.4375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #qCfhl7IBh9pJ2UouBzdHy1nRlB9UN4mN { width:16.0625rem;height:6rem;top:33.4375rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESLsXkq13g9dwWwglh5PZif4SHtVATrx { display:flex;width:1.8125rem;height:1.8125rem;top:40.625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #ETpZJ8VXFc5uxCxC8eiTXolmT82esfqZ { width:16rem;height:4.5rem;top:40.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourwTsBTJTZpctIqavGWI54arCo5X41X { display:flex;width:1.8125rem;height:1.8125rem;top:46.25rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #wpClT9dDnHSVkMCLFEpqRUtpZLXXH49V { width:16.125rem;height:3rem;top:46.25rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhcU3ro7P5tTBL0abJLgF0xZIW8mx7G { display:flex;width:1.8125rem;height:1.8125rem;top:50.625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #d9sPEJiEgmQWbpdiJnfycs6QqmBd064D { width:15.1875rem;height:6rem;top:50.625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te96EP8vOVGtpiTrq3b39T9hm4dOTNDM { display:flex;width:1.8125rem;height:1.8125rem;top:61.5rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #Sf7Kpf8C66JHBLx2TFR4NaJFixkNMksS { width:15.625rem;height:6rem;top:61.5rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op701Pe8MQOQL4t2Pft5xINMV0A5kT2s { display:flex;width:1.8125rem;height:1.8125rem;top:68.9375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #r4bvp9ZR23cGByKLDTlA8inmh6JI629o { width:15.6875rem;height:7.5rem;top:68.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smLQeua4GS4gNmH3KwFIUacT25IA8Vay { width:20rem;height:2.25rem;top:92.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8ddxeVn7dmcWBVXy0VBURT5qT5fltx { width:19rem;height:4.3125rem;top:95.8125rem;left:0.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESwAmN68hT7fO4fGo5yOVOckdlMRKWH { display:block; }
 }@media only screen and (max-width: 763px) { #Re8uvh5fxfKrX0cbA2TR7ZIzxlM4olAH { width:19.0625rem;height:5.9375rem;top:101.6875rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzRONsheRP2Vhkt2DqB0DKyPnuGkw5y4 { width:19.875rem;height:106.4375rem;top:3.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBr4CtOJwAcXWzTWLiIaP7pUJUG1xg4 { width:17.5rem;height:6.75rem;top:85.1875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x4ZhHDJ60KZPRT1Cg6QpQT0oxFns7M6S { width:17.875rem;height:3rem;top:57.75rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qteiWXTetvIsKIgwpW4Jw64haSnkCcDQ { width:18.3125rem;height:6rem;top:77.6875rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knsfwC1oKRrueQMDoRr19pvAJAkJllur { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur.adaptive-delivery-prevent-bg, #knsfwC1oKRrueQMDoRr19pvAJAkJllur.lazyload, #knsfwC1oKRrueQMDoRr19pvAJAkJllur.lazyloading { background-image: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container { background-color: transparent; background-image: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container > .video-iframe-container { display: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row > .video-iframe-container { display: none; }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .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); }#knsfwC1oKRrueQMDoRr19pvAJAkJllur > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF1AlJeMJyIyEXz6DktN2zgzXw1Fh9M5 { width:17.0625rem;height:6rem;top:16.875rem;left:2.9375rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UzvlIF87WwCSRsNlAnK6oMuCsnd8FE6g { width:20rem;height:11.875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mgv6SAlvOgrQivRR5F6xElXxyhlhQIxI { display:flex;width:1.8125rem;height:1.8125rem;top:16.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOPPK5P450DP16GP5nvdVZmga97Sy8HX { width:17.0625rem;height:6rem;top:24rem;left:2.9375rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vkriTyiTi9L1kiKcP6HCrd9tlH82A9ka { display:flex;width:1.8125rem;height:1.8125rem;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JzQkBL3T2N1aOJw71hNTmlCD8MKQvHRQ { width:17.125rem;height:7.5rem;top:31.25rem;left:2.875rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yzNOpEtK9RJxJPf3TbT1fBPTrZTBynhV { display:flex;width:1.8125rem;height:1.8125rem;top:31.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRn6cV2wNlMzKX8gnhR5PT3R1BEu34qJ { width:17.1875rem;height:6rem;top:39.8125rem;left:2.8125rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qP3iJmkkwrqoWzzoaTwVfiQR8qQA2ypT { display:flex;width:1.8125rem;height:1.8125rem;top:39.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KbkTTbpJdAwantF3AJ1si0RwTyI8K9F1 { width:17.125rem;height:10.5rem;top:47.125rem;left:2.875rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PPryAGlOmUl8p8dPSiDTNFJKNfRVg4Xa { display:flex;width:1.8125rem;height:1.8125rem;top:47.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wMR0Z6JPNkKk8CLPACumgnbewokAU5eX { width:17.125rem;height:10.5rem;top:58.625rem;left:2.875rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HHTo5VaDWfxrqD4oTeS10TcidiXdnTgs { display:flex;width:1.8125rem;height:1.8125rem;top:58.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J1Lr88f3E6vpqlGuPVVQX62xFPyFtXHS { width:17.1875rem;height:9rem;top:70.3125rem;left:2.8125rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yBbMS9mT1JI1ppbEOyQi9LlnEyFUk8Qk { display:flex;width:1.8125rem;height:1.8125rem;top:70.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W7EdzgQot8Z4dDK92XVkKbpCVlMdM40i { width:17.125rem;height:6rem;top:80.125rem;left:2.875rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s6EG4uK1zxR5MpFoWu9Il2ZlucSxIwOn { display:flex;width:1.8125rem;height:1.8125rem;top:80.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tuw0kR8Ndxden9MeTabdQTuGBkXnJ0Ur { width:17.125rem;height:9rem;top:87.0625rem;left:2.875rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TiWWsWMiPWxeBNV26LFEak6T9y9xTHJ3 { display:flex;width:1.8125rem;height:1.8125rem;top:87.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx { background-color:#faf6f4;background-image:none;display:block; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container { background-color: transparent; background-image: none; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container > .video-iframe-container { display: none; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row > .video-iframe-container { display: none; }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .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); }#GITCcgDzd3HuRitqQ2kiFXRyD5quXnfx > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LceHqqAyh91wJeVxPO1D8Zs3keVaxNHG { width:20rem;height:4.75rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl { background-color:#faf6f4;background-image:none;display:block; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container { background-color: transparent; background-image: none; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container > .video-iframe-container { display: none; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row > .video-iframe-container { display: none; }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .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); }#kpJT1MgnbAbLdhmrmIBmzFaWx66t0JZl > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md1w2wv3DzbrTkUlnaR1AWTqd1riwzES { width:20rem;height:15.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGAl0pJUaNp7anzbDGi9dZX37qzTXPW { width:20rem;height:8.625rem;top:46.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TF9e2I3FxWWZQyh0Rit0vLT35JuvXOqs { width:20rem;height:9.75rem;top:27.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik5TP7h9uTWd4mOOJgNNrZRWwtVEATRB { width:20rem;height:9.75rem;top:16.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6IFoZbbV5VA62OMubzaBbFJAA6yHZJ8 { width:20rem;height:5.4375rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNrieK9pC2dXTbqz8walEhJdRhVv8ITK { width:20rem;height:4.875rem;top:56.4375rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yGQcyBtBdc4mUb4NZgtLpWxnvqS3rlmG { width:20rem;height:4.9375rem;top:64.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyxciTnSUwrFr0uHdFI0gbpvNbLlL0T { display:block; }
 }@media only screen and (max-width: 763px) { #LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f18da8-f6d6-40c2-a249-cba9fdac85d2/3O8A2977.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm.adaptive-delivery-prevent-bg, #LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm.lazyload, #LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm.lazyloading { background-image: none; }#LDX0DRtgCMm0gUJL4Q8lSQurlLvHgTZm > .row .container { width:20rem;height:84.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tHZJxvQoISyxld3b7iwoMc0d8Bf6D5qC { width:20rem;height:9.75rem;top:10.8125rem;left:0rem;font-size:1.375rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l2ZKFV67kA9pg4CPxcPDzMa6Ug9FxFLO { width:20rem;height:4.75rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bgb70MW0SOQkonuusW8FrscwAcqTU2a3 { width:20rem;height:0;top:21.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pSEe5SnH9JMEeWePHlLThMs4pZTakU6L { display:flex;width:1.8125rem;height:1.8125rem;top:26.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #JMP8nA6K20o1mKq4zStTdIsZoXL84LPS { width:20rem;height:0;top:29.3125rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aPIdHai1B9ZcIMEcMyWzJTKZ0utRl74c { width:20rem;height:0;top:32.3125rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vcmBtkk7FwPxaJUDCRh9mSJphewuhOtV { width:20rem;height:0;top:43.125rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gba4TPIP1iIMK72apQI5A8xwuV5EDsHn { display:flex;width:1.8125rem;height:1.8125rem;top:37.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #RTNwlhgGz5CrDFnMgP7Q7PpmHHS1HDq9 { width:20rem;height:0;top:40.125rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xQGeU7q19bUSTH6g8giKiW1mZrCvhvtT { width:20rem;height:0;top:53.9375rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r4HhIU7C963BiPMZL7UImDT1yp7m40D1 { display:flex;width:1.8125rem;height:1.8125rem;top:47.875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #iZpGmT2q7c1PueTLl06JmzGTwGyubF7L { width:20rem;height:0;top:50.9375rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LieTvfBlq6yQqeW6A8h4d1QMAtqaqkrI { width:20rem;height:0;top:64.75rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BHh3A63TH9i1gb1FcpZ9qJJGlHosgoGT { display:flex;width:1.8125rem;height:1.8125rem;top:58.6875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #uo9xQ7uWI6HeEUew4Qv2voi3TpWwrEAh { width:20rem;height:0;top:61.75rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TL5f2hWcOIAWBL9TgH27KWfgKllVzHTL { width:20rem;height:0;top:71.25rem;left:0rem;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ExXobBmt1QlTDKAlMtnyXAorVQd8uABq { width:18.75rem;height:5.9375rem;top:77.375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZFLoUSVMxXoh9RtvovCyfH8ywTKJeFV { display:block; }
 }@media only screen and (max-width: 763px) { #AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl { background-color:#faf6f4;background-image:none;display:block; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container { background-color: transparent; background-image: none; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container > .video-iframe-container { display: none; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row > .video-iframe-container { display: none; }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .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); }#AIz0JNsQD0uwzxwv974HtkZUoN4fNaPl > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tde5VmLxvUZkqQDSvwrdrEo6Z0Xvyywd { width:20rem;height:4.75rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oZS18tTmGw2qdMQdSiWwbi5yu3uBqWED { width:20rem;height:13rem;top:14.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtA9toInibkR6wn0lNbk7soPQtCwlph1 { width:20rem;height:4.75rem;top:8.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DIF9USHRZ71dCfaTKSs43slWbcaAgTGy { display:block; }#DIF9USHRZ71dCfaTKSs43slWbcaAgTGy > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts2UnEyyyANuH6EIcCQ62Rhy8dBxNvE9 { width:20rem;height:14.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flm3UZCLgPXCMl58Aub4eIlTDG6nZ0Gr { width:17.875rem;height:3.875rem;top:3.375rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPHS64NqKqPsQwATh8Pk2X2IPTegUfVG { width:17.9375rem;height:5.75rem;top:7.25rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QKzzOdFNKqMXkMRW961KdqszPEZMevn6 { width:19.875rem;height:13.875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mZ99e279soV74ef4c8npzRx4n8q37E { width:17.125rem;height:7.1875rem;top:20.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NgxigoPcIu8uocfXyIzKqqJAubTTXLsU { width:16.25rem;height:1.9375rem;top:18rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffSdVKWCqKfdgGU0T2FsqmQ8Tbf9Um7v { width:19.875rem;height:14.625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLiZ566ixQ3CVdwVrzvUCDMKVnJSH1rb { width:17.9375rem;height:8.625rem;top:37rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rrBWKy4ZOJi6qMqGvZ8bcmlIz6IE0uCS { width:16.25rem;height:1.9375rem;top:35.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNfxPVbSpdyGhnZr5EWZ6oITA5aEHuy4 { width:19.875rem;height:14.6875rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm6XBv0PHyirTeTeAKkJhiFa3l3csCrd { width:18.1875rem;height:8.625rem;top:53.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S82KcMAMH2yZLoiHvy4MpRurZZQ8ivQh { width:16.25rem;height:1.9375rem;top:51.125rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa { background-color:#faf6f4;background-image:none;display:block; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container { background-color: transparent; background-image: none; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container > .video-iframe-container { display: none; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row > .video-iframe-container { display: none; }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .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); }#q3JnRghPcPtzTC0yuawsQWmbyaNAm8Pa > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3A2uuSy5TDBTD4HJDTT0tBJ5EcHn0dT { width:20rem;height:10.5rem;top:1.5625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gm0kvaFyVd1WrM1EVPOaUrikHfzsI3Jt { width:18.75rem;height:5.9375rem;top:13.3125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srqZbTxnNvoTLiGAe57waeWlR45gf7Pf { display:block; }
 }@media only screen and (max-width: 763px) { #B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl { display:block; }#B2Q44LoPw6b5emdwRewgJQXWNTi5Enhl > .row .container { width:20rem;height:101.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnO8w0LMGdeFc9FzPw8yWrVsf7D1uK6R { width:10.75rem;height:10.75rem;top:1.625rem;left:4.625rem;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ke9T4pkbsvuVZ6IufsJ8FT48t5mylXkE { width:20rem;height:8.125rem;top:16.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13rZrK4UQpo6PQxQsCZc75uqwsBlQDo { width:20rem;height:11.238095238095rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQr9ArXzbDFmTsrKnbVI8q9SvcPTIl3d { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SPA3u8MBNKqm1yXIhglZMqqpecSl9NvX { width:20rem;height:13.349609375rem;top:86.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8xCFDwTCDWil4hmkm9H3hOSq9peLfTa { width:20rem;height:2.0625rem;top:8.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JMZXVzO3HxzztLNn8Nv4EbqoblySZM1M { display:flex;width:1.9375rem;height:1.9375rem;top:13.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #zJ02tahZhZIgXEUWwHfG9pR8MLdLRhW0 { width:20rem;height:13rem;top:30.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIeMmOo4puRNgTIsSxzZFvGEdDgzPQNr { width:20rem;height:2.375rem;top:59.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mKHKZzR80qWqDkL4QQSkltKMVOtrvsoC { width:20rem;height:17.875rem;top:66.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTmI8OwG9LD8bFSPh168Vxuq3tru0Dz { display:flex;width:1.9375rem;height:1.9375rem;top:63.125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #AXV30g3XDsexk16EV4zw8NkRoELoFWsa { display:flex;width:1.9375rem;height:1.9375rem;top:27.4375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx { display:block; }#SFnJI1VKV7XxmadkzBWRoOFxMXg4G9Fx > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWeth4EOzIvC3JKKuEtWWFMTP1QtDF33 { width:19.8125rem;height:6.8125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNuft00R4ud9dQcfG68KcSpec78kriqb { width:19.875rem;height:16.5625rem;top:2.125rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr { display:block; }#oTQuwvL5NIqiQGV0J5h8V6ObxZel3Ltr > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU3ZczdoXL6B9DtDpOFZQZAWdkQ6TTo3 { width:20rem;height:4.75rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dEf6B9hyGE5TvL3asPBaAWh63cLntQGE { width:20rem;height:30.2158203125rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3JF2ZQ6UeWL35EGhSIM2Xhlam4pSLAG { width:20rem;height:17.1875rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbKTGaaGxEp3RUnHK7U4lJx36ht4kRMU { width:20rem;height:14.0625rem;top:27.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZXH5UnTlLDpbiKyTDXZa8wL16RRy4o { width:20rem;height:11.375rem;top:43.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpkG11nKv4vyZvoMeMCEacSP1DN03Vv { width:18.75rem;height:5rem;top:89.8408203125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGq704rA5OWFBTcmAKlok70aUdLFHpnN { display:block; }
 }@media only screen and (max-width: 763px) { #cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP.adaptive-delivery-prevent-bg, #cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP.lazyload, #cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP.lazyloading { background-image: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container { background-color: transparent; background-image: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container > .video-iframe-container { display: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row > .video-iframe-container { display: none; }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .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); }#cvRhgvhCC2XkFLyI2xcRhAeX8KmlHEuP > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anpPEgKDcGhnhB2TUozNAFGiN3O81ypT { width:20rem;height:9.5rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t0VUZFoTv6ZP0Z7BLIxfC1ZGlCDu2Ob1 { width:20rem;height:10.5rem;top:16.125rem;left:0rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IqJlREfaAmq8JmnX3GMNvOrVPWoUTD4b { width:20rem;height:10.5rem;top:28.125rem;left:0rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fdg0a4mL2NHOm8FqAMtDdTOayWtVfr0K { width:20rem;height:12rem;top:40.3125rem;left:0rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gMU9Ky8uuuZ0ukesRHINVwirEoOFccro { width:20rem;height:6rem;top:53.625rem;left:0rem;font-size:1.25rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS.adaptive-delivery-prevent-bg, #Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS.lazyload, #Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS.lazyloading { background-image: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container { background-color: transparent; background-image: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #faf6f4; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container > .video-iframe-container { display: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #faf6f4; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row > .video-iframe-container { display: none; }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .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); }#Ig9bgKQnKkzhr1lnBqq171c4WIgnzTOS > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImtqvybGvWnT6SCSrfb1Wn67QGPKs5ix { width:20rem;height:14.25rem;top:3.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AlTzeMedTk15yWUzVALpIMPhWFhlsxsu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/964cbc42-186a-41e8-8118-082c60e4da4f/3O8A3342.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu.adaptive-delivery-prevent-bg, #AlTzeMedTk15yWUzVALpIMPhWFhlsxsu.lazyload, #AlTzeMedTk15yWUzVALpIMPhWFhlsxsu.lazyloading { background-image: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container { background-color: transparent; background-image: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #faf6f4; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container > .video-iframe-container { display: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #faf6f4; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row > .video-iframe-container { display: none; }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .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); }#AlTzeMedTk15yWUzVALpIMPhWFhlsxsu > .row .container { width:20rem;height:166.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s05LfkbsdATT7eW1AcBQkTAapUMLT568 { width:19.625rem;height:9.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17c704Q3tKxMTph7rGfqFlm1SKODg9Q { width:19.625rem;height:36rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN7XMXC0vkIci2B5kCnlm4v9MmHdJzPf { width:19.6875rem;height:25.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAzwmKsaW9KfuLns7hAn5K7xXGDOqxD { width:19.5rem;height:24.625rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3d3fS55GvKd6TaNF0fZ3guke3tmzRdt { width:19.6875rem;height:15.375rem;top:102.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXkidb4nn8vao8ntXD0bLnqmoiDi6ghv { width:19.5625rem;height:21rem;top:119.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBoTRxDEmtCS8qdEo8ltSTlpJc0ZTFqG { width:19.625rem;height:19.5625rem;top:141.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR { background-color:#ccb78d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row .container { border-width: 0; border-radius: 0; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKc3KUyZZFPlEDVXBtpiTKT10z9FPZbR > .row .container { width:20rem;height:50.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KQCVt1PDEsOrde2xghfPRsGTJZQ5rhGK { width:20rem;height:8.125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW5AQ6ggmztg8OL4tFP0pqI1GLvHL5Ak { width:20rem;height:7.4375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aznQBETbbX0VbA45IvZ0MZJpT7z9cR { width:20rem;height:6.4189453125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxwpTe4dEAuq6MkCW0AeMHs6BlsOhBDs { width:20rem;height:5.0752688172043rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNNorAsIVoOM8ItZ5XrXhXHO5rcZX4wd { width:20rem;height:5.0655021834061rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcNqh5arFF9TIeilFHVvelHSMKuqWS9 { width:20rem;height:5.2608695652174rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKi0kdLDevI9KzCONzleCXpPAwDTBck { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container { background-color: transparent; background-image: none; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container > .video-iframe-container { display: none; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row > .video-iframe-container { display: none; }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .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); }#WWKi0kdLDevI9KzCONzleCXpPAwDTBck > .row .container { width:20rem;height:148.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5UexuFe2wJVnmcC9DadXbKZTN7Pk5J8 { width:20rem;height:59.3125rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30TA75mCRXkhCKDlQeAXG1BukClo600 { width:18.6875rem;height:5.8125rem;top:15.1875rem;left:0.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZmuyQcdm23dZqTvEfivCOr3kntabLJu { display:flex;width:1.8125rem;height:1.8125rem;top:23.9375rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #OqPGBPZz01ugttn7JqUUNpyJxUQSBr0V { width:18.1875rem;height:3.5rem;top:26.5rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqimBpDBSGOzuhvP19X7KDThX9iTP3p9 { width:20rem;height:9.5rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BmvLTs93SiKHa0X1dFQbP8Mi3uRS3Zem { width:18.3125rem;height:8.625rem;top:30.9375rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzsWZnf34zrTgBi8tFlG6goBTPS1J1hC { display:flex;width:1.8125rem;height:1.8125rem;top:40.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #EqvyJeSX2zLTRR9LC26JmbdunhSpRfFk { width:17.5rem;height:1.75rem;top:43.3125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVX2ZExiNcKGUL6GpMpH4TL8UZNt2fAh { width:17.375rem;height:4.3125rem;top:45.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtPu9TvIfL3Gn620mi5V4yLdPGDgAx3Z { display:flex;width:1.8125rem;height:1.8125rem;top:51.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #mwR53bwusTh43do8bfELHT0huEDHZPnE { width:18.5rem;height:1.75rem;top:53.375rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHNcOQ4zsF12Dxk2QgBOveUpy2xtTbOR { width:18.3125rem;height:4.3125rem;top:55.8125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmUg2rIN10liW1ecbQ9h8sCmGmoxZw2F { width:18rem;height:1.75rem;top:64.0625rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrtt1vVDT2zFV2a6krihVNH6VEzy6NN6 { width:18.1875rem;height:4.3125rem;top:66.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRdt7y2ZUs7bSv18CrliNHGgNbivHTB { display:flex;width:1.8125rem;height:1.8125rem;top:61.5625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #cGDgPxHtLfxkklT5rbzxbAALboBETlvG { width:19.875rem;height:61.375rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSVNLyqZPZMvOlKhHDThfxZUrTULs6qN { width:17.3125rem;height:3.5rem;top:126.1875rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTC40bz1B0ASSpSvQHtJTCnUQtPD1Rxn { width:17.875rem;height:4.3125rem;top:130.3125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz88FFIa912EkP0RWWTW6rKP8Wdd3F59 { width:17.5625rem;height:5.75rem;top:117.125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0TF4m3vg6SyvlCSyU2126AhZc8Wlo7 { width:17.4375rem;height:3.5rem;top:113.625rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsox2zvcaPf3isJUMLXBOdEs3XPFWHG4 { width:17.625rem;height:4.3125rem;top:105.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOnwKu7ImdoZs1Z0WG1VHoONQPOUlRT { width:17.9375rem;height:3.5rem;top:101.1875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkkJ4qmcZtkl0KluETfq0Tq46QnFZLi7 { width:18rem;height:4.3125rem;top:92.4375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgnALUO4yqva4ZAlxgTw4HDmeZtvShpa { display:flex;width:1.8125rem;height:1.8125rem;top:84.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #B1FOAu1zI2E6fTgDI7Z5O7Iu43c6MxLB { width:17.4375rem;height:3.5rem;top:88rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZP10Hi9ow9uqLwvQa2rJDsAoNJr8S23 { width:19rem;height:5.8125rem;top:76.4375rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifm5QnVkMGbSw2J545Vgcrkp5UfmKK0T { display:flex;width:1.8125rem;height:1.8125rem;top:98.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #T46RlKieT3rsvJpZZGOsfxBCDHiBcQXo { display:flex;width:1.8125rem;height:1.8125rem;top:111.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #qqXAy0WH4PlizidUTGGBIvCc6bxIQghd { display:flex;width:1.8125rem;height:1.8125rem;top:123.875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #Ui9oT5Ju2keZzs9eEKdINvTPaacHxvNh { width:18.75rem;height:4.6875rem;top:139.3125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zpwXzvCkKVg0b6N2PvyfEoFXqXbNuG { display:block; }
 }@media only screen and (max-width: 763px) { #HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K { display:block; }#HBcfNJxyLf9l1TrcOXHre3e1qT6S5m3K > .row .container { width:20rem;height:201.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq3UCeqHG8c9MJb4g6uQx6VfEQGKJ1IX { width:20rem;height:7.125rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ybuqcpi8lgtpV4N8r6EIVXyQTgUp4ZqT { display:flex;width:1.8125rem;height:1.8125rem;top:11.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #HUMgsN4b1r5CZg2nqUer5TP7HAZIRc9J { width:20rem;height:1.625rem;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8yQizvKZcBqJ3dNcAPkgBVxkzK4FxII { width:20rem;height:11.5rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvkMH95pmg0IivBszJNTmxG4MS8P92rR { display:flex;width:1.8125rem;height:1.8125rem;top:29.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #BTxwPWxS87n0i5UZFnEWUGXETuTTEp9w { width:20rem;height:3.25rem;top:32.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZIUJzWvvhAr85TVtughgmztLNN8pIs { width:20rem;height:7.1875rem;top:36.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jla5Lq1A28WpfSxRVvsmrUTsrDaUDvTU { display:flex;width:1.8125rem;height:1.8125rem;top:44.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #JaaDcieNyZXUlqnnyB3JIJ1cDQKrHPfE { width:20rem;height:1.625rem;top:47.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfD5mAHkPEGLnE2TdtOZJKJ0ZILZDT6R { width:20rem;height:7.1875rem;top:49.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5nw8T8rMObnlbHay9VF7373JuWpSp2k { display:flex;width:1.8125rem;height:1.8125rem;top:58.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #wdNWsM7ah2WmQm5XC8ibBZokNW3KOtIE { width:20rem;height:3.25rem;top:61.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSxR156lhx8rCNeEJLxI6TGJsXVd1Lz { width:20rem;height:11.5rem;top:65.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMglPWckP66V69lJVJF9w72cywhnBZfD { width:20rem;height:10.0625rem;top:87rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6qfXTbv9MyhD7xI29laxGAn2rwbhRH { display:flex;width:1.8125rem;height:1.8125rem;top:77.5625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Jf8G9D7Vh8rGuhZ3DuycTKn225onzk2e { width:20rem;height:6.5rem;top:79.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ZTSTVQy5HnKfueTPc1RtDldrG6u8oL { width:20rem;height:2.875rem;top:102.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4vimcSSKfzRckzqKG9fJLWy9qLJvtet { display:flex;width:1.8125rem;height:1.8125rem;top:98.25rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #bKIlNn5MTlBOP8anKObHWgpFBuXnggvw { width:20rem;height:1.625rem;top:100.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0FesDt15baTcX5xcTekEdSV430hCXN5 { width:20rem;height:7.1875rem;top:113.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtpwOfXhn6FhxwIJ0iTbv26ceB1h6tG { display:flex;width:1.8125rem;height:1.8125rem;top:106.5rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Rtucn4m87K2Kw74ZC3dzrPOfmePrUTLJ { width:20rem;height:3.25rem;top:109.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE1K1d4RIVRma6u4POkowgqv3txK6XZP { width:20rem;height:4.3125rem;top:126.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3KfRG3qkhzXsJzG6i5giXEWrU21WRpf { display:flex;width:1.8125rem;height:1.8125rem;top:121.625rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #JwgxsOlyzVu1ZpAravyLF7IgOKwOnJ9n { width:20rem;height:1.625rem;top:124.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l03cGfGyNyJBAlITV8JRppTHKUHG088F { width:20rem;height:4.3125rem;top:139.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDNMpqSMlzUDhGz9g2wTzQ864bSfduW { display:flex;width:1.8125rem;height:1.8125rem;top:132.4375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #XMxmxTc9Sv4S1ef1Q1JzopEWHpZtN7uo { width:20rem;height:3.25rem;top:135.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1kdnL92avkNmgtfVFsnKT0Hp76e9AlC { width:20rem;height:5.75rem;top:152.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgDSsDEVw6eeKTk7HT6cco7t8xGCz8nT { width:20rem;height:3.25rem;top:148.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggDlJsIuByX3SpTQKfTrTlfX8xSUUWK { display:flex;width:1.8125rem;height:1.8125rem;top:145.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #fSypHxNk6HSQuUIcCq6bQtiU1TlnbmRb { display:flex;width:1.8125rem;height:1.8125rem;top:159.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #fKXu9xLULxT7fPRAn24HBTq8k8zKsChD { width:20rem;height:3.25rem;top:162.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz35JDcWenVRKnd50QE0fOxGdavID3uX { width:20rem;height:5.75rem;top:166.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUQKqbZubgDTis7s8fPAOGDSgSUx8ik { width:20rem;height:8.625rem;top:181.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZAB5en8fDlVLnJEiqBI9gRbZeAyTr7W { width:20rem;height:3.25rem;top:176.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR1aGdCaGoq2ONTfnrCIPNo7yWxZuWrl { display:flex;width:1.8125rem;height:1.8125rem;top:173.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #GGmb7I6n5ys4nx4RcXJssipzhgeFwh0z { width:18.75rem;height:4.5rem;top:192.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jst52yMb5ycRQagA9HnhQlwyTnxM3SKv { display:block; }
 }@media only screen and (max-width: 763px) { #LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn { display:block; }#LoOtZVvN5OSrRDVqfqrr0dA2uLRxiDPn > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZh27WIzxU8eyFeiiqLakAkvXRvPFDX { width:8.8125rem;height:4.75rem;top:1.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rbd6qIM22NPNfxrq4bKIQXAey8ANSq { width:9rem;height:1.125rem;top:7.6875rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }