.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:255,239,204;--color-primary-1:254,206,102;--color-primary-2:254,174,0;--color-primary-3:254,174,3;--color-primary-4:51,35,0;--color-secondary-0:218,237,235;--color-secondary-1:130,195,188;--color-secondary-2:5,134,120;--color-secondary-3:3,67,60;--color-secondary-4:1,20,18;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#284f62;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl { position:relative;display:block; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl { background-color: transparent; background-image: none; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row .container > .video-iframe-container { display: none; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row > .video-iframe-container { display: none; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .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); }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl { border-width: 0; border-radius: 0; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .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; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.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:block; }#b9310a34ef405057f4acac5a6322d1a5 { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:41.75rem;width:74.5625rem;top:14.212500572204rem;left:0rem;display:block; }
#lb2a0f9f6b1bd9abfecc4155439b75a0 { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.8687499761581rem;left:15.467968940735rem;height:9.2615rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8a4e7955e377801fa07b57a5e3dec92 { box-sizing:content-box;height:12.6875rem;width:74.5rem;position:absolute;display:block;z-index:14997;background-color:#ffdd2d;background-image:none;top:0rem;left:0rem;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;display:block; }
#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container { background-color: transparent; background-image: none; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container > .video-iframe-container { display: none; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row > .video-iframe-container { display: none; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .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); }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container { border-width: 0; border-radius: 0; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Jc2d5e818132c88de9ec57302bc0da83 { background-color:#ff9e2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:3.4375rem;left:12.5rem;display:block; }
#hb182022370e488e5713dc90c2feac42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae9b59d83a370c7cb2595ea2a634c8a8 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:3.4375rem;left:12.5rem;display:block; }
#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container { background-color: transparent; background-image: none; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container > .video-iframe-container { display: none; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row > .video-iframe-container { display: none; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .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); }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container { border-width: 0; border-radius: 0; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#o87b0c456491a0ae9b8d99e9341cc695 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KByvMg4nT4XlkgBidTQPUUC7CDRNI204 { position:relative;display:block; } #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection *:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="text"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="email"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="tel"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection textarea:focus-visible { outline: none; } #KByvMg4nT4XlkgBidTQPUUC7CDRNI204 > .row .container { position:relative;display:block; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container { background-color: transparent; background-image: none; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container > .video-iframe-container { display: none; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row > .video-iframe-container { display: none; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .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); }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container { border-width: 0; border-radius: 0; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#o2GUytJQ5EDLZX6Fw0gq7LZaUXNmtKBH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5531253814698rem;left:0rem;height:2.51806875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container { background-color: transparent; background-image: none; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container > .video-iframe-container { display: none; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row > .video-iframe-container { display: none; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .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); }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container { border-width: 0; border-radius: 0; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#b73eb68b3997f47d391fc107262fe374 { position:absolute;display:block;z-index:15030;height:13.560125rem;width:24.375rem;top:1.0625rem;left:25.312500953674rem;display:block; }
#e7ea7e30170d8489d8eb0f7cecbc0d60 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4132fd44-9e2c-48d7-a31c-9e1553b02e7b/Richard_n_Pamela_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#e7ea7e30170d8489d8eb0f7cecbc0d60.adaptive-delivery-prevent-bg, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyload, #e7ea7e30170d8489d8eb0f7cecbc0d60.lazyloading { background-image: none; }
#J4e1dce901d0b1dff819aa0d0b3a56d8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e6b87fc4-35ce-4a9e-a0ee-80e281ce10e9/JermaineLewis.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#J4e1dce901d0b1dff819aa0d0b3a56d8.adaptive-delivery-prevent-bg, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyload, #J4e1dce901d0b1dff819aa0d0b3a56d8.lazyloading { background-image: none; }
#Tcbea9cf031f694bed93b8d240c56f66 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8d0601cc-8210-44e3-afaa-9ca9b69267f8/UjuEgbuniwe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#Tcbea9cf031f694bed93b8d240c56f66.adaptive-delivery-prevent-bg, #Tcbea9cf031f694bed93b8d240c56f66.lazyload, #Tcbea9cf031f694bed93b8d240c56f66.lazyloading { background-image: none; }
#y8021017299b8e4f3b2483a01218126d { position:absolute;display:block;z-index:15031;height:13.559375rem;width:24.375rem;top:1rem;left:0.3125rem;display:block; }
#P7bc5a798e7e080dc0ecd76d2d1cdf21 { position:absolute;display:block;z-index:15026;height:13.560125rem;width:24.375rem;top:1.0625rem;left:50.000000953674rem;display:block; }
#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container { background-color: transparent; background-image: none; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container > .video-iframe-container { display: none; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row > .video-iframe-container { display: none; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .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); }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container { border-width: 0; border-radius: 0; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#a10514005436e1a3c6629652260b667d { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#a10514005436e1a3c6629652260b667d.adaptive-delivery-prevent-bg, #a10514005436e1a3c6629652260b667d.lazyload, #a10514005436e1a3c6629652260b667d.lazyloading { background-image: none; }
#ffffd14408fe02d9fc788632f334db55 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ffffd14408fe02d9fc788632f334db55.adaptive-delivery-prevent-bg, #ffffd14408fe02d9fc788632f334db55.lazyload, #ffffd14408fe02d9fc788632f334db55.lazyloading { background-image: none; }
#b65f63596009d9c19a22687bb885b2d0 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#b65f63596009d9c19a22687bb885b2d0.adaptive-delivery-prevent-bg, #b65f63596009d9c19a22687bb885b2d0.lazyload, #b65f63596009d9c19a22687bb885b2d0.lazyloading { background-image: none; }
#O41178d564b0cae0975f9ed4197bcfc7 { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#c3ba926694ee87a99cf9a6ad50040c01 { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#tf4f1b6092459b33a8ad9f1fa8b6eb84 { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container { background-color: transparent; background-image: none; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container > .video-iframe-container { display: none; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row > .video-iframe-container { display: none; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .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); }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container { border-width: 0; border-radius: 0; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#n85466cbe080483cd387191a231afd23 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#I8818b7c2914d03a11064a10a08f1375 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#I8818b7c2914d03a11064a10a08f1375.adaptive-delivery-prevent-bg, #I8818b7c2914d03a11064a10a08f1375.lazyload, #I8818b7c2914d03a11064a10a08f1375.lazyloading { background-image: none; }
#ad59f4c068c65c4eb0dbd064c70fec3e { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ad59f4c068c65c4eb0dbd064c70fec3e.adaptive-delivery-prevent-bg, #ad59f4c068c65c4eb0dbd064c70fec3e.lazyload, #ad59f4c068c65c4eb0dbd064c70fec3e.lazyloading { background-image: none; }
#T8eeddea98f987b299fdb0a8c4d77093 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#T8eeddea98f987b299fdb0a8c4d77093.adaptive-delivery-prevent-bg, #T8eeddea98f987b299fdb0a8c4d77093.lazyload, #T8eeddea98f987b299fdb0a8c4d77093.lazyloading { background-image: none; }
#fb980bfdc068af4cec83e37de8e1cad5 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#Ad43756e0d48097c3ae7dc3888b7a9ae { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container { background-color: transparent; background-image: none; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container > .video-iframe-container { display: none; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row > .video-iframe-container { display: none; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .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); }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container { border-width: 0; border-radius: 0; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#E7a83ab8ad4cc4ae8f682697d92cd594 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#E7a83ab8ad4cc4ae8f682697d92cd594.adaptive-delivery-prevent-bg, #E7a83ab8ad4cc4ae8f682697d92cd594.lazyload, #E7a83ab8ad4cc4ae8f682697d92cd594.lazyloading { background-image: none; }
#b5b641cbf628820bfaa5ef90df762f42 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#b5b641cbf628820bfaa5ef90df762f42.adaptive-delivery-prevent-bg, #b5b641cbf628820bfaa5ef90df762f42.lazyload, #b5b641cbf628820bfaa5ef90df762f42.lazyloading { background-image: none; }
#ea424f0bff5d59232d55afd0d2618e51 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#ea424f0bff5d59232d55afd0d2618e51.adaptive-delivery-prevent-bg, #ea424f0bff5d59232d55afd0d2618e51.lazyload, #ea424f0bff5d59232d55afd0d2618e51.lazyloading { background-image: none; }
#a51f41241bd86b0af9ed2fa476250771 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#d8e84d5508c85be5a228769ffa466fa9 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#xa600b8c74cbb4514451e0dd31f2c61b { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container { background-color: transparent; background-image: none; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container > .video-iframe-container { display: none; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row > .video-iframe-container { display: none; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .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); }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container { border-width: 0; border-radius: 0; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#f02db43adc6e5a9ec81548396a46f916 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.84399375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container { background-color: transparent; background-image: none; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container > .video-iframe-container { display: none; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row > .video-iframe-container { display: none; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .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); }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container { border-width: 0; border-radius: 0; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Kda15bfea557c3a3e5655f101f861bcc { background-color:#ff9e2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#a160a2da8ce839fbbed280a6b01a9486 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w19113536eaa62462bd3a3fcba038bcb { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6250019073486rem;left:12.499218940735rem;display:block; }
#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 { 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; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container { background-color: transparent; background-image: none; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container > .video-iframe-container { display: none; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row > .video-iframe-container { display: none; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .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); }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container { border-width: 0; border-radius: 0; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#P77f8f56b66a7964f1e3cc1f5692eaa0 { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f6f609d5dfbfdb432534b946d2f47656 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:3.8125rem;left:16.4375rem;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:16.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:9.75rem;left:16.4375rem;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:16.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oxI4OvOHUOhzTVt1Gdoh2ecHgZlbPCLn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:10rem;left:46.9375rem; }
#oxI4OvOHUOhzTVt1Gdoh2ecHgZlbPCLn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#X34sIAgMsvPZ7e0VB2DFb5p0mUk9rXpP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.0625rem;left:51.5rem; }
#X34sIAgMsvPZ7e0VB2DFb5p0mUk9rXpP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tGMRoNdpROfnKI3DalWzAzW6SqEHPzAb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10rem;left:56.0625rem; }
#tGMRoNdpROfnKI3DalWzAzW6SqEHPzAb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bcd18ee80b420266a8616f172f66cea8 { box-sizing:content-box;height:14.5625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#ffdd2d;background-image:none;top:1.375rem;left:12.25rem;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;display:block; }
#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK { 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; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container { background-color: transparent; background-image: none; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container > .video-iframe-container { display: none; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row > .video-iframe-container { display: none; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .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); }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container { border-width: 0; border-radius: 0; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#QNkUxZUzCIXgyelqTXG5iF1nA9Q4Nnpm { color:#000000;display:block;width:48.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:13.1875rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFG0dvkF2rvsl866xLsaTOPur5S43Tvo { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:#ffdd2d;background-image:none;top:2.375rem;left:12.375rem;border-top:0.25rem solid #284f62;border-left:0.25rem solid #284f62;border-right:0.25rem solid #284f62;border-bottom:0.25rem solid #284f62;display:block; }
#NnxwrwADANAaLhkfAptpeF70HwlnRg1h { 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; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container { background-color: transparent; background-image: none; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container > .video-iframe-container { display: none; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row > .video-iframe-container { display: none; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .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); }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container { border-width: 0; border-radius: 0; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#d84aaf539c9d06d3744228c97cff79e6 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1249933242798rem;left:12.499218940735rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVTUPPVLMr4ZQT7ROoQk8sKhbJeQrc4d { color:rgba(var(--color-tertiary-2),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.311718940735rem;left:12.499218940735rem;height:4.06055rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EoC1l24uc26IioNemXsTCGqkE6nFfKEn { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:18.265625476837rem;left:12.499218940735rem;height:15.5258625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t9nPu9JQAQdhSJinCeTkVv9ht8ZNZMk1 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:14.375rem;top:6.436718940735rem;left:28.623436927796rem;display:block; }
#JzpJg9EyVqeJh8O1OLNkoV1ikqR5IlZ4 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:14.375rem;top:37.5625rem;left:30.312500953674rem;display:block; }
#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container { background-color: transparent; background-image: none; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container > .video-iframe-container { display: none; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row > .video-iframe-container { display: none; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .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); }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container { border-width: 0; border-radius: 0; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container { font-size:0.875rem;font-family:"times new roman";height:34.4375rem;width:75rem;position:relative;display:block; }#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5625rem;font-family:var(--paragraphs-font-family);height:auto;color:#ffffff;font-style:normal; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.3;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;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_8eebdcdc059b97a036533f54f307c47239e3bbdd.svg");background-size:contain !important; }#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-trigger.adaptive-delivery-prevent-bg, #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-trigger.lazyload, #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-trigger.lazyloading { background-image: none; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn { box-sizing:content-box;height:auto;width:43.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:4.8890686035156rem;left:17.905468940735rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx { display:block;position:relative; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS { display:block;position:relative; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn { display:none; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP { display:block;position:relative; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt { display:none; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV { display:block;position:relative; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT { display:none; }
#b21N7VCBMVivVa2UTRTbSPTteU8JkGwX { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:14995;line-height:1.3;letter-spacing:0;top:0.74921874701975rem;left:19.092968940735rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GEym3p1nNRDT3alqrmJwtqsfx4LGICr6 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:14.375rem;top:28.6875rem;left:30.312500953674rem;display:block; }
#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 { 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; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container { background-color: transparent; background-image: none; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container > .video-iframe-container { display: none; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row > .video-iframe-container { display: none; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .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); }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container { border-width: 0; border-radius: 0; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#db5203272f0e3122d339fae0e55e5367 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#xf4cbda3b53a24ec6b9f19f9fce99399 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#afa5a0cbd89231007444c26c29b671a8 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0617189407349rem;left:12.499218940735rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4adaf52ff1e53f89bf967523769e237 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9c80416983c09bc571343b0506fee69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#d471ece98dca258315597cf81771d9b4 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H38f5959507ac6c8d2cdd73ef320335b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#bb91630259002cca21a2be5a036ac953 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#R9783d2b4dbec8fa774ac3b70ad61a3e { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbea0f0c9e74113e88410c11bef7e58b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#q65cec9cb61afd10bf9093ba0d569ee2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#zde373bf77eeaaeaf80b66ecff2fe051 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q6f4f60d26206754b1c041af259aa4f3 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#tfe0ccef740021187df81f5299bca6da { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#a449032280e06abfbfe77c4cce796df4 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#t9e4995b081f08a1bfaaafb857bf7520 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bf3804c2b8007332082db42a6489e8ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.6875rem;left:12.5rem; }
#eca4e95388fa89bd04729f877f094461 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#e514ca2960e4fddaa399f3d0d355d22c { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4802c75f0141d1aaaf6f9892eee20c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.9375rem;left:12.5rem; }
#o8aab5c2f0ed1dd15226b9c361328851 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qa617c6aec0615d4b2721e9a10f6d1e2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:26.375rem;left:12.875rem;display:block; }
#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container { background-color: transparent; background-image: none; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container > .video-iframe-container { display: none; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row > .video-iframe-container { display: none; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .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); }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container { border-width: 0; border-radius: 0; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#bf690d49255f94fd6bd489a6a512fcff { background-color:#ff9e2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #020202;border-left:0.25rem solid #020202;border-right:0.25rem solid #020202;border-bottom:0.25rem solid #020202;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#ra0b70f7a5e315c95f714fd59b3548a8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p539d4fbb6876ddd6b675afe30234ca1 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6562480926514rem;left:12.499218940735rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl { display:block; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { top:14.1875rem;left:0rem;width:47.625rem;height:26.666806370495rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { top:1.8125rem;left:1.8429689407349rem;width:44.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { top:0rem;left:0rem;width:47.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T { display:block; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:46.25rem;height:4.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #ae9b59d83a370c7cb2595ea2a634c8a8 { top:3.4375rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy { display:block; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByvMg4nT4XlkgBidTQPUUC7CDRNI204 { display:block; } #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection *:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="text"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="email"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="tel"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection textarea:focus-visible { outline: none; } #KByvMg4nT4XlkgBidTQPUUC7CDRNI204 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZKOE6QpeLEScuM02hOg5rEULqOHxp81 { display:block; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2GUytJQ5EDLZX6Fw0gq7LZaUXNmtKBH { top:1.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe { display:block; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { top:1.0625rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcbea9cf031f694bed93b8d240c56f66 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { top:1rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { top:1.0625rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h { display:block; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65f63596009d9c19a22687bb885b2d0 { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 { display:block; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8818b7c2914d03a11064a10a08f1375 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad59f4c068c65c4eb0dbd064c70fec3e { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt { display:block; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7a83ab8ad4cc4ae8f682697d92cd594 { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b641cbf628820bfaa5ef90df762f42 { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea424f0bff5d59232d55afd0d2618e51 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 { display:block; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f02db43adc6e5a9ec81548396a46f916 { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ { display:block; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kda15bfea557c3a3e5655f101f861bcc { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a160a2da8ce839fbbed280a6b01a9486 { display:block; }
 }@media only screen and (max-width: 763px) { #w19113536eaa62462bd3a3fcba038bcb { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 { display:block; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:3.75rem;left:8.749755859375rem;width:34.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:3.8125rem;left:2.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:4.6875rem;left:2.9375rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:9.75rem;left:2.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:10.625rem;left:2.9375rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:10.625rem;left:8.75rem;width:23.625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxI4OvOHUOhzTVt1Gdoh2ecHgZlbPCLn { width:3.125rem;height:3.125rem;top:10rem;left:33.3125rem;display:block; }
#oxI4OvOHUOhzTVt1Gdoh2ecHgZlbPCLn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #X34sIAgMsvPZ7e0VB2DFb5p0mUk9rXpP { top:10.0625rem;left:37.875rem;width:3.125rem;height:3.125rem;display:block; }
#X34sIAgMsvPZ7e0VB2DFb5p0mUk9rXpP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #tGMRoNdpROfnKI3DalWzAzW6SqEHPzAb { top:10rem;left:42.4375rem;width:3.125rem;height:3.125rem;display:block; }
#tGMRoNdpROfnKI3DalWzAzW6SqEHPzAb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { top:1.375rem;left:0rem;width:47.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK { display:block; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNkUxZUzCIXgyelqTXG5iF1nA9Q4Nnpm { top:3.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFG0dvkF2rvsl866xLsaTOPur5S43Tvo { top:2.375rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxwrwADANAaLhkfAptpeF70HwlnRg1h { display:block; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { top:1.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTUPPVLMr4ZQT7ROoQk8sKhbJeQrc4d { top:9.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoC1l24uc26IioNemXsTCGqkE6nFfKEn { top:18.25rem;left:0rem;width:46.5625rem;height:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9nPu9JQAQdhSJinCeTkVv9ht8ZNZMk1 { top:6.375rem;left:14.998436927796rem;width:14.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzpJg9EyVqeJh8O1OLNkoV1ikqR5IlZ4 { top:37.5625rem;left:16.687500953674rem;width:14.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o { display:block; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT {  }
 }@media only screen and (max-width: 763px) { #b21N7VCBMVivVa2UTRTbSPTteU8JkGwX { top:0.6875rem;left:5.4679689407349rem;width:40.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEym3p1nNRDT3alqrmJwtqsfx4LGICr6 { top:28.6875rem;left:16.687500953674rem;width:14.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 { display:block; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db5203272f0e3122d339fae0e55e5367 { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf4cbda3b53a24ec6b9f19f9fce99399 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { top:2rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9c80416983c09bc571343b0506fee69 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38f5959507ac6c8d2cdd73ef320335b { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb91630259002cca21a2be5a036ac953 { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbea0f0c9e74113e88410c11bef7e58b { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65cec9cb61afd10bf9093ba0d569ee2 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6f4f60d26206754b1c041af259aa4f3 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfe0ccef740021187df81f5299bca6da { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a449032280e06abfbfe77c4cce796df4 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf3804c2b8007332082db42a6489e8ba { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eca4e95388fa89bd04729f877f094461 { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4802c75f0141d1aaaf6f9892eee20c1 { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa617c6aec0615d4b2721e9a10f6d1e2 { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk { display:block; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl { display:block; }#iH2L7amyDsfbnyEHiw9nfCRcFHw6bNkl > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9310a34ef405057f4acac5a6322d1a5 { height:10.6875rem;width:19.625rem;top:9.686718940735rem;left:0.27421873807907rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lb2a0f9f6b1bd9abfecc4155439b75a0 { width:18.375rem;height:4.38574375rem;top:2.5867187976837rem;left:0.81171876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8a4e7955e377801fa07b57a5e3dec92 { width:19.5rem;height:7.8125rem;top:0.62421876192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T { display:block; }#S9La9pDNHtuKsQG4CtR9x2JnJTTWxe7T > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc2d5e818132c88de9ec57302bc0da83 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb182022370e488e5713dc90c2feac42 { display:block; }
 }@media only screen and (max-width: 763px) { #ae9b59d83a370c7cb2595ea2a634c8a8 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy { display:block; }#FZ8lEX2LobZokU7Rmfr3oZNaav8mCdHy > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o87b0c456491a0ae9b8d99e9341cc695 { width:19.875rem;height:18.7639375rem;top:0.375rem;left:-0.00146484375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KByvMg4nT4XlkgBidTQPUUC7CDRNI204 { display:block; } #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection *:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="text"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="email"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection input[type="tel"]:focus-visible, #UWQPwhP2KtgII7ltptlBi1BGLpRDswgb.widget-smartsection textarea:focus-visible { outline: none; } #KByvMg4nT4XlkgBidTQPUUC7CDRNI204 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZKOE6QpeLEScuM02hOg5rEULqOHxp81 { display:block; }#AZKOE6QpeLEScuM02hOg5rEULqOHxp81 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2GUytJQ5EDLZX6Fw0gq7LZaUXNmtKBH { width:19.875rem;height:3.2504875rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe { display:block; }#W79cfOdZ4XRNxXlOlFQSW53e81Mg5oFe > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b73eb68b3997f47d391fc107262fe374 { width:20rem;height:13.5625rem;top:15.125000476837rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #e7ea7e30170d8489d8eb0f7cecbc0d60 { width:19.875rem;height:13.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4e1dce901d0b1dff819aa0d0b3a56d8 { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcbea9cf031f694bed93b8d240c56f66 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8021017299b8e4f3b2483a01218126d { width:20rem;height:13.5625rem;top:0.61171817779541rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #P7bc5a798e7e080dc0ecd76d2d1cdf21 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h { display:block; }#ieITZ95UlH5nJPKd7Rhz03BxqnEk4L7h > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a10514005436e1a3c6629652260b667d { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffffd14408fe02d9fc788632f334db55 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b65f63596009d9c19a22687bb885b2d0 { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41178d564b0cae0975f9ed4197bcfc7 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c3ba926694ee87a99cf9a6ad50040c01 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tf4f1b6092459b33a8ad9f1fa8b6eb84 { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 { display:block; }#r1HHAddbDZXcD95zwanSNxrdU6CxC9C6 > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85466cbe080483cd387191a231afd23 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I8818b7c2914d03a11064a10a08f1375 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad59f4c068c65c4eb0dbd064c70fec3e { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eeddea98f987b299fdb0a8c4d77093 { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb980bfdc068af4cec83e37de8e1cad5 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Ad43756e0d48097c3ae7dc3888b7a9ae { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt { display:block; }#WTIpHpDo8hmIH0n9coGDLuUzrNe5n8pt > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7a83ab8ad4cc4ae8f682697d92cd594 { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b641cbf628820bfaa5ef90df762f42 { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea424f0bff5d59232d55afd0d2618e51 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51f41241bd86b0af9ed2fa476250771 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d8e84d5508c85be5a228769ffa466fa9 { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xa600b8c74cbb4514451e0dd31f2c61b { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 { display:block; }#EZC0FbKVnIDIvuCCXwluNObkT7ALzOP2 > .row .container { width:20rem;height:2.186767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f02db43adc6e5a9ec81548396a46f916 { width:20rem;height:1.62524375rem;top:0.5624942779541rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ { display:block; }#g1rOmrCGULPUyFSMZFeGL84hg1UxCzJJ > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kda15bfea557c3a3e5655f101f861bcc { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a160a2da8ce839fbbed280a6b01a9486 { display:block; }
 }@media only screen and (max-width: 763px) { #w19113536eaa62462bd3a3fcba038bcb { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 { display:block; }#BFDvIRFkyasUALy2CKMTFl3uaNITnrC2 > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:16.4375rem;height:4.3857375rem;top:6.625rem;left:1.8125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:2.8125rem;height:2.8125rem;top:2.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:3.4375rem;height:1.4625rem;top:3.3125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:2.8125rem;height:2.8125rem;top:12.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:3.4375rem;height:1.4625rem;top:13rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:18.375rem;height:1.4625rem;top:16.6875rem;left:0.81171876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxI4OvOHUOhzTVt1Gdoh2ecHgZlbPCLn { width:3.125rem;height:3.125rem;top:19.375rem;left:3.375rem;font-size:1.75rem;display:block; }
#oxI4OvOHUOhzTVt1Gdoh2ecHgZlbPCLn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #X34sIAgMsvPZ7e0VB2DFb5p0mUk9rXpP { display:flex;width:3.125rem;height:3.125rem;top:19.375rem;left:8.4375rem; }
#X34sIAgMsvPZ7e0VB2DFb5p0mUk9rXpP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #tGMRoNdpROfnKI3DalWzAzW6SqEHPzAb { display:flex;width:3.125rem;height:3.125rem;top:19.375rem;left:13.4375rem; }
#tGMRoNdpROfnKI3DalWzAzW6SqEHPzAb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bcd18ee80b420266a8616f172f66cea8 { width:19.5rem;height:23.375rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK { display:block; }#GMwNyntOqm5B7bvgx3o5qCUw4cpCIWLK > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNkUxZUzCIXgyelqTXG5iF1nA9Q4Nnpm { width:20rem;height:3.41161875rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFG0dvkF2rvsl866xLsaTOPur5S43Tvo { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnxwrwADANAaLhkfAptpeF70HwlnRg1h { display:block; }#NnxwrwADANAaLhkfAptpeF70HwlnRg1h > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d84aaf539c9d06d3744228c97cff79e6 { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVTUPPVLMr4ZQT7ROoQk8sKhbJeQrc4d { width:20rem;height:8.12625rem;top:10.27499961853rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoC1l24uc26IioNemXsTCGqkE6nFfKEn { width:20rem;height:19.79515625rem;top:21.6875rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #t9nPu9JQAQdhSJinCeTkVv9ht8ZNZMk1 { width:14.375rem;height:0.3125rem;top:7.4625005722044rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzpJg9EyVqeJh8O1OLNkoV1ikqR5IlZ4 { width:14.375rem;height:0.3125rem;top:44.162498474121rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o { display:block; }#wdCWspVKL5d2nkGxLEx6weOKx1IyLF3o > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.4;overflow:hidden; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-desc-text { font-size:1rem;height:auto; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn { display:flex;height:auto;width:20rem;top:3.1187500953674rem;left:0rem; }
#KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
 }@media only screen and (max-width: 763px) { #KHh9VTrHAXUMarwvsJ1mVwDKo3yJJqXn #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT {  }
 }@media only screen and (max-width: 763px) { #b21N7VCBMVivVa2UTRTbSPTteU8JkGwX { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEym3p1nNRDT3alqrmJwtqsfx4LGICr6 { width:14.375rem;height:0.3125rem;top:26.631251525879rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 { display:block; }#RLZFI3nmiMLKmBac2Or5mur8e1WVZ3D9 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db5203272f0e3122d339fae0e55e5367 { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xf4cbda3b53a24ec6b9f19f9fce99399 { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afa5a0cbd89231007444c26c29b671a8 { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4adaf52ff1e53f89bf967523769e237 { width:11.875rem;height:3.89795rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l9c80416983c09bc571343b0506fee69 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d471ece98dca258315597cf81771d9b4 { width:15.187125rem;height:2.59863125rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H38f5959507ac6c8d2cdd73ef320335b { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb91630259002cca21a2be5a036ac953 { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R9783d2b4dbec8fa774ac3b70ad61a3e { width:14.874625rem;height:2.59863125rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zbea0f0c9e74113e88410c11bef7e58b { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q65cec9cb61afd10bf9093ba0d569ee2 { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zde373bf77eeaaeaf80b66ecff2fe051 { width:15.8748125rem;height:2.59863125rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q6f4f60d26206754b1c041af259aa4f3 { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfe0ccef740021187df81f5299bca6da { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a449032280e06abfbfe77c4cce796df4 { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9e4995b081f08a1bfaaafb857bf7520 { width:14.4375rem;height:2.59863125rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bf3804c2b8007332082db42a6489e8ba { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eca4e95388fa89bd04729f877f094461 { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e514ca2960e4fddaa399f3d0d355d22c { width:16.1875rem;height:1.29931875rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k4802c75f0141d1aaaf6f9892eee20c1 { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o8aab5c2f0ed1dd15226b9c361328851 { width:10.5623125rem;height:2.59863125rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qa617c6aec0615d4b2721e9a10f6d1e2 { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk { display:block; }#zKQTQdu0xNiJgRGdAa2t3a9cTg8JRigk > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf690d49255f94fd6bd489a6a512fcff { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0b70f7a5e315c95f714fd59b3548a8 { display:block; }
 }@media only screen and (max-width: 763px) { #p539d4fbb6876ddd6b675afe30234ca1 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }