.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:251,224,235;--color-primary-1:242,151,189;--color-primary-2:229,47,123;--color-primary-3:115,24,62;--color-primary-4:34,7,18;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:185,182,183;--color-tertiary-2:138,133,135;--color-tertiary-3:83,80,81;--color-tertiary-4:60,52,55;--headlines-font-family:"DM Serif Display";--paragraphs-font-family:"DM Serif Display"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container { background-color: transparent; background-image: none; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container > .video-iframe-container { display: none; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row > .video-iframe-container { display: none; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .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); }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container { border-width: 0; border-radius: 0; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#kaFHUOSuzL3PhmIEut0EwW4rndosWJCT { background-color:rgba(var(--color-secondary-2),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#kaFHUOSuzL3PhmIEut0EwW4rndosWJCT.adaptive-delivery-prevent-bg, #kaFHUOSuzL3PhmIEut0EwW4rndosWJCT.lazyload, #kaFHUOSuzL3PhmIEut0EwW4rndosWJCT.lazyloading { background-image: none; }
#naa1lColH0vma5issKINTIuHNTZ5U1TR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIr12XtXzxuLiV59aSMbUssSIyKuqUfn { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#yef49Ry3nlDJTT5rl95FS3XkI13EO0dE { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container { background-color: transparent; background-image: none; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container > .video-iframe-container { display: none; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row > .video-iframe-container { display: none; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .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); }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container { border-width: 0; border-radius: 0; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container { background-color: transparent; background-image: none; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container > .video-iframe-container { display: none; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row > .video-iframe-container { display: none; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .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); }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container { border-width: 0; border-radius: 0; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#HK8bHJkz1qiZcBN4DXTp4KN9i6972T17 { background-color:rgba(var(--color-secondary-2),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#HK8bHJkz1qiZcBN4DXTp4KN9i6972T17.adaptive-delivery-prevent-bg, #HK8bHJkz1qiZcBN4DXTp4KN9i6972T17.lazyload, #HK8bHJkz1qiZcBN4DXTp4KN9i6972T17.lazyloading { background-image: none; }
#QZzkh5oRzH9yikNbvuNwmt5q2WMQTW0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asLcPsQsedNJ6ykion1XeZSvJLQcGWCZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#uxLZ85KKVRUKk7WwMaGG63TZSbaSORsG { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#edefed;background-image:url("https://images.assets-landingi.com/uc/4985179a-9436-467b-bb1c-f82bbebca99f/bg45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#f7yIfvXKZZlCPF6xbLpz9t5y0uvEgIvU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0rem;height:13.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tB09I8RplFySqV2Dgia7VOqJDIcoSfHr { color:rgba(var(--color-primary-2),1);display:block;width:19.75rem;position:absolute;font-family:"birthstone bounce";font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.755859375rem;left:55.25rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#sQGBqKceMVTO1IVJBOcEtlPoSnTWyslI { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:28.75rem;display:block; }
#TVDFaEtF8gpQFivzGZMmsb1Xy3TL0GZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1Vefom5RIPBoqJ2iuu7THWq7VAGoDxf { color:rgba(var(--color-primary-2),1);display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:29rem;left:0.0625rem;height:2.92480625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Qi1quuPX1WbdyfwJldDyrvTXsp6A44ll { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:9.1875rem;width:9.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.625rem;left:14rem; }
#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container { background-color: transparent; background-image: none; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container > .video-iframe-container { display: none; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row > .video-iframe-container { display: none; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .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); }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container { border-width: 0; border-radius: 0; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#nKul2Ct4NPXvixoIH36z2tvU5e6Zmtn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#weGRyPMmT7VVTJZdoTHedu5rJRN3JvcE { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:"birthstone bounce";font-size:5.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:39.625rem;height:7.3125rem;display:block; }
#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container { background-color: transparent; background-image: none; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container > .video-iframe-container { display: none; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row > .video-iframe-container { display: none; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .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); }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container { border-width: 0; border-radius: 0; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#OmJAn8ILTG8ghdnpFlJ8Cd9K9pKI2SlH { 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:22.375rem;width:21.875rem;top:1.5rem;left:1.40625rem;overflow:hidden;display:block; }
#UO2TOnWJvTc4UCJ8UOS9NBTg8B2umAKC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26rem;left:1.40625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#fd85dT3hQTuyI8bbErd5pZFgP6OHnIos { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.625rem;left:1.375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#fznEqxyKhrdvpkZX8pfySQNFlfCdgPzW { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.5625rem;left:1.375rem;display:block; }
#COCsG2mDqdvzco8RvktlONsDMLa6NucB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcEzxKlR58EGLogtELVCbByDaXtK1RA2 { box-sizing:content-box;height:22.375rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:2.625rem;left:0rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Qsg8Ct4UFH9nwzuxKwbrCEOWUA3xZZHE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.5625rem;left:53.125rem;display:block; }
#OShM21KRKdDWkduUnXbQi4J7rCLz09WZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbKosoPrnMG4OwsHN1P1CTOH45JMhasl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:21.875rem;top:1.5rem;left:53.125rem;overflow:hidden;display:block; }
#buAi1oX7ET2cVy8ek26LIKSpMwaqKun0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26rem;left:53.125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#V10L8qwGaXbnXPVaZvaRzGxTSlkn2SVU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.625rem;left:53.125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#BB9umHQM1gkNLDLlNbU26qwqI4UVtRJb { box-sizing:content-box;height:22.375rem;width:21.875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:2.625rem;left:51.75rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#C8EOqREiJeVXDy4roFGlSzmIyK5XGKPN { 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:22.375rem;width:21.875rem;top:1.5rem;left:27.25rem;overflow:hidden;display:block; }
#nXEDOqUL2oNic7zT58MtmtqqrZtTGch7 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26rem;left:27.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#KTy6qN5RZL9T1gnrH52ewPfsoReGJ5uZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.625rem;left:27.25rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#yeluKu0BV5Dl2Tr3l8LRk0UUfMsQTv3K { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.5625rem;left:27.25rem;display:block; }
#ZhIuscBtuGDGNTugopp0mRUxEXTMi6HA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2pAakaixXITrq5rIHW32giqO7XiuG1T { box-sizing:content-box;height:22.375rem;width:21.875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:2.625rem;left:25.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container { background-color: transparent; background-image: none; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container > .video-iframe-container { display: none; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row > .video-iframe-container { display: none; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .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); }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container { border-width: 0; border-radius: 0; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#AdzU3D3kUpAKHKgnH3h9NQeMwWXdXJKp { 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:34.75rem;width:35.625rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#kZSoix4lxbriZuwOXx53ZNMsy98W4K06 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.8125rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2TVoCV9Xbn7Nm5qrnKgdZFqtVDlwAks { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:"birthstone bounce";font-size:5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:55.9375rem;height:13rem;text-align:left;text-align-last:left;display:block; }
#UmzAcadWRRRcEvTETw8l0MZwBo9VrzlL { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:25.9375rem;left:41.875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1tIBMAP2rxi9ux8koJQQbgcSD0mCuIc { box-sizing:content-box;height:34.75rem;width:35.625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:10.0625rem;left:1.25rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
#aftTTFcvO85Ez1TLb2sPnAtayI4thtGB { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.125rem;left:41.8125rem;display:block; }
#hTFUq8Tp3QGTMEfmWnXIwxnZEEBNx4Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dq7RELADL2DRLD5dqMJqBqCwuPouq95E { box-sizing:content-box;height:2.5625rem;width:8.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.25rem;left:1.4375rem;display:block; }
#xliVhPtkOuh8xtT4Bunl0JKFAbrgrtgi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edefed;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; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container { background-color: transparent; background-image: none; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container > .video-iframe-container { display: none; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row > .video-iframe-container { display: none; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .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); }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container { border-width: 0; border-radius: 0; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#ytcTQzhigShH0WgEAhPJzMcA4SENMFn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:34.25rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvSfFrJaIUeH0PSmLCJdppDQiiElmWVF { color:rgba(var(--color-primary-2),1);display:block;width:32.6875rem;position:absolute;font-family:"birthstone bounce";font-size:5.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:7.3125rem;text-align:right;text-align-last:right;display:block; }
#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edefed;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; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container { background-color: transparent; background-image: none; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container > .video-iframe-container { display: none; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row > .video-iframe-container { display: none; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .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); }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container { border-width: 0; border-radius: 0; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#ImcReryFoAhrfQwrHPkAa7I91BnsgSrD { box-sizing:content-box;color:#5d92ff;font-size:3.5625rem;font-weight:400;line-height:1;height:6.9375rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.375rem;left:1.5625rem; }
#LVgmVNWIGbqaFuetBQXBUtbmcsxXaHC0 { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#qf8ukwguLJm6iC7VepqPV4yO5zRyM1sf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5625rem;left:1.5625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#GCWAPLmiOIcQriMCOdPXWTcJBgurqSVi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:13.6875rem;left:1.5625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#dcPOHTgfapP763TIb8plrEDrz5akqpJT { box-sizing:content-box;color:#5d92ff;font-size:3.5625rem;font-weight:400;line-height:1;height:6.9375rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.375rem;left:27.375rem; }
#EreafIKrCx1f4lM9eXLK16A41KEqNSHl { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:25.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#PTUt7cw2VbWUiZraF4ohLDA5eqnfDk5p { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5625rem;left:27.375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#fzcXh6Mq7SEBiUipEnvgeRCAkylH0Nse { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.6875rem;left:27.375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#Q8s42bGEgFqPln2iqZ85VTTlZ9ECW4kp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5625rem;left:53.125rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#MWwTqTWu4p2doXcuifLuChwm1URU2Ukd { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:13.6875rem;left:53.125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#oPcabT2Jv6w432ti45RJVE1ddsPDxMAa { box-sizing:content-box;color:#5d92ff;font-size:3.5625rem;font-weight:400;line-height:1;height:6.9375rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.375rem;left:53.125rem; }
#a4tTXKZ6dR7SATB0BnxTQFNuLfzKUECr { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:51.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container { background-color: transparent; background-image: none; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container > .video-iframe-container { display: none; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row > .video-iframe-container { display: none; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .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); }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container { border-width: 0; border-radius: 0; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#TUX2laJXW7kLCTVP8lI0pQKbMfEQfkDv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oR8XrA9kp5X3d9wQLh5awXw3MbOpu5ML { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.875rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#NPeUeAgiaoQsbD6QMicF8vq0VtVKppaf { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:22.6875rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#enletZOGdNvquM72wnXs8z3GtL2WTymp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.4375rem;left:0.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1twTe4vlTuU5MBXhzyS4oTcX9I8DEd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.625rem;left:6.3125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#ixUgRNOTEWNeMZaiH3AmLQpsnvgkTqAk { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:29.1875rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#pKrF46PUbf9h918pPkLukC670mMqVW1r { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29.9375rem;left:0.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2yrAysdCb5ZOxK9ZQ8RqS9act34IBdZ { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:36rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#mVN5MBNGTbSTKmounynqS6kHpaRHC30a { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.75rem;left:0.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHsdScvVOJQDxGzXIAxV5BR1ulIUFp9r { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:29.125rem;left:6.3125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#GXvsZnGqtbTI5rAxDuJTMqSZZDau9F9X { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:35.9375rem;left:6.3125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#MigyUU9G5zMh4ZffUXSuVE9DrcXPLTb4 { box-sizing:content-box;height:50rem;width:34.1875rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e6994fc0-3b70-4d8a-8024-16c09f9ec429/montherdays_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;top:0rem;left:40.8125rem;display:block; }#MigyUU9G5zMh4ZffUXSuVE9DrcXPLTb4.adaptive-delivery-prevent-bg, #MigyUU9G5zMh4ZffUXSuVE9DrcXPLTb4.lazyload, #MigyUU9G5zMh4ZffUXSuVE9DrcXPLTb4.lazyloading { background-image: none; }
#bAbFbMSQMIZw2wWcUq34LedflHyksDJw { box-sizing:content-box;height:41.875rem;width:32rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:3.875rem;left:37.59375rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c { background-color:#edefed;background-image:url("https://images.assets-landingi.com/uc/4985179a-9436-467b-bb1c-f82bbebca99f/bg45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c.adaptive-delivery-prevent-bg, #cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c.lazyload, #cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c.lazyloading { background-image: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container { background-color: transparent; background-image: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container > .video-iframe-container { display: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row > .video-iframe-container { display: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .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); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container { border-width: 0; border-radius: 0; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bK76oNXr06J3vcvAfDq4RiN2M7JDfaX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShqLPQTXNMSaT5lJpemp6qWFIG8C0R0w { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:"birthstone bounce";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.88671875rem;left:50.0625rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#EEiaSRAoOkMR8SQsFELXkApTfRbRD1ns { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.4375rem;left:29.96875rem;display:block; }
#NyfEoMKvKT3xEW3IX0TPd9ue9LRWIUpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5kJSminN0UkkEOayINWuzlNhalqCntO { color:rgba(var(--color-primary-2),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.88671875rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#soAgcTiVoz19Cut3zet5T2DFGIEJ3M2A { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.6865234375rem;left:25.96875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lSUkU8ClmFld64fpftbryL6K5DOS1tAe { display:block; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaFHUOSuzL3PhmIEut0EwW4rndosWJCT { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naa1lColH0vma5issKINTIuHNTZ5U1TR { display:block; }
 }@media only screen and (max-width: 763px) { #vIr12XtXzxuLiV59aSMbUssSIyKuqUfn { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yef49Ry3nlDJTT5rl95FS3XkI13EO0dE { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT { display:block; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI { display:block; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK8bHJkz1qiZcBN4DXTp4KN9i6972T17 { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzkh5oRzH9yikNbvuNwmt5q2WMQTW0Z { display:block; }
 }@media only screen and (max-width: 763px) { #asLcPsQsedNJ6ykion1XeZSvJLQcGWCZ { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxLZ85KKVRUKk7WwMaGG63TZSbaSORsG { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7yIfvXKZZlCPF6xbLpz9t5y0uvEgIvU { width:47.75rem;height:13.8125rem;top:15.1875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB09I8RplFySqV2Dgia7VOqJDIcoSfHr { width:19.75rem;height:3.4375rem;top:28.75rem;left:27.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQGBqKceMVTO1IVJBOcEtlPoSnTWyslI { width:17.5rem;height:4.0625rem;top:34.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDFaEtF8gpQFivzGZMmsb1Xy3TL0GZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #c1Vefom5RIPBoqJ2iuu7THWq7VAGoDxf { width:47.75rem;height:2.9375rem;top:29rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1quuPX1WbdyfwJldDyrvTXsp6A44ll { width:9.1875rem;height:9.1875rem;top:18.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo { display:block; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKul2Ct4NPXvixoIH36z2tvU5e6Zmtn1 { width:38.25rem;height:5.6875rem;top:5.5rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weGRyPMmT7VVTJZdoTHedu5rJRN3JvcE { width:35rem;height:7.3125rem;top:4.6875rem;left:9.5625rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b { display:block; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmJAn8ILTG8ghdnpFlJ8Cd9K9pKI2SlH { width:21.875rem;height:22.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO2TOnWJvTc4UCJ8UOS9NBTg8B2umAKC { width:21.875rem;height:2.25rem;top:26rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd85dT3hQTuyI8bbErd5pZFgP6OHnIos { width:21.875rem;height:1.9375rem;top:28.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fznEqxyKhrdvpkZX8pfySQNFlfCdgPzW { width:21.875rem;height:3.3125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COCsG2mDqdvzco8RvktlONsDMLa6NucB { display:block; }
 }@media only screen and (max-width: 763px) { #fcEzxKlR58EGLogtELVCbByDaXtK1RA2 { width:21.875rem;height:22.375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsg8Ct4UFH9nwzuxKwbrCEOWUA3xZZHE { width:21.875rem;height:3.3125rem;top:32.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShM21KRKdDWkduUnXbQi4J7rCLz09WZ { display:block; }
 }@media only screen and (max-width: 763px) { #mbKosoPrnMG4OwsHN1P1CTOH45JMhasl { width:21.875rem;height:22.375rem;top:1.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAi1oX7ET2cVy8ek26LIKSpMwaqKun0 { width:21.875rem;height:2.25rem;top:26rem;left:25.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V10L8qwGaXbnXPVaZvaRzGxTSlkn2SVU { width:21.875rem;height:1.9375rem;top:28.625rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9umHQM1gkNLDLlNbU26qwqI4UVtRJb { width:21.875rem;height:22.375rem;top:2.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8EOqREiJeVXDy4roFGlSzmIyK5XGKPN { width:21.875rem;height:22.375rem;top:1.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXEDOqUL2oNic7zT58MtmtqqrZtTGch7 { width:21.875rem;height:2.25rem;top:26rem;left:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy6qN5RZL9T1gnrH52ewPfsoReGJ5uZ { width:21.875rem;height:1.9375rem;top:28.625rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeluKu0BV5Dl2Tr3l8LRk0UUfMsQTv3K { width:21.875rem;height:3.3125rem;top:32.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIuscBtuGDGNTugopp0mRUxEXTMi6HA { display:block; }
 }@media only screen and (max-width: 763px) { #t2pAakaixXITrq5rIHW32giqO7XiuG1T { width:21.875rem;height:22.375rem;top:2.625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 { display:block; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdzU3D3kUpAKHKgnH3h9NQeMwWXdXJKp { width:35.625rem;height:34.75rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSoix4lxbriZuwOXx53ZNMsy98W4K06 { width:33.1875rem;height:11.375rem;top:10.875rem;left:14.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TVoCV9Xbn7Nm5qrnKgdZFqtVDlwAks { width:19.0625rem;height:6.5rem;top:15.8125rem;left:28.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmzAcadWRRRcEvTETw8l0MZwBo9VrzlL { width:33.125rem;height:6rem;top:25.9375rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tIBMAP2rxi9ux8koJQQbgcSD0mCuIc { width:35.625rem;height:34.75rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aftTTFcvO85Ez1TLb2sPnAtayI4thtGB { width:21.875rem;height:3.3125rem;top:36.125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFUq8Tp3QGTMEfmWnXIwxnZEEBNx4Od { display:block; }
 }@media only screen and (max-width: 763px) { #Dq7RELADL2DRLD5dqMJqBqCwuPouq95E { width:8.4375rem;height:2.5625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xliVhPtkOuh8xtT4Bunl0JKFAbrgrtgi { width:8.1875rem;height:1.4375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT { display:block; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytcTQzhigShH0WgEAhPJzMcA4SENMFn5 { width:40.75rem;height:5.6875rem;top:9rem;left:7rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvSfFrJaIUeH0PSmLCJdppDQiiElmWVF { width:32.6875rem;height:7.3125rem;top:8.1875rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs { display:block; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImcReryFoAhrfQwrHPkAa7I91BnsgSrD { width:7.0625rem;height:6.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVgmVNWIGbqaFuetBQXBUtbmcsxXaHC0 { width:6rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf8ukwguLJm6iC7VepqPV4yO5zRyM1sf { width:21.875rem;height:2.25rem;top:10.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCWAPLmiOIcQriMCOdPXWTcJBgurqSVi { width:21.875rem;height:3rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPOHTgfapP763TIb8plrEDrz5akqpJT { width:7.0625rem;height:6.9375rem;top:1.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreafIKrCx1f4lM9eXLK16A41KEqNSHl { width:6rem;height:6rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUt7cw2VbWUiZraF4ohLDA5eqnfDk5p { width:21.875rem;height:2.25rem;top:10.5625rem;left:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzcXh6Mq7SEBiUipEnvgeRCAkylH0Nse { width:21.875rem;height:3rem;top:13.6875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8s42bGEgFqPln2iqZ85VTTlZ9ECW4kp { width:21.875rem;height:2.25rem;top:10.5625rem;left:25.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWwTqTWu4p2doXcuifLuChwm1URU2Ukd { width:21.875rem;height:3rem;top:13.6875rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPcabT2Jv6w432ti45RJVE1ddsPDxMAa { width:7.0625rem;height:6.9375rem;top:1.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4tTXKZ6dR7SATB0BnxTQFNuLfzKUECr { width:6rem;height:6rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 { display:block; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUX2laJXW7kLCTVP8lI0pQKbMfEQfkDv { width:31.25rem;height:5.6875rem;top:9.5625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR8XrA9kp5X3d9wQLh5awXw3MbOpu5ML { width:31.25rem;height:3.75rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPeUeAgiaoQsbD6QMicF8vq0VtVKppaf { width:4rem;height:4rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enletZOGdNvquM72wnXs8z3GtL2WTymp { width:3.75rem;height:2.75rem;top:23.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1twTe4vlTuU5MBXhzyS4oTcX9I8DEd1 { width:25rem;height:4.5rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixUgRNOTEWNeMZaiH3AmLQpsnvgkTqAk { width:4rem;height:4rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKrF46PUbf9h918pPkLukC670mMqVW1r { width:3.75rem;height:2.75rem;top:29.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2yrAysdCb5ZOxK9ZQ8RqS9act34IBdZ { width:4rem;height:4rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVN5MBNGTbSTKmounynqS6kHpaRHC30a { width:3.75rem;height:2.75rem;top:36.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHsdScvVOJQDxGzXIAxV5BR1ulIUFp9r { width:25rem;height:4.5rem;top:29.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXvsZnGqtbTI5rAxDuJTMqSZZDau9F9X { width:25rem;height:4.5rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MigyUU9G5zMh4ZffUXSuVE9DrcXPLTb4 { width:34.1875rem;height:50rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbFbMSQMIZw2wWcUq34LedflHyksDJw { width:32rem;height:41.875rem;top:3.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c { display:block; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bK76oNXr06J3vcvAfDq4RiN2M7JDfaX0 { width:47.75rem;height:6.8125rem;top:13.0625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShqLPQTXNMSaT5lJpemp6qWFIG8C0R0w { width:24.9375rem;height:1.9375rem;top:19.875rem;left:22.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEiaSRAoOkMR8SQsFELXkApTfRbRD1ns { width:15.0625rem;height:3.4375rem;top:23.4375rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfEoMKvKT3xEW3IX0TPd9ue9LRWIUpw { display:block; }
 }@media only screen and (max-width: 763px) { #B5kJSminN0UkkEOayINWuzlNhalqCntO { width:47.75rem;height:1.9375rem;top:19.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #soAgcTiVoz19Cut3zet5T2DFGIEJ3M2A { width:4.4375rem;height:4.4375rem;top:14.625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lSUkU8ClmFld64fpftbryL6K5DOS1tAe { position:relative;z-index:auto;display:block; }#lSUkU8ClmFld64fpftbryL6K5DOS1tAe > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaFHUOSuzL3PhmIEut0EwW4rndosWJCT { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naa1lColH0vma5issKINTIuHNTZ5U1TR { display:block; }
 }@media only screen and (max-width: 763px) { #vIr12XtXzxuLiV59aSMbUssSIyKuqUfn { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yef49Ry3nlDJTT5rl95FS3XkI13EO0dE { width:20rem;height:2.3994125rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT { display:block; }#pbS9ZUcaWw5CcyuPSKtGCHuTlEN11ZRT > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI { position:relative;z-index:auto;display:block; }#PPUIfzq89N7ER4KcgMwTwqWV5ZfHePkI > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK8bHJkz1qiZcBN4DXTp4KN9i6972T17 { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZzkh5oRzH9yikNbvuNwmt5q2WMQTW0Z { display:block; }
 }@media only screen and (max-width: 763px) { #asLcPsQsedNJ6ykion1XeZSvJLQcGWCZ { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxLZ85KKVRUKk7WwMaGG63TZSbaSORsG { width:20rem;height:2.3994125rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7yIfvXKZZlCPF6xbLpz9t5y0uvEgIvU { width:20rem;height:4.2246125rem;top:7.4375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB09I8RplFySqV2Dgia7VOqJDIcoSfHr { width:20rem;height:2.5996125rem;top:16.2734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQGBqKceMVTO1IVJBOcEtlPoSnTWyslI { width:17.5rem;height:4.0625rem;top:20.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDFaEtF8gpQFivzGZMmsb1Xy3TL0GZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #c1Vefom5RIPBoqJ2iuu7THWq7VAGoDxf { width:20rem;height:3.8984375rem;top:12.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1quuPX1WbdyfwJldDyrvTXsp6A44ll { display:flex;width:2.6875rem;height:2.6875rem;top:8.4560546875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo { display:block; }#HbAbwg7VDPwWBFWL7IO7DLikL4t0QUIo > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKul2Ct4NPXvixoIH36z2tvU5e6Zmtn1 { width:20rem;height:2.5996125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weGRyPMmT7VVTJZdoTHedu5rJRN3JvcE { width:20rem;height:2.5996125rem;top:5.724609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b { display:block; }#nr46FxAqbQoDNEXk8pRS7dsxD6I4WZ5b > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmJAn8ILTG8ghdnpFlJ8Cd9K9pKI2SlH { width:18.75rem;height:19.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO2TOnWJvTc4UCJ8UOS9NBTg8B2umAKC { width:20rem;height:2.2744125rem;top:23.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd85dT3hQTuyI8bbErd5pZFgP6OHnIos { width:20rem;height:1.94921875rem;top:26.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fznEqxyKhrdvpkZX8pfySQNFlfCdgPzW { width:18.75rem;height:3.3125rem;top:29.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COCsG2mDqdvzco8RvktlONsDMLa6NucB { display:block; }
 }@media only screen and (max-width: 763px) { #fcEzxKlR58EGLogtELVCbByDaXtK1RA2 { width:18.75rem;height:19.125rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsg8Ct4UFH9nwzuxKwbrCEOWUA3xZZHE { width:18.75rem;height:3.3125rem;top:66.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShM21KRKdDWkduUnXbQi4J7rCLz09WZ { display:block; }
 }@media only screen and (max-width: 763px) { #mbKosoPrnMG4OwsHN1P1CTOH45JMhasl { width:18.75rem;height:19.125rem;top:38.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAi1oX7ET2cVy8ek26LIKSpMwaqKun0 { width:20rem;height:2.2744125rem;top:59.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V10L8qwGaXbnXPVaZvaRzGxTSlkn2SVU { width:20rem;height:1.94921875rem;top:63.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9umHQM1gkNLDLlNbU26qwqI4UVtRJb { width:18.75rem;height:19.125rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8EOqREiJeVXDy4roFGlSzmIyK5XGKPN { width:18.75rem;height:19.125rem;top:74.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXEDOqUL2oNic7zT58MtmtqqrZtTGch7 { width:20rem;height:2.2744125rem;top:96.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy6qN5RZL9T1gnrH52ewPfsoReGJ5uZ { width:20rem;height:1.94921875rem;top:99.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeluKu0BV5Dl2Tr3l8LRk0UUfMsQTv3K { width:18.75rem;height:3.3125rem;top:102.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIuscBtuGDGNTugopp0mRUxEXTMi6HA { display:block; }
 }@media only screen and (max-width: 763px) { #t2pAakaixXITrq5rIHW32giqO7XiuG1T { width:18.75rem;height:19.125rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 { display:block; }#km8oCuzndAv3OWq6F9SVFRgkJyu0pnP3 > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdzU3D3kUpAKHKgnH3h9NQeMwWXdXJKp { width:18.75rem;height:18.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZSoix4lxbriZuwOXx53ZNMsy98W4K06 { width:20rem;height:5.199225rem;top:23.8203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2TVoCV9Xbn7Nm5qrnKgdZFqtVDlwAks { width:19.0625rem;height:2.5996125rem;top:29.01953125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmzAcadWRRRcEvTETw8l0MZwBo9VrzlL { width:20rem;height:10rem;top:33.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tIBMAP2rxi9ux8koJQQbgcSD0mCuIc { width:18.75rem;height:18.75rem;top:2.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aftTTFcvO85Ez1TLb2sPnAtayI4thtGB { width:18.75rem;height:3.3125rem;top:44.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFUq8Tp3QGTMEfmWnXIwxnZEEBNx4Od { display:block; }
 }@media only screen and (max-width: 763px) { #Dq7RELADL2DRLD5dqMJqBqCwuPouq95E { width:8.4375rem;height:2.5625rem;top:2.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xliVhPtkOuh8xtT4Bunl0JKFAbrgrtgi { width:8.1875rem;height:1.4619125rem;top:3.0625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT { display:block; }#fPHTVTLJTI6Vhtb65dZuyu6A2AEgQVgT > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytcTQzhigShH0WgEAhPJzMcA4SENMFn5 { width:20rem;height:2.5996125rem;top:7.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvSfFrJaIUeH0PSmLCJdppDQiiElmWVF { width:20rem;height:2.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs { display:block; }#MhcSZ7Mz1JCRQKeBmK8ZewWimkkb0xVs > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImcReryFoAhrfQwrHPkAa7I91BnsgSrD { display:flex;width:7.0625rem;height:6.9375rem;top:2.6875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #LVgmVNWIGbqaFuetBQXBUtbmcsxXaHC0 { width:6rem;height:6rem;top:1.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf8ukwguLJm6iC7VepqPV4yO5zRyM1sf { width:20rem;height:2.2744125rem;top:11.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCWAPLmiOIcQriMCOdPXWTcJBgurqSVi { width:20rem;height:4.5rem;top:14.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcPOHTgfapP763TIb8plrEDrz5akqpJT { display:flex;width:7.0625rem;height:6.9375rem;top:23.5rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #EreafIKrCx1f4lM9eXLK16A41KEqNSHl { width:6rem;height:6rem;top:21.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUt7cw2VbWUiZraF4ohLDA5eqnfDk5p { width:20rem;height:2.2744125rem;top:31.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzcXh6Mq7SEBiUipEnvgeRCAkylH0Nse { width:20rem;height:4.5rem;top:35.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8s42bGEgFqPln2iqZ85VTTlZ9ECW4kp { width:20rem;height:2.2744125rem;top:51.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWwTqTWu4p2doXcuifLuChwm1URU2Ukd { width:20rem;height:4.5rem;top:55.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPcabT2Jv6w432ti45RJVE1ddsPDxMAa { display:flex;width:7.0625rem;height:6.9375rem;top:43.25rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #a4tTXKZ6dR7SATB0BnxTQFNuLfzKUECr { width:6rem;height:6rem;top:42.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 { display:block; }#JW4R4ZLC4wAU5S2fJgRqVZPU6OmGg513 > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUX2laJXW7kLCTVP8lI0pQKbMfEQfkDv { width:20rem;height:2.5996125rem;top:5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oR8XrA9kp5X3d9wQLh5awXw3MbOpu5ML { width:20rem;height:5.625rem;top:8.849609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPeUeAgiaoQsbD6QMicF8vq0VtVKppaf { width:4rem;height:4rem;top:15.724609375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enletZOGdNvquM72wnXs8z3GtL2WTymp { width:3.75rem;height:2.5996125rem;top:16.474609375rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1twTe4vlTuU5MBXhzyS4oTcX9I8DEd1 { width:20rem;height:4.5rem;top:21.349609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixUgRNOTEWNeMZaiH3AmLQpsnvgkTqAk { width:4rem;height:4rem;top:27.099609375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKrF46PUbf9h918pPkLukC670mMqVW1r { width:3.75rem;height:2.5996125rem;top:27.849609375rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2yrAysdCb5ZOxK9ZQ8RqS9act34IBdZ { width:4rem;height:4rem;top:38.474609375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVN5MBNGTbSTKmounynqS6kHpaRHC30a { width:3.75rem;height:2.5996125rem;top:39.224609375rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHsdScvVOJQDxGzXIAxV5BR1ulIUFp9r { width:20rem;height:4.5rem;top:32.724609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXvsZnGqtbTI5rAxDuJTMqSZZDau9F9X { width:20rem;height:4.5rem;top:44.099609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MigyUU9G5zMh4ZffUXSuVE9DrcXPLTb4 { width:18.75rem;height:18.75rem;top:51.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbFbMSQMIZw2wWcUq34LedflHyksDJw { width:18.75rem;height:18.75rem;top:52.162109375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c { background-color:#edefed;background-image:url("https://images.assets-landingi.com/uc/4985179a-9436-467b-bb1c-f82bbebca99f/bg45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c.adaptive-delivery-prevent-bg, #cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c.lazyload, #cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c.lazyloading { background-image: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container { background-color: transparent; background-image: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container > .video-iframe-container { display: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row > .video-iframe-container { display: none; }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .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); }#cZdQg4LWu1VOgR2gsVEJfIHu8SRIbo5c > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bK76oNXr06J3vcvAfDq4RiN2M7JDfaX0 { width:20rem;height:3.57421875rem;top:8.75rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShqLPQTXNMSaT5lJpemp6qWFIG8C0R0w { width:20rem;height:2.5996125rem;top:17.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEiaSRAoOkMR8SQsFELXkApTfRbRD1ns { width:15.0625rem;height:3.4375rem;top:21.75rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfEoMKvKT3xEW3IX0TPd9ue9LRWIUpw { display:block; }
 }@media only screen and (max-width: 763px) { #B5kJSminN0UkkEOayINWuzlNhalqCntO { width:20rem;height:3.8984375rem;top:12.86328125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soAgcTiVoz19Cut3zet5T2DFGIEJ3M2A { display:flex;width:3rem;height:3rem;top:9.375rem;left:3.5625rem; }
 }