.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:252,232,222;--color-primary-1:244,180,146;--color-primary-2:233,104,36;--color-primary-3:117,52,18;--color-primary-4:35,16,5;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:241,241,241;--color-secondary-3:227,227,227;--color-secondary-4:51,51,51;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { background-color: transparent; background-image: none; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container > .video-iframe-container { display: none; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row > .video-iframe-container { display: none; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .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); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { border-width: 0; border-radius: 0; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#UE8FiqEpnQb9ycbnU8ya4TV2F3lWU4LG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:2.5rem;left:46rem;display:block; }
#PhR1euZpJyOlgtpydZv4upLmm36FMBmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIlhER24Ep1pSp8QNtFAHysmW7l6dc6r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.375rem;left:43.1875rem; }
#ySuaXEfhpScZAWPRWmTltQeuDfA7rLoC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:1.625rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.5rem;left:66.3125rem;display:block; }
#arT3ZaERkqKBE2QuH1KQUqtsAexWi4c2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDWSaFwaJSZbwIpnFC5Knw4Rz1SS5vVE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.375rem;left:63.5625rem; }
#IkVRhJChsgJqGwl285TaIO62TpHvullZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.4375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#qDi6NlxkurW9h7QOEE2QKxPJRee4DUl5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#aCDCQcuCAAcftdLTUCa7KM4rLK0mZnXD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#dXZdPvkc60s3nFyubzJKbbGiIFI9nwAX { color:rgba(var(--color-secondary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.631076335907rem;left:10.680557250976rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ { 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;z-index:auto;display:none; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container { border-width: 0; border-radius: 0; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#iZyT65s33epTiqTs62GNLGO00PC7Tawz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:2.5rem;left:46rem;display:block; }
#u8Schplm38mgKS4yeHd2DtOKEFTEvgic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8TCHkm8TuJQ4s8U78obumtVQwJQoTyn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.375rem;left:43.1875rem; }
#u15iUzQ8t4AP98aI5kHWwPTwBtvW4Jlw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:1.625rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:2.5rem;left:66.3125rem;display:block; }
#m4DelLarRNdPJT6pXWzK0qT5CxPK8FKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPUU30W5kBANv4TytdGcgo6lrBBCVssK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.375rem;left:63.5625rem; }
#x5AkWTzx7vmTk30ClNyAEPVZIN9xifOI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.4375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#TEbyXLtgFFfDOS8uRCqFMEQTRngu284D { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#syCuJxGkd5od4KWbzISvobMU6kv6TnGp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh { 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; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container { background-color: transparent; background-image: none; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container > .video-iframe-container { display: none; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row > .video-iframe-container { display: none; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .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); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container { border-width: 0; border-radius: 0; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p { 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; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container { background-color: transparent; background-image: none; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container > .video-iframe-container { display: none; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row > .video-iframe-container { display: none; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .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); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container { border-width: 0; border-radius: 0; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#fSRmOdtOaraThxhIxIxTdl5gtv6QLhJk { color:rgba(var(--color-primary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d1qit2pr3bkW7aZKhrfBebKWhQ915LXH { background-color:rgba(var(--color-primary-2),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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.75rem;left:0rem;display:block; }
#Mr9m4hqSwT4tk2uFXo9u4gJxGG9zv8D6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b43D316husJVCGUDPTeIDHMHNTyy1llN { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.75rem;left:14.5625rem;display:block; }
#hMufNkUJfPJVkmyrUDEvr4QK8HqMJIGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJIv23G6lZLrqMbOOxhVEaMeTW520Rmt { color:rgba(var(--color-primary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:15.4375rem;left:0rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQpogOconlmdLBeDkJNJ8VcHcLwKnWDn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:10.1875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JPXFwWXVNF4A7OsaR8xEUO9VrHyJwP28 { box-sizing:content-box;height:33.0625rem;width:40.0625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a9137a2-4d3b-4aa8-a9aa-28e2976b440a/image_69_1x.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:34.96875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JPXFwWXVNF4A7OsaR8xEUO9VrHyJwP28.adaptive-delivery-prevent-bg, #JPXFwWXVNF4A7OsaR8xEUO9VrHyJwP28.lazyload, #JPXFwWXVNF4A7OsaR8xEUO9VrHyJwP28.lazyloading { background-image: none; }
#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT { position:relative;display:block; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT { background-color: transparent; background-image: none; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row .container > .video-iframe-container { display: none; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row > .video-iframe-container { display: none; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .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); }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT { border-width: 0; border-radius: 0; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SsdJZVHZx7tfZLiDQlzhJnqGDd2KGwG6 { color:rgba(var(--color-primary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:41.625001907349rem;height:4.22395625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zp4ysvzHlbSDgVuDr4ML2Tylqkel00bK { color:rgba(var(--color-secondary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.4375rem;left:41.625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLvqB2DkFcZDxmyxoO4Z1BEdL26P5qyF { box-sizing:content-box;height:21.8125rem;width:30.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/0eaeb26d-8e00-42d9-aa24-2499c2a64ff1/image_60.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:5.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#gLvqB2DkFcZDxmyxoO4Z1BEdL26P5qyF.adaptive-delivery-prevent-bg, #gLvqB2DkFcZDxmyxoO4Z1BEdL26P5qyF.lazyload, #gLvqB2DkFcZDxmyxoO4Z1BEdL26P5qyF.lazyloading { background-image: none; }
#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn { position:relative;display:block; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn { background-color: transparent; background-image: none; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row .container > .video-iframe-container { display: none; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row > .video-iframe-container { display: none; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .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); }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn { border-width: 0; border-radius: 0; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NGmanBgTm7nomK3EOsHOrBxK0R8r5reh { color:rgba(var(--color-primary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:5.125rem;height:4.22395625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RfD5lAdTEOxqDbl5hqf5zCRacRwxoRmR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:11.25rem;left:5.125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EA4PfeFdrdZkpMDVGE1ttHbmNVD7iST8 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.5625rem;left:5.125rem;display:block; }
#MkRqrRi5l08vxRysBnhD56g1McpTFQhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2x2AkFdbsLcRhbRcPZelq4u4Cw3rWoi { box-sizing:content-box;height:24.25rem;width:30.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d20646fa-6732-4861-b5a6-13fca5776e69/foto1.crop_797x723_215,47.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.625rem;left:41.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#O2x2AkFdbsLcRhbRcPZelq4u4Cw3rWoi.adaptive-delivery-prevent-bg, #O2x2AkFdbsLcRhbRcPZelq4u4Cw3rWoi.lazyload, #O2x2AkFdbsLcRhbRcPZelq4u4Cw3rWoi.lazyloading { background-image: none; }
#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container { background-color: transparent; background-image: none; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container > .video-iframe-container { display: none; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row > .video-iframe-container { display: none; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .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); }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container { border-width: 0; border-radius: 0; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#Dr63w2UFDI4IEPbmh6ksltyy0RGBfzLJ { color:rgba(var(--color-primary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:15.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XIq2ZsWEd1nOQz7ymFypsbmxWayq1MRU { color:rgba(var(--color-primary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:6.625rem;left:19.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc { position:relative;display:block; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc { background-color: transparent; background-image: none; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row .container > .video-iframe-container { display: none; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row > .video-iframe-container { display: none; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .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); }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc { border-width: 0; border-radius: 0; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g99znsBLvS38muuJwaMZWFCghq4WSEpl { box-sizing:content-box;height:9.375rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
#KkR6TKsN0QRR8izh3a9sMAOzFCXPhTWI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:27.5625rem;left:1.875rem;height:3.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwSaCzCKH2fXhQC1WQUy8yUtPbANnohQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:25.1875rem;left:1.875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFqTPMC9FTGVD4uLlWM2nTxGw3u77VEl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.75rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mLJ7OE6HbSHMfAAGDNHTORPSa8T0cJGZ { box-sizing:content-box;height:9.375rem;width:23.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.1875rem;left:25.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
#ApqCxLH9vz9wrgQN54UiAPb60gfyP0AT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:27.625rem;left:27.5rem;height:3.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1itLXC2ZmZhBcPe9vppOu5WOtpGR2vV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:25.25rem;left:27.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZgPLDCsAmV902kN2eEVxkNie3rsxtk8L { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.75rem;width:23.75rem;top:0.0625rem;left:25.625rem;overflow:hidden;display:block; }
#ABbmd5FX9UXlzigTTk2EhxzS5ehvquBn { box-sizing:content-box;height:9.375rem;width:23.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.1875rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
#OOHflrMGTLPKyiwop4EdCF4o5rPgPJSS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:27.625rem;left:52.5rem;height:3.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cciAQ768lLuknMTf1K0yccxPRdfJXom2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:25.25rem;left:52.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nWRgmOVuenyFJA0UAgrTspIV6qdIfwlh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.75rem;width:23.75rem;top:0.0625rem;left:50.625rem;overflow:hidden;display:block; }
#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container { background-color: transparent; background-image: none; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container > .video-iframe-container { display: none; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row > .video-iframe-container { display: none; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .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); }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container { border-width: 0; border-radius: 0; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#KCczSwWDFQvqHsmpVQqs71fvAeoTFzov { color:rgba(var(--color-primary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:15.6875rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uE84Oq2DiaU35orgZiARZbtmWTDShRgV { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:4.9375rem;left:10.65625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 { position:relative;display:block; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 { background-color: transparent; background-image: none; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row .container > .video-iframe-container { display: none; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row > .video-iframe-container { display: none; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .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); }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 { border-width: 0; border-radius: 0; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fbRSE5Pwk1I6HxqP6KXqDuXsXbhg41AU { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:3.25rem;box-shadow: none;display:block; }
#V34VsNFD21hmJWprbgT2T13XG7RvHA4O { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.4375rem;left:4.4375rem;overflow:hidden;display:block; }
#hHaTXDCAP2bfW9xo2SM1lQZgyiwBJLfN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:3.375rem;left:9.375rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tn43Av5zmm1yE37r31m8SW8TiXmFFwPI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.4375rem;left:9.375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rDEpNoTf8w1Jvmf6NNnTsnEsiK8lqGDu { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.125rem;left:26.8125rem;box-shadow: none;display:block; }
#iE0TkSCh424fZyzUTGUJViMuBTbFv1Jx { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.5625rem;left:28rem;overflow:hidden;display:block; }
#TurmrhkD9nMTEToL4Jsaa0EHAKclfP78 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:3.5rem;left:32.9375rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHDJ3MDGTVUQcv40VnPL0Fs6ygXw9IQV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:1.5625rem;left:32.9375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GzRdaAwZaTa5FomBSfcRT2An9A1TeBuK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:3.5rem;left:56.125rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P7hdrrq9EAT0pZQnTzdw1B4IIZyRq5MF { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:50rem;box-shadow: none;display:block; }
#mCPUxK9PHD5dnnGp24ZnsQfUCvX6bcNb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:1.5625rem;left:56.125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J0KLAiTZLXDVVePER5l3aqtLC3T37VPK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.4375rem;left:51.1875rem;overflow:hidden;display:block; }
#sThTubJuhatSM3U8uaOp4QsrDVRdNFbB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.9375rem;left:24rem;display:block; }
#qHyCp65igGATZzgiDAs6U1WnoRhTReE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5A4itPDcnca68cIdT5Rnfopk9QxuXg4 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.9375rem;left:24rem;display:none; }
#aJ9zZLkPAg1fZ35kJvbfn1OMiHHxzE2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP { 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; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container { background-color: transparent; background-image: none; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container > .video-iframe-container { display: none; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row > .video-iframe-container { display: none; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .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); }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container { border-width: 0; border-radius: 0; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#edaM2CsAmi9NFegMWWeHvono7Tv6AyMM { color:rgba(var(--color-primary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:34.3125rem;height:4.5486125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUdF7Zb1EK0yV5vqVgzJVQu0SqT6Hvlc { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:10.6875rem;left:34.25rem;height:3.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTn0Jyd1Jfi2dEE6dEVBkJCKuvGTJhLg { box-sizing:content-box;height:20.4375rem;width:13.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.5625rem;left:2.625rem;display:block; }
#c6TfMtpcraMP28qTsnXc3ruf89xpd825 { box-sizing:content-box;height:15.25rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.75rem;left:49.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iq6mNH6we9SWM7xHBobKLdXCHqNusVZ2 { color:rgba(var(--color-primary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.5625rem;left:34.3125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-form-header {  }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:20.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 [class*="-text"]:-moz-placeholder { color:#868686;font-family:var(--paragraphs-font-family);font-size:1rem; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 [class*="-text"]::-moz-placeholder { color:#868686;font-family:var(--paragraphs-font-family);font-size:1rem; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 [class*="-text"]:-ms-input-placeholder { color:#868686;font-family:var(--paragraphs-font-family);font-size:1rem; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 [class*="-text"]::-webkit-input-placeholder { color:#868686;font-family:var(--paragraphs-font-family);font-size:1rem; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal;float:none; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-container:first-of-type{padding-top:0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-container:last-of-type{padding-bottom:0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:49.8125rem;top:15.9375rem;z-index:15009;position:absolute; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.25rem;display:block;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 {display:block;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:49.8125rem;top:15.9375rem;z-index:15009;position:absolute; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #RCb35J1f2pXtzd8bAS8TGELQxLqTWkVk { position:relative; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #FC0eC29zNJJVU9L26dBFQXnAf42XQ6TH { position:relative;display:none; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #RK0drLTTO2AWQSNQLuCkSiyKX70wXED2 { position:relative; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #TyrBgyfUQFGXwDT9iTeL5PLFPT1GVCaU { position:relative; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #OIODIf41l91UvSFVbKzxFoSKos7NiCXp { position:relative;display:none; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #mb43d9ESflWfDvzu545NXydocWHG1GTc { position:relative; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #wBhtRsuagCoAvAmXxIf667LmxdubwXSc { position:relative; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 #sXz6p1waPdxcGSlT36wZ8c4TlPlnNK2c { position:relative; }
#NJFDzPIToL1sOoeWeT8IZ3BS9xfLh9C1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:15.9375rem;top:4.375rem;left:3.3125rem;overflow:hidden;display:block; }
#GCwzKc67kNX3457khN0nxPDtSNu2lIN1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:16.5rem;top:4.375rem;left:14.6875rem;overflow:hidden;display:block; }
#FZx7VM8RXEoGTykEnIWsf1PAdFcTKZC2 { box-sizing:content-box;height:18.125rem;width:15.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:6.5rem;left:15.25rem;display:block; }
#mA33OI7Piyco81DJTXtUGqvzp3OUd9AW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.375rem;top:16.5rem;left:45.25rem;overflow:hidden;display:block; }
#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container { background-color: transparent; background-image: none; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container > .video-iframe-container { display: none; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row > .video-iframe-container { display: none; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .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); }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container { border-width: 0; border-radius: 0; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#IbMGVqunWwqlDi3aQfvTtmxPVi9v6Vzu { color:rgba(var(--color-primary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.720703125rem;left:15.625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnTUbvx2CI3gVU9wdHsTrX3MckW72U51 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.5355987548825rem;left:2.28125rem;height:15.99825625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNF7kA8Jyto5EHCxHi9N1RUa32pyqCJy { color:rgba(var(--color-primary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.095703125rem;left:15.625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU { position:relative;display:block; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU { background-color: transparent; background-image: none; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row .container > .video-iframe-container { display: none; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row > .video-iframe-container { display: none; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .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); }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU { border-width: 0; border-radius: 0; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JtFOs8TfLE9C6J3uA1THJxDWPT0lgcQT { color:rgba(var(--color-primary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.5rem;left:4.875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vk2DmBH0h0QMSPZFBkddfxxlgf0VfvPw { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.4375rem;left:5.125rem;display:block; }
#VRUIvnMi9eVNtx03UuXlJ6AZ6vNHkUKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWf99VQb1nNbwWaC1TZP6XinzWd1qhhR { box-sizing:content-box;height:31.125rem;width:23.75rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;box-shadow: none;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;display:block; }
#yMSiGXM992FfTx68FetGFAP8s5sUXQ5b { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20rem;width:23.75rem;top:0.0625rem;left:0.0625rem;overflow:hidden;display:block; }
#LtOCXlbxCJgkXafQase3owJxsTTXbbOQ { box-sizing:content-box;height:31.125rem;width:23.75rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.0625rem;left:25.625rem;box-shadow: none;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;display:block; }
#TufJOfT15PvBfIsekCnbErSEn50VQN3E { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20rem;width:23.75rem;top:0.125rem;left:25.6875rem;overflow:hidden;display:block; }
#WOvtQTpwTsV4ga7ouIbVnLEu9pzzyTwW { color:rgba(var(--color-primary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:21.5rem;left:29.71875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AhAmUBntuQ6DgEH5K7wwADpz2ZxmDBhS { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.5rem;left:30.75rem;display:block; }
#y3f6MKEsqa4OTrOKmCoezMmewLcs3rUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuiEeuBN5fxtETtwHrnEl4RQ4bnoPTUG { box-sizing:content-box;height:31.125rem;width:23.75rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.0625rem;left:51.1875rem;box-shadow: none;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;display:block; }
#L1kn4BvdFrsZN4MRNpvc7kJNWgbwg9gn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20rem;width:23.75rem;top:0.125rem;left:51.25rem;overflow:hidden;display:block; }
#leh1b7oqORBl4Mv9VqAJHaOSUeO7ceUc { color:rgba(var(--color-primary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.5rem;left:53.40625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wT2P5qcooyyHpAmqAi49dDGogAS9Tekl { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.5rem;left:56.3125rem;display:block; }
#fplTbXfKQQ5BKZBNT3EHfMZPwZobNqWe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID { 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; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container { background-color: transparent; background-image: none; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container > .video-iframe-container { display: none; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row > .video-iframe-container { display: none; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .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); }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container { border-width: 0; border-radius: 0; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#pDTw2Mn17gBpubXTA75piEbAaHnkyEPl { color:rgba(var(--color-primary-4),1);display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:2.3124866485596rem;left:12.25rem;height:4.7986125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EeiZlArBQehD2U6TVSJEndE24EXKdTsD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:75rem;top:16.625rem;left:0rem;overflow:hidden;display:block; }
#qNBnoOygDhruTbqbExvdenHxuiZOrTkC { color:rgba(var(--color-primary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:31.625rem;left:14.4375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NvpGqHEaENUuVhkNC25gHLABQTSg7XZz { color:rgba(var(--color-primary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:31.5625rem;left:32.65625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mo8xUBmQ4IQyJsdvqJoMcsRxSuktcxAT { color:rgba(var(--color-primary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:52.875rem;left:48rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7vu6f4FP2wZ3rFZE7SNqBf9s9E7FC7u { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:31.625rem;left:48.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7GTWA6fZa33pAakg4lUnrvvvVyhSaXm { color:rgba(var(--color-primary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:52.8125rem;left:14rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y8Ud4SDpxeMwJByDaWkmgxUZyDDz7dhl { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/d434253d-5dad-4845-81ff-d216b9b4a33e/pak1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.625rem;left:13.625rem;display:block; }#y8Ud4SDpxeMwJByDaWkmgxUZyDDz7dhl.adaptive-delivery-prevent-bg, #y8Ud4SDpxeMwJByDaWkmgxUZyDDz7dhl.lazyload, #y8Ud4SDpxeMwJByDaWkmgxUZyDDz7dhl.lazyloading { background-image: none; }
#ONp5QEWgd12dffmLfJqrP6nAZ8l7q28n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWrFUUgBz3PSR9P4miuT6GA59dp00g0g { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e81e5ff8-4198-40d1-b667-c12986c6639f/pak2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.625rem;left:30.5rem;display:block; }#OWrFUUgBz3PSR9P4miuT6GA59dp00g0g.adaptive-delivery-prevent-bg, #OWrFUUgBz3PSR9P4miuT6GA59dp00g0g.lazyload, #OWrFUUgBz3PSR9P4miuT6GA59dp00g0g.lazyloading { background-image: none; }
#kwE76VzUMQyWZRtPiu04RwKdELVvgRFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Az6TCVM9cUivI9Ix4KgZA77nbC4qm6Pl { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/a727ab69-14bd-48c9-998a-b7941caa7e8d/pak3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.625rem;left:47.375rem;display:block; }#Az6TCVM9cUivI9Ix4KgZA77nbC4qm6Pl.adaptive-delivery-prevent-bg, #Az6TCVM9cUivI9Ix4KgZA77nbC4qm6Pl.lazyload, #Az6TCVM9cUivI9Ix4KgZA77nbC4qm6Pl.lazyloading { background-image: none; }
#BBdTWTeCTsku09iX68K9ZfUgftGyJNii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LG8ZgPPlbuis0hczb32edLA7fx1yl62B { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/3e799139-0136-4616-bac6-8bad2f333c9c/pak4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37.8125rem;left:13.625rem;display:block; }#LG8ZgPPlbuis0hczb32edLA7fx1yl62B.adaptive-delivery-prevent-bg, #LG8ZgPPlbuis0hczb32edLA7fx1yl62B.lazyload, #LG8ZgPPlbuis0hczb32edLA7fx1yl62B.lazyloading { background-image: none; }
#ZwncBZTr1dBKE94fTFGKM4mK9honwq7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nslflz74R6rCdkTOTH6P2kDN662brWXt { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/49be0242-494f-4e5f-ac28-72a3031f03a7/father_s_day_gift_design_concept_office_table4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.8125rem;left:47.625rem;display:block; }#Nslflz74R6rCdkTOTH6P2kDN662brWXt.adaptive-delivery-prevent-bg, #Nslflz74R6rCdkTOTH6P2kDN662brWXt.lazyload, #Nslflz74R6rCdkTOTH6P2kDN662brWXt.lazyloading { background-image: none; }
#Zvlni07a7MagDcbQTPChDtZBMTAsWvmq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCJp5op9gARABBuf0ptzc0pRK6StPs45 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5625009536744rem;left:16.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFQ4iLNi1Tvlqg3ceFMatz9kT7aX0Lmq { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/646062f0-65e9-4cc4-b5bc-b0e5aba80f72/pak6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.9375rem;left:30.5rem;display:block; }#sFQ4iLNi1Tvlqg3ceFMatz9kT7aX0Lmq.adaptive-delivery-prevent-bg, #sFQ4iLNi1Tvlqg3ceFMatz9kT7aX0Lmq.lazyload, #sFQ4iLNi1Tvlqg3ceFMatz9kT7aX0Lmq.lazyloading { background-image: none; }
#dcDNs3q2zyGBKKBVq5sbTB8F2XxWsOCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1dGWqeGm9fvVH5HcvJgJ4AxVOz4KFVq { color:rgba(var(--color-primary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:52.9375rem;left:30.875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JUfO3zq4biJ9T2V08OwxINEGa0N4o6tC { 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:6rem;width:73.25rem;top:41.5rem;left:0rem;overflow:hidden;display:block; }
#a4mITvaMp8ptKeCnGvqGliV39IR56qOw { 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:6rem;width:73.25rem;top:41.5rem;left:0rem;overflow:hidden;display:none; }
#k3XvR977pwkfR2xhtztspNs6v0NiKUwu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container { background-color: transparent; background-image: none; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container > .video-iframe-container { display: none; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row > .video-iframe-container { display: none; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .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); }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container { border-width: 0; border-radius: 0; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#UveIy1EOaLsnaXFNmLxR1MbHRBGTlaCU { color:rgba(var(--color-primary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:15.78125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container { background-color: transparent; background-image: none; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container > .video-iframe-container { display: none; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row > .video-iframe-container { display: none; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .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); }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container { border-width: 0; border-radius: 0; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#O3hfbyh2bgxzByfNGV4EPWNuQlPQzWy7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:46.875rem;top:0.6875rem;left:14rem;overflow:hidden;display:block; }
#kSDAM0BI0TcAM0IcNDJSzpuQKZklDaVQ { box-sizing:content-box;height:14.3125rem;width:51.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:11.9375rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#dOURkqIX1DkOZLG9C6fg1XVgGTruPZnt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:5.875rem;left:6.25rem;overflow:hidden;display:block; }
#C4TgQCs1AGD77Rq8W4OAVSUaN4WR6SNl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:5.875rem;left:65.5rem;overflow:hidden;display:block; }
#vQ3Jvyh11zc7Tq0muh7pQH96WWW5e0pL { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0.88);background-image:none;top:6rem;left:6.25rem;display:block; }
#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container { background-color: transparent; background-image: none; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container > .video-iframe-container { display: none; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row > .video-iframe-container { display: none; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .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); }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container { border-width: 0; border-radius: 0; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#PQ3mdT5KMDOy1PQ0QExy58I6BbbhoqAV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:46.875rem;top:4rem;left:14.125rem;overflow:hidden;display:block; }
#K6yvBAaw4xwkmt7q1rwaJug8oMkQEdEO { box-sizing:content-box;height:10.8125rem;width:51.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2rem;left:11.8125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#wes1cl89tHxv3LWxGmAgv5vy4L9vHcxH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:6.3125rem;left:6.3125rem;overflow:hidden;display:block; }
#NNAiXRUBHoJKeRrDJORQu3TCGclJ3N9b { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:6.3125rem;left:65.5625rem;overflow:hidden;display:block; }
#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container { background-color: transparent; background-image: none; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container > .video-iframe-container { display: none; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row > .video-iframe-container { display: none; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .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); }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container { border-width: 0; border-radius: 0; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#HmhcSspX7rtX90dkxANg67mqKoh6Th7l { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:46.875rem;top:3.6875rem;left:14.125rem;overflow:hidden;display:block; }
#xFPeZTdcRiIxo9hlKOrIevZcZyVtmPSJ { box-sizing:content-box;height:10.875rem;width:51.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2rem;left:11.8125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#RvH15OhKAti9tzzwwWZluwENKrOtTEKl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:6rem;left:6.3125rem;overflow:hidden;display:block; }
#miPghz9er7DuVla4b8oJ837OksbZiFR9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:6rem;left:65.5625rem;overflow:hidden;display:block; }
#bsm7TKoshkWgtr7L5kJEeR3qzBOB6cVx { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0.88);background-image:none;top:6rem;left:65.5625rem;display:block; }
#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container { background-color: transparent; background-image: none; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container > .video-iframe-container { display: none; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row > .video-iframe-container { display: none; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .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); }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container { border-width: 0; border-radius: 0; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#Zgngksy2l7xOCfvAdNNzUtc14LTJl4qD { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.25rem;left:35.25rem;display:block; }
#crGd19w7e8aOuuB3Q8CZhfQQC8sn1Aup { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.25rem;left:37.125rem;display:block; }
#Q1zE6IG0zbrH1ZzE3gtCl5mPye52F5KW { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.25rem;left:39rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d40ff59-8b23-4cac-a939-2ee83a4bb643/midsection_man_writing_diary_while_packing_gifts1.webp");background-position:top 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.4); }#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.4); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:44rem;width:75rem;overflow:visible;position:relative;display:block; }#kT0h4iuwOTdCrlb3LFdXJvigrlEFWoLm { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:"montserrat semi bold";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.625rem;left:13.40625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xX2qB9sr3vmuo5NU0Q1PQAWW16yG5E91 { background-color:rgba(var(--color-primary-2),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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34rem;left:30.53125rem;display:block; }
#UCOFbPGC1Qu2JgTl398H42MxuLm2DJfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRX1f7AzUorOcsbe0KUrXSQKFsTw1wl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.662109375rem;left:15.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#h0J3m0ziEalk6d74BUbTsv3qNHAeqFu0 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:11.5rem;left:15.125rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmEQmvbvJ8q4NmmCOr4LoP8pPBMeGfUV { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:17.6875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tt0MAH3cmuGSrzdwkVcpJwMUhupwifrA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:20.3125rem;left:55.6875rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MxTI8Wy9H2wvFPkU93tJhGoZbrHTG66R { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:20.3125rem;left:37.1875rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#IqsiCDJIAes4uGb13C2hbqTseMgpftR9 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:19.625rem;left:9.0625rem;box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0,0,0,0.12) ;display:block; }
#S93esP6g7MdTkAOUyC86xEfldBt6kgvp { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.9375rem;top:20.818359375rem;left:10.375rem;overflow:hidden;display:block; }
#qb3ZskgRbOPCcN5VFCZlioZ3nHV2cSK8 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:19.625rem;left:31.25rem;box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0,0,0,0.12) ;display:block; }
#ORkJDPadX52xGz0fdCmtCvldxuJiouH5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:20.474609375rem;left:31.96875rem;overflow:hidden;display:block; }
#H4cQEZ8xlw7LPoin70hTzlDBg1nC8nBw { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:19.625rem;left:49.9375rem;box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0,0,0,0.12) ;display:block; }
#oZrgOZTRMh19P5EaG3EH3lzXKKuXtK7Z { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:20.693359375rem;left:51rem;overflow:hidden;display:block; }
#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container { background-color: transparent; background-image: none; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container > .video-iframe-container { display: none; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row > .video-iframe-container { display: none; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .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); }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container { border-width: 0; border-radius: 0; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#G11yLr66c4rwdKJpr9DNJVJg7zVXzFGR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.125rem;left:33.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxtXbyCczM4Vaqei44TiqkVDHlieExLV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.3125rem;left:33.5rem;height:3.3993rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nPGddVJqVV6GVuGLc3SCwbJh4N45kUx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.25rem;left:57.5625rem;height:3.3993rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cvk0gvxgCmtkH3Z7zluR08hgDIIyeBCb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:8.8125rem;top:4.9999847412109rem;left:0rem;overflow:hidden;display:block; }
#biZ0ypV6rv8OZ2h4e8GIpdRzpo1NT8dJ { box-sizing:content-box;height:3.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),0.19);background-image:none;top:5.375rem;left:53.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh { display:block; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE8FiqEpnQb9ycbnU8ya4TV2F3lWU4LG { width:10.75rem;height:1.625rem;top:2.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhR1euZpJyOlgtpydZv4upLmm36FMBmV { display:block; }
 }@media only screen and (max-width: 763px) { #PIlhER24Ep1pSp8QNtFAHysmW7l6dc6r { width:1.875rem;height:1.875rem;top:2.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySuaXEfhpScZAWPRWmTltQeuDfA7rLoC { width:8.6875rem;height:1.625rem;top:2.5rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arT3ZaERkqKBE2QuH1KQUqtsAexWi4c2 { display:block; }
 }@media only screen and (max-width: 763px) { #LDWSaFwaJSZbwIpnFC5Knw4Rz1SS5vVE { width:1.875rem;height:1.875rem;top:2.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVRhJChsgJqGwl285TaIO62TpHvullZ { width:7.4375rem;height:3.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi6NlxkurW9h7QOEE2QKxPJRee4DUl5 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCDCQcuCAAcftdLTUCa7KM4rLK0mZnXD { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXZdPvkc60s3nFyubzJKbbGiIFI9nwAX { width:32.5625rem;height:1.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ { display:none; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZyT65s33epTiqTs62GNLGO00PC7Tawz { width:10.75rem;height:1.625rem;top:2.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Schplm38mgKS4yeHd2DtOKEFTEvgic { display:block; }
 }@media only screen and (max-width: 763px) { #Z8TCHkm8TuJQ4s8U78obumtVQwJQoTyn { width:1.875rem;height:1.875rem;top:2.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u15iUzQ8t4AP98aI5kHWwPTwBtvW4Jlw { width:8.6875rem;height:1.625rem;top:2.5rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4DelLarRNdPJT6pXWzK0qT5CxPK8FKZ { display:block; }
 }@media only screen and (max-width: 763px) { #xPUU30W5kBANv4TytdGcgo6lrBBCVssK { width:1.875rem;height:1.875rem;top:2.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AkWTzx7vmTk30ClNyAEPVZIN9xifOI { width:7.4375rem;height:3.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEbyXLtgFFfDOS8uRCqFMEQTRngu284D { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #syCuJxGkd5od4KWbzISvobMU6kv6TnGp { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh { display:block; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TshPafT0I8osTlWmpgnwgA1oWxogZw4p { display:block; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSRmOdtOaraThxhIxIxTdl5gtv6QLhJk { width:23.125rem;height:7.5rem;top:4.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1qit2pr3bkW7aZKhrfBebKWhQ915LXH { width:13.9375rem;height:3.4375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr9m4hqSwT4tk2uFXo9u4gJxGG9zv8D6 { display:block; }
 }@media only screen and (max-width: 763px) { #b43D316husJVCGUDPTeIDHMHNTyy1llN { width:10.4375rem;height:3.4375rem;top:22.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMufNkUJfPJVkmyrUDEvr4QK8HqMJIGd { display:block; }
 }@media only screen and (max-width: 763px) { #PJIv23G6lZLrqMbOOxhVEaMeTW520Rmt { width:24.1875rem;height:4rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpogOconlmdLBeDkJNJ8VcHcLwKnWDn { width:18.125rem;height:;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPXFwWXVNF4A7OsaR8xEUO9VrHyJwP28 { width:40.0625rem;height:33.0625rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT { display:block; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsdJZVHZx7tfZLiDQlzhJnqGDd2KGwG6 { width:25.875rem;height:;top:7.6875rem;left:21.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp4ysvzHlbSDgVuDr4ML2Tylqkel00bK { width:26.8125rem;height:10.5rem;top:12.4375rem;left:20.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLvqB2DkFcZDxmyxoO4Z1BEdL26P5qyF { width:30.4375rem;height:21.8125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8xq3qusB8n26WtM0xcdESvyK4T6BLVn { display:block; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGmanBgTm7nomK3EOsHOrBxK0R8r5reh { width:27.875rem;height:;top:5.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfD5lAdTEOxqDbl5hqf5zCRacRwxoRmR { width:28.4375rem;height:10.5rem;top:11.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA4PfeFdrdZkpMDVGE1ttHbmNVD7iST8 { width:13.6875rem;height:3.25rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkRqrRi5l08vxRysBnhD56g1McpTFQhb { display:block; }
 }@media only screen and (max-width: 763px) { #O2x2AkFdbsLcRhbRcPZelq4u4Cw3rWoi { width:30.4375rem;height:24.25rem;top:2.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK { display:block; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr63w2UFDI4IEPbmh6ksltyy0RGBfzLJ { width:43.0625rem;height:;top:2.9375rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIq2ZsWEd1nOQz7ymFypsbmxWayq1MRU { width:36.0625rem;height:3rem;top:6.625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qclTUywb6ZtMrChw8haNXrnzyBxGUxEc { display:block; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g99znsBLvS38muuJwaMZWFCghq4WSEpl { width:23.75rem;height:9.375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR6TKsN0QRR8izh3a9sMAOzFCXPhTWI { width:17.5625rem;height:3.375rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwSaCzCKH2fXhQC1WQUy8yUtPbANnohQ { width:18.0625rem;height:1.75rem;top:25.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFqTPMC9FTGVD4uLlWM2nTxGw3u77VEl { width:23.75rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJ7OE6HbSHMfAAGDNHTORPSa8T0cJGZ { width:23.75rem;height:9.375rem;top:23.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApqCxLH9vz9wrgQN54UiAPb60gfyP0AT { width:17.5625rem;height:3.375rem;top:27.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1itLXC2ZmZhBcPe9vppOu5WOtpGR2vV { width:18.0625rem;height:;top:25.25rem;left:13.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPLDCsAmV902kN2eEVxkNie3rsxtk8L { width:23.75rem;height:23.75rem;top:0.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbmd5FX9UXlzigTTk2EhxzS5ehvquBn { width:23.75rem;height:9.375rem;top:23.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHflrMGTLPKyiwop4EdCF4o5rPgPJSS { width:20.75rem;height:3.375rem;top:27.625rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cciAQ768lLuknMTf1K0yccxPRdfJXom2 { width:18.0625rem;height:;top:25.25rem;left:29.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWRgmOVuenyFJA0UAgrTspIV6qdIfwlh { width:23.75rem;height:23.75rem;top:0.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB { display:block; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCczSwWDFQvqHsmpVQqs71fvAeoTFzov { width:43.0625rem;height:2.5625rem;top:0.5625rem;left:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE84Oq2DiaU35orgZiARZbtmWTDShRgV { width:47.75rem;height:6rem;top:4.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T23I4B358i1qNdwRu8JPbupCRHTFHJR1 { display:block; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbRSE5Pwk1I6HxqP6KXqDuXsXbhg41AU { width:4.5625rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V34VsNFD21hmJWprbgT2T13XG7RvHA4O { width:2.1875rem;height:2.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHaTXDCAP2bfW9xo2SM1lQZgyiwBJLfN { width:15.6875rem;height:2.9375rem;top:3.375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn43Av5zmm1yE37r31m8SW8TiXmFFwPI { width:11.375rem;height:1.75rem;top:1.4375rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDEpNoTf8w1Jvmf6NNnTsnEsiK8lqGDu { width:4.5625rem;height:4.5625rem;top:0.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE0TkSCh424fZyzUTGUJViMuBTbFv1Jx { width:2.1875rem;height:2.1875rem;top:1.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurmrhkD9nMTEToL4Jsaa0EHAKclfP78 { width:15.6875rem;height:2.9375rem;top:3.5rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHDJ3MDGTVUQcv40VnPL0Fs6ygXw9IQV { width:11.375rem;height:1.75rem;top:1.5625rem;left:19.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzRdaAwZaTa5FomBSfcRT2An9A1TeBuK { width:15.6875rem;height:2.9375rem;top:3.5rem;left:31.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7hdrrq9EAT0pZQnTzdw1B4IIZyRq5MF { width:4.5625rem;height:4.5625rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCPUxK9PHD5dnnGp24ZnsQfUCvX6bcNb { width:11.375rem;height:1.75rem;top:1.5625rem;left:33.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0KLAiTZLXDVVePER5l3aqtLC3T37VPK { width:2.25rem;height:2.25rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThTubJuhatSM3U8uaOp4QsrDVRdNFbB { width:27rem;height:3.25rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHyCp65igGATZzgiDAs6U1WnoRhTReE2 { display:block; }
 }@media only screen and (max-width: 763px) { #f5A4itPDcnca68cIdT5Rnfopk9QxuXg4 { width:27rem;height:3.25rem;top:10.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ9zZLkPAg1fZ35kJvbfn1OMiHHxzE2Z { display:block; }
 }@media only screen and (max-width: 763px) { #mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP { display:block; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edaM2CsAmi9NFegMWWeHvono7Tv6AyMM { width:37.375rem;height:4.5rem;top:4.6875rem;left:10.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUdF7Zb1EK0yV5vqVgzJVQu0SqT6Hvlc { width:37.5rem;height:3.375rem;top:10.6875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTn0Jyd1Jfi2dEE6dEVBkJCKuvGTJhLg { width:13.5rem;height:20.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TfMtpcraMP28qTsnXc3ruf89xpd825 { width:24.375rem;height:15.25rem;top:15.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq6mNH6we9SWM7xHBobKLdXCHqNusVZ2 { width:13rem;height:9rem;top:18.5625rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-regular-label { display:block;width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-text { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-textarea { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-select { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-button { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1  { width:20.25rem;height:auto;top:15.9375rem;left:25rem; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .radio-container { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 {display:block;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 { width:20.25rem;height:auto;top:15.9375rem;left:25rem; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #RCb35J1f2pXtzd8bAS8TGELQxLqTWkVk {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #FC0eC29zNJJVU9L26dBFQXnAf42XQ6TH { display:block; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #RK0drLTTO2AWQSNQLuCkSiyKX70wXED2 {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #TyrBgyfUQFGXwDT9iTeL5PLFPT1GVCaU {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #OIODIf41l91UvSFVbKzxFoSKos7NiCXp { display:block; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #mb43d9ESflWfDvzu545NXydocWHG1GTc {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #wBhtRsuagCoAvAmXxIf667LmxdubwXSc {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #sXz6p1waPdxcGSlT36wZ8c4TlPlnNK2c {  }
 }@media only screen and (max-width: 763px) { #NJFDzPIToL1sOoeWeT8IZ3BS9xfLh9C1 { width:15.9375rem;height:29.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwzKc67kNX3457khN0nxPDtSNu2lIN1 { width:16.5rem;height:29.4375rem;top:4.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZx7VM8RXEoGTykEnIWsf1PAdFcTKZC2 { width:15.4375rem;height:18.125rem;top:6.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA33OI7Piyco81DJTXtUGqvzp3OUd9AW { width:5.375rem;height:2.0625rem;top:16.5rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g { display:block; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbMGVqunWwqlDi3aQfvTtmxPVi9v6Vzu { width:43.0625rem;height:2.5625rem;top:27.6875rem;left:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTUbvx2CI3gVU9wdHsTrX3MckW72U51 { width:47.75rem;height:15.9375rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNF7kA8Jyto5EHCxHi9N1RUa32pyqCJy { width:43.0625rem;height:;top:2.0625rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU { display:block; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtFOs8TfLE9C6J3uA1THJxDWPT0lgcQT { width:14.1875rem;height:3.5rem;top:21.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk2DmBH0h0QMSPZFBkddfxxlgf0VfvPw { width:13.6875rem;height:3.25rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUIvnMi9eVNtx03UuXlJ6AZ6vNHkUKO { display:block; }
 }@media only screen and (max-width: 763px) { #LWf99VQb1nNbwWaC1TZP6XinzWd1qhhR { width:23.75rem;height:31.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSiGXM992FfTx68FetGFAP8s5sUXQ5b { width:23.75rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtOCXlbxCJgkXafQase3owJxsTTXbbOQ { width:23.75rem;height:31.125rem;top:0.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufJOfT15PvBfIsekCnbErSEn50VQN3E { width:23.75rem;height:20rem;top:0.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOvtQTpwTsV4ga7ouIbVnLEu9pzzyTwW { width:15.5625rem;height:3.5rem;top:21.5rem;left:16.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAmUBntuQ6DgEH5K7wwADpz2ZxmDBhS { width:13.6875rem;height:3.25rem;top:26.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3f6MKEsqa4OTrOKmCoezMmewLcs3rUT { display:block; }
 }@media only screen and (max-width: 763px) { #xuiEeuBN5fxtETtwHrnEl4RQ4bnoPTUG { width:23.75rem;height:31.125rem;top:0.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1kn4BvdFrsZN4MRNpvc7kJNWgbwg9gn { width:23.75rem;height:20rem;top:0.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #leh1b7oqORBl4Mv9VqAJHaOSUeO7ceUc { width:19.4375rem;height:3.5rem;top:21.5rem;left:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2P5qcooyyHpAmqAi49dDGogAS9Tekl { width:13.6875rem;height:3.25rem;top:26.5rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fplTbXfKQQ5BKZBNT3EHfMZPwZobNqWe { display:block; }
 }@media only screen and (max-width: 763px) { #Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID { display:block; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDTw2Mn17gBpubXTA75piEbAaHnkyEPl { width:47.75rem;height:4.75rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeiZlArBQehD2U6TVSJEndE24EXKdTsD { width:47.75rem;height:4.9341666666667rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNBnoOygDhruTbqbExvdenHxuiZOrTkC { width:12.125rem;height:2.125rem;top:31.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvpGqHEaENUuVhkNC25gHLABQTSg7XZz { width:9.4375rem;height:1.875rem;top:31.5625rem;left:19.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8xUBmQ4IQyJsdvqJoMcsRxSuktcxAT { width:13rem;height:2.125rem;top:52.875rem;left:34.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vu6f4FP2wZ3rFZE7SNqBf9s9E7FC7u { width:12.5rem;height:3.5rem;top:31.625rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7GTWA6fZa33pAakg4lUnrvvvVyhSaXm { width:13rem;height:;top:52.8125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Ud4SDpxeMwJByDaWkmgxUZyDDz7dhl { width:13.75rem;height:13.75rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONp5QEWgd12dffmLfJqrP6nAZ8l7q28n { display:block; }
 }@media only screen and (max-width: 763px) { #OWrFUUgBz3PSR9P4miuT6GA59dp00g0g { width:13.75rem;height:13.75rem;top:16.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwE76VzUMQyWZRtPiu04RwKdELVvgRFL { display:block; }
 }@media only screen and (max-width: 763px) { #Az6TCVM9cUivI9Ix4KgZA77nbC4qm6Pl { width:13.75rem;height:13.75rem;top:16.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBdTWTeCTsku09iX68K9ZfUgftGyJNii { display:block; }
 }@media only screen and (max-width: 763px) { #LG8ZgPPlbuis0hczb32edLA7fx1yl62B { width:13.75rem;height:13.75rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwncBZTr1dBKE94fTFGKM4mK9honwq7K { display:block; }
 }@media only screen and (max-width: 763px) { #Nslflz74R6rCdkTOTH6P2kDN662brWXt { width:13.75rem;height:13.75rem;top:37.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvlni07a7MagDcbQTPChDtZBMTAsWvmq { display:block; }
 }@media only screen and (max-width: 763px) { #SCJp5op9gARABBuf0ptzc0pRK6StPs45 { width:41.5rem;height:4.5rem;top:8.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFQ4iLNi1Tvlqg3ceFMatz9kT7aX0Lmq { width:13.75rem;height:13.75rem;top:37.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcDNs3q2zyGBKKBVq5sbTB8F2XxWsOCJ { display:block; }
 }@media only screen and (max-width: 763px) { #d1dGWqeGm9fvVH5HcvJgJ4AxVOz4KFVq { width:13rem;height:2.125rem;top:52.9375rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUfO3zq4biJ9T2V08OwxINEGa0N4o6tC { width:47.75rem;height:3.9112627986348rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4mITvaMp8ptKeCnGvqGliV39IR56qOw { width:47.75rem;height:3.9112627986348rem;top:41.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3XvR977pwkfR2xhtztspNs6v0NiKUwu { display:block; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UveIy1EOaLsnaXFNmLxR1MbHRBGTlaCU { width:43.0625rem;height:2.5625rem;top:4.25rem;left:2.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM { display:block; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3hfbyh2bgxzByfNGV4EPWNuQlPQzWy7 { width:46.875rem;height:12.5rem;top:0.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSDAM0BI0TcAM0IcNDJSzpuQKZklDaVQ { width:47.375rem;height:14.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOURkqIX1DkOZLG9C6fg1XVgGTruPZnt { width:3.1875rem;height:3.1875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TgQCs1AGD77Rq8W4OAVSUaN4WR6SNl { width:3.1875rem;height:3.1875rem;top:5.875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3Jvyh11zc7Tq0muh7pQH96WWW5e0pL { width:3.1875rem;height:3.1875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF { display:block; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ3mdT5KMDOy1PQ0QExy58I6BbbhoqAV { width:46.875rem;height:7.1875rem;top:4rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6yvBAaw4xwkmt7q1rwaJug8oMkQEdEO { width:47.375rem;height:10.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wes1cl89tHxv3LWxGmAgv5vy4L9vHcxH { width:3.1875rem;height:3.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNAiXRUBHoJKeRrDJORQu3TCGclJ3N9b { width:3.1875rem;height:3.1875rem;top:6.3125rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA { display:block; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmhcSspX7rtX90dkxANg67mqKoh6Th7l { width:46.875rem;height:6.6875rem;top:3.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFPeZTdcRiIxo9hlKOrIevZcZyVtmPSJ { width:47.375rem;height:10.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvH15OhKAti9tzzwwWZluwENKrOtTEKl { width:3.1875rem;height:3.1875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPghz9er7DuVla4b8oJ837OksbZiFR9 { width:3.1875rem;height:3.1875rem;top:6rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsm7TKoshkWgtr7L5kJEeR3qzBOB6cVx { width:3.1875rem;height:3.1875rem;top:6rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 { display:block; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zgngksy2l7xOCfvAdNNzUtc14LTJl4qD { width:0.8125rem;height:0.8125rem;top:1.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crGd19w7e8aOuuB3Q8CZhfQQC8sn1Aup { width:0.8125rem;height:0.8125rem;top:1.25rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1zE6IG0zbrH1ZzE3gtCl5mPye52F5KW { width:0.8125rem;height:0.8125rem;top:1.25rem;left:25.375rem;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) { #kT0h4iuwOTdCrlb3LFdXJvigrlEFWoLm { width:47.75rem;height:3.9375rem;top:28.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX2qB9sr3vmuo5NU0Q1PQAWW16yG5E91 { width:13.9375rem;height:3.4375rem;top:34rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOFbPGC1Qu2JgTl398H42MxuLm2DJfz { display:block; }
 }@media only screen and (max-width: 763px) { #tRX1f7AzUorOcsbe0KUrXSQKFsTw1wl0 { width:13.75rem;height:4.5rem;top:19.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0J3m0ziEalk6d74BUbTsv3qNHAeqFu0 { width:42.5625rem;height:5.0625rem;top:11.5rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmEQmvbvJ8q4NmmCOr4LoP8pPBMeGfUV { width:37.375rem;height:2.5625rem;top:6.625rem;left:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0MAH3cmuGSrzdwkVcpJwMUhupwifrA { width:9.3125rem;height:3.1875rem;top:20.3125rem;left:38.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTI8Wy9H2wvFPkU93tJhGoZbrHTG66R { width:10.25rem;height:3.1875rem;top:20.3125rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqsiCDJIAes4uGb13C2hbqTseMgpftR9 { width:4.5625rem;height:4.5625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S93esP6g7MdTkAOUyC86xEfldBt6kgvp { width:1.9375rem;height:2.1875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3ZskgRbOPCcN5VFCZlioZ3nHV2cSK8 { width:4.5625rem;height:4.5625rem;top:19.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORkJDPadX52xGz0fdCmtCvldxuJiouH5 { width:2.75rem;height:2.75rem;top:20.4375rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4cQEZ8xlw7LPoin70hTzlDBg1nC8nBw { width:4.5625rem;height:4.5625rem;top:19.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZrgOZTRMh19P5EaG3EH3lzXKKuXtK7Z { width:2.4375rem;height:2.4375rem;top:20.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 { display:block; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G11yLr66c4rwdKJpr9DNJVJg7zVXzFGR { width:15.875rem;height:1.75rem;top:2.125rem;left:19.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxtXbyCczM4Vaqei44TiqkVDHlieExLV { width:18.25rem;height:3.375rem;top:5.3125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPGddVJqVV6GVuGLc3SCwbJh4N45kUx8 { width:17.4375rem;height:3.375rem;top:5.25rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvk0gvxgCmtkH3Z7zluR08hgDIIyeBCb { width:8.8125rem;height:4.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZ0ypV6rv8OZ2h4e8GIpdRzpo1NT8dJ { width:0.0625rem;height:3.4375rem;top:5.375rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { background-color: transparent; background-image: none; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container > .video-iframe-container { display: none; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row > .video-iframe-container { display: none; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .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); }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { border-width: 0; border-radius: 0; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MczUVoUhPo2cG0B1AfZB8ggMur6aUOBh > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE8FiqEpnQb9ycbnU8ya4TV2F3lWU4LG { width:10.75rem;height:1.625rem;top:8.75rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhR1euZpJyOlgtpydZv4upLmm36FMBmV { display:block; }
 }@media only screen and (max-width: 763px) { #PIlhER24Ep1pSp8QNtFAHysmW7l6dc6r { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:13.111111223698rem; }
 }@media only screen and (max-width: 763px) { #ySuaXEfhpScZAWPRWmTltQeuDfA7rLoC { width:10.75rem;height:1.625rem;top:14.75rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #arT3ZaERkqKBE2QuH1KQUqtsAexWi4c2 { display:block; }
 }@media only screen and (max-width: 763px) { #LDWSaFwaJSZbwIpnFC5Knw4Rz1SS5vVE { display:flex;width:1.75rem;height:1.75rem;top:1.59375rem;left:16.493054926396rem; }
 }@media only screen and (max-width: 763px) { #IkVRhJChsgJqGwl285TaIO62TpHvullZ { width:6.25rem;height:3.1875rem;top:0.875rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi6NlxkurW9h7QOEE2QKxPJRee4DUl5 { top:1.03125rem;left:12.454861223698rem;width:2.875rem;height:2.875rem;z-index:15002;background-color:#333333;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aCDCQcuCAAcftdLTUCa7KM4rLK0mZnXD { top:1.03125rem;left:15.930554926396rem;width:2.875rem;height:2.875rem;z-index:15003;background-color:#333333;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dXZdPvkc60s3nFyubzJKbbGiIFI9nwAX { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container { background-color: transparent; background-image: none; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container > .video-iframe-container { display: none; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row > .video-iframe-container { display: none; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .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); }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container { border-width: 0; border-radius: 0; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKGn2yZoC9MPPnrCKpsqZhQ07xGchzqQ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZyT65s33epTiqTs62GNLGO00PC7Tawz { width:10.75rem;height:1.625rem;top:8.75rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8Schplm38mgKS4yeHd2DtOKEFTEvgic { display:block; }
 }@media only screen and (max-width: 763px) { #Z8TCHkm8TuJQ4s8U78obumtVQwJQoTyn { display:flex;width:1.5625rem;height:1.5625rem;top:1.6875rem;left:13.111111223698rem; }
 }@media only screen and (max-width: 763px) { #u15iUzQ8t4AP98aI5kHWwPTwBtvW4Jlw { width:10.75rem;height:1.625rem;top:14.75rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4DelLarRNdPJT6pXWzK0qT5CxPK8FKZ { display:block; }
 }@media only screen and (max-width: 763px) { #xPUU30W5kBANv4TytdGcgo6lrBBCVssK { display:flex;width:1.75rem;height:1.75rem;top:1.59375rem;left:16.493054926396rem; }
 }@media only screen and (max-width: 763px) { #x5AkWTzx7vmTk30ClNyAEPVZIN9xifOI { width:6.25rem;height:3.1875rem;top:0.875rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEbyXLtgFFfDOS8uRCqFMEQTRngu284D { top:1.03125rem;left:12.454861223698rem;width:2.875rem;height:2.875rem;z-index:15002;background-color:#333333;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #syCuJxGkd5od4KWbzISvobMU6kv6TnGp { top:1.03125rem;left:15.930554926396rem;width:2.875rem;height:2.875rem;z-index:15003;background-color:#333333;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container { background-color: transparent; background-image: none; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container > .video-iframe-container { display: none; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row > .video-iframe-container { display: none; }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .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); }#sS6vz8Vra6tWJhvQu9iIdW2TwpyVGTlh > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TshPafT0I8osTlWmpgnwgA1oWxogZw4p { background-color:#f1f1f1;background-image:none;display:block; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container { background-color: transparent; background-image: none; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container > .video-iframe-container { display: none; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row > .video-iframe-container { display: none; }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .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); }#TshPafT0I8osTlWmpgnwgA1oWxogZw4p > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSRmOdtOaraThxhIxIxTdl5gtv6QLhJk { width:18.4375rem;height:5.25rem;top:4.875rem;left:0.78125005960463rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d1qit2pr3bkW7aZKhrfBebKWhQ915LXH { width:15.1875rem;height:3.4375rem;top:17.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr9m4hqSwT4tk2uFXo9u4gJxGG9zv8D6 { display:block; }
 }@media only screen and (max-width: 763px) { #b43D316husJVCGUDPTeIDHMHNTyy1llN { width:15.1875rem;height:3.4375rem;top:21.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMufNkUJfPJVkmyrUDEvr4QK8HqMJIGd { display:block; }
 }@media only screen and (max-width: 763px) { #PJIv23G6lZLrqMbOOxhVEaMeTW520Rmt { width:18.6875rem;height:3.19965rem;top:12rem;left:0.65625005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpogOconlmdLBeDkJNJ8VcHcLwKnWDn { width:16.125rem;height:1.19965rem;top:1.5rem;left:0.78125005960463rem;font-size:1rem;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #JPXFwWXVNF4A7OsaR8xEUO9VrHyJwP28 { width:18.3125rem;height:15.6875rem;top:28.375rem;left:0.84375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT { display:block; }#hSbOTfltGyPBCLOr71CGl0DdiGMQlGyT > .row .container { width:20rem;height:42.250015258789rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsdJZVHZx7tfZLiDQlzhJnqGDd2KGwG6 { width:18.8125rem;height:3.7361125rem;top:3.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zp4ysvzHlbSDgVuDr4ML2Tylqkel00bK { width:18.8125rem;height:15.99825rem;top:8.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gLvqB2DkFcZDxmyxoO4Z1BEdL26P5qyF { width:17.3125rem;height:13.5625rem;top:28.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8xq3qusB8n26WtM0xcdESvyK4T6BLVn { display:block; }#t8xq3qusB8n26WtM0xcdESvyK4T6BLVn > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGmanBgTm7nomK3EOsHOrBxK0R8r5reh { width:18.8125rem;height:3.7361125rem;top:2.8125rem;left:0.59375005960464rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfD5lAdTEOxqDbl5hqf5zCRacRwxoRmR { width:18.875rem;height:19.1979375rem;top:8.0625rem;left:0.56250005960464rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EA4PfeFdrdZkpMDVGE1ttHbmNVD7iST8 { width:13.6875rem;height:3.25rem;top:29.875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkRqrRi5l08vxRysBnhD56g1McpTFQhb { display:block; }
 }@media only screen and (max-width: 763px) { #O2x2AkFdbsLcRhbRcPZelq4u4Cw3rWoi { width:17.3125rem;height:13.5625rem;top:36.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK { display:block; }#w5lHhEZo2SA8e9lFmInod0gTNqLb1gaK > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr63w2UFDI4IEPbmh6ksltyy0RGBfzLJ { width:18.9375rem;height:3.7361125rem;top:3.6875rem;left:0.53125005960464rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIq2ZsWEd1nOQz7ymFypsbmxWayq1MRU { width:19rem;height:6.3993125rem;top:8.75rem;left:0.50000005960464rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qclTUywb6ZtMrChw8haNXrnzyBxGUxEc { display:block; }#qclTUywb6ZtMrChw8haNXrnzyBxGUxEc > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g99znsBLvS38muuJwaMZWFCghq4WSEpl { width:20rem;height:9.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR6TKsN0QRR8izh3a9sMAOzFCXPhTWI { width:17.5625rem;height:3.39930625rem;top:23.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwSaCzCKH2fXhQC1WQUy8yUtPbANnohQ { width:18.0625rem;height:1.75rem;top:21.25rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFqTPMC9FTGVD4uLlWM2nTxGw3u77VEl { width:20rem;height:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mLJ7OE6HbSHMfAAGDNHTORPSa8T0cJGZ { width:20rem;height:9.375rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApqCxLH9vz9wrgQN54UiAPb60gfyP0AT { width:16.75rem;height:3.39930625rem;top:53.875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1itLXC2ZmZhBcPe9vppOu5WOtpGR2vV { width:18.0625rem;height:1.75rem;top:51.5rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPLDCsAmV902kN2eEVxkNie3rsxtk8L { width:20rem;height:20rem;top:30.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ABbmd5FX9UXlzigTTk2EhxzS5ehvquBn { width:20rem;height:10.6875rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHflrMGTLPKyiwop4EdCF4o5rPgPJSS { width:18.625rem;height:4.5rem;top:84.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cciAQ768lLuknMTf1K0yccxPRdfJXom2 { width:18.0625rem;height:1.75rem;top:81.875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWRgmOVuenyFJA0UAgrTspIV6qdIfwlh { width:20rem;height:20rem;top:60.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB { display:block; }#mTeTrGTQu66BIaSzbXm5wB4XZtkdVgHB > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCczSwWDFQvqHsmpVQqs71fvAeoTFzov { width:18.875rem;height:3.7361125rem;top:0rem;left:0.56250005960464rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uE84Oq2DiaU35orgZiARZbtmWTDShRgV { width:18.5rem;height:16.5rem;top:5.5989627838135rem;left:0.75000005960463rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T23I4B358i1qNdwRu8JPbupCRHTFHJR1 { display:block; }#T23I4B358i1qNdwRu8JPbupCRHTFHJR1 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbRSE5Pwk1I6HxqP6KXqDuXsXbhg41AU { width:4.0625rem;height:4.0625rem;top:1.3125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V34VsNFD21hmJWprbgT2T13XG7RvHA4O { width:2.1875rem;height:2.1875rem;top:2.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHaTXDCAP2bfW9xo2SM1lQZgyiwBJLfN { width:14.5625rem;height:6.798625rem;top:4.625rem;left:4.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tn43Av5zmm1yE37r31m8SW8TiXmFFwPI { width:11.375rem;height:1.75rem;top:2.25rem;left:4.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDEpNoTf8w1Jvmf6NNnTsnEsiK8lqGDu { width:4.0625rem;height:4.0625rem;top:11.4375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iE0TkSCh424fZyzUTGUJViMuBTbFv1Jx { width:2.1875rem;height:2.1875rem;top:12.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurmrhkD9nMTEToL4Jsaa0EHAKclfP78 { width:12.875rem;height:3.39930625rem;top:14.75rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LHDJ3MDGTVUQcv40VnPL0Fs6ygXw9IQV { width:11.375rem;height:1.75rem;top:12.375rem;left:4.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GzRdaAwZaTa5FomBSfcRT2An9A1TeBuK { width:14.1875rem;height:5.09895625rem;top:22.5rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P7hdrrq9EAT0pZQnTzdw1B4IIZyRq5MF { width:4.0625rem;height:4.0625rem;top:19.375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mCPUxK9PHD5dnnGp24ZnsQfUCvX6bcNb { width:11.375rem;height:1.75rem;top:20.3125rem;left:4.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J0KLAiTZLXDVVePER5l3aqtLC3T37VPK { width:2.1875rem;height:2.1875rem;top:20.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThTubJuhatSM3U8uaOp4QsrDVRdNFbB { width:20rem;height:3.25rem;top:16.28515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHyCp65igGATZzgiDAs6U1WnoRhTReE2 { display:block; }
 }@media only screen and (max-width: 763px) { #f5A4itPDcnca68cIdT5Rnfopk9QxuXg4 { width:19.375rem;height:4.1875rem;top:29.625rem;left:0.3125rem;z-index:15005;line-height:1.4;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ9zZLkPAg1fZ35kJvbfn1OMiHHxzE2Z { display:block; }
 }@media only screen and (max-width: 763px) { #mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP { display:block; }#mg2Ky2Lk0Mv5RazvUoMOlHxyVR5BKzuP > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edaM2CsAmi9NFegMWWeHvono7Tv6AyMM { width:18.375rem;height:8.25rem;top:2.2500076293945rem;left:0.81250005960463rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XUdF7Zb1EK0yV5vqVgzJVQu0SqT6Hvlc { width:18.1875rem;height:4.79948125rem;top:12.386285781861rem;left:0.90625005960463rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTn0Jyd1Jfi2dEE6dEVBkJCKuvGTJhLg { width:11.375rem;height:10.625rem;top:25.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TfMtpcraMP28qTsnXc3ruf89xpd825 { width:20rem;height:15.375rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq6mNH6we9SWM7xHBobKLdXCHqNusVZ2 { width:17.5625rem;height:6.3993125rem;top:38rem;left:1.21875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1  { width:17.5rem;height:auto;top:49.125rem;left:0rem; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IMsM97z03smTKZudfpXIaNQlhb1SllD1 {display:block;}#IMsM97z03smTKZudfpXIaNQlhb1SllD1 { width:17.5rem;height:auto;top:49.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #RCb35J1f2pXtzd8bAS8TGELQxLqTWkVk {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #FC0eC29zNJJVU9L26dBFQXnAf42XQ6TH { display:none; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #RK0drLTTO2AWQSNQLuCkSiyKX70wXED2 {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #TyrBgyfUQFGXwDT9iTeL5PLFPT1GVCaU {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #OIODIf41l91UvSFVbKzxFoSKos7NiCXp { display:none; }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #mb43d9ESflWfDvzu545NXydocWHG1GTc {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #wBhtRsuagCoAvAmXxIf667LmxdubwXSc {  }
 }@media only screen and (max-width: 763px) { #IMsM97z03smTKZudfpXIaNQlhb1SllD1 #sXz6p1waPdxcGSlT36wZ8c4TlPlnNK2c {  }
 }@media only screen and (max-width: 763px) { #NJFDzPIToL1sOoeWeT8IZ3BS9xfLh9C1 { width:9.375rem;height:17.5rem;top:18.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwzKc67kNX3457khN0nxPDtSNu2lIN1 { width:10rem;height:18.125rem;top:18.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZx7VM8RXEoGTykEnIWsf1PAdFcTKZC2 { width:8.8125rem;height:15.8125rem;top:20.625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA33OI7Piyco81DJTXtUGqvzp3OUd9AW { width:5.375rem;height:2.0625rem;top:46.0625rem;left:7.3125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g { display:block; }#J0BQdhXmS3KvthaRZ4rtnNU9ddSfWO3g > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbMGVqunWwqlDi3aQfvTtmxPVi9v6Vzu { width:20rem;height:2.11198125rem;top:57.325521469116rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnTUbvx2CI3gVU9wdHsTrX3MckW72U51 { width:18.1875rem;height:48rem;top:8.0477428436281rem;left:0.90625005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iNF7kA8Jyto5EHCxHi9N1RUa32pyqCJy { width:19rem;height:4.3125rem;top:2.328125rem;left:0.50000005960464rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU { display:block; }#tIV99Tmrcf4BGWC8WJ64ptXtykdFkXFU > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtFOs8TfLE9C6J3uA1THJxDWPT0lgcQT { width:13.0625rem;height:3.375rem;top:16.9375rem;left:3.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vk2DmBH0h0QMSPZFBkddfxxlgf0VfvPw { width:13.6875rem;height:3.25rem;top:21.3125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUIvnMi9eVNtx03UuXlJ6AZ6vNHkUKO { display:block; }
 }@media only screen and (max-width: 763px) { #LWf99VQb1nNbwWaC1TZP6XinzWd1qhhR { width:17.125rem;height:24.75rem;top:1.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSiGXM992FfTx68FetGFAP8s5sUXQ5b { width:17.0625rem;height:14.3125rem;top:1.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtOCXlbxCJgkXafQase3owJxsTTXbbOQ { width:17.125rem;height:24.75rem;top:27.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufJOfT15PvBfIsekCnbErSEn50VQN3E { width:17.125rem;height:14.375rem;top:27.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOvtQTpwTsV4ga7ouIbVnLEu9pzzyTwW { width:12.75rem;height:3.375rem;top:69.3125rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #AhAmUBntuQ6DgEH5K7wwADpz2ZxmDBhS { width:13.6875rem;height:3.25rem;top:47.8125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3f6MKEsqa4OTrOKmCoezMmewLcs3rUT { display:block; }
 }@media only screen and (max-width: 763px) { #xuiEeuBN5fxtETtwHrnEl4RQ4bnoPTUG { width:17.125rem;height:24.75rem;top:53.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1kn4BvdFrsZN4MRNpvc7kJNWgbwg9gn { width:17.125rem;height:14.375rem;top:53.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leh1b7oqORBl4Mv9VqAJHaOSUeO7ceUc { width:16.8125rem;height:3.375rem;top:43.375rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wT2P5qcooyyHpAmqAi49dDGogAS9Tekl { width:13.6875rem;height:3.25rem;top:74.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fplTbXfKQQ5BKZBNT3EHfMZPwZobNqWe { display:block; }
 }@media only screen and (max-width: 763px) { #Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID { display:block; }#Sq2T5T4sD9CC7tFxKPAiZQuNEF2KrTID > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDTw2Mn17gBpubXTA75piEbAaHnkyEPl { width:17.875rem;height:8rem;top:2.4999885559082rem;left:1.0625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EeiZlArBQehD2U6TVSJEndE24EXKdTsD { width:20rem;height:2.06640625rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNBnoOygDhruTbqbExvdenHxuiZOrTkC { width:7.8125rem;height:1.57465rem;top:34.1875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NvpGqHEaENUuVhkNC25gHLABQTSg7XZz { width:7.5625rem;height:1.57465rem;top:34.1875rem;left:11.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8xUBmQ4IQyJsdvqJoMcsRxSuktcxAT { width:5.6875rem;height:2.69965rem;top:48.25rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F7vu6f4FP2wZ3rFZE7SNqBf9s9E7FC7u { width:8.3125rem;height:3.14930625rem;top:48.0625rem;left:10.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7GTWA6fZa33pAakg4lUnrvvvVyhSaXm { width:8.1875rem;height:2.125rem;top:62.875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8Ud4SDpxeMwJByDaWkmgxUZyDDz7dhl { width:9.375rem;height:9.375rem;top:24.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONp5QEWgd12dffmLfJqrP6nAZ8l7q28n { display:block; }
 }@media only screen and (max-width: 763px) { #OWrFUUgBz3PSR9P4miuT6GA59dp00g0g { width:9.375rem;height:9.375rem;top:24.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwE76VzUMQyWZRtPiu04RwKdELVvgRFL { display:block; }
 }@media only screen and (max-width: 763px) { #Az6TCVM9cUivI9Ix4KgZA77nbC4qm6Pl { width:9.375rem;height:9.375rem;top:37.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBdTWTeCTsku09iX68K9ZfUgftGyJNii { display:block; }
 }@media only screen and (max-width: 763px) { #LG8ZgPPlbuis0hczb32edLA7fx1yl62B { width:9.375rem;height:9.375rem;top:37.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwncBZTr1dBKE94fTFGKM4mK9honwq7K { display:block; }
 }@media only screen and (max-width: 763px) { #Nslflz74R6rCdkTOTH6P2kDN662brWXt { width:9.375rem;height:9.375rem;top:52.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvlni07a7MagDcbQTPChDtZBMTAsWvmq { display:block; }
 }@media only screen and (max-width: 763px) { #SCJp5op9gARABBuf0ptzc0pRK6StPs45 { width:18.0625rem;height:9rem;top:12.3125rem;left:0.96875005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sFQ4iLNi1Tvlqg3ceFMatz9kT7aX0Lmq { width:9.375rem;height:9.375rem;top:52.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcDNs3q2zyGBKKBVq5sbTB8F2XxWsOCJ { display:block; }
 }@media only screen and (max-width: 763px) { #d1dGWqeGm9fvVH5HcvJgJ4AxVOz4KFVq { width:9.4375rem;height:1.349825rem;top:63.25rem;left:10.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JUfO3zq4biJ9T2V08OwxINEGa0N4o6tC { width:20rem;height:1.63769375rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4mITvaMp8ptKeCnGvqGliV39IR56qOw { width:20rem;height:1.63671875rem;top:28.056640625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #k3XvR977pwkfR2xhtztspNs6v0NiKUwu { display:block; }#k3XvR977pwkfR2xhtztspNs6v0NiKUwu > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UveIy1EOaLsnaXFNmLxR1MbHRBGTlaCU { width:18.8125rem;height:3.7361125rem;top:2.9739580154419rem;left:0.59375005960464rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM { display:block; }#SaUrWZhX0J4TTEsC7LxFm1wU2BMPqMFM > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3hfbyh2bgxzByfNGV4EPWNuQlPQzWy7 { width:19.375rem;height:5rem;top:1.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSDAM0BI0TcAM0IcNDJSzpuQKZklDaVQ { width:19.625rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOURkqIX1DkOZLG9C6fg1XVgGTruPZnt { width:3.1875rem;height:3.1875rem;top:8.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TgQCs1AGD77Rq8W4OAVSUaN4WR6SNl { width:3.1875rem;height:3.1875rem;top:8.625rem;left:10.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3Jvyh11zc7Tq0muh7pQH96WWW5e0pL { width:3.1875rem;height:3.1875rem;top:8.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF { display:block; }#XUWcAXqpRU9kVLNAk5JDRD3tQJgNfDQF > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ3mdT5KMDOy1PQ0QExy58I6BbbhoqAV { width:19.0625rem;height:2.8125rem;top:2.3125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6yvBAaw4xwkmt7q1rwaJug8oMkQEdEO { width:19.625rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wes1cl89tHxv3LWxGmAgv5vy4L9vHcxH { width:3.1875rem;height:3.1875rem;top:8.6875rem;left:6.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NNAiXRUBHoJKeRrDJORQu3TCGclJ3N9b { width:3.1875rem;height:3.1875rem;top:8.6875rem;left:10.625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA { display:block; }#XNBGCI6VEqHXK9t0XJvoO5rf5EFD3goA > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmhcSspX7rtX90dkxANg67mqKoh6Th7l { width:18.8125rem;height:2.5625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFPeZTdcRiIxo9hlKOrIevZcZyVtmPSJ { width:19.625rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvH15OhKAti9tzzwwWZluwENKrOtTEKl { width:3.1875rem;height:3.1875rem;top:8.6875rem;left:6.1875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #miPghz9er7DuVla4b8oJ837OksbZiFR9 { width:3.1875rem;height:3.1875rem;top:8.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsm7TKoshkWgtr7L5kJEeR3qzBOB6cVx { width:3.1875rem;height:3.1875rem;top:8.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 { display:block; }#yOLCkwp8wLE0oQxA2JaGEeyJtLaIUlu5 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zgngksy2l7xOCfvAdNNzUtc14LTJl4qD { width:0.8125rem;height:0.8125rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crGd19w7e8aOuuB3Q8CZhfQQC8sn1Aup { width:0.8125rem;height:0.8125rem;top:1.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1zE6IG0zbrH1ZzE3gtCl5mPye52F5KW { width:0.8125rem;height:0.8125rem;top:1.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8da813d-77fc-45c9-b9d3-f6c4c9e90ac6/midsection_man_writing_diary_while_packing_gifts.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.4); }#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.4); }#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 { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT0h4iuwOTdCrlb3LFdXJvigrlEFWoLm { width:18.9375rem;height:6.798625rem;top:26.812501907349rem;left:0.53125005960464rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xX2qB9sr3vmuo5NU0Q1PQAWW16yG5E91 { width:13.9375rem;height:3.4375rem;top:21rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOFbPGC1Qu2JgTl398H42MxuLm2DJfz { display:block; }
 }@media only screen and (max-width: 763px) { #tRX1f7AzUorOcsbe0KUrXSQKFsTw1wl0 { width:13.875rem;height:4.5rem;top:35.75rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0J3m0ziEalk6d74BUbTsv3qNHAeqFu0 { width:19.125rem;height:9rem;top:9.5625rem;left:0.43750005960464rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VmEQmvbvJ8q4NmmCOr4LoP8pPBMeGfUV { width:18.6875rem;height:4.3125rem;top:3.5625rem;left:0.65625005960463rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0MAH3cmuGSrzdwkVcpJwMUhupwifrA { width:9.3125rem;height:3.19965rem;top:47.375rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MxTI8Wy9H2wvFPkU93tJhGoZbrHTG66R { width:14rem;height:3.19965rem;top:42.0625rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IqsiCDJIAes4uGb13C2hbqTseMgpftR9 { width:4.0625rem;height:4.0625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S93esP6g7MdTkAOUyC86xEfldBt6kgvp { width:1.9375rem;height:2.1875rem;top:36.968751430511rem;left:0.99305552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3ZskgRbOPCcN5VFCZlioZ3nHV2cSK8 { width:4.0625rem;height:4.0625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORkJDPadX52xGz0fdCmtCvldxuJiouH5 { width:2.75rem;height:2.75rem;top:42.286458492279rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4cQEZ8xlw7LPoin70hTzlDBg1nC8nBw { width:4.0625rem;height:4.0625rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZrgOZTRMh19P5EaG3EH3lzXKKuXtK7Z { width:2.4375rem;height:2.4375rem;top:47.755236148834rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 { display:block; }#R1bWwOGB2Qdq0nXzzkFOtwDJMMFMSv06 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G11yLr66c4rwdKJpr9DNJVJg7zVXzFGR { width:15.875rem;height:1.662325rem;top:8.0625rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxtXbyCczM4Vaqei44TiqkVDHlieExLV { width:18.25rem;height:3.3993rem;top:10.8125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nPGddVJqVV6GVuGLc3SCwbJh4N45kUx8 { width:17.4375rem;height:3.3993rem;top:17.5625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cvk0gvxgCmtkH3Z7zluR08hgDIIyeBCb { width:5.9375rem;height:3rem;top:1.9375rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZ0ypV6rv8OZ2h4e8GIpdRzpo1NT8dJ { width:3.4375rem;height:0.0625rem;top:15.5rem;left:8.3125rem;display:block; }
 }