.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,234,227;--color-primary-1:207,185,162;--color-primary-2:159,114,68;--color-primary-3:80,57,34;--color-primary-4:24,17,10;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:88,88,88;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,245;--color-tertiary-2:146,146,147;--color-tertiary-3:104,104,104;--color-tertiary-4:88,88,88;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8a79a;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; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container { background-color: transparent; background-image: none; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container > .video-iframe-container { display: none; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row > .video-iframe-container { display: none; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .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); }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container { border-width: 0; border-radius: 0; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#RFOUrTxPqvWiwPWRiNRFGfbZPmM6Utvg { 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:2.1875rem;width:15.75rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#lkbUPg9FfnoyoxU9gx2cmkUq2fpuMMKy { color:#211c18;display:block;width:8.2495rem;position:absolute;font-family:"white angelica";font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.5625rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DUIHBVu1u4tpbMUfyEgq7nmuMynJ6W1u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#211c18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.2495rem;height:1.62475625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.0625rem;left:51.25rem;display:block; }
#J8Hsp9mbAm4ZJGtSb9gQ7zQKnt6gFuv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMoJWo67WD9CN4yPZsatb14Nr72Tp1W6 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.062rem;height:2.687375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.3118896484375rem;left:33.999633789062rem;display:block; }
#TcwPeMT7RsKRybgB0iGy9yoU37QRspav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEhL4s1H1S9yTca4txvuDTeI4ahqisB2 { background-color:#211c18;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.3125rem;left:50.75rem;display:block; }
#fh83kdpIynoA5gyTrrqaJJOPKkSa1beB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpnvyUZnONPJsg37cyEsezhad5dsr8qX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fff2ab9e-d22f-43b0-9f49-ff91b3e5a6bf/DALandingPageBackground.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; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX.adaptive-delivery-prevent-bg, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyload, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyloading { background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { background-color: transparent; background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .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); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { border-width: 0; border-radius: 0; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::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; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#D1iSSSP95Dw2k1i20ITBBCvWmcBkeNTW { color:rgba(var(--color-primary-4),1);display:block;width:35.374125rem;position:absolute;font-family:"playfair display sc";font-size:3.625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-0),0.5);top:15.9375rem;left:12.3125rem;height:3.624875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { position:absolute;display:block;z-index:15011;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:8.499125rem;width:8.499125rem;top:2.0625rem;left:25.75rem;overflow:hidden;display:block; }
#L1ufZ8NvBZwD9g1WVOrTAqncg7fNoNsX { color:rgba(var(--color-primary-4),1);display:block;width:35.3735625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:11.937255859375rem;left:12.312622070312rem;height:1.31225625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ww8gauoRNtGaIait95pCefV9WA60dLT7 { color:rgba(var(--color-primary-4),1);display:block;width:35.3735625rem;position:absolute;font-family:"white angelica";font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:31.123657226562rem;left:12.312622070312rem;height:1.93725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0XHhWz8TucOflRmWNA5retUKvPPfrti { color:#000000;display:block;width:60rem;position:absolute;font-family:"playfair display sc";font-size:9.6875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:18.748779296875rem;left:0rem;height:9.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgTTfxfUUHc43i4GO4BWwoVbicpbrLNP { color:rgba(var(--color-primary-4),1);display:block;width:44.562375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-0),0.5);top:37.3125rem;left:7.6875rem;height:1.31225625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIy3p54PqhAI7AVSEnOTkQcyuLrTV4s5 { color:rgba(var(--color-primary-4),1);display:block;width:44.562375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-0),0.5);top:37.3125rem;left:7.6875rem;height:1.31225625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { background-color: transparent; background-image: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .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); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { border-width: 0; border-radius: 0; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;overflow:visible;position:relative;display:block; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/56pMIREBAcg/unsplash/sincerely-media-56pMIREBAcg-photo-1547104442-044448b73426.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH.adaptive-delivery-prevent-bg, #hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH.lazyload, #hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH.lazyloading { background-image: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { background-color: transparent; background-image: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container > .video-iframe-container { display: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container { display: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .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); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { border-width: 0; border-radius: 0; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH::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; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:60rem;position:relative;display:block; }#XLPafNdQ8OoIP6P5V8t9P7ZbxKKtTQB6 { color:#000000;display:block;width:22.062375rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.0625rem;height:2.43713125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPwyzrTrazE33ZiuFCFLteSxScJvnyxQ { color:#000000;display:block;width:28.3111875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:3.3111572265625rem;left:28.624877929688rem;height:63.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WmAdfoi16HzQgNbnmcLDE0MSOs2Nd3TR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:68.851928710938rem;left:29.030151367188rem;height:4.4995125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOVRDgxSH0J7ivKw9ZqD6p4aVo8b8bRy { color:rgba(var(--color-secondary-4),1);display:block;width:25.9985625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:6.3125rem;left:1.0625rem;height:6.6925125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ddc8c0;background-image:none;color:#ffffff;padding-top:0.580625rem;padding-right:0.505625rem;padding-bottom:0.580625rem;padding-left:0.505625rem;display:block;align-items:center;width:3.033125rem;min-width:3.033125rem;height:3.121875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.323125rem;font-weight:700;line-height:49.95px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.363125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.045rem;height:1.23375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.87125rem;font-weight:400;line-height:19.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.187375rem;height:5.87951875rem;padding-top:0.72625rem;padding-right:0.7225rem;padding-bottom:0.72625rem;padding-left:0.7225rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.623413085938rem;left:3.2757568359375rem;z-index:15065; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #veSlyrDVwUJAEycUAflzQ3kAqVSBdySc { display:flex;position:relative;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #hQ3f16HNsFqNIdeTSNn7bhNXh00hNgeh { width:auto; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #WgyaDOAIXRdFOd49IaEZ0q2uEAIhsR51 {  }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #HFBsbWC6tp5ZfxHUXd9BVTe5VI8CZ4Pm { display:flex;position:relative;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #WrvUbemgnaksTyHHdCAoWzLzT9m1ZCN9 {  }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #GEh22pgfGldA3xlJ8SlbJJakx72d4dHZ {  }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #thyvcMtwW74GAyfZaJn2GqiifpJtoeDL { display:flex;position:relative;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #dZqNFh6eWnhTks1UCzTXRZam2uIKtq2G {  }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #ppixZLDTxTgQQLdBMaVO2KkBMZK2NiHV {  }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #zB9HXNzsbXxcbgK0HhbACo59NHDoq758 { display:flex;position:relative;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #vRKQAp55K3qa3NiTLOBtRvcu6vd9by9c {  }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #pNihRShyXd1v7LLe8zokGvNUgrbf03Wr {  }
#OkP6R0H2xWtnMZFZOtvzinpR05HHAmBq { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:17.937rem;top:49.3125rem;left:5.125rem;overflow:hidden;display:block; }
#UTvtMOC8E3fSPlN2STueJbMUuciXJxQw { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:17.8125rem;top:23.625rem;left:5.1875rem;overflow:hidden;display:block; }
#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV { background-color:#c8a79a;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { background-color: transparent; background-image: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .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); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { border-width: 0; border-radius: 0; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), #c8a79a);background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), #c8a79a);background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), #c8a79a);background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), #c8a79a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#c8a79a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#c8a79a' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), #c8a79a);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; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container { background-color: transparent; background-image: none; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container > .video-iframe-container { display: none; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row > .video-iframe-container { display: none; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .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); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container { border-width: 0; border-radius: 0; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#DJN8x1vVcAUWW8Mbe8IBxo6anVKa4Vxf { color:rgba(var(--color-primary-4),1);display:block;width:56.124875rem;position:absolute;font-family:"playfair display sc";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:3.81103515625rem;left:1.937255859375rem;height:4.4995125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZkyiHJegbHVvScZxK9oX9Sby5Uidbh2 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#c8a79a;text-shadow:0rem 0.0625rem 0.0625rem rgba(24,24,24,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.374267578125rem;left:21.25rem;display:block; }
#eRnFfxhmrX9FOTBZOwzyB4nbJ0U1rZ5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kd6gLk6LkkhzwTWtUK8CQEbASppzhyuo { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:2.2491302490234rem;left:1.5310335159302rem;display:block; }
#BAAtoO2GCTVc2RxkMd8JBoKcJ39dps5r { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187378125rem;width:56.9360625rem;top:18.936767578125rem;left:1.937255859375rem;display:block; }
#RbqmypvZ5VPvoakSotHxriWlSmR4eo7d { color:rgba(var(--color-primary-4),1);display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:9.6868896484375rem;left:8.4375rem;height:1.31225625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQsIaA3od5mT2etkWorRQsxqP7hgdbec { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { background-color: transparent; background-image: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .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); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { border-width: 0; border-radius: 0; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#gOSmgEk54lHbM1CtBZ1DQ4h8TcaC1spQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.437rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.40625rem;left:3.0621337890625rem;display:block; }
#h6nZ078ndBfvgAbkDaVGJBVzUtzZmy8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nc9XmBFzNGkkfZrM56oWLpX6DyPcCWpN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.87475rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.40625rem;left:41.187133789062rem;display:block; }
#dS77Q9hRgXcprnoRJhdGruQiPwdTARWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHoidH2Lg1Z7l8Ui4o3SbUeBrhHJOhVI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1rem;left:27.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW { display:block; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFOUrTxPqvWiwPWRiNRFGfbZPmM6Utvg { top:2.1875rem;left:0rem;width:15.75rem;height:2.1875694466491rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkbUPg9FfnoyoxU9gx2cmkUq2fpuMMKy { top:3.75rem;left:36.4375rem;width:8.1875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUIHBVu1u4tpbMUfyEgq7nmuMynJ6W1u { width:8.1875rem;height:1.5625rem;top:4.0625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Hsp9mbAm4ZJGtSb9gQ7zQKnt6gFuv2 { display:block; }
 }@media only screen and (max-width: 763px) { #VMoJWo67WD9CN4yPZsatb14Nr72Tp1W6 { width:16rem;height:2.625rem;top:0.25rem;left:27.874633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwPeMT7RsKRybgB0iGy9yoU37QRspav { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhL4s1H1S9yTca4txvuDTeI4ahqisB2 { width:9.25rem;height:2.6875rem;top:0.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh83kdpIynoA5gyTrrqaJJOPKkSa1beB { display:block; }
 }@media only screen and (max-width: 763px) { #gpnvyUZnONPJsg37cyEsezhad5dsr8qX { display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1iSSSP95Dw2k1i20ITBBCvWmcBkeNTW { width:35.3125rem;height:3.5625rem;top:15.9375rem;left:6.18701171875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { top:2.0625rem;left:19.625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ufZ8NvBZwD9g1WVOrTAqncg7fNoNsX { width:35.3125rem;height:1.25rem;top:11.875rem;left:6.1876220703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww8gauoRNtGaIait95pCefV9WA60dLT7 { width:35.3125rem;height:1.875rem;top:31.0625rem;left:6.1876220703125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XHhWz8TucOflRmWNA5retUKvPPfrti { width:47.75rem;height:9.6875rem;top:18.6875rem;left:0rem;font-size:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTTfxfUUHc43i4GO4BWwoVbicpbrLNP { width:44.5rem;height:1.25rem;top:37.3125rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIy3p54PqhAI7AVSEnOTkQcyuLrTV4s5 { width:44.5rem;height:1.25rem;top:37.3125rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH { display:block; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLPafNdQ8OoIP6P5V8t9P7ZbxKKtTQB6 { width:22rem;height:2.375rem;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPwyzrTrazE33ZiuFCFLteSxScJvnyxQ { width:28.25rem;height:63.75rem;top:3.25rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmAdfoi16HzQgNbnmcLDE0MSOs2Nd3TR { width:27.5rem;height:4.4375rem;top:68.8125rem;left:20.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOVRDgxSH0J7ivKw9ZqD6p4aVo8b8bRy { width:25.9375rem;height:6.6875rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 { display:flex;width:18rem;height:5.0625rem;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #veSlyrDVwUJAEycUAflzQ3kAqVSBdySc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #hQ3f16HNsFqNIdeTSNn7bhNXh00hNgeh {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #WgyaDOAIXRdFOd49IaEZ0q2uEAIhsR51 {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #HFBsbWC6tp5ZfxHUXd9BVTe5VI8CZ4Pm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #WrvUbemgnaksTyHHdCAoWzLzT9m1ZCN9 {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #GEh22pgfGldA3xlJ8SlbJJakx72d4dHZ {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #thyvcMtwW74GAyfZaJn2GqiifpJtoeDL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #dZqNFh6eWnhTks1UCzTXRZam2uIKtq2G {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #ppixZLDTxTgQQLdBMaVO2KkBMZK2NiHV {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #zB9HXNzsbXxcbgK0HhbACo59NHDoq758 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #vRKQAp55K3qa3NiTLOBtRvcu6vd9by9c {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #pNihRShyXd1v7LLe8zokGvNUgrbf03Wr {  }
 }@media only screen and (max-width: 763px) { #OkP6R0H2xWtnMZFZOtvzinpR05HHAmBq { top:49.3125rem;left:0rem;width:17.875rem;height:23.97932694988rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvtMOC8E3fSPlN2STueJbMUuciXJxQw { top:23.625rem;left:0rem;width:17.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV { display:block; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag { display:block; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJN8x1vVcAUWW8Mbe8IBxo6anVKa4Vxf { width:47.75rem;height:4.4375rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZkyiHJegbHVvScZxK9oX9Sby5Uidbh2 { width:17.5rem;height:3.75rem;top:12.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnFfxhmrX9FOTBZOwzyB4nbJ0U1rZ5t { display:block; }
 }@media only screen and (max-width: 763px) { #kd6gLk6LkkhzwTWtUK8CQEbASppzhyuo { width:47.75rem;height:0.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAAtoO2GCTVc2RxkMd8JBoKcJ39dps5r { width:47.75rem;height:0.125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqmypvZ5VPvoakSotHxriWlSmR4eo7d { width:43.125rem;height:1.25rem;top:9.625rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsIaA3od5mT2etkWorRQsxqP7hgdbec { display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOSmgEk54lHbM1CtBZ1DQ4h8TcaC1spQ { width:10.375rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nZ078ndBfvgAbkDaVGJBVzUtzZmy8O { display:block; }
 }@media only screen and (max-width: 763px) { #Nc9XmBFzNGkkfZrM56oWLpX6DyPcCWpN { width:17.8125rem;height:3.4375rem;top:1.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS77Q9hRgXcprnoRJhdGruQiPwdTARWL { display:block; }
 }@media only screen and (max-width: 763px) { #sHoidH2Lg1Z7l8Ui4o3SbUeBrhHJOhVI { top:1rem;left:21.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW { display:block; }#t6ILfwM1kpiFDJgSaiNNIxJeGa8dWAyW > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFOUrTxPqvWiwPWRiNRFGfbZPmM6Utvg { width:15rem;height:2.1875rem;top:1rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkbUPg9FfnoyoxU9gx2cmkUq2fpuMMKy { width:8.1875rem;height:1.46179375rem;top:4.0625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUIHBVu1u4tpbMUfyEgq7nmuMynJ6W1u { width:6.6875rem;height:1.625rem;top:4rem;left:9.0625rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J8Hsp9mbAm4ZJGtSb9gQ7zQKnt6gFuv2 { display:block; }
 }@media only screen and (max-width: 763px) { #VMoJWo67WD9CN4yPZsatb14Nr72Tp1W6 { width:11.25rem;height:2.6875rem;top:6.9375rem;left:0rem;font-size:0.75rem;font-weight:300;font-style:normal;font-family:"open sans";background-color:#c0a094;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TcwPeMT7RsKRybgB0iGy9yoU37QRspav { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhL4s1H1S9yTca4txvuDTeI4ahqisB2 { width:8.75rem;height:2.6875rem;top:6.9375rem;left:11.25rem;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fh83kdpIynoA5gyTrrqaJJOPKkSa1beB { display:block; }
 }@media only screen and (max-width: 763px) { #gpnvyUZnONPJsg37cyEsezhad5dsr8qX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c57263f-2188-46a7-b0a7-19f811e7cee1/IMG_2702.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX.adaptive-delivery-prevent-bg, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyload, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyloading { background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { background-color: transparent; background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .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); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1iSSSP95Dw2k1i20ITBBCvWmcBkeNTW { width:20rem;height:2.12524375rem;top:7.2894287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { width:5.125rem;height:5.125rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L1ufZ8NvBZwD9g1WVOrTAqncg7fNoNsX { width:20rem;height:0.99975625rem;top:5.12451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww8gauoRNtGaIait95pCefV9WA60dLT7 { width:20rem;height:2.687375rem;top:18.499755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XHhWz8TucOflRmWNA5retUKvPPfrti { width:20rem;height:6.25rem;top:10.038452148438rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTTfxfUUHc43i4GO4BWwoVbicpbrLNP { width:17.374875rem;height:3.999025rem;top:22.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIy3p54PqhAI7AVSEnOTkQcyuLrTV4s5 { width:20rem;height:0;top:28rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { background-color:#ddc8c0;background-image:none;display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { background-color: transparent; background-image: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .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); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH { background-color:#ffffff;background-image:none;display:block; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { background-color: transparent; background-image: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container > .video-iframe-container { display: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container { display: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .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); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { width:20rem;height:139.79009904234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLPafNdQ8OoIP6P5V8t9P7ZbxKKtTQB6 { width:20rem;height:2.27478125rem;top:2.62451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPwyzrTrazE33ZiuFCFLteSxScJvnyxQ { width:17.4359375rem;height:50.625rem;top:30.748291015625rem;left:1.28173828125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WmAdfoi16HzQgNbnmcLDE0MSOs2Nd3TR { width:20rem;height:3.75rem;top:84.559936523438rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOVRDgxSH0J7ivKw9ZqD6p4aVo8b8bRy { width:20rem;height:6.69250625rem;top:6.6241455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 { display:flex;width:18rem;height:5.0625rem;top:22.628784179688rem;left:0.374755859375rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #veSlyrDVwUJAEycUAflzQ3kAqVSBdySc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #hQ3f16HNsFqNIdeTSNn7bhNXh00hNgeh {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #WgyaDOAIXRdFOd49IaEZ0q2uEAIhsR51 {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #HFBsbWC6tp5ZfxHUXd9BVTe5VI8CZ4Pm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #WrvUbemgnaksTyHHdCAoWzLzT9m1ZCN9 {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #GEh22pgfGldA3xlJ8SlbJJakx72d4dHZ {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #thyvcMtwW74GAyfZaJn2GqiifpJtoeDL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #dZqNFh6eWnhTks1UCzTXRZam2uIKtq2G {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #ppixZLDTxTgQQLdBMaVO2KkBMZK2NiHV {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #zB9HXNzsbXxcbgK0HhbACo59NHDoq758 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #vRKQAp55K3qa3NiTLOBtRvcu6vd9by9c {  }
 }@media only screen and (max-width: 763px) { #dIlAQTWTZMNTxEpJXW8PHcu6w6OPFVo7 #pNihRShyXd1v7LLe8zokGvNUgrbf03Wr {  }
 }@media only screen and (max-width: 763px) { #OkP6R0H2xWtnMZFZOtvzinpR05HHAmBq { width:17.875rem;height:23.980162518904rem;top:114.55993652344rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvtMOC8E3fSPlN2STueJbMUuciXJxQw { width:17.8125rem;height:23.75rem;top:89.559936523438rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV { background-color:#000000;background-image:none;display:block; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { background-color: transparent; background-image: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row > .video-iframe-container { display: none; }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .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); }#SFtpv9H4gtpFJayBOaeoRDhLtBpfl2rV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), #ecd8cd);background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), #ecd8cd);background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), #ecd8cd);background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), #ecd8cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecd8cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecd8cd' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), #ecd8cd);background-size:cover !important;display:block; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container { background-color: transparent; background-image: none; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container > .video-iframe-container { display: none; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row > .video-iframe-container { display: none; }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .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); }#ZXwOXsOKx1tk36rOqxqs8qzG12yg8Tag > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJN8x1vVcAUWW8Mbe8IBxo6anVKa4Vxf { width:20rem;height:3.49975625rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yZkyiHJegbHVvScZxK9oX9Sby5Uidbh2 { width:12.687375rem;height:2.5rem;top:7.875rem;left:3.625rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#c8a79a;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnFfxhmrX9FOTBZOwzyB4nbJ0U1rZ5t { display:block; }
 }@media only screen and (max-width: 763px) { #kd6gLk6LkkhzwTWtUK8CQEbASppzhyuo { width:20rem;height:0.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAAtoO2GCTVc2RxkMd8JBoKcJ39dps5r { width:20rem;height:0.187378125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqmypvZ5VPvoakSotHxriWlSmR4eo7d { width:20rem;height:0;top:13.937255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kQsIaA3od5mT2etkWorRQsxqP7hgdbec { background-color:#000000;background-image:none;display:block; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { background-color: transparent; background-image: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row > .video-iframe-container { display: none; }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .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); }#kQsIaA3od5mT2etkWorRQsxqP7hgdbec > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOSmgEk54lHbM1CtBZ1DQ4h8TcaC1spQ { width:7.6875rem;height:3.4375rem;top:1.4375rem;left:7.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nZ078ndBfvgAbkDaVGJBVzUtzZmy8O { display:block; }
 }@media only screen and (max-width: 763px) { #Nc9XmBFzNGkkfZrM56oWLpX6DyPcCWpN { width:12.875rem;height:3.4375rem;top:3.375rem;left:7.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS77Q9hRgXcprnoRJhdGruQiPwdTARWL { display:block; }
 }@media only screen and (max-width: 763px) { #sHoidH2Lg1Z7l8Ui4o3SbUeBrhHJOhVI { width:6.375rem;height:6.375rem;top:0.96875rem;left:0rem;display:block; }
 }