.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:219,251,220;--color-primary-1:135,242,138;--color-primary-2:14,229,20;--color-primary-3:7,115,10;--color-primary-4:2,34,3;--color-secondary-0:241,224,234;--color-secondary-1:210,151,185;--color-secondary-2:164,46,114;--color-secondary-3:82,23,57;--color-secondary-4:25,7,17;--color-tertiary-0:241,224,234;--color-tertiary-1:210,151,185;--color-tertiary-2:164,46,114;--color-tertiary-3:82,23,57;--color-tertiary-4:25,7,17;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDPNawidac4xfCR5lwercw5ealLKJ8sW { position:relative;display:block; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW { background-color: transparent; background-image: none; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row .container > .video-iframe-container { display: none; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row > .video-iframe-container { display: none; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .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); }#kDPNawidac4xfCR5lwercw5ealLKJ8sW { border-width: 0; border-radius: 0; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .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; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zEuyT52NG3nMrG4Tzy4XsnyrTTcu2zyX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:37.8125rem;top:0.6875rem;left:11.09375rem;overflow:hidden;display:block; }
#xuQcrchchTa5GPqfQeNwnNpJfEdJvh4q { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:27.5rem;top:16.6875rem;left:16.1875rem;display:block; }
#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container { background-color: transparent; background-image: none; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container > .video-iframe-container { display: none; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row > .video-iframe-container { display: none; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .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); }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container { border-width: 0; border-radius: 0; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#bPxp7y6STfGbWanT8zgfVrURPsaRTzwO { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.931640625rem;left:5.125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.64);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; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { background-color: transparent; background-image: none; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container > .video-iframe-container { display: none; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row > .video-iframe-container { display: none; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .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); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { border-width: 0; border-radius: 0; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#XZzJmGTxmzbI9d89T53aiw9BKSlblzfu { color:#000000;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:3.9375rem;left:6.1875rem;height:12.59864375rem;font-style:normal;display:block; }
#KzKtBuEyy7iOXg782UH4H3WufJHFu8Oc { color:rgba(var(--color-tertiary-2),1);display:block;width:44.625rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.53564453125rem;left:6.1875rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGvgIWUwV5TNOGpzKWVte3dNqgKJLCl2 { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:20.76025390625rem;left:6.1875rem;height:7.199225rem;font-style:normal;display:block; }
#ySW7sg5TNfvN6QB2P7enngFfWq4Jh4mi { color:#000000;display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:27.95947265625rem;left:6.1875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGTxMakkbUzGSXmEfpD9aEqdaBdxgAoX { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.875rem;left:12.3125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.adaptive-delivery-prevent-bg, #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.lazyload, #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.lazyloading { background-image: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { background-color: transparent; background-image: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container > .video-iframe-container { display: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container { display: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .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); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { border-width: 0; border-radius: 0; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu::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; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#wwgsHwF2ym7FyfOD6u7ZSUBuZMoQ2Gqp { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.53125rem;left:5.21875rem;height:11.3745rem;text-align:center;text-align-last:center;display:block; }
#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L { position:relative;display:block; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L { background-color: transparent; background-image: none; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row .container > .video-iframe-container { display: none; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row > .video-iframe-container { display: none; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .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); }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L { border-width: 0; border-radius: 0; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .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; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y2U7JbtbLwch6CLNmzHWlzHkIhRF0SWH { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:5.5rem;left:2.46875rem;height:21.59766875rem;display:block; }
#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f { position:relative;display:block; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f { background-color: transparent; background-image: none; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row .container > .video-iframe-container { display: none; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row > .video-iframe-container { display: none; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .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); }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f { border-width: 0; border-radius: 0; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .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; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FSD3mNe0BqvvHl9g1bOXbTy2S59udTc0 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:17.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#eizhpKk8hVfUBrJ4aErG0Ovzu2pE3cJd { z-index:15006;top:19.1875rem;left:24rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #f4eb0f;border-left:0.0625rem solid #f4eb0f;border-right:0.0625rem solid #f4eb0f;border-bottom:0.0625rem solid #f4eb0f;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #e8d1ff ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N7P1sv9fpZkTlDxbXITo2btU77KinCEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0BZo1JW75BuKxz0wKhAWusJX2kOeq30 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:14.625rem;left:19.0625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#a9yTdH3mixnuhTLN5TFx4eZnHizoeoqi { position:absolute;display:block;z-index:15001;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.5625rem;width:33.3125rem;top:0rem;left:13.34375rem;overflow:hidden;display:block; }
#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK { position:relative;display:block; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK { background-color: transparent; background-image: none; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row .container > .video-iframe-container { display: none; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row > .video-iframe-container { display: none; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .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); }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK { border-width: 0; border-radius: 0; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .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; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hEzcg8227TRe4m3SfHd8JxE2RXuuGebQ { color:rgba(var(--color-tertiary-2),1);display:block;width:51rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:4.5rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQ4pygyZTHvEkK377E0LHgmVHh53t6BH { color:rgba(var(--color-tertiary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.224609375rem;left:8.65625rem;height:19.7978625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.adaptive-delivery-prevent-bg, #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.lazyload, #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.lazyloading { background-image: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { background-color: transparent; background-image: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container > .video-iframe-container { display: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container { display: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .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); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { border-width: 0; border-radius: 0; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon::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; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#eL2fOBx7SMheD05pHDWyK5Cb82pDULTu { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4.625rem;left:5.21875rem;height:11.3745rem;text-align:center;text-align-last:center;display:block; }
#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l { position:relative;display:block; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l { background-color: transparent; background-image: none; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row .container > .video-iframe-container { display: none; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row > .video-iframe-container { display: none; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .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); }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l { border-width: 0; border-radius: 0; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .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; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EAAIsTLpFormb3q2M6G3lwvcySsCAles { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.1875rem;left:8.5625rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3Qz2dEkwDXnMmoZeysZo6xDmCJoqe7e { color:#000000;display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:9.1064453125rem;left:1rem;height:17.9980625rem;display:block; }
#DBuu5hTnChDoocqBN0P9baaToLFG2FPK { z-index:15007;top:45.25rem;left:24rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #f4eb0f;border-left:0.0625rem solid #f4eb0f;border-right:0.0625rem solid #f4eb0f;border-bottom:0.0625rem solid #f4eb0f;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #e8d1ff ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lgXMRJp8XUeyTZzWqF2QIrclsMXnVNJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rCEPGxAscqwrTTV88QPveuvnq62Lkn3L { position:absolute;display:block;z-index:15002;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.5625rem;width:33.3125rem;top:28.125rem;left:13.375rem;overflow:hidden;display:block; }
#G6M6xEnPfT7NGRUDCZ0BcrXPG1L5xUUb { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:48.6875rem;left:17.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#DSs3X0UU3xPLl8KOST4cTnI10I6iPm7h { position:absolute;display:block;z-index:15001;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:20.125rem;width:30.25rem;top:7.98193359375rem;left:14.875rem;overflow:hidden;display:block; }
#iwcm4PsgG2HqUCCNWis1ol7OlPDxcT3P { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:32.25rem;top:6.32568359375rem;left:13.875rem;display:block; }
#WF7QS5vcOfx7t0yfHNqMR7zIXeTcAbXJ { color:rgba(var(--color-tertiary-2),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:42.625rem;left:12.34375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 { position:relative;display:block; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 { background-color: transparent; background-image: none; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row .container > .video-iframe-container { display: none; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row > .video-iframe-container { display: none; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .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); }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 { border-width: 0; border-radius: 0; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .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; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OrIADa47fqulQD4dM1G9RXAeM8HcgvHm { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:8.3125rem;left:3.375rem;height:13.38478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0U1ZAbH7GckINkiuefza8qALR86hcmy { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:21.69677734375rem;left:13.75rem;height:7.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#y0U1ZAbH7GckINkiuefza8qALR86hcmy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y0U1ZAbH7GckINkiuefza8qALR86hcmy li:before{  }
#gfwZJrRRxTuKDNAOL8H2daFXREZMrGAg { color:rgba(var(--color-tertiary-2),1);display:block;width:51rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.adaptive-delivery-prevent-bg, #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.lazyload, #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.lazyloading { background-image: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { background-color: transparent; background-image: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container > .video-iframe-container { display: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container { display: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .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); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { border-width: 0; border-radius: 0; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk::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; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#pebukOlcBniwThNf0pN9mxpr89a3lWcS { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.15625rem;left:5.21875rem;height:11.3745rem;text-align:center;text-align-last:center;display:block; }
#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container { background-color: transparent; background-image: none; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container > .video-iframe-container { display: none; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row > .video-iframe-container { display: none; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .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); }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container { border-width: 0; border-radius: 0; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container { font-size:0.875rem;font-family:arial;height:130.75rem;width:60rem;position:relative;display:block; }#GSrai1fanUKiAALIlp4fR6nwaWlPr7qO { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:64.5625rem;left:1.5625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#ab5Ok8MCZVBQTZFoghfhventBTqfw0OG { z-index:15004;top:119.75rem;left:22.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid #f4eb0f;border-left:0.0625rem solid #f4eb0f;border-right:0.0625rem solid #f4eb0f;border-bottom:0.0625rem solid #f4eb0f;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #e8d1ff ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fzTA25nn7MhWlkpeUdfZy8QT6O3rIKTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asTCuc59xDdW6Hm6G5tIHPMpZKucTdOs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:16.6875rem;top:38.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#HM5lfPUxZ6mPTPXNiQ7pbRDLJe1LV2Sf { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.25rem;left:0.625rem;height:17.99805rem;display:block; }
#TmbUayshTdSDy91RwpS156eGRgUkfJ8w { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:123.625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OAyyEVb4kNhVWbO7S7H045KQWOqDhXd3 { 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:21.375rem;width:21.75rem;top:4.25rem;left:37.9375rem;overflow:hidden;display:block; }
#TJATFBtdntTRVBblnMD8nPaqtGg2tWtI { 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:13.5625rem;width:33.3125rem;top:100.6875rem;left:13.375rem;overflow:hidden;display:block; }
#znue1RxXua3DO6RrLFwV9R0vueea3lxg { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:23.4375rem;left:3.5625rem;height:10.79880625rem;display:block; }
#euGeNKtVep2T2tpfLySSwUT7O1B7u7Aa { color:#000000;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:40.794921875rem;left:20.25rem;height:21.5976375rem;display:block; }
#sagdxVEPE7KFSZlvfPOSLhSe0B1IItx0 { color:#000000;display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:77.9375rem;left:5.6875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:81.625rem;left:18.5rem;height:8.13675rem;display:block; }#aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU li:before{  }
#FLEklXbrg4TcCBfUacB0Tktc2uQ5B2g6 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.6875rem;position:absolute;font-family:"cormorant garamond";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:98.5rem;left:5.6875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqQAPIsIvW90OGt5sBNoSl7mdVxyB8JN { color:rgba(var(--color-tertiary-2),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:115.1875rem;left:4.5rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMHyvMPg7Be7Sg3dDTcSTMCwWVlixOWw { box-sizing:content-box;height:0.3125rem;width:32.4375rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:72.6875rem;left:13.78125rem;display:block; }
#h3AJwO0DBTaqvExFh6wWWnnRyeqoSHeF { box-sizing:content-box;height:0.3125rem;width:32.4375rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:93.75rem;left:13.78125rem;display:block; }
#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.adaptive-delivery-prevent-bg, #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.lazyload, #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.lazyloading { background-image: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { background-color: transparent; background-image: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container > .video-iframe-container { display: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container { display: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .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); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { border-width: 0; border-radius: 0; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b::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; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#PyP9vk0o7bB2SmKG0tOUKJgSzf9RA7Ob { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.15625rem;left:5.21875rem;height:11.3745rem;text-align:center;text-align-last:center;display:block; }
#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container { background-color: transparent; background-image: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container > .video-iframe-container { display: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row > .video-iframe-container { display: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .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); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container { border-width: 0; border-radius: 0; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container { font-size:0.875rem;font-family:arial;height:107.375rem;width:60rem;position:relative;display:block; }#RC1UmNrCNGGtXmeAC6vU2qgi70cSggD8 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.4375rem;left:23.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSVJHC083E30bLoVl3WGiz0zlTPDzH7V { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.8125rem;left:5.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jz01COIVq5zMZxS1Gkoq2RLKuEZPsHst { 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:15003;top:54.75rem;left:3.6875rem; }
#sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:52.625rem;left:8.1875rem;height:8.13675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI li:before{  }
#PKi78F7iedvbChwv4UVKIJ3ngdqgPvXt { color:#000000;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:99.8125rem;left:11.25rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5V27XdXqSwpnoalI2eNOSTgXs0pLHM3 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:84.25rem;left:1.9375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWe66fSFDnniUkLuVvPFRxdA7XiNXhJR { position:absolute;display:block;z-index:15013;background-color:rgba(184,188,196,0.35);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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.0625rem 0.375rem rgba(0,0,0,0.5) ;height:11rem;width:31.75rem;top:66.6875rem;left:14.125rem;display:block; }
#pxMSLs3NDsm9wowFHz9qvBKZPpWuzdnZ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.9375rem;position:absolute;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:68.625rem;left:17.1875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTc0n3cIeTVrAc1OxgQUT5GfMJagLUUm { position:absolute;display:block;z-index:15019;height:3.5625rem;width:19.3125rem;top:72.1875rem;left:20.5rem;display:block; }
#WJm0s2e5cU6pyOvDtb29Ku25XPhk55SS { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:88rem;left:4.25rem;height:5.39941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cIx1c0uEs4tnnNplme90lilWSU6Gv1b7 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:"cormorant garamond";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:4.75rem;left:14.9375rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfFLVIRNfWdq6hnDofzBRxLqK7lbdXdt { color:rgba(var(--color-tertiary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:22.9375rem;left:5rem;height:1.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QVS1itZ9bEAx4TUehKCq7XBfOhchtcM4 { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.5625rem;left:5rem;height:14.39845rem;display:block; }
#FkFVJCycFblkD63q7gAGn4ohRAIImFKq { 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:13.5625rem;width:33.3125rem;top:28.2373046875rem;left:12.71875rem;overflow:hidden;display:block; }
#dWq8Z5qFUCS5lCK1NakEEZfhHSWwS3cg { color:rgba(var(--color-tertiary-2),1);display:block;width:56.125rem;position:absolute;font-family:"cormorant garamond";font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:96.9375rem;left:1.9375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf { position:relative;display:block; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf { background-color: transparent; background-image: none; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row .container > .video-iframe-container { display: none; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row > .video-iframe-container { display: none; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .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); }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf { border-width: 0; border-radius: 0; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .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; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pvt8UHCU7udSxgsn86o5dVcz1QwH5Kwz { color:#000000;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:31.375rem;left:3.375rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1UQTfh0dp490hhWIkx2TmTPrDolDoEF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.5rem;top:26.3125rem;left:21.875rem;overflow:hidden;display:block; }
#rPOhtFLg9VRW0fqm871wrPaz3rpHhsN1 { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:25.875rem;left:25.875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#mJUXFXm9gVa0CmmJXdrzUkG6vF73DBqt { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:15.8125rem;left:21.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwV6EKVfpOfp8qBBnoTcPTkmRlKZ3AeP { 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:13.5625rem;width:33.3125rem;top:0.9375rem;left:13.34375rem;overflow:hidden;display:block; }
#Zv3bob9wfl0TR60Jgm3TvRWz7JKBaiSh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.125rem;top:19.125rem;left:24.9375rem;overflow:hidden;display:block; }
#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU { position:relative;display:block; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU { background-color: transparent; background-image: none; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row .container > .video-iframe-container { display: none; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row > .video-iframe-container { display: none; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .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); }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU { border-width: 0; border-radius: 0; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .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; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row .container { border-top:0.125rem solid #a42e72;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MOO36MbAFP1pXNRT2gFDpMuBNPxNcw2M { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.6875rem;top:1.75rem;left:23.65625rem;overflow:hidden;display:block; }
#nmlCPG7CbKvqRHFVPO5Bb23lUz0OaGfo { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:15.625rem;left:4.8125rem;height:21.5977rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qBJDTKmao0LGvq8ztOANBhUi2nZ2lB5s { position:absolute;display:block;z-index:15027;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:10rem;width:15.875rem;top:40.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#SXudA6QSEgG9m81PGXGbgNX20we7yFXL { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:50.1875rem;left:13.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container { background-color: transparent; background-image: none; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container > .video-iframe-container { display: none; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row > .video-iframe-container { display: none; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .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); }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container { border-width: 0; border-radius: 0; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #kDPNawidac4xfCR5lwercw5ealLKJ8sW { display:block; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zEuyT52NG3nMrG4Tzy4XsnyrTTcu2zyX { width:37.8125rem;height:15.6875rem;top:0.6875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xuQcrchchTa5GPqfQeNwnNpJfEdJvh4q { width:27.5rem;height:0;top:16.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX { display:block; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bPxp7y6STfGbWanT8zgfVrURPsaRTzwO { width:47.75rem;height:1.7871125rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 { display:block; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XZzJmGTxmzbI9d89T53aiw9BKSlblzfu { width:46.125rem;height:12.59864375rem;top:3.875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KzKtBuEyy7iOXg782UH4H3WufJHFu8Oc { width:44.625rem;height:3.8994125rem;top:16.47314453125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #aGvgIWUwV5TNOGpzKWVte3dNqgKJLCl2 { width:45.6875rem;height:7.199225rem;top:20.17529296875rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ySW7sg5TNfvN6QB2P7enngFfWq4Jh4mi { width:45.75rem;height:3.5996125rem;top:27.3125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qGTxMakkbUzGSXmEfpD9aEqdaBdxgAoX { width:27.5rem;height:3.8994125rem;top:33.10107421875rem;left:9.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.adaptive-delivery-prevent-bg, #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.lazyload, #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.lazyloading { background-image: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { background-color: transparent; background-image: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container > .video-iframe-container { display: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container { display: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .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); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { border-width: 0; border-radius: 0; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu::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; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wwgsHwF2ym7FyfOD6u7ZSUBuZMoQ2Gqp { width:47.75rem;height:10.4980625rem;top:4.09423828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L { display:block; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #y2U7JbtbLwch6CLNmzHWlzHkIhRF0SWH { width:47.75rem;height:21.59766875rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f { display:block; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FSD3mNe0BqvvHl9g1bOXbTy2S59udTc0 { width:25.8125rem;height:1.21875rem;top:22.9375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eizhpKk8hVfUBrJ4aErG0Ovzu2pE3cJd { top:19.1875rem;left:17.875rem;width:12.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #N7P1sv9fpZkTlDxbXITo2btU77KinCEW { display:block; }
 }@media only screen and (max-width: 959px) { #a0BZo1JW75BuKxz0wKhAWusJX2kOeq30 { width:21.875rem;height:3.5rem;top:14.625rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #a9yTdH3mixnuhTLN5TFx4eZnHizoeoqi { width:33.3125rem;height:13.5625rem;top:0rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK { display:block; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hEzcg8227TRe4m3SfHd8JxE2RXuuGebQ { width:47.75rem;height:3.8994125rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xQ4pygyZTHvEkK377E0LHgmVHh53t6BH { width:42.8125rem;height:19.7978625rem;top:7.5625rem;left:2.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.adaptive-delivery-prevent-bg, #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.lazyload, #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.lazyloading { background-image: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { background-color: transparent; background-image: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container > .video-iframe-container { display: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container { display: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .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); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { width:47.75rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eL2fOBx7SMheD05pHDWyK5Cb82pDULTu { width:47.75rem;height:10.4980625rem;top:3.84423828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #A71c9c4ydqyPABp17Hz4d52qlvwWFy8l { display:block; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row .container { width:47.75rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EAAIsTLpFormb3q2M6G3lwvcySsCAles { width:42.875rem;height:2.19970625rem;top:3.1875rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #s3Qz2dEkwDXnMmoZeysZo6xDmCJoqe7e { width:43.375rem;height:23.397475rem;top:7.3125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DBuu5hTnChDoocqBN0P9baaToLFG2FPK { top:47rem;left:17.875rem;width:12.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgXMRJp8XUeyTZzWqF2QIrclsMXnVNJD { display:block; }
 }@media only screen and (max-width: 959px) { #rCEPGxAscqwrTTV88QPveuvnq62Lkn3L { width:28.375rem;height:11.3125rem;top:32.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #G6M6xEnPfT7NGRUDCZ0BcrXPG1L5xUUb { width:25.8125rem;height:1.21875rem;top:50.4375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DSs3X0UU3xPLl8KOST4cTnI10I6iPm7h { width:30.25rem;height:20.125rem;top:7.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #iwcm4PsgG2HqUCCNWis1ol7OlPDxcT3P { width:32.25rem;height:23.4375rem;top:6.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #WF7QS5vcOfx7t0yfHNqMR7zIXeTcAbXJ { width:35.3125rem;height:2rem;top:44.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 { display:block; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OrIADa47fqulQD4dM1G9RXAeM8HcgvHm { width:42.5625rem;height:15.2968875rem;top:7.1875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y0U1ZAbH7GckINkiuefza8qALR86hcmy { width:32.5625rem;height:7.82425rem;top:21.9375rem;left:7.59375rem;font-size:1.125rem;display:block; }#y0U1ZAbH7GckINkiuefza8qALR86hcmy li:before{  }
 }@media only screen and (max-width: 959px) { #gfwZJrRRxTuKDNAOL8H2daFXREZMrGAg { width:43.6875rem;height:3.8994125rem;top:3.375rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.adaptive-delivery-prevent-bg, #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.lazyload, #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.lazyloading { background-image: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { background-color: transparent; background-image: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container > .video-iframe-container { display: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container { display: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .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); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pebukOlcBniwThNf0pN9mxpr89a3lWcS { width:47.75rem;height:10.4980625rem;top:4.09423828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt { display:block; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container { width:47.75rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GSrai1fanUKiAALIlp4fR6nwaWlPr7qO { width:16.75rem;height:3.41161875rem;top:68.3125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ab5Ok8MCZVBQTZFoghfhventBTqfw0OG { top:127.25rem;left:16.8125rem;width:14.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fzTA25nn7MhWlkpeUdfZy8QT6O3rIKTa { display:block; }
 }@media only screen and (max-width: 959px) { #asTCuc59xDdW6Hm6G5tIHPMpZKucTdOs { width:16.6875rem;height:25.5625rem;top:41.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HM5lfPUxZ6mPTPXNiQ7pbRDLJe1LV2Sf { width:27.25rem;height:21.5976375rem;top:5.10693359375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmbUayshTdSDy91RwpS156eGRgUkfJ8w { width:47.75rem;height:1.21875rem;top:131.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OAyyEVb4kNhVWbO7S7H045KQWOqDhXd3 { width:19.0625rem;height:18.75rem;top:6.53076171875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJATFBtdntTRVBblnMD8nPaqtGg2tWtI { width:33.3125rem;height:13.5625rem;top:108.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #znue1RxXua3DO6RrLFwV9R0vueea3lxg { width:43.625rem;height:8.99905625rem;top:28.25rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #euGeNKtVep2T2tpfLySSwUT7O1B7u7Aa { width:27.25rem;height:28.79690625rem;top:41.9375rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sagdxVEPE7KFSZlvfPOSLhSe0B1IItx0 { width:45.6875rem;height:1.79980625rem;top:83.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU { width:23.1875rem;height:8.13675rem;top:86.5625rem;left:7.25rem;font-size:1.125rem;display:block; }#aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU li:before{  }
 }@media only screen and (max-width: 959px) { #FLEklXbrg4TcCBfUacB0Tktc2uQ5B2g6 { width:47.6875rem;height:1.94970625rem;top:106.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #EqQAPIsIvW90OGt5sBNoSl7mdVxyB8JN { width:47.75rem;height:3.5rem;top:123rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #cMHyvMPg7Be7Sg3dDTcSTMCwWVlixOWw { width:32.4375rem;height:0.3125rem;top:78rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h3AJwO0DBTaqvExFh6wWWnnRyeqoSHeF { width:32.4375rem;height:0.3125rem;top:99.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.adaptive-delivery-prevent-bg, #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.lazyload, #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.lazyloading { background-image: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { background-color: transparent; background-image: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container > .video-iframe-container { display: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container { display: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .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); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { width:47.75rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PyP9vk0o7bB2SmKG0tOUKJgSzf9RA7Ob { width:47.75rem;height:10.4980625rem;top:4.00048828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo { display:block; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container { width:47.75rem;height:112rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RC1UmNrCNGGtXmeAC6vU2qgi70cSggD8 { width:12.5rem;height:1.94970625rem;top:45.4375rem;left:17.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #sSVJHC083E30bLoVl3WGiz0zlTPDzH7V { width:47.75rem;height:1.4624rem;top:48.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jz01COIVq5zMZxS1Gkoq2RLKuEZPsHst { width:3.125rem;height:3.125rem;top:54.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI { width:46.625rem;height:8.13675rem;top:51.125rem;left:0.5625rem;font-size:1.125rem;display:block; }#sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI li:before{  }
 }@media only screen and (max-width: 959px) { #PKi78F7iedvbChwv4UVKIJ3ngdqgPvXt { width:37.5rem;height:3.5996125rem;top:102.375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5V27XdXqSwpnoalI2eNOSTgXs0pLHM3 { width:47.75rem;height:2.2749rem;top:81.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #EWe66fSFDnniUkLuVvPFRxdA7XiNXhJR { width:31.75rem;height:11rem;top:61.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 959px) { #pxMSLs3NDsm9wowFHz9qvBKZPpWuzdnZ { width:25.9375rem;height:1.92480625rem;top:64.125rem;left:10.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eTc0n3cIeTVrAc1OxgQUT5GfMJagLUUm { width:19.3125rem;height:3.5625rem;top:67.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WJm0s2e5cU6pyOvDtb29Ku25XPhk55SS { width:44.6875rem;height:7.19921875rem;top:85.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cIx1c0uEs4tnnNplme90lilWSU6Gv1b7 { width:45.625rem;height:2.3999rem;top:3.4375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #SfFLVIRNfWdq6hnDofzBRxLqK7lbdXdt { width:43.1875rem;height:1.79980625rem;top:21.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QVS1itZ9bEAx4TUehKCq7XBfOhchtcM4 { width:40.4375rem;height:14.39845rem;top:6.6875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FkFVJCycFblkD63q7gAGn4ohRAIImFKq { width:27rem;height:10.9375rem;top:29.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dWq8Z5qFUCS5lCK1NakEEZfhHSWwS3cg { width:47.75rem;height:2.2749rem;top:98.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf { display:block; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row .container { width:47.75rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Pvt8UHCU7udSxgsn86o5dVcz1QwH5Kwz { width:37.875rem;height:9.7993125rem;top:31.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #i1UQTfh0dp490hhWIkx2TmTPrDolDoEF { width:3.5rem;height:1.75rem;top:26.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rPOhtFLg9VRW0fqm871wrPaz3rpHhsN1 { width:12.3125rem;height:2.625rem;top:26.375rem;left:19.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mJUXFXm9gVa0CmmJXdrzUkG6vF73DBqt { top:16.3125rem;left:15.3125rem;width:17.125rem;height:2.5996125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AwV6EKVfpOfp8qBBnoTcPTkmRlKZ3AeP { width:28.875rem;height:11.6875rem;top:2.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zv3bob9wfl0TR60Jgm3TvRWz7JKBaiSh { width:10.125rem;height:4.5rem;top:18.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU { display:block; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MOO36MbAFP1pXNRT2gFDpMuBNPxNcw2M { width:10.625rem;height:10.5625rem;top:1.8125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nmlCPG7CbKvqRHFVPO5Bb23lUz0OaGfo { width:44rem;height:23.39745rem;top:13.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qBJDTKmao0LGvq8ztOANBhUi2nZ2lB5s { width:10.5625rem;height:6.625rem;top:39.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SXudA6QSEgG9m81PGXGbgNX20we7yFXL { width:33rem;height:1.05615rem;top:45.875rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mu3yMt28JM3qzxNa19rlopqV4hSVgmwF { display:block; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kDPNawidac4xfCR5lwercw5ealLKJ8sW { display:block; }#kDPNawidac4xfCR5lwercw5ealLKJ8sW > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEuyT52NG3nMrG4Tzy4XsnyrTTcu2zyX { width:20rem;height:8.2975206611569rem;top:0.78857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQcrchchTa5GPqfQeNwnNpJfEdJvh4q { width:19.875rem;height:0;top:10.797375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX { display:block; }#Wk5SwRblgHKniuHENwZ2Ui17x6XGWDsX > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPxp7y6STfGbWanT8zgfVrURPsaRTzwO { width:19.9375rem;height:1.3808625rem;top:0.93408203125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 { background-color:rgba(250,250,250,0.54);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { background-color: transparent; background-image: none; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container > .video-iframe-container { display: none; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row > .video-iframe-container { display: none; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .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); }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { border-width: 0; border-radius: 0; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5iAbZKd9wxlNdm0eNvpum05NlyE4Xo0 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZzJmGTxmzbI9d89T53aiw9BKSlblzfu { width:18.625rem;height:15rem;top:1.9375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzKtBuEyy7iOXg782UH4H3WufJHFu8Oc { width:18.625rem;height:4.875rem;top:16.9375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGvgIWUwV5TNOGpzKWVte3dNqgKJLCl2 { width:18.625rem;height:9rem;top:21.8125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySW7sg5TNfvN6QB2P7enngFfWq4Jh4mi { width:18.75rem;height:4.5rem;top:30.8125rem;left:0.625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qGTxMakkbUzGSXmEfpD9aEqdaBdxgAoX { width:12.8125rem;height:6.5rem;top:37.6875rem;left:3.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.adaptive-delivery-prevent-bg, #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.lazyload, #MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu.lazyloading { background-image: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { background-color: transparent; background-image: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container > .video-iframe-container { display: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row > .video-iframe-container { display: none; }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .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); }#MXdx9sL2CIs84U06JRD3i9NfZJbzRhdu > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwgsHwF2ym7FyfOD6u7ZSUBuZMoQ2Gqp { width:20rem;height:8.3105625rem;top:2.25048828125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L { display:block; }#AEmtEd2iBiHF67pwm9KXq9IKhRIdlE3L > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2U7JbtbLwch6CLNmzHWlzHkIhRF0SWH { width:18.5625rem;height:33rem;top:2.939453125rem;left:0.71875rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f { display:block; }#A8TurWSehgiAEMWJdxEc9gB5bn1XTs7f > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSD3mNe0BqvvHl9g1bOXbTy2S59udTc0 { width:20rem;height:1.05615rem;top:16.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eizhpKk8hVfUBrJ4aErG0Ovzu2pE3cJd { top:13.3125rem;left:4.1875rem;width:11.5625rem;height:2.4375rem;background-color:#0ee514;background-image:none;border-top:0.0625rem solid #f4eb0f;border-left:0.0625rem solid #f4eb0f;border-right:0.0625rem solid #f4eb0f;border-bottom:0.0625rem solid #f4eb0f;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7P1sv9fpZkTlDxbXITo2btU77KinCEW { display:block; }
 }@media only screen and (max-width: 763px) { #a0BZo1JW75BuKxz0wKhAWusJX2kOeq30 { width:20rem;height:2.625rem;top:9.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yTdH3mixnuhTLN5TFx4eZnHizoeoqi { width:20rem;height:8.1425891181987rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK { display:block; }#Tgu7H4UUSAzSkwH81aaRTcFTpAyBKgqK > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEzcg8227TRe4m3SfHd8JxE2RXuuGebQ { width:12rem;height:4.875rem;top:3.07421875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ4pygyZTHvEkK377E0LHgmVHh53t6BH { width:18.875rem;height:27rem;top:7.88671875rem;left:0.5625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.adaptive-delivery-prevent-bg, #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.lazyload, #z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon.lazyloading { background-image: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { background-color: transparent; background-image: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container > .video-iframe-container { display: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row > .video-iframe-container { display: none; }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .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); }#z4L1KAkO6JLd51H4qKRl7TMFRVxAHhon > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL2fOBx7SMheD05pHDWyK5Cb82pDULTu { width:20rem;height:8.3105625rem;top:2.87548828125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71c9c4ydqyPABp17Hz4d52qlvwWFy8l { display:block; }#A71c9c4ydqyPABp17Hz4d52qlvwWFy8l > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAAIsTLpFormb3q2M6G3lwvcySsCAles { width:20rem;height:1.57470625rem;top:2.625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s3Qz2dEkwDXnMmoZeysZo6xDmCJoqe7e { width:18.875rem;height:28.5rem;top:6.1875rem;left:0.5625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DBuu5hTnChDoocqBN0P9baaToLFG2FPK { top:49.125rem;left:4.875rem;width:10.3125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgXMRJp8XUeyTZzWqF2QIrclsMXnVNJD { display:block; }
 }@media only screen and (max-width: 763px) { #rCEPGxAscqwrTTV88QPveuvnq62Lkn3L { width:20rem;height:8.1420625rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6M6xEnPfT7NGRUDCZ0BcrXPG1L5xUUb { width:20rem;height:1.05615rem;top:51.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSs3X0UU3xPLl8KOST4cTnI10I6iPm7h { width:19.875rem;height:13.25rem;top:13.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwcm4PsgG2HqUCCNWis1ol7OlPDxcT3P { width:20rem;height:14.9375rem;top:12.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7QS5vcOfx7t0yfHNqMR7zIXeTcAbXJ { width:13.6875rem;height:1.3125rem;top:47.0625rem;left:3.1875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 { display:block; }#Tze1JfrgGZFBTAdqadlHXSTDMIbSGAx3 > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrIADa47fqulQD4dM1G9RXAeM8HcgvHm { width:17.75rem;height:16.5rem;top:7.3125rem;left:1.125rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #y0U1ZAbH7GckINkiuefza8qALR86hcmy { width:16.4375rem;height:11.125rem;top:23.8125rem;left:2.5rem;font-size:0.9375rem;line-height:1.6;display:block; }#y0U1ZAbH7GckINkiuefza8qALR86hcmy li:before{  }
 }@media only screen and (max-width: 763px) { #gfwZJrRRxTuKDNAOL8H2daFXREZMrGAg { width:19.3125rem;height:4.875rem;top:2.4375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.adaptive-delivery-prevent-bg, #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.lazyload, #ETJop6ZRX7wC0D0Tdma244VTka9mxTuk.lazyloading { background-image: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { background-color: transparent; background-image: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container > .video-iframe-container { display: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row > .video-iframe-container { display: none; }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .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); }#ETJop6ZRX7wC0D0Tdma244VTka9mxTuk > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pebukOlcBniwThNf0pN9mxpr89a3lWcS { width:20rem;height:8.3105625rem;top:3.84423828125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt { display:block; }#PNv5nwWU0gdedNEyZWnbwW14bBHGBbRt > .row .container { width:20rem;height:163.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSrai1fanUKiAALIlp4fR6nwaWlPr7qO { width:14.75rem;height:2.92383125rem;top:81.6875rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab5Ok8MCZVBQTZFoghfhventBTqfw0OG { top:154.0625rem;left:4.0625rem;width:11.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzTA25nn7MhWlkpeUdfZy8QT6O3rIKTa { display:block; }
 }@media only screen and (max-width: 763px) { #asTCuc59xDdW6Hm6G5tIHPMpZKucTdOs { width:16.6875rem;height:25.5625rem;top:55.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM5lfPUxZ6mPTPXNiQ7pbRDLJe1LV2Sf { width:18.75rem;height:19.5rem;top:16.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbUayshTdSDy91RwpS156eGRgUkfJ8w { width:20rem;height:1.05615rem;top:157.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAyyEVb4kNhVWbO7S7H045KQWOqDhXd3 { width:14rem;height:13.75rem;top:1.43408203125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJATFBtdntTRVBblnMD8nPaqtGg2tWtI { width:20rem;height:8.1425891181987rem;top:141.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znue1RxXua3DO6RrLFwV9R0vueea3lxg { width:17.0625rem;height:13.5rem;top:37.1875rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euGeNKtVep2T2tpfLySSwUT7O1B7u7Aa { width:18.6875rem;height:27rem;top:85.875rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sagdxVEPE7KFSZlvfPOSLhSe0B1IItx0 { width:17.4375rem;height:3rem;top:118.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU { width:19.125rem;height:6.9375rem;top:122.8125rem;left:0rem;font-size:0.9375rem;display:block; }#aGkSEfCMnq9gJJ2ku1Vk5lLJIcc5egqU li:before{  }
 }@media only screen and (max-width: 763px) { #FLEklXbrg4TcCBfUacB0Tktc2uQ5B2g6 { width:19.4375rem;height:3.25rem;top:137.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqQAPIsIvW90OGt5sBNoSl7mdVxyB8JN { width:20rem;height:2.625rem;top:150.8125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #cMHyvMPg7Be7Sg3dDTcSTMCwWVlixOWw { width:11rem;height:0.1875rem;top:115.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3AJwO0DBTaqvExFh6wWWnnRyeqoSHeF { width:11.0625rem;height:0.25rem;top:133.6806640625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b { background-color:transparent;background-image:url("https://images.assets-landingi.com/NooRkbMD/iStock_1330664979_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.adaptive-delivery-prevent-bg, #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.lazyload, #MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b.lazyloading { background-image: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { background-color: transparent; background-image: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container > .video-iframe-container { display: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.54); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row > .video-iframe-container { display: none; }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .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); }#MTrzBrcSv0fV5U6UaGDgfaQ9osv2xX9b > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyP9vk0o7bB2SmKG0tOUKJgSzf9RA7Ob { width:14.75rem;height:11.634775rem;top:2.337890625rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo { background-color:transparent;background-image:url("https://images.assets-landingi.com/i6RBZOVl/istockphoto_1065889564_1024x1024.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo.adaptive-delivery-prevent-bg, #qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo.lazyload, #qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo.lazyloading { background-image: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container { background-color: transparent; background-image: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container > .video-iframe-container { display: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row > .video-iframe-container { display: none; }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .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); }#qXu1nE81ChFJ2gF82hVzS6R55PxfhIZo > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RC1UmNrCNGGtXmeAC6vU2qgi70cSggD8 { width:12.5rem;height:1.70605625rem;top:45.5625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSVJHC083E30bLoVl3WGiz0zlTPDzH7V { width:15.625rem;height:3rem;top:47.875rem;left:2.1875rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Jz01COIVq5zMZxS1Gkoq2RLKuEZPsHst { width:3.125rem;height:3.125rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI { width:19rem;height:17.4375rem;top:52rem;left:0.5rem;font-size:0.9375rem;line-height:1.6;display:block; }#sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sOFGBDBiy1CwCqI5oODQVrGZgP17H8hI li:before{  }
 }@media only screen and (max-width: 763px) { #PKi78F7iedvbChwv4UVKIJ3ngdqgPvXt { width:17.625rem;height:3rem;top:102.6875rem;left:1.1875rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #W5V27XdXqSwpnoalI2eNOSTgXs0pLHM3 { width:20rem;height:1.625rem;top:85.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWe66fSFDnniUkLuVvPFRxdA7XiNXhJR { width:19.75rem;height:9.25rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxMSLs3NDsm9wowFHz9qvBKZPpWuzdnZ { width:20rem;height:1.6621125rem;top:73.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTc0n3cIeTVrAc1OxgQUT5GfMJagLUUm { width:18.0625rem;height:3.5625rem;top:76.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJm0s2e5cU6pyOvDtb29Ku25XPhk55SS { width:18.75rem;height:9rem;top:88.125rem;left:0.625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cIx1c0uEs4tnnNplme90lilWSU6Gv1b7 { width:14.6875rem;height:3.25rem;top:3.3125rem;left:2.65625rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SfFLVIRNfWdq6hnDofzBRxLqK7lbdXdt { width:17rem;height:4.5rem;top:27.5rem;left:1.46875rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QVS1itZ9bEAx4TUehKCq7XBfOhchtcM4 { width:16.9375rem;height:19.5rem;top:8rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkFVJCycFblkD63q7gAGn4ohRAIImFKq { width:20rem;height:8.141625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWq8Z5qFUCS5lCK1NakEEZfhHSWwS3cg { width:20rem;height:1.625rem;top:100.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf { display:block; }#Fvz31Lcc3tcbPQ3lH26AzUZPUVEJGGxf > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pvt8UHCU7udSxgsn86o5dVcz1QwH5Kwz { width:17.4375rem;height:11.3720625rem;top:23.25rem;left:1.3125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i1UQTfh0dp490hhWIkx2TmTPrDolDoEF { width:2.75rem;height:1.4375rem;top:18.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPOhtFLg9VRW0fqm871wrPaz3rpHhsN1 { width:10.8125rem;height:2.2744125rem;top:18.375rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJUXFXm9gVa0CmmJXdrzUkG6vF73DBqt { width:14.375rem;height:2rem;top:10.5rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwV6EKVfpOfp8qBBnoTcPTkmRlKZ3AeP { width:20rem;height:8.1425891181987rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3bob9wfl0TR60Jgm3TvRWz7JKBaiSh { width:9.125rem;height:4.0625rem;top:12.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU { display:block; }#b6aQgFxTxx1H1KSpAU3WAWNBIyTGlTLU > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOO36MbAFP1pXNRT2gFDpMuBNPxNcw2M { width:10.125rem;height:10.0625rem;top:1.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmlCPG7CbKvqRHFVPO5Bb23lUz0OaGfo { width:19.0625rem;height:28.5rem;top:12.6875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJDTKmao0LGvq8ztOANBhUi2nZ2lB5s { width:8.9375rem;height:5.5625rem;top:43.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXudA6QSEgG9m81PGXGbgNX20we7yFXL { width:20rem;height:1.05615rem;top:49.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu3yMt28JM3qzxNa19rlopqV4hSVgmwF { display:block; }#mu3yMt28JM3qzxNa19rlopqV4hSVgmwF > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }