.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:254,251,252;--color-primary-1:253,242,244;--color-primary-2:251,228,233;--color-primary-3:126,114,117;--color-primary-4:38,34,35;--color-secondary-0:255,254,254;--color-secondary-1:254,253,250;--color-secondary-2:253,251,245;--color-secondary-3:127,126,123;--color-secondary-4:38,38,37;--color-tertiary-0:255,255,255;--color-tertiary-1:212,207,207;--color-tertiary-2:112,95,95;--color-tertiary-3:56,48,48;--color-tertiary-4:11,9,9;--headlines-font-family:"Aboreto";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),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); }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container { background-color: transparent; background-image: none; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container > .video-iframe-container { display: none; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row > .video-iframe-container { display: none; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .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); }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container { border-width: 0; border-radius: 0; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container { background-color: transparent; background-image: none; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container > .video-iframe-container { display: none; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row > .video-iframe-container { display: none; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .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); }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container { border-width: 0; border-radius: 0; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#PlEbA5lxmA3fqc2C3BFytk9MmfuMtMOZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:30.4375rem;top:0rem;left:40.4375rem;overflow:hidden;display:block; }
#lH5GQV8TJp8WcLa4ao7HR7nHQcfLxGwg { color:#705f5f;display:block;width:37.875rem;position:absolute;font-family:aboreto;font-size:3.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6865234375rem;left:3.3125rem;height:4.62999375rem;font-style:normal;display:block; }
#d7o49bT0PBBJ2bJd49dMo5naM5EoGZys { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.787109375rem;left:14.25rem;display:block; }
#PHuW1wwQhbVDMMCEu6G30h8pG4r4UTbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOpp5gNkaR4PH0mhCgxzKvhwMCrgSa33 { color:#705f5f;display:block;width:31.9365rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.50537109375rem;left:6.27978515625rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WzmCyGsTam0yzJIIbObzztaBDrRxsVlo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:10.875rem;top:3.5625rem;left:16.8125rem;overflow:hidden;display:block; }
#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ { position:relative;display:block; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ { background-color: transparent; background-image: none; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row .container > .video-iframe-container { display: none; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row > .video-iframe-container { display: none; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .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); }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ { border-width: 0; border-radius: 0; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BA9JLocefNtWNLXLz6MRKifJ9r25IcGT { color:#705f5f;display:block;width:35.4375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15010;line-height:2;letter-spacing:0;top:4.59375rem;left:35.03125rem;height:10.5035rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJt1ALE3IwNyyF4t2AbKH2oNvPTMRfhM { color:#705f5f;display:block;width:25.4375rem;position:absolute;font-family:aboreto;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2998046875rem;left:2.59375rem;height:3.08715625rem;font-style:normal;display:block; }
#l8oVbb8NK67Rkr2Mh7pNlg21615c1xM2 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:14.0625rem;left:33.40625rem;display:block; }
#Kkb60AMmMNstMLVUgS4FK86TKBId7AcA { box-sizing:content-box;height:16.3125rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:#705f5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:32.09375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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 > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#JOhavLTkKS8IlJUPtcv7DaeSIr7S3NKZ { color:#705f5f;display:block;width:22.25rem;position:absolute;font-family:aboreto;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6239166259766rem;left:26.374786376953rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INcxM3Clm0aKeGnV11FZc9nAE219ogzk { color:#705f5f;display:block;width:15.5625rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39.561630249024rem;left:55.562072753906rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ximuhdGXc2dkODz4Wixc8mX9tmCFeV4k { color:#705f5f;display:block;width:11.0625rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.561630249024rem;left:31.999786376953rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFPgOBQLFKSznGk4vgu7ifSS6w7Cogo4 { color:#705f5f;display:block;width:42.625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.90234375rem;left:16.187065124512rem;height:1.54394375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnS5NTLowPwzLpTt7NGXKvP0mlFDRyKR { color:#705f5f;display:block;width:11.0623125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.561632156372rem;left:6.1556015014649rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucmCCJDk6FbJmacNtRbFdtiBAUTiyThM { color:#705f5f;display:block;width:20.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:41.187065124512rem;left:53.062072753906rem;height:2.599825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtvtVWlhmcTKKaEDp6DMmrl46zoTGqiJ { color:#705f5f;display:block;width:18.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:41.187065124512rem;left:28.311630249024rem;height:2.599825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkGqUaby5yzQQNXLpnx66sRAGLUvTXoB { color:#705f5f;display:block;width:18.3745625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:41.185983657837rem;left:2.4978294372559rem;height:2.599825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LWOqIOOWzJ82wqpGFrUnxfSmtRups3dn { color:#705f5f;display:block;width:24.8123125rem;position:absolute;font-family:aboreto;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8248596191406rem;left:25.092231750488rem;height:1.8684875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rp89ubFlapV9FLBVSWkVK6maF0PKU1FS { box-sizing:content-box;height:23.375rem;width:23.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/29b73246-1128-46dc-97ca-6e42e9c5f4c0/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gustva_bag.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8125rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#rp89ubFlapV9FLBVSWkVK6maF0PKU1FS.adaptive-delivery-prevent-bg, #rp89ubFlapV9FLBVSWkVK6maF0PKU1FS.lazyload, #rp89ubFlapV9FLBVSWkVK6maF0PKU1FS.lazyloading { background-image: none; }
#SNdMC2HMRoroqhWrRazWRwXG8VhZ8DzF { box-sizing:content-box;height:23.3745625rem;width:23.3745625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3939c2d9-062f-46cc-ad7e-14d446254470/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gritt_gormine.crop_1228x1400_90,0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8125rem;left:25.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#SNdMC2HMRoroqhWrRazWRwXG8VhZ8DzF.adaptive-delivery-prevent-bg, #SNdMC2HMRoroqhWrRazWRwXG8VhZ8DzF.lazyload, #SNdMC2HMRoroqhWrRazWRwXG8VhZ8DzF.lazyloading { background-image: none; }
#iUy200SIOJSlPefJd6lEHH90eaIN7xQD { box-sizing:content-box;height:23.3735rem;width:23.3735rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/daf9dfc3-5ef2-4b94-a41f-f1c94dcfa793/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_galuna_bag.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8125rem;left:51.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#iUy200SIOJSlPefJd6lEHH90eaIN7xQD.adaptive-delivery-prevent-bg, #iUy200SIOJSlPefJd6lEHH90eaIN7xQD.lazyload, #iUy200SIOJSlPefJd6lEHH90eaIN7xQD.lazyloading { background-image: none; }
#OT04vszHXcsJokw7IV6NgaKc7dBu08PX { 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; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container { background-color: transparent; background-image: none; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container > .video-iframe-container { display: none; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row > .video-iframe-container { display: none; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .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); }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container { border-width: 0; border-radius: 0; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#G8Rfb9Kvwr4TP8e1dCiGGD8Rde0050hb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:5.40625rem;left:1.625rem;overflow:hidden;display:block; }
#c0GlTStozAHzzTnrsSKNDTo3ykOV05Fd { color:#705f5f;display:block;width:24.375rem;position:absolute;font-family:aboreto;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.46923828125rem;left:48.3720703125rem;height:6.8229375rem;font-style:normal;display:block; }
#K0IZkdtEpIC918nsFxvaOhBVVnJP68ZZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.6875rem;top:5.4375rem;left:16.9375rem;overflow:hidden;display:block; }
#ToZOpDQRLfGK6WOWtdZwQPsKtPMRr09L { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.6875rem;top:5.34375rem;left:32.125rem;overflow:hidden;display:block; }
#UWedQ6I9X1dV0Ltu5VM1b1yO2dTL9azK { box-sizing:content-box;height:0.0625rem;width:59.3125rem;position:absolute;display:block;z-index:15012;background-color:#705f5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:14.9375rem;display:block; }
#Q1LkoCN5R6LJElRxWIpaf2OpUTo614cS { color:#705f5f;display:block;width:17.75rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cU7KmHTgKeGP9Me91C0eMPzixuTOlp05 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.619575500488rem;left:48.373481750488rem;display:block; }
#fIzKkWTfhoPvPpPkrLUFkrCU0zfI9sa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container { background-color: transparent; background-image: none; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container > .video-iframe-container { display: none; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row > .video-iframe-container { display: block; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .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); }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container { border-width: 0; border-radius: 0; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 { 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:none; }#l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 > .row .container { border-width: 0; border-radius: 0; }#l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:none; }#A5PIpK6SkTPGi0oC8inGSvaChAW86kKx { color:#705f5f;display:block;width:55.125rem;position:absolute;font-family:aboreto;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6085052490234rem;left:9.9370689392087rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiMRUvOaS8UqHGMmXJqaLM9mX9iuT3mU { color:#705f5f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1479949951172rem;left:32.999137878418rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPXwgp1Ar12fiBpAv2W0e8olKgzuxTaR { box-sizing:content-box;height:12.125rem;width:18.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.624134063721rem;left:16.999786376953rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KgrPw0B4n9ROkHDPaEy44MzWbdqe187b { color:#705f5f;display:block;width:40.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.45246887207rem;left:15.936416625976rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgdzxcoqwqRfceRpcRgrLZ9D9eTHKlmD { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.874134063721rem;left:18.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTaiTKZGpVEr7RQSWcFqbMX4rZ8bX8q8 { color:#705f5f;display:block;width:17.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:16.686634063721rem;left:17.5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDgTefeeSezxw4rBWMtTQEETvlDUfgb6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5623125rem;height:2.24935rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:21.561851501465rem;left:21.999786376953rem;display:block; }
#S2SbR3SHFi5hEx91xWborGUb5d0I5wvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBCvQwPTmCuZnd7zfuaRrprUr2s2xsac { box-sizing:content-box;height:12.125rem;width:18.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.624134063721rem;left:39.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TUZptIz1Zi6RWCi4AJv90zeiO8S4dIv8 { color:#705f5f;display:block;width:17.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.686634063721rem;left:39.874137878418rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2Dkcn6WZdKowGUpUyvCFHQ8zkrPpJOe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5623125rem;height:2.24935rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.561851501465rem;left:44.375rem;display:block; }
#EehAgxpG7G3TdZHqu7ooGZbJroi7iFZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtF3PJ7h0GgnmILlOBpypawqarU0A1sb { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.874134063721rem;left:40.499137878418rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hANsr8ehAmNpxqhxSpspWKhtJ9frGZGg { box-sizing:content-box;height:12.125rem;width:18.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.687068939209rem;left:39.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Fbr45tBDAV7RvMn5xgxJ3cBeCFGqFEo9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5623125rem;height:2.24935rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.624786376953rem;left:44.375rem;display:block; }
#S0rw5LHhNfpeILbMiVkNwCrZGVbGhnry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alcN5GTOafAo4BXwkmvNK65SUbT564Zk { color:#705f5f;display:block;width:17.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:31.749568939209rem;left:39.874137878418rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ow0ImtutTAt2BbRS6BJ6KadfAxSL7UTu { box-sizing:content-box;height:12.125rem;width:18.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.687068939209rem;left:16.999786376953rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#p0ASt73NmZdfGA2y0BUkN6MNctiJwFzS { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:28.937068939209rem;left:18.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4t3l2tb098O7TZlkyszNga7gcJtpu3x { color:#705f5f;display:block;width:17.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:31.749568939209rem;left:17.5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ea5yShzcO5zFlGDi7bQmTeSgbpxhJViz { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:28.937068939209rem;left:40.499137878418rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gx17GDWycAF7NE1n9PVN3tnl7TLWJr3Z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5623125rem;height:2.24935rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:36.624786376953rem;left:21.999786376953rem;display:block; }
#JyHpqHDQE6TpLvJSvABNOhglEXlEyG6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh { position:relative;display:none; }#H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh { border-width: 0; border-radius: 0; }#H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh > .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; }#H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.4375rem;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:none; }#hXE6TBy8ul8kbBhBFqgNX3oa39BEwXQM { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.062271118164rem;left:3.0620651245117rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r31F34QRDzSlbJgobrUnLem2kmb0AlDV { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.249984741211rem;left:3.0620651245117rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gevx36uU6Tq63i07vLcI2scUWWqKuJNk { color:#705f5f;display:block;width:16.3125rem;position:absolute;font-family:aboreto;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:52.499557495118rem;left:3.0620651245117rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geP17HGQFDdOW6U59hg4eJslBtrpmzQK { color:#705f5f;display:block;width:13.25rem;position:absolute;font-family:aboreto;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:8.6866302490238rem;left:4.6245651245117rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Li24UuGn69miaq07V2S07MQc35LXyNqX { color:#705f5f;display:block;width:14.375rem;position:absolute;font-family:aboreto;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49.124984741211rem;left:4.0625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAoJhOyl5gErBDLBkWgpKbAbykOgK61x { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:2.5624847412109rem;left:24.375rem;overflow:hidden;display:block; }
#UTz7DAzF0pwa6Z3b8RnRRJPsOD7iuzfT { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.0625rem;top:43.24934387207rem;left:40.686851501465rem;overflow:hidden;display:block; }
#iUbdHZpzmhDSGMyVvX4PUtzWhzQX562Z { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.0625rem;top:2.5624847412109rem;left:40.686851501465rem;overflow:hidden;display:block; }
#AlKmZzSpKa8eHkLzmFagZDP4FWHnZUQ0 { box-sizing:content-box;height:11.0625rem;width:74.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.06184387207rem;left:0.81163406372069rem;display:block; }
#PlK3V1J0KEa7PUecv6V9KTCnVvIlHSrM { color:#705f5f;display:block;width:18.5rem;position:absolute;font-family:aboreto;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.374130249024rem;left:1.9997825622559rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfTm316cAoir6d156E219XVBFNuMD40R { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.0625rem;top:43.24934387207rem;left:24.375rem;overflow:hidden;display:block; }
#QSt9XJyvMqEh1FmkO66oIrgbTg6AzPtZ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.0625rem;top:22.874984741211rem;left:56.187072753906rem;overflow:hidden;display:block; }
#USrQkS8KDKyTELRnTwprugHN6ZBrsVHU { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.0625rem;top:22.874984741211rem;left:24.375rem;overflow:hidden;display:block; }
#SQtkIoIxIkWM0ttfH6oa3R1NkNM6l85D { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.0625rem;top:2.5624847412109rem;left:56.187072753906rem;overflow:hidden;display:block; }
#TLfc1bb8MmTQZt22PVQJ3iwDz7KrnIQO { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12rem;top:22.874984741211rem;left:40.749786376953rem;overflow:hidden;display:block; }
#ABiohqbIuLi0LTTsCO5OfsKGwZx7001b { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12rem;top:43.24934387207rem;left:56.812072753906rem;overflow:hidden;display:block; }
#wHhfHFPaEVV0KdWbBP7Gw1EGCgQmiakq { box-sizing:content-box;height:11.0625rem;width:74.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.249557495118rem;left:0.9375rem;display:block; }
#LQLRWi6TqqaGzVCpHIPdfN9OI5ZZUWbX { box-sizing:content-box;height:11.0625rem;width:74.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9999847412109rem;left:0.4991340637207rem;display:block; }
#ThpOVVz2c98kNCBTqne3HoaP0TqAEqai { background-color:#fbe4e9;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3115rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:60.624557495118rem;left:27.841796875rem;display:block; }
#Gqg217HJN4zwbmTcyPWDI7D33m29z8og { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ { position:relative;display:none; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ { border-width: 0; border-radius: 0; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .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; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .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:18.75rem;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:none; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU { position:relative;display:block; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU { background-color: transparent; background-image: none; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row .container > .video-iframe-container { display: none; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row > .video-iframe-container { display: none; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .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); }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU { border-width: 0; border-radius: 0; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .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; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CLaGzukzSOpyy2l06rG6xg1acbhMt2Kh { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.94921875rem;left:0rem;height:3.81885rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNM4hsi2Rf6RvgNOhpRmaKpcwg1fRfUz { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:3.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1103515625rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jps4wvGNIwTAiW5gq4r1a4bsd9GUqzJw { box-sizing:content-box;height:0.0625rem;width:59.3125rem;position:absolute;display:block;z-index:15013;background-color:#705f5f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.2861328125rem;left:7.84375rem;display:block; }
#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN { position:relative;display:block; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN { background-color: transparent; background-image: none; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row .container > .video-iframe-container { display: none; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row > .video-iframe-container { display: none; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .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); }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN { border-width: 0; border-radius: 0; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .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; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.75rem;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; }#m5vhyMeBeHVBC22g5hAUs25achG9VdQ3 { position:absolute;display:block;z-index:15001;height:42.120875rem;width:75rem;top:0rem;left:0rem;display:block; }
#IzpAReHFvlmwtZbPVpm6HCyezJ5rBPBu { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:38.918701171875rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZ3tWRsIz6TDdGbtTsZM1OiEuqXoyGAS { color:#705f5f;display:block;width:39.62475rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:42.120849609375rem;left:17.687255859375rem;height:4.38801875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM { position:relative;display:block; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM { background-color: transparent; background-image: none; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row .container > .video-iframe-container { display: none; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row > .video-iframe-container { display: none; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .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); }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM { border-width: 0; border-radius: 0; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .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; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.875rem;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; }#M2M9O4NfSm47VKeqBR4RBrZPDT3Ww8k8 { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:38.9208984375rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bXqF6TfauP5xwRlG0xyVidxIeEf7HzFr { color:#705f5f;display:block;width:39.62475rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:42.169921875rem;left:17.687255859375rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWUP9tO1TeCIaHEhdCGlD18OMTqKbzTI { position:absolute;display:block;z-index:15002;height:42.1230625rem;width:75rem;top:0rem;left:0rem;display:block; }
#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ { position:relative;display:block; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ { background-color: transparent; background-image: none; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row .container > .video-iframe-container { display: none; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row > .video-iframe-container { display: none; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .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); }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ { border-width: 0; border-radius: 0; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .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; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.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; }#V3mtmIczLpM4M5Ezczu8lMzQg77FFWIu { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:38.9208984375rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdzXxPgJ97dRFT4zhxkBpkRM40zDNpEh { color:#705f5f;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:42.169921875rem;left:22.6875rem;height:4.38801875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D88Wl3CFygKzE4CT2NVNG9lT29wmV98T { position:absolute;display:block;z-index:15003;height:42.1230625rem;width:75rem;top:0rem;left:0rem;display:block; }
#eU8pi6qfgkBXF9minD2VzKriVJw28dBD { position:relative;display:block; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD { background-color: transparent; background-image: none; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row .container > .video-iframe-container { display: none; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row > .video-iframe-container { display: none; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .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); }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD { border-width: 0; border-radius: 0; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .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; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.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; }#Bpym6vTA09Vc8pxqSTJMg8eXBJWlioRF { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:38.918701171875rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mgiz37k3rHBhxJTrrEqCkB6SwqgtArp1 { color:#705f5f;display:block;width:39.62475rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:42.167724609375rem;left:17.687255859375rem;height:4.38801875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJ15bTmWG7KvvCZ2s8xeKvOur6qcuZ5F { position:absolute;display:block;z-index:15004;height:42.1215625rem;width:75rem;top:0rem;left:0rem;display:block; }
#mXsXNNhJVRi4G30gx4WeiVZMS0ZwUlm4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49975rem;height:3.43725625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:49.909423828125rem;left:17.687255859375rem;display:block; }
#yWOx9dESFBZbkKeSaKXkgax1zRoQIcLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmSNaTKwLaSK0GgkICQtpLTGwKzliZZz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.43725625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:49.909423828125rem;left:39.8583984375rem;display:block; }
#O3xN16eHT8G7cvBh4lSTFfRvOFm9zGgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbyVJssNHLfDXt8nELihMv2RTZHMTo17 { position:relative;display:none; }#xbyVJssNHLfDXt8nELihMv2RTZHMTo17 { border-width: 0; border-radius: 0; }#xbyVJssNHLfDXt8nELihMv2RTZHMTo17 > .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; }#xbyVJssNHLfDXt8nELihMv2RTZHMTo17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:156.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xbTV5CHOrHXm4nAHueIBHEyI3uL9X9pn { position:absolute;display:block;z-index:15005;height:42.1230625rem;width:75rem;top:81.3681640625rem;left:0rem;display:block; }
#VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy { position:relative;display:none; }#VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy { border-width: 0; border-radius: 0; }#VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy > .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; }#VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.5rem;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:none; }#MiopHOKTGbTNpzK1ApUEhXWsbZzKTgNZ { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTZ53qJAeTTH304gOwOF1VI6OQG1WG1G { color:#705f5f;display:block;width:42.625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.537109375rem;left:16.875rem;height:1.54345625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e30sOr11sa7HZLylzavkAhqynmmf2fQ1 { background-color:#fbe4e9;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.311rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:56.77844619751rem;left:27.843971252441rem;display:block; }
#r0IFLhwd9yrATvSDoSurrpiffygiII8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#namvf00dWICxZWE6UzPoweUU84uuxZ6r { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#namvf00dWICxZWE6UzPoweUU84uuxZ6r.adaptive-delivery-prevent-bg, #namvf00dWICxZWE6UzPoweUU84uuxZ6r.lazyload, #namvf00dWICxZWE6UzPoweUU84uuxZ6r.lazyloading { background-image: none; }
#i7gDUA8EU46TRtX2RAsXAG9hevr01qwG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:28.6875rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7vIuZowsUHZuE8Mr1E4rcFpATGEO2rV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:30.25rem;left:0rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snHqc4qcVsSd3M6QZxZkWxUiSvL0c0Qw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.6875rem;left:15.1875rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuTQFoTb2KGHgHaLmDMeqHA1BsxU3Cnt { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86bf374f-2a22-470d-8afa-38937b676011/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gilajakke_gilabuks_ginamia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:15.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#PuTQFoTb2KGHgHaLmDMeqHA1BsxU3Cnt.adaptive-delivery-prevent-bg, #PuTQFoTb2KGHgHaLmDMeqHA1BsxU3Cnt.lazyload, #PuTQFoTb2KGHgHaLmDMeqHA1BsxU3Cnt.lazyloading { background-image: none; }
#xor4TuTrzoMHiKtTf8EnpmUSyQ0NZteG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.25rem;left:15.1875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xX6OgTGeKO2T640an6OBXEOXvKwalkNB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.6875rem;left:30.3125rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv6roalRxnJcL31oTdiJuvovyscfZAJr { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:30.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#cv6roalRxnJcL31oTdiJuvovyscfZAJr.adaptive-delivery-prevent-bg, #cv6roalRxnJcL31oTdiJuvovyscfZAJr.lazyload, #cv6roalRxnJcL31oTdiJuvovyscfZAJr.lazyloading { background-image: none; }
#Q9y5aRdA3nuVDKU4cXeFX4igiko51pw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:30.25rem;left:30.3125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQzezHpMvndWVz0f9ORCvQeUz2JxWoKS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:28.6875rem;left:45.4375rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZfldh8D7VDR5DHbyXmM7HAg7cFOkl5P { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:45.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#RZfldh8D7VDR5DHbyXmM7HAg7cFOkl5P.adaptive-delivery-prevent-bg, #RZfldh8D7VDR5DHbyXmM7HAg7cFOkl5P.lazyload, #RZfldh8D7VDR5DHbyXmM7HAg7cFOkl5P.lazyloading { background-image: none; }
#UhkZqewGbDqv47sFziHevgigPz3lITQm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:30.25rem;left:45.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htTOTNK3LQspyp5Z8x31Cw19M2dSCmxK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:28.6875rem;left:60.625rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUTFxT7sAyzItf6REZsoSEtaUQyBK1k5 { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:60.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#EUTFxT7sAyzItf6REZsoSEtaUQyBK1k5.adaptive-delivery-prevent-bg, #EUTFxT7sAyzItf6REZsoSEtaUQyBK1k5.lazyload, #EUTFxT7sAyzItf6REZsoSEtaUQyBK1k5.lazyloading { background-image: none; }
#bHSznnd1eExB277V6LiR0RRX8F7L8Fp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:30.25rem;left:60.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyFJOtA2E9HbaE27USNfLfob3qHZ345F { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:51.5625rem;left:60.625rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mzo6rQ2MTExVMiEAKzFKdzK5l6toKGWa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:53.125rem;left:60.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u687I9sFnEEOUr1w3VW3FX5OEJBCyky3 { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:60.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#u687I9sFnEEOUr1w3VW3FX5OEJBCyky3.adaptive-delivery-prevent-bg, #u687I9sFnEEOUr1w3VW3FX5OEJBCyky3.lazyload, #u687I9sFnEEOUr1w3VW3FX5OEJBCyky3.lazyloading { background-image: none; }
#n0UcEDcBMcQleKUpIvNQMw1agA04FoW9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:51.5625rem;left:45.4375rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AyflbFiCfUNH4ClxArII1Xeew3Etlc0i { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:45.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#AyflbFiCfUNH4ClxArII1Xeew3Etlc0i.adaptive-delivery-prevent-bg, #AyflbFiCfUNH4ClxArII1Xeew3Etlc0i.lazyload, #AyflbFiCfUNH4ClxArII1Xeew3Etlc0i.lazyloading { background-image: none; }
#eFWtOxETtmUTeMQGGpCw2UJbJ0lLFkSF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:53.125rem;left:45.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0S9kTRIpiN7mmlWqOV7Ec7ZRgFuTJ3A { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:51.5625rem;left:30.3125rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fV99yppXNSfdxmenhO4iJdieLMyTPmTS { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:30.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#fV99yppXNSfdxmenhO4iJdieLMyTPmTS.adaptive-delivery-prevent-bg, #fV99yppXNSfdxmenhO4iJdieLMyTPmTS.lazyload, #fV99yppXNSfdxmenhO4iJdieLMyTPmTS.lazyloading { background-image: none; }
#n6uyHqT2NWnfEPNrqJFiTQcnUBqT6u3V { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:53.125rem;left:30.3125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo47cOMKScEJ3WwkCrqb6gPitrlRwmGi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:51.5625rem;left:15.1875rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEz9W126RrV0BpRputaPniuemAzxBG1c { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86bf374f-2a22-470d-8afa-38937b676011/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gilajakke_gilabuks_ginamia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:15.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#dEz9W126RrV0BpRputaPniuemAzxBG1c.adaptive-delivery-prevent-bg, #dEz9W126RrV0BpRputaPniuemAzxBG1c.lazyload, #dEz9W126RrV0BpRputaPniuemAzxBG1c.lazyloading { background-image: none; }
#GkDfiA9vxDl5oiotFqHJhx83931CGn2P { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:53.125rem;left:15.1875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDEihQ62L5DutHBNUZzHQPdF2Lo1TQx1 { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#gDEihQ62L5DutHBNUZzHQPdF2Lo1TQx1.adaptive-delivery-prevent-bg, #gDEihQ62L5DutHBNUZzHQPdF2Lo1TQx1.lazyload, #gDEihQ62L5DutHBNUZzHQPdF2Lo1TQx1.lazyloading { background-image: none; }
#Vw91yQ8yFTEMmtTiUD1XlAQ7NDUOR9AR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:51.5625rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMRefOcGENpErVKB9DHOVfOT22tQF1wa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:53.125rem;left:0rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container { background-color: transparent; background-image: none; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container > .video-iframe-container { display: none; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row > .video-iframe-container { display: block; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .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); }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container { border-width: 0; border-radius: 0; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ { position:relative;display:none; }#An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ { border-width: 0; border-radius: 0; }#An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ > .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; }#An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.25rem;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:none; }#rnGGLIkm08OhxM5CBbPP45No4NOoXamr { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U22H2PLPUlh2dKsHvBwuI1VHmqkuQySI { color:#705f5f;display:block;width:42.625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.537109375rem;left:16.875rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayOqepONfhVgNHex2VVSJm3AcdhUs06N { background-color:#fbe4e9;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.311rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.277994155884rem;left:27.843971252441rem;display:block; }
#DbwlbSNldoQMh66182gRsI12BeW6HDmX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVHETCxy7T4GqBzBufM7JQqylNviBoTz { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5243bde5-b240-4d31-aa63-dcf700d1cb64/Glenda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#TVHETCxy7T4GqBzBufM7JQqylNviBoTz.adaptive-delivery-prevent-bg, #TVHETCxy7T4GqBzBufM7JQqylNviBoTz.lazyload, #TVHETCxy7T4GqBzBufM7JQqylNviBoTz.lazyloading { background-image: none; }
#U7B0vaFXCiW5Cc9xK4M1xHHmWc2AM1sA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:28.6875rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6qJE8PHW4Zuyl7ycrLkCNgJi0MX4uJh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:30.25rem;left:0rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfOJ0as7tD9a3GqtMBrsMr1mMLUmzXdF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.6875rem;left:15.1875rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7mdzySVJRJlx6iQMc4GyptvfIGTglnp { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3d5c11e5-9ae7-43a9-8e13-e0bdb290f35d/Goldie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:15.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#r7mdzySVJRJlx6iQMc4GyptvfIGTglnp.adaptive-delivery-prevent-bg, #r7mdzySVJRJlx6iQMc4GyptvfIGTglnp.lazyload, #r7mdzySVJRJlx6iQMc4GyptvfIGTglnp.lazyloading { background-image: none; }
#TpbhnRXkhefNBIdgr4Tkx4JBrx7TT3By { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.25rem;left:15.1875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGRzpAyAgwCDkkQEeadMTeS5OSDaB2PJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.6875rem;left:30.3125rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfPN8HusKgRhbTeAvkTktCbdhRTJPqeF { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a10d54ff-5a76-4a7c-9eb0-ea27e71862c8/Gita.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:30.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#OfPN8HusKgRhbTeAvkTktCbdhRTJPqeF.adaptive-delivery-prevent-bg, #OfPN8HusKgRhbTeAvkTktCbdhRTJPqeF.lazyload, #OfPN8HusKgRhbTeAvkTktCbdhRTJPqeF.lazyloading { background-image: none; }
#ZWxorUZgH9nVWQ4dXbJvGdTDaum1D831 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:30.25rem;left:30.3125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnspAQywCVCETDLiSTTNCEaHN0mcTlQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:28.6875rem;left:45.4375rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kd6dfKsRGtSsxCgAwimJa5H1IS0hds93 { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86bf374f-2a22-470d-8afa-38937b676011/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gilajakke_gilabuks_ginamia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:45.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#kd6dfKsRGtSsxCgAwimJa5H1IS0hds93.adaptive-delivery-prevent-bg, #kd6dfKsRGtSsxCgAwimJa5H1IS0hds93.lazyload, #kd6dfKsRGtSsxCgAwimJa5H1IS0hds93.lazyloading { background-image: none; }
#Fuq769OBC9ros2JVDZoTDJq79Uszla3N { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:30.25rem;left:45.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7KcQAR0qmruxyuTSdsTlqsNDp8Ixoy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:28.6875rem;left:60.625rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw8lVnxxGJmkJq1K8aTkn06JgqivVgDP { box-sizing:content-box;height:18.125rem;width:14.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b81f3fd4-74ca-449e-abec-dbeede268bc8/KONFIRMATIONSKJOLER_REALSILK_KONFIRMATIONSKJOLE2026_gerda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:60.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#xw8lVnxxGJmkJq1K8aTkn06JgqivVgDP.adaptive-delivery-prevent-bg, #xw8lVnxxGJmkJq1K8aTkn06JgqivVgDP.lazyload, #xw8lVnxxGJmkJq1K8aTkn06JgqivVgDP.lazyloading { background-image: none; }
#ryC3cbhy0eUoI0iAPmbyiGTcxyXBSx6m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:30.25rem;left:60.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container { background-color: transparent; background-image: none; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container > .video-iframe-container { display: none; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row > .video-iframe-container { display: none; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .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); }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container { border-width: 0; border-radius: 0; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#ybMV2M0GX2qhI3pJeJwhpbyGN0eA5i1J { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.5625rem;top:11.25rem;left:17.375rem;overflow:hidden;display:block; }
#GToKGxh4JFwEa2RGmFIyycnydJWVl6dn { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:19.24951171875rem;left:14.34375rem;display:block; }
#QrfytC2OmCrE2SQnpIAky199lp1ADDQW { position:absolute;display:block;z-index:15007;background-color:#f5f6f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.125rem;top:35.5625rem;left:44.4375rem;display:block; }
#wxRAwRgyD8FU3lDWzyUc5bCkTOqO1OkR { position:absolute;display:block;z-index:15008;background-color:#f5f6f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:22.0615234375rem;left:45.6875rem;display:block; }
#eWKTSslZst8QERlsgQPwm1i9uE852XvZ { color:#705f5f;display:block;width:7.9375rem;position:absolute;font-family:aboreto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.94970703125rem;left:15.15625rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlIImmN2fwX4vHvrpl5TS0bII6bz7zcV { background-color:#ffffff;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:41.5625rem;left:31.25rem;display:block; }
#FEM9JkS5D4wvAGOJgheuuNUJu3ElbfEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P97WLD43R39cVBulUH0g3vP8sBmbAvPn { color:#705f5f;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:7.625rem;left:8.53125rem;height:3.1857625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuJ3TRyMWdTVJU7xNCfFXEXisdbmGAxZ { color:#705f5f;display:block;width:75rem;position:absolute;font-family:aboreto;font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmzblIApG0hkqxPw5q8NRNIxc1lta5z3 { color:#705f5f;display:block;width:8.875rem;position:absolute;font-family:aboreto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6865234375rem;left:47.5rem;height:2.92535rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HGb0MewmIqo3h7tvaG3vE5wT7GeGC8fv { color:#705f5f;display:block;width:7.9375rem;position:absolute;font-family:aboreto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.22509765625rem;left:14.34375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6UDPy1fvhrKbmRMOmPgU9X9BTq7X8qk { color:#705f5f;display:block;width:10.875rem;position:absolute;font-family:aboreto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.09326171875rem;left:46.75rem;height:2.92535rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dQFWUBvrziMpE7h5Hqi1k94TOAUqR01V { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:25.5rem;top:11.375rem;left:28.21875rem;overflow:hidden;display:block; }
#Z0X8f4u4WcIJ1LZWCo8xnqNMMzR07UFd { position:absolute;display:block;z-index:15009;background-color:#f5f6f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:31.3125rem;left:15.15625rem;display:block; }
#UW3SBO9VTHvkHhok7HZhFs11qmmuIek4 { color:#705f5f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.16259765625rem;left:33rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL { 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; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container { background-color: transparent; background-image: none; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container > .video-iframe-container { display: none; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row > .video-iframe-container { display: none; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .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); }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container { border-width: 0; border-radius: 0; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#msk8WcXTRfr1AknlRVFNgMxNlW8ddkyz { color:#705f5f;display:block;width:25.4375rem;position:absolute;font-family:aboreto;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:15.9375rem;height:7.4739375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hXv9kf7QsZntVpE0xor0q9FGuDdubCIa { color:#705f5f;display:block;width:25.375rem;position:absolute;font-family:aboreto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.687286376953rem;left:15.9375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGASOEDNAoAmDpxD5sONa12GDw2lKgUz { color:#705f5f;display:block;width:12rem;position:absolute;font-family:aboreto;font-size:11.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:15.9375rem;height:15.030375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CvT63StXHBFxyUNC8n3Zy70iSplDta5n { box-sizing:content-box;height:19.8125rem;width:46.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.3125rem;left:14.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#yhqTv8NaDbr7CUPT4L1qi73LfwKX7zO6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.75rem;width:15.75rem;top:13.375rem;left:43.5625rem;overflow:hidden;display:block; }
#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container { background-color: transparent; background-image: none; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container > .video-iframe-container { display: none; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row > .video-iframe-container { display: none; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .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); }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container { border-width: 0; border-radius: 0; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#lLlZaZnG4P3TrCIdfpSvzNfh7NT5RTme { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:40.9375rem;top:3.7065963745117rem;left:0rem;overflow:hidden;display:block; }
#FPrWDaVN02CTeqlGOHz2L42Z984lHRCT { color:#705f5f;display:block;width:31.311875rem;position:absolute;font-family:aboreto;font-size:2.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1236972808838rem;left:39.40104675293rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oe6I9hubG5VqKP8lqQEicGNrRB4ieTr2 { color:#705f5f;display:block;width:31.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.6864054203031rem;left:39.184028625488rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDz5t07x3c5bbh6km2aSvcBOE0Hn4bN5 { color:#705f5f;display:block;width:16.875rem;position:absolute;font-family:aboreto;font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.898220062256rem;left:12.03125rem;height:2.3562rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SdglDi3AWRVXnlkz1PtCCFR8TLMJAWDZ { color:#705f5f;display:block;width:27.9373125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:36.434463500976rem;left:6.4984817504881rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-heading-text { display:block;position:relative;width:100%;font-family:aboreto;font-weight:400;font-size:1.25rem;color:#705f5f;font-style:normal; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#705f5f;line-height:1.5;overflow:hidden;height:auto; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-trigger.adaptive-delivery-prevent-bg, #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-trigger.lazyload, #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-trigger.lazyloading { background-image: none; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu { box-sizing:content-box;height:auto;width:26.9970625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.6904296875rem;left:40.306640625rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #S0bE85f4I1gGTMf3SwP4eRNqAiJQT171 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #RHln66NAqoybyITIZN4zISfWvvIEEsc9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #butibuupMKwkyVJipitOtiQT6IAKWO78 { display:block;position:relative; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #I5y7TyEHl3ZBTWAiwEiOahQiPeI2lAmG {  }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #zh9rycTDgJs8q8mxxltbF1TImhB61hHy {  }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #LyakrfHxeICrzG3aW7kVlIOm6H1pWTLL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #Q6X50U9OG00cpoFGOudzzarEuwM4frel { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #qga8ptoBQRIWOMQt0Tcc02hyx2uAhq3r { display:block;position:relative; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #TTEMed00oStF7ul5P90POFu5u14NlaPm {  }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #GJZKx17waB7TC05eZFdik5is35Jgbn2m { display:none; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #qTvCSWvBfpTNURT2zVwqAZy3JHn3cBoV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #PUzTEKoRJruUyUswPCXg9mcSTbBFoHsq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #MTxs53eq5ZQeusKIJ8xO1sWTfArfQKqT { display:block;position:relative; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #WXLv94VuNCZFrS43NITh3mGy9e60WBQw {  }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #XfcnQPHWRMCFhF2c4XT787PwyVf3epw9 { display:none; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #sBNKuwvnSHMN1t7buCaRlmmLZcluriHh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #ghrgncMKRv9ZzEeDc0A3XbMSWuAmB9w1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #EUUSLRKJO9wd1yS0a4k2y2y06iFkOCtT { display:block;position:relative; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #tcDtxDiLEObx3oFyqBOnW0f7bn5F7o2Q {  }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #XWcVglx05OlTtFEGoGy0h5No56k5TJoz { display:none; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #bUfbIvz85VbS4Pa4IRbREt8evDuTgmVe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #K48oUBn0vRqAsXURkhi3dyE4HyLrObHc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #Hae2cVmLSKHJdXeuxNpAMHM4HmPONGty { display:block;position:relative; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #UlXKhAb7b71unwdoDvGucnXlX7WfzL6E {  }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #JEgHXSSJXe0ZtgsK7PVh7xtR40qUCrHE { display:none; }
#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container { background-color: transparent; background-image: none; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container > .video-iframe-container { display: none; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row > .video-iframe-container { display: none; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .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); }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container { border-width: 0; border-radius: 0; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#fNrl73n0SJBArtQ5syOv1Jmd3mxHz00v { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:75rem;top:8.0251770019531rem;left:0rem;overflow:hidden;display:block; }
#EnFHe28Ay2mr4q9hhnb02ckkxEaU4BXE { color:#705f5f;display:block;width:41.1875rem;position:absolute;font-family:aboreto;font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.36328125rem;left:16.90625rem;height:3.41235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBTmgWVyzlNL4mtAwdaTSGPaIL0lgvti { color:#705f5f;display:block;width:55.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.20703125rem;left:9.71875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdcObbeDB9N14mm2OfCoeWEzGVxhdyVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.8125rem;left:0.8125rem; }
#gxsbSCzHSJzk1Ck8mZ7eORK9o8oDIAy4 { color:#705f5f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.8125rem;left:3.4375rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bpDflOxVLTmE2a6Tbn15PNBu50hsDbfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:31.9375rem;left:0.8125rem; }
#HsdoPu0EcvuGxaS8Oe1oIcMR0SXVVIPT { color:#705f5f;display:block;width:16.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:32rem;left:3.5rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8p97FB85mtqOooPbcAlDFTfoio8I9bf { background-color:#ffffff;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.37413125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.8125rem;left:58.125rem;display:block; }
#Fi0IBtB5Hc8zyRiAgGvKqyMx2gZBSBPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amgi95iTtB0UsB4ONz8KOV9nHGnLdQJ8 { background-color:#ffffff;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#705f5f;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.686875rem;height:2.37413125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.6875rem;left:58.125rem;display:block; }
#yDG7rZ8S6WE9dsUZ6WkkBKqM1PO8QbJ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x { display:block; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 { display:block; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlEbA5lxmA3fqc2C3BFytk9MmfuMtMOZ { top:0rem;left:13.1875rem;width:30.4375rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH5GQV8TJp8WcLa4ao7HR7nHQcfLxGwg { top:9.625rem;left:0rem;width:37.875rem;height:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7o49bT0PBBJ2bJd49dMo5naM5EoGZys { width:16rem;height:3.4375rem;top:22.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHuW1wwQhbVDMMCEu6G30h8pG4r4UTbr { display:block; }
 }@media only screen and (max-width: 763px) { #FOpp5gNkaR4PH0mhCgxzKvhwMCrgSa33 { top:15.5rem;left:0rem;width:31.875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmCyGsTam0yzJIIbObzztaBDrRxsVlo { width:10.875rem;height:4.1875rem;top:3.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ { display:block; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA9JLocefNtWNLXLz6MRKifJ9r25IcGT { top:4.5625rem;left:12.3125rem;width:35.4375rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJt1ALE3IwNyyF4t2AbKH2oNvPTMRfhM { top:8.25rem;left:0rem;width:25.4375rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8oVbb8NK67Rkr2Mh7pNlg21615c1xM2 { top:14.6875rem;left:20.40625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkb60AMmMNstMLVUgS4FK86TKBId7AcA { top:1.6875rem;left:18.46875rem;width:0.125rem;height:16.3125rem;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) { #JOhavLTkKS8IlJUPtcv7DaeSIr7S3NKZ { top:5.5625rem;left:12.749786376953rem;width:22.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcxM3Clm0aKeGnV11FZc9nAE219ogzk { top:39.5rem;left:32.1875rem;width:15.5625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximuhdGXc2dkODz4Wixc8mX9tmCFeV4k { top:39.5rem;left:18.374786376953rem;width:11.0625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFPgOBQLFKSznGk4vgu7ifSS6w7Cogo4 { top:9.875rem;left:2.5620651245117rem;width:42.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnS5NTLowPwzLpTt7NGXKvP0mlFDRyKR { top:39.5rem;left:0rem;width:11rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucmCCJDk6FbJmacNtRbFdtiBAUTiyThM { top:41.125rem;left:27.3125rem;width:20.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtvtVWlhmcTKKaEDp6DMmrl46zoTGqiJ { top:41.125rem;left:14.68603515625rem;width:18.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGqUaby5yzQQNXLpnx66sRAGLUvTXoB { top:41.125rem;left:0rem;width:18.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWOqIOOWzJ82wqpGFrUnxfSmtRups3dn { top:3.8125rem;left:11.467231750488rem;width:24.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp89ubFlapV9FLBVSWkVK6maF0PKU1FS { top:14.8125rem;left:0rem;width:23.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdMC2HMRoroqhWrRazWRwXG8VhZ8DzF { top:14.8125rem;left:12.1875rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUy200SIOJSlPefJd6lEHH90eaIN7xQD { top:14.8125rem;left:24.4375rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT04vszHXcsJokw7IV6NgaKc7dBu08PX { display:block; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8Rfb9Kvwr4TP8e1dCiGGD8Rde0050hb { top:5.375rem;left:0rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0GlTStozAHzzTnrsSKNDTo3ykOV05Fd { top:7.4375rem;left:23.375rem;width:24.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0IZkdtEpIC918nsFxvaOhBVVnJP68ZZ { top:5.4375rem;left:3.3125rem;width:14.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZOpDQRLfGK6WOWtdZwQPsKtPMRr09L { top:5.3125rem;left:18.5rem;width:14.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWedQ6I9X1dV0Ltu5VM1b1yO2dTL9azK { top:2.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1LkoCN5R6LJElRxWIpaf2OpUTo614cS { top:2rem;left:0rem;width:17.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU7KmHTgKeGP9Me91C0eMPzixuTOlp05 { width:12.6875rem;height:3.4375rem;top:15.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIzKkWTfhoPvPpPkrLUFkrCU0zfI9sa2 { display:block; }
 }@media only screen and (max-width: 763px) { #xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg { display:block; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 { display:block; }#l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5PIpK6SkTPGi0oC8inGSvaChAW86kKx { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiMRUvOaS8UqHGMmXJqaLM9mX9iuT3mU { top:3.125rem;left:19.374137878418rem;width:9rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPXwgp1Ar12fiBpAv2W0e8olKgzuxTaR { top:12.5625rem;left:3.3747863769531rem;width:18.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgrPw0B4n9ROkHDPaEy44MzWbdqe187b { top:7.4375rem;left:2.3114166259766rem;width:40.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdzxcoqwqRfceRpcRgrLZ9D9eTHKlmD { top:13.8125rem;left:4.5rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaiTKZGpVEr7RQSWcFqbMX4rZ8bX8q8 { top:16.625rem;left:3.875rem;width:17.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgTefeeSezxw4rBWMtTQEETvlDUfgb6 { width:8.5rem;height:2.1875rem;top:21.5rem;left:8.3747863769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2SbR3SHFi5hEx91xWborGUb5d0I5wvr { display:block; }
 }@media only screen and (max-width: 763px) { #xBCvQwPTmCuZnd7zfuaRrprUr2s2xsac { top:12.5625rem;left:25.75rem;width:18.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZptIz1Zi6RWCi4AJv90zeiO8S4dIv8 { top:16.625rem;left:26.249137878418rem;width:17.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Dkcn6WZdKowGUpUyvCFHQ8zkrPpJOe { width:8.5rem;height:2.1875rem;top:21.5rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EehAgxpG7G3TdZHqu7ooGZbJroi7iFZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #TtF3PJ7h0GgnmILlOBpypawqarU0A1sb { top:13.8125rem;left:26.874137878418rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANsr8ehAmNpxqhxSpspWKhtJ9frGZGg { top:27.625rem;left:25.75rem;width:18.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbr45tBDAV7RvMn5xgxJ3cBeCFGqFEo9 { width:8.5rem;height:2.1875rem;top:36.5625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rw5LHhNfpeILbMiVkNwCrZGVbGhnry { display:block; }
 }@media only screen and (max-width: 763px) { #alcN5GTOafAo4BXwkmvNK65SUbT564Zk { top:31.6875rem;left:26.249137878418rem;width:17.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow0ImtutTAt2BbRS6BJ6KadfAxSL7UTu { top:27.625rem;left:3.3747863769531rem;width:18.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ASt73NmZdfGA2y0BUkN6MNctiJwFzS { top:28.875rem;left:4.5rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4t3l2tb098O7TZlkyszNga7gcJtpu3x { top:31.6875rem;left:3.875rem;width:17.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5yShzcO5zFlGDi7bQmTeSgbpxhJViz { top:28.875rem;left:26.874137878418rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx17GDWycAF7NE1n9PVN3tnl7TLWJr3Z { width:8.5rem;height:2.1875rem;top:36.5625rem;left:8.3747863769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHpqHDQE6TpLvJSvABNOhglEXlEyG6N { display:block; }
 }@media only screen and (max-width: 763px) { #H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh { display:block; }#H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXE6TBy8ul8kbBhBFqgNX3oa39BEwXQM { top:12rem;left:0rem;width:16.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r31F34QRDzSlbJgobrUnLem2kmb0AlDV { top:32.1875rem;left:0rem;width:16.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gevx36uU6Tq63i07vLcI2scUWWqKuJNk { top:52.4375rem;left:0rem;width:16.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geP17HGQFDdOW6U59hg4eJslBtrpmzQK { top:8.625rem;left:0rem;width:13.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li24UuGn69miaq07V2S07MQc35LXyNqX { top:49.0625rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoJhOyl5gErBDLBkWgpKbAbykOgK61x { top:2.5rem;left:10.75rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTz7DAzF0pwa6Z3b8RnRRJPsOD7iuzfT { top:43.1875rem;left:27.061851501465rem;width:12.0625rem;height:12.000683015866rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUbdHZpzmhDSGMyVvX4PUtzWhzQX562Z { top:2.5rem;left:27.061851501465rem;width:12.0625rem;height:12.000683015866rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlKmZzSpKa8eHkLzmFagZDP4FWHnZUQ0 { top:26rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlK3V1J0KEa7PUecv6V9KTCnVvIlHSrM { top:28.3125rem;left:0rem;width:18.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTm316cAoir6d156E219XVBFNuMD40R { top:43.1875rem;left:10.75rem;width:12.0625rem;height:12.000683015866rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSt9XJyvMqEh1FmkO66oIrgbTg6AzPtZ { top:22.8125rem;left:35.6875rem;width:12.0625rem;height:12.000683015866rem;display:block; }
 }@media only screen and (max-width: 763px) { #USrQkS8KDKyTELRnTwprugHN6ZBrsVHU { top:22.8125rem;left:10.75rem;width:12.0625rem;height:12.000683015866rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQtkIoIxIkWM0ttfH6oa3R1NkNM6l85D { top:2.5rem;left:35.6875rem;width:12.0625rem;height:12.000683015866rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfc1bb8MmTQZt22PVQJ3iwDz7KrnIQO { top:22.8125rem;left:27.124786376953rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABiohqbIuLi0LTTsCO5OfsKGwZx7001b { top:43.1875rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHhfHFPaEVV0KdWbBP7Gw1EGCgQmiakq { top:46.1875rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQLRWi6TqqaGzVCpHIPdfN9OI5ZZUWbX { top:5.9375rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpOVVz2c98kNCBTqne3HoaP0TqAEqai { width:19.25rem;height:3.4375rem;top:60.5625rem;left:14.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqg217HJN4zwbmTcyPWDI7D33m29z8og { display:block; }
 }@media only screen and (max-width: 763px) { #dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ { display:none; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU { display:block; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLaGzukzSOpyy2l06rG6xg1acbhMt2Kh { top:2.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNM4hsi2Rf6RvgNOhpRmaKpcwg1fRfUz { top:6.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jps4wvGNIwTAiW5gq4r1a4bsd9GUqzJw { top:11.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qbkgflKiuSKktU3zMWRgPPwGufPzVN { display:block; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5vhyMeBeHVBC22g5hAUs25achG9VdQ3 { top:0rem;left:0rem;width:47.75rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzpAReHFvlmwtZbPVpm6HCyezJ5rBPBu { top:38.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3tWRsIz6TDdGbtTsZM1OiEuqXoyGAS { top:42.0625rem;left:4.062255859375rem;width:39.5625rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM { display:block; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2M9O4NfSm47VKeqBR4RBrZPDT3Ww8k8 { top:38.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXqF6TfauP5xwRlG0xyVidxIeEf7HzFr { top:42.125rem;left:4.062255859375rem;width:39.5625rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWUP9tO1TeCIaHEhdCGlD18OMTqKbzTI { top:0rem;left:0rem;width:47.75rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ { display:block; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3mtmIczLpM4M5Ezczu8lMzQg77FFWIu { top:38.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdzXxPgJ97dRFT4zhxkBpkRM40zDNpEh { top:42.125rem;left:9.0625rem;width:29.625rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88Wl3CFygKzE4CT2NVNG9lT29wmV98T { top:0rem;left:0rem;width:47.75rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8pi6qfgkBXF9minD2VzKriVJw28dBD { display:block; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bpym6vTA09Vc8pxqSTJMg8eXBJWlioRF { top:38.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgiz37k3rHBhxJTrrEqCkB6SwqgtArp1 { top:42.125rem;left:4.062255859375rem;width:39.5625rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ15bTmWG7KvvCZ2s8xeKvOur6qcuZ5F { top:0rem;left:0rem;width:47.75rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXsXNNhJVRi4G30gx4WeiVZMS0ZwUlm4 { width:17.4375rem;height:3.375rem;top:49.875rem;left:4.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWOx9dESFBZbkKeSaKXkgax1zRoQIcLu { display:block; }
 }@media only screen and (max-width: 763px) { #wmSNaTKwLaSK0GgkICQtpLTGwKzliZZz { width:17.4375rem;height:3.375rem;top:49.875rem;left:26.2333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3xN16eHT8G7cvBh4lSTFfRvOFm9zGgh { display:block; }
 }@media only screen and (max-width: 763px) { #xbyVJssNHLfDXt8nELihMv2RTZHMTo17 { display:block; }#xbyVJssNHLfDXt8nELihMv2RTZHMTo17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbTV5CHOrHXm4nAHueIBHEyI3uL9X9pn { top:81.3125rem;left:0rem;width:47.75rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy { display:block; }#VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiopHOKTGbTNpzK1ApUEhXWsbZzKTgNZ { top:1.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZ53qJAeTTH304gOwOF1VI6OQG1WG1G { top:5.5rem;left:3.25rem;width:42.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e30sOr11sa7HZLylzavkAhqynmmf2fQ1 { width:19.25rem;height:3.4375rem;top:56.75rem;left:14.218971252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0IFLhwd9yrATvSDoSurrpiffygiII8n { display:block; }
 }@media only screen and (max-width: 763px) { #namvf00dWICxZWE6UzPoweUU84uuxZ6r { top:9.8125rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gDUA8EU46TRtX2RAsXAG9hevr01qwG { top:28.6875rem;left:0rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7vIuZowsUHZuE8Mr1E4rcFpATGEO2rV { top:30.25rem;left:0rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snHqc4qcVsSd3M6QZxZkWxUiSvL0c0Qw { top:28.6875rem;left:1.5625rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTQFoTb2KGHgHaLmDMeqHA1BsxU3Cnt { top:9.8125rem;left:1.5625rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xor4TuTrzoMHiKtTf8EnpmUSyQ0NZteG { top:30.25rem;left:1.5625rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX6OgTGeKO2T640an6OBXEOXvKwalkNB { top:28.6875rem;left:16.6875rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6roalRxnJcL31oTdiJuvovyscfZAJr { top:9.8125rem;left:16.6875rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9y5aRdA3nuVDKU4cXeFX4igiko51pw0 { top:30.25rem;left:16.6875rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzezHpMvndWVz0f9ORCvQeUz2JxWoKS { top:28.6875rem;left:31.8125rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZfldh8D7VDR5DHbyXmM7HAg7cFOkl5P { top:9.8125rem;left:31.8125rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhkZqewGbDqv47sFziHevgigPz3lITQm { top:30.25rem;left:31.8125rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTOTNK3LQspyp5Z8x31Cw19M2dSCmxK { top:28.6875rem;left:33.375rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTFxT7sAyzItf6REZsoSEtaUQyBK1k5 { top:9.8125rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSznnd1eExB277V6LiR0RRX8F7L8Fp3 { top:30.25rem;left:33.375rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyFJOtA2E9HbaE27USNfLfob3qHZ345F { top:51.5625rem;left:33.375rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzo6rQ2MTExVMiEAKzFKdzK5l6toKGWa { top:53.125rem;left:33.375rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u687I9sFnEEOUr1w3VW3FX5OEJBCyky3 { top:32.6875rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UcEDcBMcQleKUpIvNQMw1agA04FoW9 { top:51.5625rem;left:31.8125rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyflbFiCfUNH4ClxArII1Xeew3Etlc0i { top:32.6875rem;left:31.8125rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFWtOxETtmUTeMQGGpCw2UJbJ0lLFkSF { top:53.125rem;left:31.8125rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0S9kTRIpiN7mmlWqOV7Ec7ZRgFuTJ3A { top:51.5625rem;left:16.6875rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV99yppXNSfdxmenhO4iJdieLMyTPmTS { top:32.6875rem;left:16.6875rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6uyHqT2NWnfEPNrqJFiTQcnUBqT6u3V { top:53.125rem;left:16.6875rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo47cOMKScEJ3WwkCrqb6gPitrlRwmGi { top:51.5625rem;left:1.5625rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEz9W126RrV0BpRputaPniuemAzxBG1c { top:32.6875rem;left:1.5625rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDfiA9vxDl5oiotFqHJhx83931CGn2P { top:53.125rem;left:1.5625rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEihQ62L5DutHBNUZzHQPdF2Lo1TQx1 { top:32.6875rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw91yQ8yFTEMmtTiUD1XlAQ7NDUOR9AR { top:51.5625rem;left:0rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMRefOcGENpErVKB9DHOVfOT22tQF1wa { top:53.125rem;left:0rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBT5EqZNTK7LXIJWqekVeHobisGBx3v { display:block; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ { display:block; }#An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnGGLIkm08OhxM5CBbPP45No4NOoXamr { top:1.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U22H2PLPUlh2dKsHvBwuI1VHmqkuQySI { top:5.5rem;left:3.25rem;width:42.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOqepONfhVgNHex2VVSJm3AcdhUs06N { width:19.25rem;height:3.4375rem;top:33.25rem;left:14.218971252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbwlbSNldoQMh66182gRsI12BeW6HDmX { display:block; }
 }@media only screen and (max-width: 763px) { #TVHETCxy7T4GqBzBufM7JQqylNviBoTz { top:9.8125rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B0vaFXCiW5Cc9xK4M1xHHmWc2AM1sA { top:28.625rem;left:0rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6qJE8PHW4Zuyl7ycrLkCNgJi0MX4uJh { top:30.1875rem;left:0rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOJ0as7tD9a3GqtMBrsMr1mMLUmzXdF { top:28.625rem;left:1.5616302490234rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mdzySVJRJlx6iQMc4GyptvfIGTglnp { top:9.8125rem;left:1.5625rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbhnRXkhefNBIdgr4Tkx4JBrx7TT3By { top:30.25rem;left:1.5625rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGRzpAyAgwCDkkQEeadMTeS5OSDaB2PJ { top:28.625rem;left:16.6875rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfPN8HusKgRhbTeAvkTktCbdhRTJPqeF { top:9.8125rem;left:16.6875rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWxorUZgH9nVWQ4dXbJvGdTDaum1D831 { top:30.1875rem;left:16.6875rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnspAQywCVCETDLiSTTNCEaHN0mcTlQQ { top:28.625rem;left:31.812286376953rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6dfKsRGtSsxCgAwimJa5H1IS0hds93 { top:9.8125rem;left:31.8125rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuq769OBC9ros2JVDZoTDJq79Uszla3N { top:30.1875rem;left:31.812286376953rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KcQAR0qmruxyuTSdsTlqsNDp8Ixoy4 { top:28.625rem;left:33.375rem;width:14.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8lVnxxGJmkJq1K8aTkn06JgqivVgDP { top:9.8125rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryC3cbhy0eUoI0iAPmbyiGTcxyXBSx6m { top:30.25rem;left:33.375rem;width:14.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWcc9g4CbviITPls65nL5S1xJTZwJt3 { display:block; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybMV2M0GX2qhI3pJeJwhpbyGN0eA5i1J { top:11.25rem;left:3.75rem;width:25.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToKGxh4JFwEa2RGmFIyycnydJWVl6dn { top:19.1875rem;left:0.71875rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrfytC2OmCrE2SQnpIAky199lp1ADDQW { top:35.5625rem;left:30.8125rem;width:13.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxRAwRgyD8FU3lDWzyUc5bCkTOqO1OkR { top:22rem;left:32.0625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWKTSslZst8QERlsgQPwm1i9uE852XvZ { top:27.9375rem;left:1.53125rem;width:7.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlIImmN2fwX4vHvrpl5TS0bII6bz7zcV { width:12.5rem;height:3.4375rem;top:41.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEM9JkS5D4wvAGOJgheuuNUJu3ElbfEn { display:block; }
 }@media only screen and (max-width: 763px) { #P97WLD43R39cVBulUH0g3vP8sBmbAvPn { top:7.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJ3TRyMWdTVJU7xNCfFXEXisdbmGAxZ { top:2rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmzblIApG0hkqxPw5q8NRNIxc1lta5z3 { top:18.625rem;left:33.875rem;width:8.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGb0MewmIqo3h7tvaG3vE5wT7GeGC8fv { top:17.1875rem;left:0.71875rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6UDPy1fvhrKbmRMOmPgU9X9BTq7X8qk { top:32.0625rem;left:33.125rem;width:10.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQFWUBvrziMpE7h5Hqi1k94TOAUqR01V { top:11.375rem;left:14.59375rem;width:25.5rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0X8f4u4WcIJ1LZWCo8xnqNMMzR07UFd { top:31.3125rem;left:1.53125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW3SBO9VTHvkHhok7HZhFs11qmmuIek4 { top:1.125rem;left:19.375rem;width:9rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL { display:block; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msk8WcXTRfr1AknlRVFNgMxNlW8ddkyz { top:17.9375rem;left:2.3125rem;width:25.4375rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv9kf7QsZntVpE0xor0q9FGuDdubCIa { top:26.625rem;left:2.3125rem;width:25.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGASOEDNAoAmDpxD5sONa12GDw2lKgUz { top:10.3125rem;left:2.3125rem;width:12rem;height:15rem;font-size:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvT63StXHBFxyUNC8n3Zy70iSplDta5n { top:11.3125rem;left:0.5rem;width:46.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhqTv8NaDbr7CUPT4L1qi73LfwKX7zO6 { top:13.375rem;left:29.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 { display:block; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLlZaZnG4P3TrCIdfpSvzNfh7NT5RTme { top:3.6875rem;left:0rem;width:40.9375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPrWDaVN02CTeqlGOHz2L42Z984lHRCT { width:31.25rem;height:3.375rem;top:5.0625rem;left:16.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe6I9hubG5VqKP8lqQEicGNrRB4ieTr2 { width:31.6875rem;height:3rem;top:9.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDz5t07x3c5bbh6km2aSvcBOE0Hn4bN5 { width:16.875rem;height:2.3125rem;top:32.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdglDi3AWRVXnlkz1PtCCFR8TLMJAWDZ { width:27.875rem;height:7.5rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu { display:flex;height:auto;width:27.8125rem;top:11.0625rem;left:13.53125rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #S0bE85f4I1gGTMf3SwP4eRNqAiJQT171 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #RHln66NAqoybyITIZN4zISfWvvIEEsc9 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #butibuupMKwkyVJipitOtiQT6IAKWO78 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #I5y7TyEHl3ZBTWAiwEiOahQiPeI2lAmG {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #zh9rycTDgJs8q8mxxltbF1TImhB61hHy {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #LyakrfHxeICrzG3aW7kVlIOm6H1pWTLL {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #Q6X50U9OG00cpoFGOudzzarEuwM4frel {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #qga8ptoBQRIWOMQt0Tcc02hyx2uAhq3r {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #TTEMed00oStF7ul5P90POFu5u14NlaPm {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #GJZKx17waB7TC05eZFdik5is35Jgbn2m {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #qTvCSWvBfpTNURT2zVwqAZy3JHn3cBoV {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #PUzTEKoRJruUyUswPCXg9mcSTbBFoHsq {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #MTxs53eq5ZQeusKIJ8xO1sWTfArfQKqT {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #WXLv94VuNCZFrS43NITh3mGy9e60WBQw {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #XfcnQPHWRMCFhF2c4XT787PwyVf3epw9 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #sBNKuwvnSHMN1t7buCaRlmmLZcluriHh {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #ghrgncMKRv9ZzEeDc0A3XbMSWuAmB9w1 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #EUUSLRKJO9wd1yS0a4k2y2y06iFkOCtT {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #tcDtxDiLEObx3oFyqBOnW0f7bn5F7o2Q {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #XWcVglx05OlTtFEGoGy0h5No56k5TJoz {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #bUfbIvz85VbS4Pa4IRbREt8evDuTgmVe {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #K48oUBn0vRqAsXURkhi3dyE4HyLrObHc {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #Hae2cVmLSKHJdXeuxNpAMHM4HmPONGty {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #UlXKhAb7b71unwdoDvGucnXlX7WfzL6E {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #JEgHXSSJXe0ZtgsK7PVh7xtR40qUCrHE {  }
 }@media only screen and (max-width: 763px) { #BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD { display:block; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNrl73n0SJBArtQ5syOv1Jmd3mxHz00v { top:8rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFHe28Ay2mr4q9hhnb02ckkxEaU4BXE { width:41.1875rem;height:3.375rem;top:1.3125rem;left:3.28125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTmgWVyzlNL4mtAwdaTSGPaIL0lgvti { width:47.75rem;height:1.5rem;top:4.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcObbeDB9N14mm2OfCoeWEzGVxhdyVx { top:28.8125rem;left:0rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxsbSCzHSJzk1Ck8mZ7eORK9o8oDIAy4 { width:16.1875rem;height:1.625rem;top:28.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDflOxVLTmE2a6Tbn15PNBu50hsDbfK { top:31.9375rem;left:0rem;width:2.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsdoPu0EcvuGxaS8Oe1oIcMR0SXVVIPT { width:16.1875rem;height:1.625rem;top:32rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8p97FB85mtqOooPbcAlDFTfoio8I9bf { width:15.6875rem;height:2.3125rem;top:28.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi0IBtB5Hc8zyRiAgGvKqyMx2gZBSBPP { display:block; }
 }@media only screen and (max-width: 763px) { #amgi95iTtB0UsB4ONz8KOV9nHGnLdQJ8 { width:15.625rem;height:2.3125rem;top:31.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDG7rZ8S6WE9dsUZ6WkkBKqM1PO8QbJ4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x { position:relative;z-index:auto;display:block; }#Aav58MD4lnDzhOzVW1zl2GX7mtroRw3x > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 { display:block; }#NlxH9dwV9lh6lITpgTQyB7MyDwItVTB1 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlEbA5lxmA3fqc2C3BFytk9MmfuMtMOZ { width:17.562rem;height:17.499rem;top:22.25537109375rem;left:1.21728515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lH5GQV8TJp8WcLa4ao7HR7nHQcfLxGwg { width:20rem;height:2.2749rem;top:6.21875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7o49bT0PBBJ2bJd49dMo5naM5EoGZys { width:15.999rem;height:3.436525rem;top:17.0361328125rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHuW1wwQhbVDMMCEu6G30h8pG4r4UTbr { display:block; }
 }@media only screen and (max-width: 763px) { #FOpp5gNkaR4PH0mhCgxzKvhwMCrgSa33 { width:20rem;height:6.0026rem;top:9.068359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmCyGsTam0yzJIIbObzztaBDrRxsVlo { width:8.8125rem;height:3.5625rem;top:1.90625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ { display:block; }#DJduCih8ubo9N5uhBiHn0SOpou5vbCoQ > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA9JLocefNtWNLXLz6MRKifJ9r25IcGT { width:20rem;height:12.747375rem;top:7.88671875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJt1ALE3IwNyyF4t2AbKH2oNvPTMRfhM { width:20rem;height:2.11263125rem;top:3.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8oVbb8NK67Rkr2Mh7pNlg21615c1xM2 { width:8.75rem;height:0.1875rem;top:25.26171875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkb60AMmMNstMLVUgS4FK86TKBId7AcA { width:12.125rem;height:0.125rem;top:6.63671875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOhavLTkKS8IlJUPtcv7DaeSIr7S3NKZ { width:18.0625rem;height:2.59874375rem;top:3.1796875rem;left:0.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcxM3Clm0aKeGnV11FZc9nAE219ogzk { width:15.5625rem;height:1.94970625rem;top:75.6796875rem;left:2.2177734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximuhdGXc2dkODz4Wixc8mX9tmCFeV4k { width:13.3745625rem;height:1.9487875rem;top:42.876522064209rem;left:3.3116319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFPgOBQLFKSznGk4vgu7ifSS6w7Cogo4 { width:19.9995rem;height:3.086425rem;top:6.41162109375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnS5NTLowPwzLpTt7NGXKvP0mlFDRyKR { width:11.0625rem;height:1.94970625rem;top:11.45361328125rem;left:4.4677734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucmCCJDk6FbJmacNtRbFdtiBAUTiyThM { width:19.9995rem;height:3.8997375rem;top:80.203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtvtVWlhmcTKKaEDp6DMmrl46zoTGqiJ { width:18.375rem;height:2.599825rem;top:46.97314453125rem;left:0.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGqUaby5yzQQNXLpnx66sRAGLUvTXoB { width:18.375rem;height:2.599825rem;top:14.080078125rem;left:0.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWOqIOOWzJ82wqpGFrUnxfSmtRups3dn { width:20rem;height:1.8684875rem;top:1.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp89ubFlapV9FLBVSWkVK6maF0PKU1FS { width:19.9995rem;height:23.3745rem;top:17.53564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdMC2HMRoroqhWrRazWRwXG8VhZ8DzF { width:19.9995rem;height:23.3115rem;top:50.2763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUy200SIOJSlPefJd6lEHH90eaIN7xQD { width:19.9995rem;height:23.3115rem;top:85.0283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT04vszHXcsJokw7IV6NgaKc7dBu08PX { display:block; }#OT04vszHXcsJokw7IV6NgaKc7dBu08PX > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8Rfb9Kvwr4TP8e1dCiGGD8Rde0050hb { width:14.6875rem;height:14.6875rem;top:5.49935rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0GlTStozAHzzTnrsSKNDTo3ykOV05Fd { width:20rem;height:0;top:53.18385rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K0IZkdtEpIC918nsFxvaOhBVVnJP68ZZ { width:14.6875rem;height:14.6245625rem;top:21.43685rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZOpDQRLfGK6WOWtdZwQPsKtPMRr09L { width:14.6875rem;height:14.6245625rem;top:37.31035rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWedQ6I9X1dV0Ltu5VM1b1yO2dTL9azK { width:20rem;height:0.125rem;top:4.12435rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1LkoCN5R6LJElRxWIpaf2OpUTo614cS { width:17.7495625rem;height:1.9487875rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU7KmHTgKeGP9Me91C0eMPzixuTOlp05 { width:12.687rem;height:3.436525rem;top:54.7353515625rem;left:3.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIzKkWTfhoPvPpPkrLUFkrCU0zfI9sa2 { display:block; }
 }@media only screen and (max-width: 763px) { #xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg { display:none; }#xHI08PLHA6vZ1T5sdobT6fP6nwi047Zg > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 { display:none; }#l1ZhlypWabxZZwo7nucwJnrsxHicsRQ9 > .row .container { width:20rem;height:314.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A5PIpK6SkTPGi0oC8inGSvaChAW86kKx { width:20rem;height:5.19748125rem;top:3.9619125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiMRUvOaS8UqHGMmXJqaLM9mX9iuT3mU { width:9rem;height:1.462675rem;top:1.25rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPXwgp1Ar12fiBpAv2W0e8olKgzuxTaR { width:18.625rem;height:9.6875rem;top:259.796009375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgrPw0B4n9ROkHDPaEy44MzWbdqe187b { width:20rem;height:2.599825rem;top:234.0732421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdzxcoqwqRfceRpcRgrLZ9D9eTHKlmD { width:16.311875rem;height:1.62435rem;top:261.06119187012rem;left:1.8441772460938rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaiTKZGpVEr7RQSWcFqbMX4rZ8bX8q8 { width:17.6248125rem;height:3.6556rem;top:263.84331162109rem;left:1.1877136230469rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgTefeeSezxw4rBWMtTQEETvlDUfgb6 { width:8.5rem;height:2.1875rem;top:270.73352050781rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2SbR3SHFi5hEx91xWborGUb5d0I5wvr { display:block; }
 }@media only screen and (max-width: 763px) { #xBCvQwPTmCuZnd7zfuaRrprUr2s2xsac { width:18.5625rem;height:12.0625rem;top:274.17102050781rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZptIz1Zi6RWCi4AJv90zeiO8S4dIv8 { width:17.561875rem;height:2.43706875rem;top:278.23352050781rem;left:1.186637878418rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Dkcn6WZdKowGUpUyvCFHQ8zkrPpJOe { width:8.5rem;height:2.1875rem;top:283.10874938965rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EehAgxpG7G3TdZHqu7ooGZbJroi7iFZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #TtF3PJ7h0GgnmILlOBpypawqarU0A1sb { width:16.25rem;height:1.62435rem;top:275.42102050781rem;left:1.811637878418rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANsr8ehAmNpxqhxSpspWKhtJ9frGZGg { width:18.5625rem;height:12.0625rem;top:300.79602050781rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbr45tBDAV7RvMn5xgxJ3cBeCFGqFEo9 { width:8.5rem;height:2.1875rem;top:309.73373413086rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rw5LHhNfpeILbMiVkNwCrZGVbGhnry { display:block; }
 }@media only screen and (max-width: 763px) { #alcN5GTOafAo4BXwkmvNK65SUbT564Zk { width:17.561875rem;height:2.43706875rem;top:304.85852050781rem;left:1.186637878418rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow0ImtutTAt2BbRS6BJ6KadfAxSL7UTu { width:18.5625rem;height:12.0625rem;top:287.48352050781rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ASt73NmZdfGA2y0BUkN6MNctiJwFzS { width:16.25rem;height:1.62435rem;top:288.73352050781rem;left:1.8127136230469rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4t3l2tb098O7TZlkyszNga7gcJtpu3x { width:17.561875rem;height:3.6556rem;top:291.54602050781rem;left:1.1877136230469rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5yShzcO5zFlGDi7bQmTeSgbpxhJViz { width:16.25rem;height:1.62435rem;top:302.04602050781rem;left:1.811637878418rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx17GDWycAF7NE1n9PVN3tnl7TLWJr3Z { width:8.5rem;height:2.1875rem;top:296.42123413086rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHpqHDQE6TpLvJSvABNOhglEXlEyG6N { display:block; }
 }@media only screen and (max-width: 763px) { #H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh { display:none; }#H6uPDVrUBq0W7PHGKS3bGkAavVQuUlfh > .row .container { width:20rem;height:244.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hXE6TBy8ul8kbBhBFqgNX3oa39BEwXQM { width:16.3125rem;height:1.625rem;top:19.557615625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r31F34QRDzSlbJgobrUnLem2kmb0AlDV { width:16.3125rem;height:1.625rem;top:19.557615625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gevx36uU6Tq63i07vLcI2scUWWqKuJNk { width:16.3125rem;height:1.625rem;top:19.557615625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geP17HGQFDdOW6U59hg4eJslBtrpmzQK { width:1.4375rem;height:5.19748125rem;top:13.28613125rem;left:-2.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li24UuGn69miaq07V2S07MQc35LXyNqX { width:2.125rem;height:5.19748125rem;top:123.22363125rem;left:-2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoJhOyl5gErBDLBkWgpKbAbykOgK61x { width:12.0625rem;height:12.0625rem;top:25.59863125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTz7DAzF0pwa6Z3b8RnRRJPsOD7iuzfT { width:12.0625rem;height:12rem;top:52.16113125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUbdHZpzmhDSGMyVvX4PUtzWhzQX562Z { width:12.0625rem;height:12rem;top:38.91113125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlKmZzSpKa8eHkLzmFagZDP4FWHnZUQ0 { width:20rem;height:11.0625rem;top:68.28613125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlK3V1J0KEa7PUecv6V9KTCnVvIlHSrM { width:2.125rem;height:5.19748125rem;top:68.28613125rem;left:-2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTm316cAoir6d156E219XVBFNuMD40R { width:12.0625rem;height:12rem;top:80.59863125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSt9XJyvMqEh1FmkO66oIrgbTg6AzPtZ { width:12.0625rem;height:12rem;top:93.84863125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USrQkS8KDKyTELRnTwprugHN6ZBrsVHU { width:12.0625rem;height:12rem;top:107.09863125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQtkIoIxIkWM0ttfH6oa3R1NkNM6l85D { width:12.0625rem;height:12rem;top:148.78613125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfc1bb8MmTQZt22PVQJ3iwDz7KrnIQO { width:12rem;height:12rem;top:207.57324375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABiohqbIuLi0LTTsCO5OfsKGwZx7001b { width:12rem;height:12rem;top:220.82324375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHhfHFPaEVV0KdWbBP7Gw1EGCgQmiakq { width:20rem;height:11.0625rem;top:123.22363125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQLRWi6TqqaGzVCpHIPdfN9OI5ZZUWbX { width:20rem;height:11.0625rem;top:13.28613125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpOVVz2c98kNCBTqne3HoaP0TqAEqai { width:19.25rem;height:3.4375rem;top:234.07232226562rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqg217HJN4zwbmTcyPWDI7D33m29z8og { display:block; }
 }@media only screen and (max-width: 763px) { #dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ { display:block; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ { background-color: transparent; background-image: none; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .row .container > .video-iframe-container { display: none; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .row > .video-iframe-container { display: none; }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .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); }#dCp3JRElZ7iO0nm9Azb0XaA6JiTn0sBJ > .row .container { width:20rem;height:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU { display:block; }#UTfFd3b1fRbyMB6k9Ut80Iexpmn64gHU > .row .container { width:20rem;height:6.6781616210938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLaGzukzSOpyy2l06rG6xg1acbhMt2Kh { width:19.9980625rem;height:1.8684875rem;top:1.52490234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNM4hsi2Rf6RvgNOhpRmaKpcwg1fRfUz { width:20rem;height:2.59874375rem;top:3.3916015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jps4wvGNIwTAiW5gq4r1a4bsd9GUqzJw { width:20rem;height:0.0625rem;top:6.6162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qbkgflKiuSKktU3zMWRgPPwGufPzVN { display:block; }#g9qbkgflKiuSKktU3zMWRgPPwGufPzVN > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5vhyMeBeHVBC22g5hAUs25achG9VdQ3 { width:19.99875rem;height:43.24875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzpAReHFvlmwtZbPVpm6HCyezJ5rBPBu { width:19.9980625rem;height:2.03125rem;top:22.14111328125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3tWRsIz6TDdGbtTsZM1OiEuqXoyGAS { width:18.9983125rem;height:4.2230875rem;top:24.964599609375rem;left:0.500244140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM { display:block; }#R6kJNk7uyfUlZKkXAnVK9nunTAKQDHpM > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2M9O4NfSm47VKeqBR4RBrZPDT3Ww8k8 { width:19.9980625rem;height:2.03125rem;top:21.328125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXqF6TfauP5xwRlG0xyVidxIeEf7HzFr { width:19.9980625rem;height:3.16731875rem;top:24.046142578125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWUP9tO1TeCIaHEhdCGlD18OMTqKbzTI { width:19.99875rem;height:42.0600625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ { display:block; }#OyPkNhcwCSDgFAtiSUexBeSvqAMmDorQ > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3mtmIczLpM4M5Ezczu8lMzQg77FFWIu { width:19.9980625rem;height:2.03125rem;top:22.030517578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdzXxPgJ97dRFT4zhxkBpkRM40zDNpEh { width:17.8125rem;height:3.16731875rem;top:25.216552734375rem;left:1.0927734375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88Wl3CFygKzE4CT2NVNG9lT29wmV98T { width:19.9995rem;height:44.3745rem;top:0rem;left:0.000732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8pi6qfgkBXF9minD2VzKriVJw28dBD { display:block; }#eU8pi6qfgkBXF9minD2VzKriVJw28dBD > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bpym6vTA09Vc8pxqSTJMg8eXBJWlioRF { width:19.99875rem;height:2.03125rem;top:21.57861328125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgiz37k3rHBhxJTrrEqCkB6SwqgtArp1 { width:19.99875rem;height:4.2230875rem;top:24.44970703125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ15bTmWG7KvvCZ2s8xeKvOur6qcuZ5F { width:19.93725rem;height:42.24975rem;top:0rem;left:0.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXsXNNhJVRi4G30gx4WeiVZMS0ZwUlm4 { width:17.4375rem;height:3.375rem;top:30.10693359375rem;left:1.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWOx9dESFBZbkKeSaKXkgax1zRoQIcLu { display:block; }
 }@media only screen and (max-width: 763px) { #wmSNaTKwLaSK0GgkICQtpLTGwKzliZZz { width:17.4375rem;height:3.375rem;top:35.607421875rem;left:1.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3xN16eHT8G7cvBh4lSTFfRvOFm9zGgh { display:block; }
 }@media only screen and (max-width: 763px) { #xbyVJssNHLfDXt8nELihMv2RTZHMTo17 { display:none; }#xbyVJssNHLfDXt8nELihMv2RTZHMTo17 > .row .container { width:20rem;height:164.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xbTV5CHOrHXm4nAHueIBHEyI3uL9X9pn { width:19.9980625rem;height:42.0600625rem;top:121.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy { display:none; }#VyG7HWWCe5sWrrmLEilx2sCq12gcJcAy > .row .container { width:20rem;height:263.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MiopHOKTGbTNpzK1ApUEhXWsbZzKTgNZ { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZ53qJAeTTH304gOwOF1VI6OQG1WG1G { width:20rem;height:3.0869125rem;top:5.0996125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e30sOr11sa7HZLylzavkAhqynmmf2fQ1 { width:19.25rem;height:3.4375rem;top:255.78887988281rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0IFLhwd9yrATvSDoSurrpiffygiII8n { display:block; }
 }@media only screen and (max-width: 763px) { #namvf00dWICxZWE6UzPoweUU84uuxZ6r { width:14.375rem;height:18.125rem;top:9.4346923828125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gDUA8EU46TRtX2RAsXAG9hevr01qwG { width:14.375rem;height:1.54296875rem;top:106.30969238281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7vIuZowsUHZuE8Mr1E4rcFpATGEO2rV { width:14.375rem;height:1.21875rem;top:120.27453613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snHqc4qcVsSd3M6QZxZkWxUiSvL0c0Qw { width:14.375rem;height:1.54296875rem;top:109.10266113281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTQFoTb2KGHgHaLmDMeqHA1BsxU3Cnt { width:14.375rem;height:18.125rem;top:28.809692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xor4TuTrzoMHiKtTf8EnpmUSyQ0NZteG { width:14.375rem;height:1.21875rem;top:122.74198613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX6OgTGeKO2T640an6OBXEOXvKwalkNB { width:14.375rem;height:1.54296875rem;top:111.89562988281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6roalRxnJcL31oTdiJuvovyscfZAJr { width:14.375rem;height:18.125rem;top:48.184692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9y5aRdA3nuVDKU4cXeFX4igiko51pw0 { width:14.375rem;height:1.21875rem;top:125.20943613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzezHpMvndWVz0f9ORCvQeUz2JxWoKS { width:14.375rem;height:1.54296875rem;top:114.68859863281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZfldh8D7VDR5DHbyXmM7HAg7cFOkl5P { width:14.375rem;height:18.125rem;top:67.559692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhkZqewGbDqv47sFziHevgigPz3lITQm { width:14.375rem;height:1.21875rem;top:127.67688613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTOTNK3LQspyp5Z8x31Cw19M2dSCmxK { width:14.375rem;height:1.54296875rem;top:117.48156738281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTFxT7sAyzItf6REZsoSEtaUQyBK1k5 { width:14.375rem;height:18.125rem;top:86.934692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSznnd1eExB277V6LiR0RRX8F7L8Fp3 { width:14.375rem;height:1.21875rem;top:130.14433613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyFJOtA2E9HbaE27USNfLfob3qHZ345F { width:14.375rem;height:1.54296875rem;top:240.65866113281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzo6rQ2MTExVMiEAKzFKdzK5l6toKGWa { width:14.375rem;height:1.21875rem;top:253.32142988281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u687I9sFnEEOUr1w3VW3FX5OEJBCyky3 { width:14.375rem;height:18.125rem;top:210.11178613281rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UcEDcBMcQleKUpIvNQMw1agA04FoW9 { width:14.375rem;height:1.54296875rem;top:237.86569238281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyflbFiCfUNH4ClxArII1Xeew3Etlc0i { width:14.375rem;height:18.125rem;top:190.73678613281rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFWtOxETtmUTeMQGGpCw2UJbJ0lLFkSF { width:14.375rem;height:1.21875rem;top:250.85397988281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0S9kTRIpiN7mmlWqOV7Ec7ZRgFuTJ3A { width:14.375rem;height:1.54296875rem;top:235.07272363281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV99yppXNSfdxmenhO4iJdieLMyTPmTS { width:14.375rem;height:18.125rem;top:171.36178613281rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6uyHqT2NWnfEPNrqJFiTQcnUBqT6u3V { width:14.375rem;height:1.21875rem;top:248.38652988281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo47cOMKScEJ3WwkCrqb6gPitrlRwmGi { width:14.375rem;height:1.54296875rem;top:232.27975488281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEz9W126RrV0BpRputaPniuemAzxBG1c { width:14.375rem;height:18.125rem;top:151.98678613281rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDfiA9vxDl5oiotFqHJhx83931CGn2P { width:14.375rem;height:1.21875rem;top:245.91907988281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEihQ62L5DutHBNUZzHQPdF2Lo1TQx1 { width:14.375rem;height:18.125rem;top:132.61178613281rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw91yQ8yFTEMmtTiUD1XlAQ7NDUOR9AR { width:14.375rem;height:1.54296875rem;top:229.48678613281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMRefOcGENpErVKB9DHOVfOT22tQF1wa { width:14.375rem;height:1.21875rem;top:243.45162988281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBT5EqZNTK7LXIJWqekVeHobisGBx3v { background-color:transparent;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:none; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container { border-width: 0; border-radius: 0; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVBT5EqZNTK7LXIJWqekVeHobisGBx3v > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ { display:none; }#An2M2wNFdhPpKCCC4v1KevktzCRfiIuQ > .row .container { width:20rem;height:260.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rnGGLIkm08OhxM5CBbPP45No4NOoXamr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U22H2PLPUlh2dKsHvBwuI1VHmqkuQySI { width:20rem;height:4.62890625rem;top:5.0996125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOqepONfhVgNHex2VVSJm3AcdhUs06N { width:19.25rem;height:3.4375rem;top:255.78887988281rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbwlbSNldoQMh66182gRsI12BeW6HDmX { display:block; }
 }@media only screen and (max-width: 763px) { #TVHETCxy7T4GqBzBufM7JQqylNviBoTz { width:14.375rem;height:18.125rem;top:9.4346923828125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B0vaFXCiW5Cc9xK4M1xHHmWc2AM1sA { width:14.375rem;height:1.54296875rem;top:106.30969238281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6qJE8PHW4Zuyl7ycrLkCNgJi0MX4uJh { width:14.375rem;height:1.21875rem;top:120.27453613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOJ0as7tD9a3GqtMBrsMr1mMLUmzXdF { width:14.375rem;height:1.54296875rem;top:109.10266113281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mdzySVJRJlx6iQMc4GyptvfIGTglnp { width:14.375rem;height:18.125rem;top:28.809692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbhnRXkhefNBIdgr4Tkx4JBrx7TT3By { width:14.375rem;height:1.21875rem;top:122.74198613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGRzpAyAgwCDkkQEeadMTeS5OSDaB2PJ { width:14.375rem;height:1.54296875rem;top:111.89562988281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfPN8HusKgRhbTeAvkTktCbdhRTJPqeF { width:14.375rem;height:18.125rem;top:48.184692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWxorUZgH9nVWQ4dXbJvGdTDaum1D831 { width:14.375rem;height:1.21875rem;top:125.20943613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnspAQywCVCETDLiSTTNCEaHN0mcTlQQ { width:14.375rem;height:1.54296875rem;top:114.68859863281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6dfKsRGtSsxCgAwimJa5H1IS0hds93 { width:14.375rem;height:18.125rem;top:67.559692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuq769OBC9ros2JVDZoTDJq79Uszla3N { width:14.375rem;height:1.21875rem;top:127.67688613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KcQAR0qmruxyuTSdsTlqsNDp8Ixoy4 { width:14.375rem;height:1.54296875rem;top:117.48156738281rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8lVnxxGJmkJq1K8aTkn06JgqivVgDP { width:14.375rem;height:18.125rem;top:86.934692382812rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryC3cbhy0eUoI0iAPmbyiGTcxyXBSx6m { width:14.375rem;height:1.21875rem;top:130.14433613281rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWcc9g4CbviITPls65nL5S1xJTZwJt3 { display:none; }#tsWcc9g4CbviITPls65nL5S1xJTZwJt3 > .row .container { width:20rem;height:126.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ybMV2M0GX2qhI3pJeJwhpbyGN0eA5i1J { width:6.625rem;height:6.625rem;top:39rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GToKGxh4JFwEa2RGmFIyycnydJWVl6dn { width:8.75rem;height:0.1875rem;top:62.46875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrfytC2OmCrE2SQnpIAky199lp1ADDQW { width:8.75rem;height:0.1875rem;top:33.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxRAwRgyD8FU3lDWzyUc5bCkTOqO1OkR { width:8.75rem;height:0.1875rem;top:21.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWKTSslZst8QERlsgQPwm1i9uE852XvZ { width:20rem;height:1.625rem;top:31.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlIImmN2fwX4vHvrpl5TS0bII6bz7zcV { width:12.5rem;height:3.125rem;top:80.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEM9JkS5D4wvAGOJgheuuNUJu3ElbfEn { display:block; }
 }@media only screen and (max-width: 763px) { #P97WLD43R39cVBulUH0g3vP8sBmbAvPn { width:18rem;height:9.003875rem;top:6.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJ3TRyMWdTVJU7xNCfFXEXisdbmGAxZ { width:20rem;height:2.11263125rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmzblIApG0hkqxPw5q8NRNIxc1lta5z3 { width:8.875rem;height:3.2487rem;top:118.1494125rem;left:5.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGb0MewmIqo3h7tvaG3vE5wT7GeGC8fv { width:7.9375rem;height:1.625rem;top:87.8369125rem;left:6rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6UDPy1fvhrKbmRMOmPgU9X9BTq7X8qk { width:10.875rem;height:3.2487rem;top:122.6494125rem;left:4.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQFWUBvrziMpE7h5Hqi1k94TOAUqR01V { width:10.3125rem;height:10.3125rem;top:92.1494125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0X8f4u4WcIJ1LZWCo8xnqNMMzR07UFd { width:10.625rem;height:0.1875rem;top:90.7119125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW3SBO9VTHvkHhok7HZhFs11qmmuIek4 { width:9rem;height:1.462675rem;top:85.125rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL { display:none; }#Pg9XlDJvlifCWXaH2cgMt0lQokrCP4FL > .row .container { width:20rem;height:103.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #msk8WcXTRfr1AknlRVFNgMxNlW8ddkyz { width:20rem;height:9.3408125rem;top:25.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv9kf7QsZntVpE0xor0q9FGuDdubCIa { width:20rem;height:1.462675rem;top:35.65525rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGASOEDNAoAmDpxD5sONa12GDw2lKgUz { width:11.9998125rem;height:2.5996125rem;top:37.367612744141rem;left:1.8131484985351rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvT63StXHBFxyUNC8n3Zy70iSplDta5n { width:20rem;height:19.8125rem;top:38.366971875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhqTv8NaDbr7CUPT4L1qi73LfwKX7zO6 { width:15.75rem;height:15.75rem;top:40.429685498047rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 { display:block; }#nbEKpWGxb6hNpPmW4wT2lzELBd9H9t73 > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLlZaZnG4P3TrCIdfpSvzNfh7NT5RTme { width:20rem;height:14.071550255537rem;top:6.40576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPrWDaVN02CTeqlGOHz2L42Z984lHRCT { width:20rem;height:2.4375rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe6I9hubG5VqKP8lqQEicGNrRB4ieTr2 { width:20rem;height:4.50195rem;top:21.72707421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDz5t07x3c5bbh6km2aSvcBOE0Hn4bN5 { width:16.875rem;height:2.3562rem;top:50.82275390625rem;left:1.5615234375rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdglDi3AWRVXnlkz1PtCCFR8TLMJAWDZ { width:19.9995rem;height:9.0039rem;top:53.83154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu { display:flex;height:auto;width:17.496125rem;top:27.1435546875rem;left:0rem; }
#Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #S0bE85f4I1gGTMf3SwP4eRNqAiJQT171 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #RHln66NAqoybyITIZN4zISfWvvIEEsc9 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #butibuupMKwkyVJipitOtiQT6IAKWO78 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #I5y7TyEHl3ZBTWAiwEiOahQiPeI2lAmG {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #zh9rycTDgJs8q8mxxltbF1TImhB61hHy {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #LyakrfHxeICrzG3aW7kVlIOm6H1pWTLL {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #Q6X50U9OG00cpoFGOudzzarEuwM4frel {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #qga8ptoBQRIWOMQt0Tcc02hyx2uAhq3r {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #TTEMed00oStF7ul5P90POFu5u14NlaPm {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #GJZKx17waB7TC05eZFdik5is35Jgbn2m {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #qTvCSWvBfpTNURT2zVwqAZy3JHn3cBoV {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #PUzTEKoRJruUyUswPCXg9mcSTbBFoHsq {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #MTxs53eq5ZQeusKIJ8xO1sWTfArfQKqT {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #WXLv94VuNCZFrS43NITh3mGy9e60WBQw {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #XfcnQPHWRMCFhF2c4XT787PwyVf3epw9 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #sBNKuwvnSHMN1t7buCaRlmmLZcluriHh {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #ghrgncMKRv9ZzEeDc0A3XbMSWuAmB9w1 {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #EUUSLRKJO9wd1yS0a4k2y2y06iFkOCtT {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #tcDtxDiLEObx3oFyqBOnW0f7bn5F7o2Q {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #XWcVglx05OlTtFEGoGy0h5No56k5TJoz {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #bUfbIvz85VbS4Pa4IRbREt8evDuTgmVe {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #K48oUBn0vRqAsXURkhi3dyE4HyLrObHc {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #Hae2cVmLSKHJdXeuxNpAMHM4HmPONGty {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #UlXKhAb7b71unwdoDvGucnXlX7WfzL6E {  }
 }@media only screen and (max-width: 763px) { #Lpi1br70Q5unqCSfPfosZbRzxgzZrsOu #JEgHXSSJXe0ZtgsK7PVh7xtR40qUCrHE {  }
 }@media only screen and (max-width: 763px) { #BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD { display:block; }#BGoDbAcQiT13eT5UbWByfoRFAeMTGcQD > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNrl73n0SJBArtQ5syOv1Jmd3mxHz00v { width:20rem;height:5.0833333333333rem;top:10.655275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFHe28Ay2mr4q9hhnb02ckkxEaU4BXE { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTmgWVyzlNL4mtAwdaTSGPaIL0lgvti { width:20rem;height:1.7068125rem;top:7.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcObbeDB9N14mm2OfCoeWEzGVxhdyVx { display:flex;width:1.875rem;height:1.8125rem;top:17.875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #gxsbSCzHSJzk1Ck8mZ7eORK9o8oDIAy4 { width:16.1875rem;height:1.62524375rem;top:20.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDflOxVLTmE2a6Tbn15PNBu50hsDbfK { display:flex;width:2.25rem;height:1.6875rem;top:24.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #HsdoPu0EcvuGxaS8Oe1oIcMR0SXVVIPT { width:16.1875rem;height:1.62524375rem;top:27.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8p97FB85mtqOooPbcAlDFTfoio8I9bf { width:15.6875rem;height:2.3125rem;top:29.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi0IBtB5Hc8zyRiAgGvKqyMx2gZBSBPP { display:block; }
 }@media only screen and (max-width: 763px) { #amgi95iTtB0UsB4ONz8KOV9nHGnLdQJ8 { width:15.625rem;height:2.3125rem;top:33.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDG7rZ8S6WE9dsUZ6WkkBKqM1PO8QbJ4 { display:block; }
 }