.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:224,207,164;--color-primary-1:213,191,133;--color-primary-2:160,143,100;--color-primary-3:107,96,67;--color-primary-4:53,48,33;--color-secondary-0:255,255,255;--color-secondary-1:197,197,195;--color-secondary-2:140,139,136;--color-secondary-3:82,80,76;--color-secondary-4:24,22,16;--color-tertiary-0:255,255,255;--color-tertiary-1:191,191,191;--color-tertiary-2:128,128,128;--color-tertiary-3:64,64,64;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e07562c2-60b9-4c7d-9448-67abad2494f3/artefancy.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII.adaptive-delivery-prevent-bg, #pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII.lazyload, #pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII.lazyloading { background-image: none; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII > .row .container { border-width: 0; border-radius: 0; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII::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; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:none; }#TTZ5NNv8dn2a2ZAbTzw0Rpvt4IwPeWtQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:"playfair display";font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:14.8125rem;left:0rem;height:7.5625rem;display:block; }
#FvSWnx14qQzC1GqPcdT882NlFdZc0SEV { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:gantari;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:28.4375rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#sRe1uZ6sBEtWRxH52uw2uo7ONMXZEHGB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:7.75rem;top:2.1875rem;left:33.65625rem;overflow:hidden;display:block; }
#yillLv9nZ0nx5N29IWWooDg7fEGZBT3d { box-sizing:content-box;height:0.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;top:7.5625rem;left:0rem;display:block; }
#B6gWGe2JVG2kFbRCBRiDAW9ZDTMLpdV4 { box-sizing:content-box;height:0.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:7.5rem;left:43.9375rem;display:block; }
#PTxuhQgxaz0cb34qVIn7AUczF7tGd13Z { box-sizing:content-box;height:0.125rem;width:16.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32rem;left:1.3125rem;display:block; }
#agLodhv4NQ3owyihbA38n0BioVUvboN1 { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34rem;left:0rem;display:block; }
#Wtr8BBRz9dWaogR0xFrPPTRqeDVns0AL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdN1TPe4cdv3oNP7Z6hUwWTpTgypwS60 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:gantari;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:25.1875rem;left:0rem;height:3.5996125rem;font-style:normal;display:none; }
#TmTBDV2NNScAkmAPueqn8UDU140W3bWv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:14rem;top:14.8125rem;left:60.766674249317rem;overflow:hidden;display:block; }
#o4CVRdTNMKZFXwV7iLP7qH7lzfFPcia7 { 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:10.4375rem;width:23.75rem;top:14.8125rem;left:36.4833984375rem;overflow:hidden;display:block; }
#ncJTBuqlDq0q8hWAMMxVmoZsr1MEG7O4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:23.8125rem;top:26.0625rem;left:36.4521484375rem;overflow:hidden;display:block; }
#Z0FBmm1DHLWay6Xn9bQlZZehyDikpMUy { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34rem;left:17.9375rem;display:block; }
#Ss2yd9vMXb8dWtFrAaoykJEJTP9lmPx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cut2b7iHONGgec1wyGyTkTwirVw8O1aC { color:rgba(var(--color-primary-1),1);display:block;width:38.5625rem;position:absolute;font-family:"playfair display";font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:20.3125rem;left:0rem;height:4.261725rem;display:block; }
#NnJ5wT5Dn17L2KNzD0wTzM6bs5NZXIHs { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:23.33740234375rem;left:0rem;height:3.1621125rem;display:block; }
#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e07562c2-60b9-4c7d-9448-67abad2494f3/artefancy.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE.adaptive-delivery-prevent-bg, #iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE.lazyload, #iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE.lazyloading { background-image: none; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container { background-color: transparent; background-image: none; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.97); }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container > .video-iframe-container { display: none; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.97); }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row > .video-iframe-container { display: none; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .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); }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container { border-width: 0; border-radius: 0; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE::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; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#IVtqnDsLHmV8Z8JXINR294SAoSHzLvr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:15.1875rem;left:0rem;height:8.25rem;display:block; }
#LyOpgiHiDyHF2KLQaxxBsMPbt5C8Nv2X { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:gantari;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:24.875rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#sCP8RvQVh0yJONMuFDoT8K8rT5Vb6F2L { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:7.75rem;top:2.1875rem;left:33.65625rem;overflow:hidden;display:block; }
#TfKSqyCUS12SNb7Tfa09wI91S4Wnub2M { box-sizing:content-box;height:0.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;top:7.5625rem;left:0rem;display:block; }
#UCGfkU9aQ3LwKPl97qSUzpGP96azTo1Z { box-sizing:content-box;height:0.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:7.5rem;left:43.9375rem;display:block; }
#KbTT6U7mDTUGyIwQSyDZm3cdyiJCCQn2 { box-sizing:content-box;height:0.125rem;width:16.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;top:28.4375rem;left:1.3125rem;display:block; }
#SIa9Bax99uLtb7Te3JNpb48hmyynkGpk { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5625rem;left:0rem;display:block; }
#XyEgWV2D0rlTrQLeRiPCxnVabJnqFfCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3BTTklAPbgATcqnCF5y2P5KvBeA1MKM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:gantari;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:25.1875rem;left:0rem;height:3.5996125rem;font-style:normal;display:none; }
#WTyD9vKGTw9A72hQQR8461noGV7JvRmx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:12.5rem;top:15.1875rem;left:62.5rem;overflow:hidden;display:block; }
#QbSRdgAWe0OiTE7AiJWfp6FtAy96vGAV { 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:9.8125rem;width:20.875rem;top:15.1875rem;left:41.40625rem;overflow:hidden;display:block; }
#Zz9Tzq9yUUUg6J0FIBnGsASeaWTeZ2gB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:20.875rem;top:25.1875rem;left:41.40625rem;overflow:hidden;display:block; }
#MOb058SED9kdld35yMklwP3JnoTamNv8 { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.5625rem;left:17.9375rem;display:block; }
#ziULhVhfETqH5OvKMmb23TQHICDTA6Mg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b89c0527-48d3-4437-821d-1c67fb4ab7e3/DSC07614PoprawioneSzum.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe.adaptive-delivery-prevent-bg, #I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe.lazyload, #I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe.lazyloading { background-image: none; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container { background-color: transparent; background-image: none; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.72); }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container > .video-iframe-container { display: none; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.72); }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row > .video-iframe-container { display: none; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .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); }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container { border-width: 0; border-radius: 0; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe::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; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container { font-size:0.875rem;font-family:arial;height:93.625rem;width:75rem;position:relative;display:block; }#RkMhwsm2VN9HeLXPl0IEImK4542Jn6LU { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:11.875rem;left:2.1875rem;height:8.5488125rem;display:block; }
#iFhT88PJsZD50y8LyaxOkX1AGTWJ1NON { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:25.9375rem;left:35.1875rem;height:8.5488125rem;display:block; }
#rl35VMy9KO0v6bIgd6IwT0JHbTTB7s4m { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:40.875rem;left:2.1875rem;height:8.5488125rem;display:block; }
#DQwMdF6yTGlI0de19Ah62XlayMoUaECM { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:57.375rem;left:35.1875rem;height:11.3984375rem;display:block; }
#fyDHemREGx6saVlCi4llquzoOnRTfsEx { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:76.1875rem;left:2.1875rem;height:5.69921875rem;display:block; }
#dwwVIHGQEAi8TJNPUZhkSR6x2xQTDz32 { box-sizing:content-box;height:7.9375rem;width:0.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:12.25rem;left:0rem;display:block; }
#JftwyXXKbM6nWMetg9xoqxU2VI5kl0dH { box-sizing:content-box;height:7.9375rem;width:0.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:26.1875rem;left:33.0625rem;display:block; }
#Cti3RCODn07UA0hqRpBsGItumbVus0ge { box-sizing:content-box;height:10.5625rem;width:0.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:57.875rem;left:33.0625rem;display:block; }
#bKAp4rwWM3dVmakJ3PMqtbBypuIlaKbo { box-sizing:content-box;height:7.9375rem;width:0.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:41.125rem;left:0rem;display:block; }
#UvMbbr0kI8qv0t7Xs3mQEHSWerR66NyW { box-sizing:content-box;height:5.5rem;width:0.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:76.25rem;left:0rem;display:block; }
#vywXKewZdZmTXt5II2mUoz0uATbBRQRk { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:57.375rem;left:35.1875rem;height:11.3984375rem;display:none; }
#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container { background-color: transparent; background-image: none; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container > .video-iframe-container { display: none; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row > .video-iframe-container { display: none; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .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); }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container { border-width: 0; border-radius: 0; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#UaViB0PTcTiEZXnDmNhUQVsygDkK9uTH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:3.4375rem;left:37.5rem;height:6.2998125rem;display:block; }
#B1QSuT6fx1GsvQf816GuzkBe8htHiOym { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:37.5rem;height:2.92480625rem;font-style:normal;display:block; }
#TLHGqKhqwpBKRWsA1zIWslnlWfXJcpqL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:37.5rem;height:2.92480625rem;font-style:normal;display:block; }
#solNUJdMMG643PB1EvdPJxwXZRRTrMAe { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.125rem;left:37.5rem;height:2.92480625rem;font-style:normal;display:block; }
#NK3wfGD5PlQHtDr3iEQnUZaNyb4eDzSO { position:absolute;display:block;z-index:14999;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.0625rem 0.4375rem 1.9375rem rgba(var(--color-primary-1),0.13) ;height:31.875rem;width:20.6875rem;top:3.4375rem;left:7.1875rem;overflow:hidden;display:block; }
#yQ073PX4INMnxNdB51sS3DFIdm3qIqDy { box-sizing:content-box;height:0.125rem;width:5.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.52490234375rem;left:37.5rem;display:block; }
#S4s5Jd74p43eSwkTU5LpWbbFdQy8WQ8A { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.1875rem;left:37.5rem;display:block; }
#W18kVWE3Hx9Vz1uhChwtm84qeVowsMrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWGRPT1TZTbPmDOJIphB0xRiOTS1nCbX { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.1875rem;left:56.625rem;display:block; }
#h94QP1CuP0THFdNA9tTr11aZLqf79TMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container { background-color: transparent; background-image: none; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container > .video-iframe-container { display: none; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row > .video-iframe-container { display: none; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .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); }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container { border-width: 0; border-radius: 0; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#BtctL15SM32tXDABtHJKcJlbl6Fae8wZ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:3.23095703125rem;left:15.875rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/7d5a9218-921c-4874-9b0c-4417b6a3c8ea/IMG_20251130_171417B.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl.adaptive-delivery-prevent-bg, #dTvVQCOsSFLdspKfcA5oe3aTLudGebWl.lazyload, #dTvVQCOsSFLdspKfcA5oe3aTLudGebWl.lazyloading { background-image: none; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container { background-color: transparent; background-image: none; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container > .video-iframe-container { display: none; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row > .video-iframe-container { display: none; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .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); }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container { border-width: 0; border-radius: 0; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#SPVdi2O588E1RQS5wWZR4TbgFknHMozN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.625rem;left:30rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#caf0fDqWTW6L9sIVVdvIDQt181uopGSp { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.25rem;left:29.4375rem;display:block; }
#O181TGgOcscMFfOIxu19ETW71wgzQvEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUCzsoFwfiMF4ExE1WCvc79qnL2zshNz { box-sizing:content-box;height:15.9375rem;width:21.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.68);background-image:none;top:4.875rem;left:26.1875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#OTHci4OZ7PCo2M5cPrEHqqkbmylFHXuu { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.6630859375rem;left:19.34375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF { position:relative;display:block; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF { background-color: transparent; background-image: none; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row .container > .video-iframe-container { display: none; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row > .video-iframe-container { display: none; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .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); }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF { border-width: 0; border-radius: 0; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .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; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.625rem;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; }#UnsIScb55gOANt0JZq6wUH5AbOIAGmng { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.25rem;left:26rem;height:3.1499rem;text-align:left;text-align-last:left;display:block; }
#FobD0bNT8lBC99bwT6wAkGnsc5SzIz47 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:gantari;font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13rem;left:30.125rem;height:3.57470625rem;font-style:normal;display:block; }
#CoW8TrtZbeinriK3cIfMGsi5SvFrXsHg { box-sizing:content-box;height:0.125rem;width:16.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:16.5rem;left:30.125rem;display:block; }
#zJ4QAwl4ARDUftMwuHTI0THkAEmkRJmC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:2.875rem;left:2.1875rem;display:none; }
#fG27W6KfA70ZKs8lQPRKLTZwzZsKr1W3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.1875rem;left:25.4375rem; }
#BD4iVXNPTNqDcIlDrxLhH9JAPXp2WpRW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:9.3125rem;left:31.5rem;height:3.1499rem;text-align:left;text-align-last:left;display:block; }
#NCF9fpyqQkwldJ4k0zVE9eNDP4oSt2Hr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:5.5625rem;left:3.4375rem;display:none; }
#BRoEtTKbDCfuR94imc2ufnqayUsDO78T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BRoEtTKbDCfuR94imc2ufnqayUsDO78T > .row .container { border-width: 0; border-radius: 0; }#BRoEtTKbDCfuR94imc2ufnqayUsDO78T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRoEtTKbDCfuR94imc2ufnqayUsDO78T > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:none; }#LhVhTVekT6gaEfpNsUvNTS4552vH08gz { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:7.3125rem;left:0rem;height:7.19925rem;text-align:left;text-align-last:left;display:block; }
#FhVLlGXUuaG3sqUvSKLkVs54N6DAri3y { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#qcEXmTTf0sOfkeM7aIv4Enddve6Tkhx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#HhTyI5ZgwHd7dwfIcQxQTN8ZuAGEgN1r { 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: 0.0625rem 0.4375rem 1.9375rem rgba(var(--color-primary-1),0.13) ;height:31.875rem;width:21.25rem;top:3.4375rem;left:46.125rem;overflow:hidden;display:block; }
#w9uH6W0utV0EkTk35oRzIIOlgiDhdFfb { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.375rem;left:0rem;display:block; }
#s6goTkCKsuzhpDzZpwoAhrbVPMettUHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container { background-color: transparent; background-image: none; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container > .video-iframe-container { display: none; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row > .video-iframe-container { display: none; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .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); }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container { border-width: 0; border-radius: 0; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#lFTD81rb2QGxDg5u1TnVeR6rBqgN7bf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.625rem;left:30.96875rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#JE2eLmKF1BGJW1kxZXnDIaepJqehX0we { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#yCvcCqixPQZlePJQ0ZQ0fNXWbd7Nr1M7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:4.625rem;left:55.96875rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#vn7v0dDKPRTkzqo4hfkSkM93tdN8Cmec { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.224609375rem;left:4.40625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQJ7FQVuxwT5yz8lqKeMiXSTUZ1Aqd5A { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.224609375rem;left:28rem;height:1.4624rem;font-style:normal;display:block; }
#Ne47UgToAxxNWcAtJmydP8sLkzTDUy49 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.224609375rem;left:55.71875rem;height:1.4624rem;font-style:normal;display:block; }
#UDLQg4cqcorszQFCcipNzidVi8Ru5992 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/623e06c3-3dc1-4ebe-82c3-180811829d27/8.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; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992.adaptive-delivery-prevent-bg, #UDLQg4cqcorszQFCcipNzidVi8Ru5992.lazyload, #UDLQg4cqcorszQFCcipNzidVi8Ru5992.lazyloading { background-image: none; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container { background-color: transparent; background-image: none; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.75); }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container > .video-iframe-container { display: none; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.75); }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row > .video-iframe-container { display: none; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .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); }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container { border-width: 0; border-radius: 0; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992::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; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#pTkxFMVIehfxBgx3qIyE2HF9keWQ8nKC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:14.9375rem;left:0rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#mpbFHoWZrhATimXF6CltmeWWMlWHTxmD { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:gantari;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#J6ZHVHa8opqE7PH9vFmxt5otwsLEaROO { position:absolute;display:block;z-index:15004;height:25.875rem;width:35.625rem;top:5.5rem;left:39.375rem;display:block; }
#mPJrmIigp5szMAKgrET8JD2QH7iZVw3Q { box-sizing:content-box;height:0.125rem;width:5.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.375rem;left:7.9375rem;display:block; }
#BP4pwSh19GKeq8kHN8TPkdDi7qNDUyz4 { position:absolute;display:block;z-index:15004;height:25.875rem;width:35.625rem;top:5.5rem;left:39.375rem;display:none; }
#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container { background-color: transparent; background-image: none; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container > .video-iframe-container { display: none; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row > .video-iframe-container { display: none; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .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); }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container { border-width: 0; border-radius: 0; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#plGB5XPSttfIKd88SXVQ1GPbBNIrOrd4 { color:rgba(var(--color-secondary-4),1);display:block;width:41.25rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.125rem;left:16.875rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#t007tQgIM3qaCH8n3QkxLzK039dCaXiF { color:rgba(var(--color-secondary-4),1);display:block;width:41.25rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.125rem;left:16.875rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#VExshz6qByEXhtvRf1K25aGPO4thSnPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container { background-color: transparent; background-image: none; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container > .video-iframe-container { display: none; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row > .video-iframe-container { display: none; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .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); }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container { border-width: 0; border-radius: 0; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:75rem;position:relative;display:block; }#H2NELDPJTUTmHyGfXbiwTsTp7CKbM4Lz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:23.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Qg4CnULMQ2hLTfrMoHFDO7q1ECDThBD9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:23.9375rem;top:0rem;left:25.53125rem;overflow:hidden;display:block; }
#kQMkTqPQFTBoxqzmrxSOp8pevsxB2gVx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:23.9375rem;top:0rem;left:51.0625rem;overflow:hidden;display:block; }
#ZQUEQTRBBxnmnKWt1OGP6DBpfGXArVwl { 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:8.5625rem;width:23.9375rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#E1d7X1S30MphfaDLsWTbxNTUip3guQfb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:23.9375rem;top:19.1875rem;left:25.53125rem;overflow:hidden;display:block; }
#Wp9ZepkeJybufJw2uL5NW9xxXbgrTD4z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:23.9375rem;top:7.75rem;left:25.53125rem;overflow:hidden;display:block; }
#a7MXFoo3L8X1MarOA5s2UqPtW0eSmzi2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:23.9375rem;top:41.8125rem;left:0rem;overflow:hidden;display:block; }
#z92XVSJaUokCXD18lAxSiT2aDX2Dg8fd { 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:19.25rem;width:23.9375rem;top:37.375rem;left:25.53125rem;overflow:hidden;display:block; }
#NRrcTVExTxlUOpg0Bbh3ePT1ZaETzCUC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:23.9375rem;top:20.8125rem;left:0rem;overflow:hidden;display:block; }
#b2Q787sOtXPhQobEVH0OfZpubM7w8I7T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:23.9375rem;top:10.375rem;left:51.0625rem;overflow:hidden;display:block; }
#dLA0dMOk9bOOordwttEA0ExRfNVc9i63 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:23.9375rem;top:58.0625rem;left:25.53125rem;overflow:hidden;display:block; }
#fvyhigPQwO1NoC4kBnGrVWHm4zu9xQ6J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:23.9375rem;top:33.4375rem;left:51.0625rem;overflow:hidden;display:block; }
#VsLpcAqkyp8vxZW0XkImvMKtaBn2QPai { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:23.9375rem;top:57rem;left:51.0625rem;overflow:hidden;display:block; }
#C8xxTM2Tb5CR6tc0ax9d54mbckclDX83 { position:absolute;display:block;z-index:15017;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:8rem;width:23.9375rem;top:63.9375rem;left:0rem;overflow:hidden;display:block; }
#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e07562c2-60b9-4c7d-9448-67abad2494f3/artefancy.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd.adaptive-delivery-prevent-bg, #CAnGDZWfcacG8soILKSvGQOl3OtFoQJd.lazyload, #CAnGDZWfcacG8soILKSvGQOl3OtFoQJd.lazyloading { background-image: none; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd > .row .container { border-width: 0; border-radius: 0; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd::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; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:none; }#OvzS9p3vdmh3ZrXsazHL4qTM5074IGy4 { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0rem;height:6.2998125rem;text-align:left;text-align-last:left;display:block; }
#S0pW8QTIk6fmOLc64162Zdf9tN6LKD8v { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:gantari;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.3974609375rem;left:0rem;height:10.2363375rem;font-style:normal;display:block; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-form-header {  }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-regular-label { height:auto;display:block;font-family:gantari;font-size:1.125rem;font-weight:400;color:#faffff;width:31.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#faffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.875rem;box-sizing:border-box;height:2.5625rem;color:#231f20;font-size:0.875rem;overflow:hidden;font-family:"easy peasy";font-weight:300;font-style:normal; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-text {padding-top: 0; padding-bottom: 0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#faffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.875rem;box-sizing:border-box;height:4.375rem;color:#231f20;font-size:0.875rem;overflow:hidden;font-family:"easy peasy";font-weight:300;font-style:normal; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"easy peasy";font-size:1.125rem;overflow:hidden;font-weight:300;font-style:normal; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-select {padding-top: 0; padding-bottom: 0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11rem;margin-bottom:0.25rem;margin-left:11rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:9.875rem;height:2.875rem;font-family:gantari;overflow:hidden;font-style:normal; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW [class*="-text"]:-moz-placeholder { color:#126655;font-family:gantari;font-size:0.875rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW [class*="-text"]::-moz-placeholder { color:#126655;font-family:gantari;font-size:0.875rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW [class*="-text"]:-ms-input-placeholder { color:#126655;font-family:gantari;font-size:0.875rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW [class*="-text"]::-webkit-input-placeholder { color:#126655;font-family:gantari;font-size:0.875rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.5rem;overflow:hidden;font-style:normal; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-container:first-of-type{padding-top:0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-container:last-of-type{padding-bottom:0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW  { background-color:#2e2b25;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:5.1875rem;left:40.625rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.875rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-info-text { display:block;height:auto;font-family:gantari;font-size:0.75rem;line-height:1.3;font-weight:300;color:#faffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW {display:block;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW { background-color:#2e2b25;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:5.1875rem;left:40.625rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #G50tZC61yScD35BKiMxDuwcZ0gCVNE9A { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #mdGMvSqzgTzROJhkIC3sFyi4Q0UFNJsg { position:relative;display:block; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #BpFNcSRGiKFbTSTpmcVmvTt2C7UzF1Ay { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #FUu0tUatTAvqkTW1i64aAm2lz1GhT4JB { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #l20Gr3TvkWcEiLQltczPSeLFHsCpC9LJ { position:relative;display:block; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #E0WwPlTkQoN0GyFI9oETp8ry46surfbJ { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #c8quQWOQlUCeLbss7U4VzcrtqtQbQrHw { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #mXTuop4irE2ocB8h5neAw6olA4rlWSrd { position:relative;display:block; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #V0ShFact8gJFeGTKJWGgooQWdPEHJL5U { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #RSZ9V9Qw1HW18RAQn27rFZdNnT2QJtsN { position:relative;display:block;z-index:15000; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #TwOUXqUrdNql4bVH3XyUNcaE7U4CmT6t { position:relative;display:block;z-index:15000; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #CMJALTscwpv9IhiRsGcrlycJC2n3mnyV { position:relative; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #Zi3ibVxJTNPcvDc1UXvw4UNiEEQ5g1eu { position:relative; }
#na4iBNs90aP77FQmsWIxrWh2NSaIdSE9 { box-sizing:content-box;height:0.125rem;width:5.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:11.4248046875rem;left:11.5625rem;display:block; }
#Asda0MReRZu3rSpEHtVkRdpwND9WqPDv { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:11.9375rem;left:0rem;height:7.19925rem;text-align:left;text-align-last:left;display:none; }
#ix8akzS0gAU4ylp9ahw15tT6MXpGn7TV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:gantari;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:0rem;height:10.2363375rem;font-style:normal;display:none; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .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; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.525rem;padding-right:0.465625rem;padding-bottom:0.525rem;padding-left:0.465625rem;display:block;align-items:center;width:2.7925rem;min-width:2.7925rem;height:2.820625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.09875rem;font-weight:700;line-height:45.13px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .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.328125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.723125rem;height:1.115rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.786875rem;font-weight:400;line-height:17.84px;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; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.875rem;height:5.31375rem;padding-top:0.65625rem;padding-right:0.665rem;padding-bottom:0.65625rem;padding-left:0.665rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.9375rem;left:0rem;z-index:15014; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #WzExkIbCvxSgWgLCOZEZ8bEs0F8lZwZC { display:flex;position:relative;top:0rem;left:0rem; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #rB0pbVT5Zi8HbFLr8tNSIUST7XTKT8QF { width:auto; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #bcDT2wrvxzUZs2g1qknPhzBxnIHaSMMP {  }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #EDlKQwU8CooCJ4KOlZDzzQWGFqdz9uHz { display:flex;position:relative;top:0rem;left:0rem; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #Cses6XUNJH5pft6JBNf17yWEKnU4H7cq {  }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #t5VnZnWkizDTqLNLJtQvIprxsa4zhJUl {  }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #ATsXdLgp4Eckf4rHgdbsQBwJZI7v8hDe { display:flex;position:relative;top:0rem;left:0rem; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #rkoEO7nwozbrKZfkSHwKT78BWHVFDJK3 {  }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #hmsStknT3JhIoxf7zTFHLIwTGQLSzeEB {  }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #ancxPJdixhTWVR7eehFLfAlAk4O5PvTx { display:flex;position:relative;top:0rem;left:0rem; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #aQwL879RgyCuDTPvZkcCEw3W0FPqtyLe {  }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M #CTon0mUTDMydO4LUy6lw8tJLEg4SX3px {  }
#oM2K74xrZVSDJvrgvSCTbH2LGbt8z9Ev { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:gantari;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#z2A0TtUD8alZHbUAvwQZht6oGRp4scuS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:gantari;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:0rem;height:10.2363375rem;font-style:normal;display:none; }
#LQnsqH2gvfDmuednkucENzst6C74VP00 { position:relative;display:block; }#LQnsqH2gvfDmuednkucENzst6C74VP00 { background-color: transparent; background-image: none; }#LQnsqH2gvfDmuednkucENzst6C74VP00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row .container > .video-iframe-container { display: none; }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row > .video-iframe-container { display: none; }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .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); }#LQnsqH2gvfDmuednkucENzst6C74VP00 { border-width: 0; border-radius: 0; }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .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; }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;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; }#gs66wWAq7onHcy9mqO0iJv1b6mg61OaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:3.1499rem;text-align:left;text-align-last:left;display:block; }
#ETDu38ST06US77oCemiqbcyGvAcu5q90 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:gantari;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.849609375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#ftAcABMt2rE02cb3s3lSD4dx7QyEldn9 { box-sizing:content-box;height:0.125rem;width:16.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:11.7119140625rem;left:14.5rem;display:block; }
#NdfTUpw4VaDTfETKVhzk90antpSRpOs2 { background-color:rgba(var(--color-primary-1),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:gantari;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.31201171875rem;left:44.8310546875rem;display:block; }
#mMtS9DkM2JUgQDbrStapWmmJpdCkJRbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSmuKVEn3ZpJaIVDPfVvnfn9nUFB4OqN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:1.25rem;left:0rem;display:none; }
#aeZ7cEkD4J3VgtSOT4B649i1OK3HBv2G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.68701171875rem;left:37rem; }
#akgBV5feXi87c8SfDkmAVieCPL7bFkgM { position:relative;display:block; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM { background-color: transparent; background-image: none; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container > .video-iframe-container { display: none; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row > .video-iframe-container { display: none; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .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); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM { border-width: 0; border-radius: 0; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .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; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;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; }#PPOp7ZTlR65DsTmxVhqKV3pFERsThKex { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:7.75rem;top:15.4375rem;left:33.625rem;overflow:hidden;display:block; }
#btxZQBCubkHVZenZR2fNxNuT5WlTaOf7 { box-sizing:content-box;height:0.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(21deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-0),1));background-size:auto !important;top:22.0625rem;left:0rem;display:block; }
#BIKcSa3zKTtMvXRgUehkNfJJTeSv3EPi { box-sizing:content-box;height:0.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(1deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:22.0625rem;left:43.9375rem;display:block; }
#TH7HL3PuxXEOlhNySwIUfD0QBdWV01hl { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.5rem;left:19rem;height:6.2998125rem;text-align:center;text-align-last:center;display:block; }
#kTbkl5Kvz1K1Txwvro6fNhJQuqEObQ7R { background-color:rgba(var(--color-primary-1),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:gantari;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.125rem;left:29.28125rem;display:block; }
#dHO7kctvRVq0fca2flPexDCXQbqz3l2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXoqQ68m7GNLH6Ex8qXDvnw1VXzBhNp6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.5rem;left:19rem;height:6.2998125rem;text-align:center;text-align-last:center;display:none; }
#G6kqxi8vkc5ehINmTJQ8wVT7pqZG6hET { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.125rem;left:1.8125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII { display:block; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTZ5NNv8dn2a2ZAbTzw0Rpvt4IwPeWtQ { top:14.8125rem;left:0rem;width:34.75rem;height:7.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvSWnx14qQzC1GqPcdT882NlFdZc0SEV { top:28.4375rem;left:0rem;width:31.0625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRe1uZ6sBEtWRxH52uw2uo7ONMXZEHGB { top:2.1875rem;left:16.125rem;width:7.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yillLv9nZ0nx5N29IWWooDg7fEGZBT3d { top:7.5625rem;left:0rem;width:31.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6gWGe2JVG2kFbRCBRiDAW9ZDTMLpdV4 { top:7.5rem;left:16.6875rem;width:31.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxuhQgxaz0cb34qVIn7AUczF7tGd13Z { top:32rem;left:0rem;width:16.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agLodhv4NQ3owyihbA38n0BioVUvboN1 { width:16.4375rem;height:3.125rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtr8BBRz9dWaogR0xFrPPTRqeDVns0AL { display:block; }
 }@media only screen and (max-width: 763px) { #cdN1TPe4cdv3oNP7Z6hUwWTpTgypwS60 { top:26.25rem;left:0rem;width:20rem;height:5.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmTBDV2NNScAkmAPueqn8UDU140W3bWv { top:14.8125rem;left:33.75rem;width:14rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4CVRdTNMKZFXwV7iLP7qH7lzfFPcia7 { top:14.8125rem;left:0.125rem;width:23.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncJTBuqlDq0q8hWAMMxVmoZsr1MEG7O4 { top:26.0625rem;left:0.0625rem;width:23.8125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0FBmm1DHLWay6Xn9bQlZZehyDikpMUy { width:16.4375rem;height:3.125rem;top:34rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss2yd9vMXb8dWtFrAaoykJEJTP9lmPx0 { display:block; }
 }@media only screen and (max-width: 763px) { #cut2b7iHONGgec1wyGyTkTwirVw8O1aC { top:20.3125rem;left:0rem;width:38.5625rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnJ5wT5Dn17L2KNzD0wTzM6bs5NZXIHs { top:23.3125rem;left:0rem;width:38.5625rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE { display:block; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVtqnDsLHmV8Z8JXINR294SAoSHzLvr0 { top:15.1875rem;left:0rem;width:43.25rem;height:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyOpgiHiDyHF2KLQaxxBsMPbt5C8Nv2X { top:24.875rem;left:0rem;width:31.0625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCP8RvQVh0yJONMuFDoT8K8rT5Vb6F2L { top:2.1875rem;left:16.125rem;width:7.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfKSqyCUS12SNb7Tfa09wI91S4Wnub2M { top:7.5625rem;left:0rem;width:31.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCGfkU9aQ3LwKPl97qSUzpGP96azTo1Z { top:7.5rem;left:16.6875rem;width:31.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTT6U7mDTUGyIwQSyDZm3cdyiJCCQn2 { top:28.4375rem;left:0rem;width:16.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIa9Bax99uLtb7Te3JNpb48hmyynkGpk { width:16.4375rem;height:3.125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyEgWV2D0rlTrQLeRiPCxnVabJnqFfCL { display:block; }
 }@media only screen and (max-width: 763px) { #q3BTTklAPbgATcqnCF5y2P5KvBeA1MKM { top:26.25rem;left:0rem;width:20rem;height:5.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTyD9vKGTw9A72hQQR8461noGV7JvRmx { top:15.1875rem;left:35.25rem;width:12.5rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbSRdgAWe0OiTE7AiJWfp6FtAy96vGAV { top:15.1875rem;left:23.875rem;width:20.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9Tzq9yUUUg6J0FIBnGsASeaWTeZ2gB { top:25.1875rem;left:23.875rem;width:20.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOb058SED9kdld35yMklwP3JnoTamNv8 { width:16.4375rem;height:3.125rem;top:31.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziULhVhfETqH5OvKMmb23TQHICDTA6Mg { display:block; }
 }@media only screen and (max-width: 763px) { #I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe { display:block; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkMhwsm2VN9HeLXPl0IEImK4542Jn6LU { top:11.875rem;left:0rem;width:34.4375rem;height:8.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFhT88PJsZD50y8LyaxOkX1AGTWJ1NON { top:25.9375rem;left:10.25rem;width:37.5rem;height:8.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl35VMy9KO0v6bIgd6IwT0JHbTTB7s4m { top:40.875rem;left:0rem;width:40.3125rem;height:8.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQwMdF6yTGlI0de19Ah62XlayMoUaECM { top:57.375rem;left:8.3125rem;width:39.4375rem;height:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyDHemREGx6saVlCi4llquzoOnRTfsEx { top:76.1875rem;left:0rem;width:43.25rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwVIHGQEAi8TJNPUZhkSR6x2xQTDz32 { top:12.25rem;left:0rem;width:0.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JftwyXXKbM6nWMetg9xoqxU2VI5kl0dH { top:26.1875rem;left:19.4375rem;width:0.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cti3RCODn07UA0hqRpBsGItumbVus0ge { top:57.875rem;left:19.4375rem;width:0.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKAp4rwWM3dVmakJ3PMqtbBypuIlaKbo { top:41.125rem;left:0rem;width:0.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvMbbr0kI8qv0t7Xs3mQEHSWerR66NyW { top:76.25rem;left:0rem;width:0.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vywXKewZdZmTXt5II2mUoz0uATbBRQRk { top:52rem;left:0rem;width:18.125rem;height:14.125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X { display:block; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaViB0PTcTiEZXnDmNhUQVsygDkK9uTH { top:3.4375rem;left:17.9375rem;width:29.8125rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1QSuT6fx1GsvQf816GuzkBe8htHiOym { top:12.75rem;left:12.25rem;width:35.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHGqKhqwpBKRWsA1zIWslnlWfXJcpqL { top:16.5625rem;left:11.625rem;width:36.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #solNUJdMMG643PB1EvdPJxwXZRRTrMAe { top:21.125rem;left:12.25rem;width:35.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3wfGD5PlQHtDr3iEQnUZaNyb4eDzSO { top:3.4375rem;left:0rem;width:20.6875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ073PX4INMnxNdB51sS3DFIdm3qIqDy { top:6.5rem;left:23.875rem;width:5.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4s5Jd74p43eSwkTU5LpWbbFdQy8WQ8A { width:16.4375rem;height:3.125rem;top:27.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18kVWE3Hx9Vz1uhChwtm84qeVowsMrR { display:block; }
 }@media only screen and (max-width: 763px) { #xWGRPT1TZTbPmDOJIphB0xRiOTS1nCbX { width:16.4375rem;height:3.125rem;top:27.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94QP1CuP0THFdNA9tTr11aZLqf79TMn { display:block; }
 }@media only screen and (max-width: 763px) { #e072LWofqyFpKVZ8rzauM3fvwoZLGUFl { display:block; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtctL15SM32tXDABtHJKcJlbl6Fae8wZ { top:3.1875rem;left:2.25rem;width:43.25rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvVQCOsSFLdspKfcA5oe3aTLudGebWl { display:block; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPVdi2O588E1RQS5wWZR4TbgFknHMozN { top:5.625rem;left:9.6875rem;width:14.1875rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #caf0fDqWTW6L9sIVVdvIDQt181uopGSp { width:15.3125rem;height:2.8125rem;top:16.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O181TGgOcscMFfOIxu19ETW71wgzQvEt { display:block; }
 }@media only screen and (max-width: 763px) { #wUCzsoFwfiMF4ExE1WCvc79qnL2zshNz { top:4.875rem;left:2.0625rem;width:21.8125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHci4OZ7PCo2M5cPrEHqqkbmylFHXuu { top:13.625rem;left:0rem;width:35.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF { display:block; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnsIScb55gOANt0JZq6wUH5AbOIAGmng { top:4.25rem;left:12.375rem;width:23.625rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FobD0bNT8lBC99bwT6wAkGnsc5SzIz47 { top:13rem;left:16.5rem;width:17.75rem;height:3.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoW8TrtZbeinriK3cIfMGsi5SvFrXsHg { top:16.5rem;left:16.5rem;width:16.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ4QAwl4ARDUftMwuHTI0THkAEmkRJmC { top:2.875rem;left:0rem;width:15.625rem;height:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fG27W6KfA70ZKs8lQPRKLTZwzZsKr1W3 { top:13.1875rem;left:11.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD4iVXNPTNqDcIlDrxLhH9JAPXp2WpRW { top:9.3125rem;left:17.875rem;width:11.5rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCF9fpyqQkwldJ4k0zVE9eNDP4oSt2Hr { top:5.5625rem;left:0rem;width:13.125rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRoEtTKbDCfuR94imc2ufnqayUsDO78T { display:block; }#BRoEtTKbDCfuR94imc2ufnqayUsDO78T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhVhTVekT6gaEfpNsUvNTS4552vH08gz { top:7.3125rem;left:0rem;width:34.875rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVLlGXUuaG3sqUvSKLkVs54N6DAri3y { top:16.375rem;left:0rem;width:36.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcEXmTTf0sOfkeM7aIv4Enddve6Tkhx9 { top:21.875rem;left:0rem;width:35.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTyI5ZgwHd7dwfIcQxQTN8ZuAGEgN1r { top:3.4375rem;left:25.6875rem;width:21.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uH6W0utV0EkTk35oRzIIOlgiDhdFfb { width:16.4375rem;height:3.125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6goTkCKsuzhpDzZpwoAhrbVPMettUHR { display:block; }
 }@media only screen and (max-width: 763px) { #yIrzMdcTRwtSaTmZM94242bgDTwVDcEm { display:block; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFTD81rb2QGxDg5u1TnVeR6rBqgN7bf1 { top:4.625rem;left:17.28125rem;width:13.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE2eLmKF1BGJW1kxZXnDIaepJqehX0we { top:4.625rem;left:0rem;width:22.375rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCvcCqixPQZlePJQ0ZQ0fNXWbd7Nr1M7 { top:4.625rem;left:33.15625rem;width:13.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7v0dDKPRTkzqo4hfkSkM93tdN8Cmec { top:8.1875rem;left:0rem;width:13.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJ7FQVuxwT5yz8lqKeMiXSTUZ1Aqd5A { top:8.1875rem;left:12.75rem;width:19rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne47UgToAxxNWcAtJmydP8sLkzTDUy49 { top:8.1875rem;left:32.90625rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDLQg4cqcorszQFCcipNzidVi8Ru5992 { display:block; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTkxFMVIehfxBgx3qIyE2HF9keWQ8nKC { top:14.9375rem;left:0rem;width:30.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpbFHoWZrhATimXF6CltmeWWMlWHTxmD { top:19.625rem;left:0rem;width:33rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZHVHa8opqE7PH9vFmxt5otwsLEaROO { top:5.5rem;left:12.125rem;width:35.625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPJrmIigp5szMAKgrET8JD2QH7iZVw3Q { top:18.375rem;left:1.125rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP4pwSh19GKeq8kHN8TPkdDi7qNDUyz4 { top:5.5rem;left:12.125rem;width:35.625rem;height:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv { display:block; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plGB5XPSttfIKd88SXVQ1GPbBNIrOrd4 { top:7.125rem;left:3.25rem;width:41.25rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t007tQgIM3qaCH8n3QkxLzK039dCaXiF { top:4.125rem;left:0rem;width:20rem;height:8.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VExshz6qByEXhtvRf1K25aGPO4thSnPV { display:block; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2NELDPJTUTmHyGfXbiwTsTp7CKbM4Lz { top:0rem;left:0rem;width:23.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4CnULMQ2hLTfrMoHFDO7q1ECDThBD9 { top:0rem;left:7.8125rem;width:23.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQMkTqPQFTBoxqzmrxSOp8pevsxB2gVx { top:0rem;left:23.6875rem;width:23.9375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUEQTRBBxnmnKWt1OGP6DBpfGXArVwl { top:9.1875rem;left:0rem;width:23.9375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1d7X1S30MphfaDLsWTbxNTUip3guQfb { top:19.1875rem;left:7.8125rem;width:23.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp9ZepkeJybufJw2uL5NW9xxXbgrTD4z { top:7.75rem;left:7.8125rem;width:23.9375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7MXFoo3L8X1MarOA5s2UqPtW0eSmzi2 { top:41.8125rem;left:0rem;width:23.9375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z92XVSJaUokCXD18lAxSiT2aDX2Dg8fd { top:37.375rem;left:7.8125rem;width:23.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRrcTVExTxlUOpg0Bbh3ePT1ZaETzCUC { top:20.8125rem;left:0rem;width:23.9375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Q787sOtXPhQobEVH0OfZpubM7w8I7T { top:10.375rem;left:23.6875rem;width:23.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLA0dMOk9bOOordwttEA0ExRfNVc9i63 { top:58.0625rem;left:7.8125rem;width:23.9375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvyhigPQwO1NoC4kBnGrVWHm4zu9xQ6J { top:33.4375rem;left:23.6875rem;width:23.9375rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsLpcAqkyp8vxZW0XkImvMKtaBn2QPai { top:57rem;left:23.6875rem;width:23.9375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8xxTM2Tb5CR6tc0ax9d54mbckclDX83 { top:63.9375rem;left:0rem;width:23.9375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnGDZWfcacG8soILKSvGQOl3OtFoQJd { display:block; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvzS9p3vdmh3ZrXsazHL4qTM5074IGy4 { top:5.1875rem;left:0rem;width:37rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0pW8QTIk6fmOLc64162Zdf9tN6LKD8v { top:24.375rem;left:0rem;width:36.1875rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-regular-label { width:34.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-text { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-text {padding-top: 0; padding-bottom: 0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-textarea { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-select { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-select {padding-top: 0; padding-bottom: 0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.5625rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-checkbox-label { width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW  { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .radio-container { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW {display:block;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #G50tZC61yScD35BKiMxDuwcZ0gCVNE9A {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #mdGMvSqzgTzROJhkIC3sFyi4Q0UFNJsg { display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #BpFNcSRGiKFbTSTpmcVmvTt2C7UzF1Ay {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #FUu0tUatTAvqkTW1i64aAm2lz1GhT4JB {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #l20Gr3TvkWcEiLQltczPSeLFHsCpC9LJ { display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #E0WwPlTkQoN0GyFI9oETp8ry46surfbJ {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #c8quQWOQlUCeLbss7U4VzcrtqtQbQrHw {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #mXTuop4irE2ocB8h5neAw6olA4rlWSrd { display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #V0ShFact8gJFeGTKJWGgooQWdPEHJL5U {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #RSZ9V9Qw1HW18RAQn27rFZdNnT2QJtsN {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #TwOUXqUrdNql4bVH3XyUNcaE7U4CmT6t {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #CMJALTscwpv9IhiRsGcrlycJC2n3mnyV {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #Zi3ibVxJTNPcvDc1UXvw4UNiEEQ5g1eu {  }
 }@media only screen and (max-width: 763px) { #na4iBNs90aP77FQmsWIxrWh2NSaIdSE9 { top:11.375rem;left:4.75rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asda0MReRZu3rSpEHtVkRdpwND9WqPDv { top:3.4375rem;left:0rem;width:20rem;height:7.1875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix8akzS0gAU4ylp9ahw15tT6MXpGn7TV { top:11.6875rem;left:0rem;width:20rem;height:11.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .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; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .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; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M { display:flex;width:18rem;height:5.0625rem;top:14.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #WzExkIbCvxSgWgLCOZEZ8bEs0F8lZwZC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #rB0pbVT5Zi8HbFLr8tNSIUST7XTKT8QF {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #bcDT2wrvxzUZs2g1qknPhzBxnIHaSMMP {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #EDlKQwU8CooCJ4KOlZDzzQWGFqdz9uHz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #Cses6XUNJH5pft6JBNf17yWEKnU4H7cq {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #t5VnZnWkizDTqLNLJtQvIprxsa4zhJUl {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #ATsXdLgp4Eckf4rHgdbsQBwJZI7v8hDe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #rkoEO7nwozbrKZfkSHwKT78BWHVFDJK3 {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #hmsStknT3JhIoxf7zTFHLIwTGQLSzeEB {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #ancxPJdixhTWVR7eehFLfAlAk4O5PvTx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #aQwL879RgyCuDTPvZkcCEw3W0FPqtyLe {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #CTon0mUTDMydO4LUy6lw8tJLEg4SX3px {  }
 }@media only screen and (max-width: 763px) { #oM2K74xrZVSDJvrgvSCTbH2LGbt8z9Ev { top:13.5rem;left:0rem;width:36.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2A0TtUD8alZHbUAvwQZht6oGRp4scuS { top:19.0625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQnsqH2gvfDmuednkucENzst6C74VP00 { display:block; }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs66wWAq7onHcy9mqO0iJv1b6mg61OaQ { top:3.75rem;left:0rem;width:37rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDu38ST06US77oCemiqbcyGvAcu5q90 { top:8.8125rem;left:0rem;width:35.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAcABMt2rE02cb3s3lSD4dx7QyEldn9 { top:11.6875rem;left:0.875rem;width:16.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdfTUpw4VaDTfETKVhzk90antpSRpOs2 { width:21rem;height:4rem;top:8.25rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMtS9DkM2JUgQDbrStapWmmJpdCkJRbk { display:block; }
 }@media only screen and (max-width: 763px) { #eSmuKVEn3ZpJaIVDPfVvnfn9nUFB4OqN { top:1.25rem;left:0rem;width:18.4375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeZ7cEkD4J3VgtSOT4B649i1OK3HBv2G { top:7.625rem;left:23.375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akgBV5feXi87c8SfDkmAVieCPL7bFkgM { display:block; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPOp7ZTlR65DsTmxVhqKV3pFERsThKex { top:15.4375rem;left:20rem;width:7.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxZQBCubkHVZenZR2fNxNuT5WlTaOf7 { top:22.0625rem;left:0rem;width:31.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIKcSa3zKTtMvXRgUehkNfJJTeSv3EPi { top:22.0625rem;left:16.6875rem;width:31.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7HL3PuxXEOlhNySwIUfD0QBdWV01hl { top:1.5rem;left:5.375rem;width:37rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbkl5Kvz1K1Txwvro6fNhJQuqEObQ7R { width:16.4375rem;height:3.125rem;top:10.125rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHO7kctvRVq0fca2flPexDCXQbqz3l2o { display:block; }
 }@media only screen and (max-width: 763px) { #EXoqQ68m7GNLH6Ex8qXDvnw1VXzBhNp6 { top:1.5rem;left:5.375rem;width:37rem;height:6.25rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6kqxi8vkc5ehINmTJQ8wVT7pqZG6hET { top:9.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII { display:none; }#pVxUnvn1Ldql4rVSlmyLdFQNRnbzOqII > .row .container { width:20rem;height:64rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTZ5NNv8dn2a2ZAbTzw0Rpvt4IwPeWtQ { width:19.875rem;height:4.3994125rem;top:12.75rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvSWnx14qQzC1GqPcdT882NlFdZc0SEV { width:20rem;height:0;top:27.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sRe1uZ6sBEtWRxH52uw2uo7ONMXZEHGB { width:7.3125rem;height:10.25rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yillLv9nZ0nx5N29IWWooDg7fEGZBT3d { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6gWGe2JVG2kFbRCBRiDAW9ZDTMLpdV4 { width:20rem;height:0.0625rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTxuhQgxaz0cb34qVIn7AUczF7tGd13Z { width:18.125rem;height:0.25rem;top:32.37353515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agLodhv4NQ3owyihbA38n0BioVUvboN1 { width:16.4375rem;height:3.125rem;top:34.625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtr8BBRz9dWaogR0xFrPPTRqeDVns0AL { display:block; }
 }@media only screen and (max-width: 763px) { #cdN1TPe4cdv3oNP7Z6hUwWTpTgypwS60 { width:20rem;height:5.39941875rem;top:26.97412109375rem;left:0rem;font-size:1.5rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmTBDV2NNScAkmAPueqn8UDU140W3bWv { width:6.5rem;height:10.3125rem;top:66rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4CVRdTNMKZFXwV7iLP7qH7lzfFPcia7 { width:16.25rem;height:6.75rem;top:44.94775390625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncJTBuqlDq0q8hWAMMxVmoZsr1MEG7O4 { width:16.0625rem;height:7.4375rem;top:53.88525390625rem;left:1.96875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Z0FBmm1DHLWay6Xn9bQlZZehyDikpMUy { width:16.4375rem;height:3.125rem;top:39rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss2yd9vMXb8dWtFrAaoykJEJTP9lmPx0 { display:block; }
 }@media only screen and (max-width: 763px) { #cut2b7iHONGgec1wyGyTkTwirVw8O1aC { width:20rem;height:3.4375rem;top:16.39306640625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnJ5wT5Dn17L2KNzD0wTzM6bs5NZXIHs { width:20rem;height:3.91845625rem;top:19.83056640625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE { display:block; }#iBc6JevIiwD1f5PNkTieEhf9OyWCwlVE > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVtqnDsLHmV8Z8JXINR294SAoSHzLvr0 { width:18.1875rem;height:10.9985375rem;top:13.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyOpgiHiDyHF2KLQaxxBsMPbt5C8Nv2X { width:20rem;height:0;top:27.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCP8RvQVh0yJONMuFDoT8K8rT5Vb6F2L { width:7.3125rem;height:10.25rem;top:2.1875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfKSqyCUS12SNb7Tfa09wI91S4Wnub2M { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCGfkU9aQ3LwKPl97qSUzpGP96azTo1Z { width:20rem;height:0.0625rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbTT6U7mDTUGyIwQSyDZm3cdyiJCCQn2 { width:18.125rem;height:0.25rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIa9Bax99uLtb7Te3JNpb48hmyynkGpk { width:16.4375rem;height:3.125rem;top:39.9375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyEgWV2D0rlTrQLeRiPCxnVabJnqFfCL { display:block; }
 }@media only screen and (max-width: 763px) { #q3BTTklAPbgATcqnCF5y2P5KvBeA1MKM { width:20rem;height:5.39941875rem;top:26.5rem;left:0rem;font-size:1.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WTyD9vKGTw9A72hQQR8461noGV7JvRmx { width:12.5rem;height:19.75rem;top:57.6748046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbSRdgAWe0OiTE7AiJWfp6FtAy96vGAV { width:20rem;height:9.375rem;top:46.02490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9Tzq9yUUUg6J0FIBnGsASeaWTeZ2gB { width:10.9375rem;height:5.125rem;top:68.875rem;left:5.28125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MOb058SED9kdld35yMklwP3JnoTamNv8 { width:16.4375rem;height:3.125rem;top:34.9375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziULhVhfETqH5OvKMmb23TQHICDTA6Mg { display:block; }
 }@media only screen and (max-width: 763px) { #I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe { display:block; }#I2yP7qJDTyk0dIVhA5ZSQFpiF9yWxUZe > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkMhwsm2VN9HeLXPl0IEImK4542Jn6LU { width:16.9375rem;height:10.1245rem;top:4.125rem;left:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFhT88PJsZD50y8LyaxOkX1AGTWJ1NON { width:16.9375rem;height:8.099625rem;top:17.625rem;left:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl35VMy9KO0v6bIgd6IwT0JHbTTB7s4m { width:18.125rem;height:12.1494375rem;top:30.4375rem;left:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQwMdF6yTGlI0de19Ah62XlayMoUaECM { width:18.125rem;height:0;top:52rem;left:1.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyDHemREGx6saVlCi4llquzoOnRTfsEx { width:16.0625rem;height:8.099625rem;top:67.8125rem;left:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwVIHGQEAi8TJNPUZhkSR6x2xQTDz32 { width:0.5625rem;height:10.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JftwyXXKbM6nWMetg9xoqxU2VI5kl0dH { width:0.5625rem;height:7.9375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cti3RCODn07UA0hqRpBsGItumbVus0ge { width:0.5625rem;height:14.625rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKAp4rwWM3dVmakJ3PMqtbBypuIlaKbo { width:0.5625rem;height:12.375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvMbbr0kI8qv0t7Xs3mQEHSWerR66NyW { width:0.5625rem;height:8rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vywXKewZdZmTXt5II2mUoz0uATbBRQRk { width:18.125rem;height:14.17430625rem;top:47.8125rem;left:1.875rem;font-size:1.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X { display:block; }#UeZ4k4MZaFSkPWKMsAfelyHTOuTngF0X > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaViB0PTcTiEZXnDmNhUQVsygDkK9uTH { width:20rem;height:4.79980625rem;top:33.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1QSuT6fx1GsvQf816GuzkBe8htHiOym { width:19.5rem;height:5.8496125rem;top:39.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHGqKhqwpBKRWsA1zIWslnlWfXJcpqL { width:17.3125rem;height:7.312rem;top:46.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #solNUJdMMG643PB1EvdPJxwXZRRTrMAe { width:19.1875rem;height:4.38720625rem;top:55.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3wfGD5PlQHtDr3iEQnUZaNyb4eDzSO { width:19.5rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ073PX4INMnxNdB51sS3DFIdm3qIqDy { width:3.875rem;height:0.125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4s5Jd74p43eSwkTU5LpWbbFdQy8WQ8A { width:16.4375rem;height:3.125rem;top:62.625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18kVWE3Hx9Vz1uhChwtm84qeVowsMrR { display:block; }
 }@media only screen and (max-width: 763px) { #xWGRPT1TZTbPmDOJIphB0xRiOTS1nCbX { width:16.4375rem;height:3.125rem;top:67rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94QP1CuP0THFdNA9tTr11aZLqf79TMn { display:block; }
 }@media only screen and (max-width: 763px) { #e072LWofqyFpKVZ8rzauM3fvwoZLGUFl { display:block; }#e072LWofqyFpKVZ8rzauM3fvwoZLGUFl > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtctL15SM32tXDABtHJKcJlbl6Fae8wZ { width:20rem;height:2.3999rem;top:1.5810546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvVQCOsSFLdspKfcA5oe3aTLudGebWl { display:block; }#dTvVQCOsSFLdspKfcA5oe3aTLudGebWl > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPVdi2O588E1RQS5wWZR4TbgFknHMozN { width:16.8125rem;height:2.3999rem;top:3.25rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #caf0fDqWTW6L9sIVVdvIDQt181uopGSp { width:15.3125rem;height:2.8125rem;top:8.5625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O181TGgOcscMFfOIxu19ETW71wgzQvEt { display:block; }
 }@media only screen and (max-width: 763px) { #wUCzsoFwfiMF4ExE1WCvc79qnL2zshNz { width:19.75rem;height:10.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHci4OZ7PCo2M5cPrEHqqkbmylFHXuu { width:20rem;height:1.4624rem;top:6.3115234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF { display:block; }#TNFQqDdaNmhFMdEILeuF4BQ4RdJmldiF > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnsIScb55gOANt0JZq6wUH5AbOIAGmng { width:20rem;height:auto;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FobD0bNT8lBC99bwT6wAkGnsc5SzIz47 { width:14.6875rem;height:3.0058625rem;top:9.625rem;left:4.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoW8TrtZbeinriK3cIfMGsi5SvFrXsHg { width:14.0625rem;height:0.125rem;top:12.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ4QAwl4ARDUftMwuHTI0THkAEmkRJmC { top:3.125rem;left:1.75rem;width:16.5rem;height:2.5996125rem;z-index:15009;color:#ffffff;font-size:2rem;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-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #fG27W6KfA70ZKs8lQPRKLTZwzZsKr1W3 { display:flex;width:3.125rem;height:3.125rem;top:9.6875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #BD4iVXNPTNqDcIlDrxLhH9JAPXp2WpRW { width:11.5rem;height:auto;top:9.3125rem;left:4.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NCF9fpyqQkwldJ4k0zVE9eNDP4oSt2Hr { top:7.0625rem;left:6.3125rem;width:7.4375rem;height:2.03125rem;z-index:15010;color:#ffffff;font-size:1.5625rem;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-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #BRoEtTKbDCfuR94imc2ufnqayUsDO78T { display:none; }#BRoEtTKbDCfuR94imc2ufnqayUsDO78T > .row .container { width:20rem;height:63.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LhVhTVekT6gaEfpNsUvNTS4552vH08gz { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVLlGXUuaG3sqUvSKLkVs54N6DAri3y { width:19.875rem;height:8.77441875rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcEXmTTf0sOfkeM7aIv4Enddve6Tkhx9 { width:20rem;height:7.3120125rem;top:17.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTyI5ZgwHd7dwfIcQxQTN8ZuAGEgN1r { width:20rem;height:30rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uH6W0utV0EkTk35oRzIIOlgiDhdFfb { width:16.4375rem;height:3.125rem;top:26.375rem;left:1.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6goTkCKsuzhpDzZpwoAhrbVPMettUHR { display:block; }
 }@media only screen and (max-width: 763px) { #yIrzMdcTRwtSaTmZM94242bgDTwVDcEm { display:block; }#yIrzMdcTRwtSaTmZM94242bgDTwVDcEm > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFTD81rb2QGxDg5u1TnVeR6rBqgN7bf1 { width:13.0625rem;height:2.8496125rem;top:12.0625rem;left:3.5rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JE2eLmKF1BGJW1kxZXnDIaepJqehX0we { width:20rem;height:2.8496125rem;top:3.9375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCvcCqixPQZlePJQ0ZQ0fNXWbd7Nr1M7 { width:13.0625rem;height:2.8496125rem;top:19rem;left:3.5rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vn7v0dDKPRTkzqo4hfkSkM93tdN8Cmec { width:13.5625rem;height:2.92480625rem;top:7.0625rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQJ7FQVuxwT5yz8lqKeMiXSTUZ1Aqd5A { width:19rem;height:1.4624rem;top:15.25rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne47UgToAxxNWcAtJmydP8sLkzTDUy49 { width:13.5625rem;height:1.4624rem;top:22.5rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDLQg4cqcorszQFCcipNzidVi8Ru5992 { display:block; }#UDLQg4cqcorszQFCcipNzidVi8Ru5992 > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTkxFMVIehfxBgx3qIyE2HF9keWQ8nKC { width:20rem;height:2.3999rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpbFHoWZrhATimXF6CltmeWWMlWHTxmD { width:20rem;height:3.4121125rem;top:8.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZHVHa8opqE7PH9vFmxt5otwsLEaROO { width:20rem;height:28.125rem;top:13.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPJrmIigp5szMAKgrET8JD2QH7iZVw3Q { width:5.875rem;height:0.125rem;top:6.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP4pwSh19GKeq8kHN8TPkdDi7qNDUyz4 { width:20rem;height:14.1875rem;top:13.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv { display:block; }#NagA9b9tv3AaQ3bDiTyB3uym7M94Bkpv > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plGB5XPSttfIKd88SXVQ1GPbBNIrOrd4 { width:20rem;height:0;top:3.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t007tQgIM3qaCH8n3QkxLzK039dCaXiF { width:20rem;height:8.3984375rem;top:3.625rem;left:0rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VExshz6qByEXhtvRf1K25aGPO4thSnPV { display:block; }#VExshz6qByEXhtvRf1K25aGPO4thSnPV > .row .container { width:20rem;height:179.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2NELDPJTUTmHyGfXbiwTsTp7CKbM4Lz { width:20rem;height:5.5352480417754rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4CnULMQ2hLTfrMoHFDO7q1ECDThBD9 { width:20rem;height:4.6997389033943rem;top:58.986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQMkTqPQFTBoxqzmrxSOp8pevsxB2gVx { width:20rem;height:6.7362924281981rem;top:118.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUEQTRBBxnmnKWt1OGP6DBpfGXArVwl { width:20rem;height:7.1540469973888rem;top:8.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1d7X1S30MphfaDLsWTbxNTUip3guQfb { width:20rem;height:13.315926892951rem;top:73.861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp9ZepkeJybufJw2uL5NW9xxXbgrTD4z { width:20rem;height:7.6762402088775rem;top:64.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7MXFoo3L8X1MarOA5s2UqPtW0eSmzi2 { width:20rem;height:16.501305483029rem;top:33.3017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z92XVSJaUokCXD18lAxSiT2aDX2Dg8fd { width:20rem;height:16.083550913838rem;top:88.4267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRrcTVExTxlUOpg0Bbh3ePT1ZaETzCUC { width:20rem;height:15.613577023499rem;top:16.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Q787sOtXPhQobEVH0OfZpubM7w8I7T { width:20rem;height:17.545691906005rem;top:126.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLA0dMOk9bOOordwttEA0ExRfNVc9i63 { width:20rem;height:11.540469973891rem;top:105.759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvyhigPQwO1NoC4kBnGrVWHm4zu9xQ6J { width:20rem;height:18.067885117494rem;top:145.330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsLpcAqkyp8vxZW0XkImvMKtaBn2QPai { width:20rem;height:12.428198433421rem;top:164.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8xxTM2Tb5CR6tc0ax9d54mbckclDX83 { width:20rem;height:6.6840731070494rem;top:51.052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnGDZWfcacG8soILKSvGQOl3OtFoQJd { display:none; }#CAnGDZWfcacG8soILKSvGQOl3OtFoQJd > .row .container { width:20rem;height:83.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OvzS9p3vdmh3ZrXsazHL4qTM5074IGy4 { width:20rem;height:0;top:3.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S0pW8QTIk6fmOLc64162Zdf9tN6LKD8v { width:20rem;height:0;top:12.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;height:auto;background-color:transparent;background-image:none;font-family:lato;font-size:0.875rem;overflow:hidden;display:block; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-text {padding-top: 0; padding-bottom: 0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-select {padding-top: 0; padding-bottom: 0;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-input-button { width:5.375rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:6.0625rem;font-family:lato; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW  { width:17.5rem;height:auto;top:35.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW .widget-info-text { text-align:center;text-align-last:center; }
#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW {display:block;}#FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW { width:17.5rem;height:auto;top:35.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #G50tZC61yScD35BKiMxDuwcZ0gCVNE9A {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #mdGMvSqzgTzROJhkIC3sFyi4Q0UFNJsg { display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #BpFNcSRGiKFbTSTpmcVmvTt2C7UzF1Ay {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #FUu0tUatTAvqkTW1i64aAm2lz1GhT4JB {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #l20Gr3TvkWcEiLQltczPSeLFHsCpC9LJ { display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #E0WwPlTkQoN0GyFI9oETp8ry46surfbJ {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #c8quQWOQlUCeLbss7U4VzcrtqtQbQrHw {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #mXTuop4irE2ocB8h5neAw6olA4rlWSrd { display:block; }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #V0ShFact8gJFeGTKJWGgooQWdPEHJL5U {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #RSZ9V9Qw1HW18RAQn27rFZdNnT2QJtsN {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #TwOUXqUrdNql4bVH3XyUNcaE7U4CmT6t {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #CMJALTscwpv9IhiRsGcrlycJC2n3mnyV {  }
 }@media only screen and (max-width: 763px) { #FxOKEJQw9CbIPEhg9ydJ8q7IRXKOBnrW #Zi3ibVxJTNPcvDc1UXvw4UNiEEQ5g1eu {  }
 }@media only screen and (max-width: 763px) { #na4iBNs90aP77FQmsWIxrWh2NSaIdSE9 { width:5.875rem;height:0.125rem;top:9.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asda0MReRZu3rSpEHtVkRdpwND9WqPDv { width:20rem;height:7.19970625rem;top:2.42578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ix8akzS0gAU4ylp9ahw15tT6MXpGn7TV { width:20rem;height:11.69921875rem;top:22.318359375rem;left:0rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .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; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M .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; }
#pcaGeFpHQkSGysps22uZddNQPcNo3T9M { display:flex;width:18rem;height:5.0625rem;top:14.1875rem;left:0.33447265625rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #WzExkIbCvxSgWgLCOZEZ8bEs0F8lZwZC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #rB0pbVT5Zi8HbFLr8tNSIUST7XTKT8QF {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #bcDT2wrvxzUZs2g1qknPhzBxnIHaSMMP {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #EDlKQwU8CooCJ4KOlZDzzQWGFqdz9uHz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #Cses6XUNJH5pft6JBNf17yWEKnU4H7cq {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #t5VnZnWkizDTqLNLJtQvIprxsa4zhJUl {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #ATsXdLgp4Eckf4rHgdbsQBwJZI7v8hDe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #rkoEO7nwozbrKZfkSHwKT78BWHVFDJK3 {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #hmsStknT3JhIoxf7zTFHLIwTGQLSzeEB {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #ancxPJdixhTWVR7eehFLfAlAk4O5PvTx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #aQwL879RgyCuDTPvZkcCEw3W0FPqtyLe {  }
 }@media only screen and (max-width: 763px) { #pcaGeFpHQkSGysps22uZddNQPcNo3T9M #CTon0mUTDMydO4LUy6lw8tJLEg4SX3px {  }
 }@media only screen and (max-width: 763px) { #oM2K74xrZVSDJvrgvSCTbH2LGbt8z9Ev { width:20rem;height:auto;top:13.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2A0TtUD8alZHbUAvwQZht6oGRp4scuS { width:18.1875rem;height:1.4624rem;top:11.9130859375rem;left:0.34375rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LQnsqH2gvfDmuednkucENzst6C74VP00 { display:block; }#LQnsqH2gvfDmuednkucENzst6C74VP00 > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs66wWAq7onHcy9mqO0iJv1b6mg61OaQ { width:20rem;height:auto;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ETDu38ST06US77oCemiqbcyGvAcu5q90 { width:20rem;height:5.8496125rem;top:4.93701171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAcABMt2rE02cb3s3lSD4dx7QyEldn9 { width:14.0625rem;height:0.125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdfTUpw4VaDTfETKVhzk90antpSRpOs2 { width:16.375rem;height:3.0625rem;top:13.162109375rem;left:1.8125rem;font-weight:400;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mMtS9DkM2JUgQDbrStapWmmJpdCkJRbk { display:block; }
 }@media only screen and (max-width: 763px) { #eSmuKVEn3ZpJaIVDPfVvnfn9nUFB4OqN { top:2rem;left:0rem;width:18.4375rem;height:2.03125rem;z-index:15009;color:#ffffff;font-size:1.5625rem;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-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #aeZ7cEkD4J3VgtSOT4B649i1OK3HBv2G { display:flex;width:3.8125rem;height:3.8125rem;top:12.787109375rem;left:8.09375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #akgBV5feXi87c8SfDkmAVieCPL7bFkgM { display:block; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM { background-color: transparent; background-image: none; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container > .video-iframe-container { display: none; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row > .video-iframe-container { display: none; }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .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); }#akgBV5feXi87c8SfDkmAVieCPL7bFkgM > .row .container { width:20rem;height:29.1875rem;background-color:#101811;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPOp7ZTlR65DsTmxVhqKV3pFERsThKex { width:7.75rem;height:10.6875rem;top:13.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxZQBCubkHVZenZR2fNxNuT5WlTaOf7 { width:20rem;height:0.0625rem;top:22.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIKcSa3zKTtMvXRgUehkNfJJTeSv3EPi { width:20rem;height:0.0625rem;top:65.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH7HL3PuxXEOlhNySwIUfD0QBdWV01hl { width:20rem;height:auto;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kTbkl5Kvz1K1Txwvro6fNhJQuqEObQ7R { width:16.4375rem;height:3.125rem;top:8rem;left:1.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHO7kctvRVq0fca2flPexDCXQbqz3l2o { display:block; }
 }@media only screen and (max-width: 763px) { #EXoqQ68m7GNLH6Ex8qXDvnw1VXzBhNp6 { width:19.9375rem;height:0;top:47.875rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #G6kqxi8vkc5ehINmTJQ8wVT7pqZG6hET { top:2.25rem;left:0.78125rem;width:18.4375rem;height:4.0625rem;z-index:15008;color:#ffffff;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }