.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#fffcfb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3db35b8e-dfda-4ea2-9bb0-3d2f1fb6dc9a/L1040257.crop_3225x1935_0,53.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc.adaptive-delivery-prevent-bg, #STrcDWFk15sECGhgLlMuBknBQ9bFPJfc.lazyload, #STrcDWFk15sECGhgLlMuBknBQ9bFPJfc.lazyloading { background-image: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { background-color: transparent; background-image: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container > .video-iframe-container { display: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row > .video-iframe-container { display: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .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); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { border-width: 0; border-radius: 0; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#Ke2zbtxScG9Kw0ZZIocsfyiGELCExxSl { color:#000000;display:block;width:40.75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:10.375rem;left:0rem;height:8.75rem;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; }
#DObSpUF8TRAnXpCKKU6gWJZ4tzO7AZDT { color:#000000;display:block;width:25.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:1.625rem;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; }
#gIEWNafmtqxZZXnlFvN2mgm3FpSyIVls { z-index:15003;top:24.0625rem;left:0rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nQ0ZqM41gGEPXn0C8piyiqZRUWkL0BhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rtf9vWCSAtzyI4Tp8RN9C8HFpB1eE49p { z-index:15003;top:24.0625rem;left:12.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pd8eOc2nEnrtSbbx0x0H1l7NhTlVfWFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwpNu32qxsfgXV7GI75d2UUFb5OsgUV7 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:ubuntu;font-size:0.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:3.9375rem;height:0.568359375rem;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; }
#Z9J0ry7eTimTugil2itNgrSWDdWMh5ql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.375rem;left:3.125rem; }
#mCFBXqVnSiyVJshVf59y2ATbxTBIr4vK { box-sizing:content-box;height:2.375rem;width:37.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(161,163,54,0.75);background-image:none;top:42.6875rem;left:18.59375rem;display:block; }
#ipFpDBCCLTAAW3IF8ABh8hqHsz45OeGa { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:4.625rem;top:43.375rem;left:27rem;overflow:hidden;display:block; }
#zwdIIHN20XMTdf8QgmonM0UQyhPvM4eZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:4.9375rem;top:43.375rem;left:20.375rem;overflow:hidden;display:block; }
#gh1Pqe9idMk5UAVwQeNnc2ZBrOnn5bHn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.625rem;top:43rem;left:32.5rem;overflow:hidden;display:block; }
#lDVqlpfeMxfvHMV6QNeec2v6AGGLzgoK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.125rem;top:43.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#hBD7JpVA3crTii89nRuSJJ2QMpLWipFd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.75rem;top:42.8125rem;left:43.75rem;overflow:hidden;display:block; }
#tCgGkvzlC5LvRleAdlOnN3i8ZeWBseUx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6rem;top:43.375rem;left:48.625rem;overflow:hidden;display:block; }
#pUr8yGvB9ozB66B5uspfvHA6pK753oLc { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.8125rem;left:8.875rem; }
#fIsfGKpd9vxBdzoKFEQnKRlFkAZ56nts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.375rem;left:4.125rem; }
#nHnKLNISo26u6kt1wOwu8p2sg8Xps1Lx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.375rem;left:5.125rem; }
#aSyOUDzO5JQMdWKIg6z29tBi199Br4zL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.375rem;left:6.125rem; }
#cLoeWck00N7VaQBfpkVFMGeAV45iEDxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.375rem;left:7.0625rem; }
#OBndeM4S1T12hUge6PTdA1xI0kc15z1J { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.25rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#xMXt3tNW6RtJ6gvxCnnUUoLREmylp9cM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.6875rem;left:36.6875rem;display:block; }
#nvbQaiAu0aWpPlxVmm0CH0K5f3nSWcdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BiuWsFLsh1QzTFk1XERTfs8MpL4TJl9F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:46.125rem;display:block; }
#nJETmEslp2a0aKrVxf1E5JTpkoGkXCF1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3SCDJFT2Ir2gemsHNuRposc5WLk0NtS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.6875rem;left:21.25rem;display:block; }
#vtR1JrGdcyx2fMGfGdid64SxLvvdQtl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIJEckTeCTRkHfG04loTBSXV7LZZeIa6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:29.6875rem;display:block; }
#fers2kWTTHRG85Tk3bWtQvTlbTtxpZJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDaPxH05TI82W1uI9GTPfxgLD77DLEGA { box-sizing:content-box;height:3.375rem;width:35.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(17,128,188,0.4);background-image:none;top:0.6875rem;left:19.75rem;display:block; }
#fAhAGvEfr3pqmP7o3OBn7Jfgx6JIIaty { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.4375rem;left:0.75rem;overflow:hidden;display:block; }
#Hi2JGRDk4LPAGMTMu3nbItxqLKR0dyhf { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#hihsWzgpos9UDVaQ99o716TCgXKZIaJb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.4375rem;left:1.4375rem;overflow:hidden;display:block; }
#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfb;background-image:url("https://images.assets-landingi.com/uc/f642073b-ddfd-4645-a7d2-5d4b4e89a6da/Untitleddesign4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p.adaptive-delivery-prevent-bg, #vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p.lazyload, #vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p.lazyloading { background-image: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container { background-color: transparent; background-image: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container > .video-iframe-container { display: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row > .video-iframe-container { display: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .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); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container { border-width: 0; border-radius: 0; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container { font-size:0.875rem;font-family:arial;height:83.5625rem;width:75rem;position:relative;display:block; }#PtNJmEwTG6c0vn6x1E8MgAsFt7kDD9FV { color:#767676;display:block;width:40.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:18.0625rem;height:2.92480625rem;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; }
#yF80mDiUSyw7o5P9TpTMv0CpuAW4T2k4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:60.875rem;top:27.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#WZBxnDfyqwSxifKLys75VsN1vZ4Jm7vn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:10.0625rem;top:40.9375rem;left:7.5rem;overflow:hidden;display:block; }
#BgxmbIP6IlrQbzHQirJgUMThodWANmnF { box-sizing:content-box;height:22.75rem;width:10.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:39.75rem;left:7.25rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#S1tMyC8Xm5Ae5AbizCahx7dtfHyGITEB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:44.1875rem;top:34.6875rem;left:15.9375rem;overflow:hidden;display:block; }
#ezfELnhmzO47OZMgdXII7W0DTqQ0Sw0t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.5625rem;top:33rem;left:16.625rem;overflow:hidden;display:block; }
#InR7gpzkUKQZ43l6M8R5umhS0ERKIF2a { box-sizing:content-box;height:1.0625rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(229,229,229,0.36);background-image:none;top:33.1875rem;left:31.4375rem;display:block; }
#GD6Tug61SmDc6M1vk0PQ0TJfNN4t1aZE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32rem;left:28.9375rem;display:block; }
#TthgTtPwLOQcpNyZwpWF0gK7D6hwGfQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PonJ2WSC8M267QDrxNAcXPeRIQTC65Kb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32rem;left:32rem;display:block; }
#aLlWEeo6DqZ8F5wRhkNkdoCMxOwFfcgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NywTi2fGTMOaKk9cU2IFTKeBB30pIND7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:32rem;left:33.625rem;display:block; }
#Q7wfkz8eT8sTw225BTg7tUFpXTOPUyCy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1V39r5BHVQ16MR3ZycJOrHFlUJ6eePI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32rem;left:37.375rem;display:block; }
#ALZdMQtmyQLx58v9cHCLT8ib9SCbbDXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHxSTP9hxo7fhJlS3F556N2P2ngcd9Vu { box-sizing:content-box;height:12.5rem;width:44.5625rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:31.6875rem;left:15.875rem;display:block; }
#QSCze8cxWsRdKn4DOCCUTbDHPwdn5LlP { box-sizing:content-box;height:12.5rem;width:0.3125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:41.25rem;left:60.125rem;display:block; }
#L6ZicUa30TXQPT2dZKsUSkIvcgGwP32K { color:#231f20;display:block;width:30.6875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.6875rem;left:22.15625rem;height:7.7998125rem;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; }
#bFO7VFBLLereSG4vqviuldMLVoqreR5J { color:#3d3d3d;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:32.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RL0vDpbcwpTUmHTEWrvPTftEDTd1P3eK { color:#767676;display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:65.48828125rem;left:34.6875rem;height:1.13720625rem;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; }
#wXz1WD720O8UxmlzrH18dhVAwXTBDucv { box-sizing:content-box;height:3.125rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(255,255,255,0.48);background-image:none;top:68.25rem;left:10.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wCOkgW2Zx8v7LbVcN6LCrQFZWXlM6Nao { box-sizing:content-box;height:3.125rem;width:16.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(255,255,255,0.48);background-image:none;top:68.25rem;left:29.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Kt4p1VtD7PBEABdTu9qw2vOqsPdk84s2 { color:#231f20;display:block;width:13.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:69rem;left:11.1875rem;height:1.625rem;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; }
#oS0FurRzb25WGih5wUSusKOdmmPQXnPx { color:#231f20;display:block;width:13.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:69rem;left:30.375rem;height:1.625rem;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; }
#Nlh9HzOxe4Ef7aA3R6P3XgW0IOezTGs5 { box-sizing:content-box;height:3.125rem;width:13.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:68.25rem;left:48.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#od44woJ9olq8Xik7yHvHc5hXxVzqk6zF { color:#231f20;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:69rem;left:51.0625rem;height:1.625rem;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; }
#JyekzhoqK8GPqtlc117F3eIQrTo9fREP { color:#767676;display:block;width:7.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:74rem;left:33.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#uUzsuKcF7s2CpzudobhXg0rt3Rkc8lcA { color:#000000;display:block;width:9.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:75.6875rem;left:32.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#JusTJkroMZLPCKkkdT7OGPu6FvTNAUVd { z-index:15004;top:78.6875rem;left:33.75rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.21) ;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:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.5625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BJJeIlXSUH0Hh0rTEHGlxg6PIzB8cuJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfb;background-image:url("https://images.assets-landingi.com/uc/6850ce23-3493-4ef7-848c-634df031c904/GOF_6531.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP.adaptive-delivery-prevent-bg, #Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP.lazyload, #Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP.lazyloading { background-image: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container { background-color: transparent; background-image: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container > .video-iframe-container { display: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row > .video-iframe-container { display: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .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); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container { border-width: 0; border-radius: 0; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X { position:relative;display:block; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X { background-color: transparent; background-image: none; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row .container > .video-iframe-container { display: none; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row > .video-iframe-container { display: none; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .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); }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X { border-width: 0; border-radius: 0; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .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; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffcfb;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 { position:relative;display:block; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 { background-color: transparent; background-image: none; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row .container > .video-iframe-container { display: none; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row > .video-iframe-container { display: none; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .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); }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 { border-width: 0; border-radius: 0; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .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; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffcfb;background-image:none;font-size:0.875rem;font-family:arial;height:45.9375rem;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; }#u8Wq1yGZ9e0XTddbcFbaTUrMsrr1xOyi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.9375rem;width:37.4375rem;top:7rem;left:0rem;overflow:hidden;display:block; }
#M5sPNeLesH1E0Fa8A9l9XRyGk7auB3On { color:#231f20;display:block;width:30.5625rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:44.4375rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#biSUTMrykwhTPvW71mlxP3G7TzyowNdK { color:#767676;display:block;width:22.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.4375rem;left:48.6875rem;height:2.2744125rem;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; }
#LgxTvQazNGBLdzDT0epfGrzx7hazu9Bo { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:24.5rem;left:49.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#WOV6PeVOue1rEhX1tcbvKZ7wio8aIAxQ { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:24.5rem;left:56.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#gXa6TmAmFI7SgvDwBMgpRDNHygVT090W { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:24.5rem;left:63.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#bT7USSSCtnf4TWw9B4yuL3Hc27sCpJMB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.375rem;left:51.3125rem; }
#CRbGMny4is5Sd7InnKMr3TbQtTsJxkFr { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.625rem;left:49.4375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7R6WD3OgsfIMalAmElwWSihrciONAMA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.5rem;left:57.625rem; }
#fMM9cdA6RvKcftTXEKUJW46PuJ65bdzE { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:28.625rem;left:56.625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRgFPUG0z7glAu1vGCwnu5t77tm6VJyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25rem;left:65.5rem; }
#AzmotISrPP7EISh8ywkUWqlvRksa0fin { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.625rem;left:63.875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSDcGCXQXRHfD5x9SEaNgg9MMPd4Gx2s { color:#3d3d3d;display:block;width:7.125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:33.9375rem;height:1.13720625rem;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; }
#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp { position:relative;display:block; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp { background-color: transparent; background-image: none; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row .container > .video-iframe-container { display: none; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row > .video-iframe-container { display: none; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .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); }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp { border-width: 0; border-radius: 0; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .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; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffcfb;background-image:none;font-size:0.875rem;font-family:arial;height:45.9375rem;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; }#i5MxSMbezD1AQh6lrC6SIlSQ9mM3DWPL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:37.5625rem;width:37.5625rem;top:4.1875rem;left:37.4375rem;overflow:hidden;display:block; }
#MskfmJ53fnN4HtIouTVnliDJJ1RKJeQB { color:#231f20;display:block;width:30.5625rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3.5rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ES3P0MIxWttgWDvEyD9dtLOzCZHvWACr { color:#767676;display:block;width:22.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:7.75rem;height:2.2744125rem;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; }
#UZB8TkLS93dNZqKe5dwPqPCtTQN99DZ0 { box-sizing:content-box;height:2.4375rem;width:11.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:26.375rem;left:5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Pr1QvHEpOEPLZqn4ApyTNW3ObEMBmRys { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.5625rem;left:13.0625rem;display:none; }
#QyQcSKU46eKpcJfGKX6PHuFSvnk83ro9 { box-sizing:content-box;height:2.4375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:29.4375rem;left:17.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#deQgx8y0HOSf2InvUiJi3MtQ1gXbrqcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.5625rem;left:13.0625rem;display:none; }
#NCsiBatGki8cQbn8WPbR0HC9S4Cyce3C { box-sizing:content-box;height:2.4375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:23.375rem;left:17.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Mp4RN8Td3FP5co6iwoIw62ag83O4cFIS { color:#231f20;display:block;width:10.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27rem;left:5.125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUydhicKqUywxgds3dpQS1tGSvgkAsNT { color:#231f20;display:block;width:11.1875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24rem;left:17.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kh5HngD40gouhcLSXV0O4AQUENgy3mmP { color:#231f20;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.087890625rem;left:18.6875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uO6ug7VDCR8zozx19g5daR2ZLyg2FX94 { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.375rem;left:50.65625rem;height:2.4375rem;display:block; }
#Pn8EaTxxUmOpwMgvNwW2k3u7oGNEMTsN { 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:15014;opacity:1;top:28.8125rem;left:14.0625rem; }
#TnBiedtXkrAgd83CLr4qMhh6ENz5cHSH { 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:15015;opacity:1;top:23.3125rem;left:14.0625rem; }
#THxGnifnw26ierfIl0ZvnMnMInOwncdt { position:relative;display:block; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt { background-color: transparent; background-image: none; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row .container > .video-iframe-container { display: none; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row > .video-iframe-container { display: none; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .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); }#THxGnifnw26ierfIl0ZvnMnMInOwncdt { border-width: 0; border-radius: 0; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .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; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffcfb;background-image:none;font-size:0.875rem;font-family:arial;height:45.9375rem;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; }#U4cE6PrlU1ebAXDPUwI0U9GzZNJLhUW5 { color:#231f20;display:block;width:30.1875rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:44.8125rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lwb6p37nNiir6eiQ0DC5E4qgltsBEg2y { color:#767676;display:block;width:22.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:48.875rem;height:2.2744125rem;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; }
#w9cKTGBsFGyWElnHNO3FolAJrK95tzVy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.375rem;width:37.4375rem;top:5.40625rem;left:0rem;overflow:hidden;display:block; }
#Ob4SeFbozfHxIxwNzBEFO0Lyu5atUCfn { box-sizing:content-box;height:15rem;width:30.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#ffffff;background-image:none;top:20.125rem;left:44.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#QedU5X3wtfHUfXcrOstU54k6SygRqs7a { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15069;background-color:#ffffff;background-image:none;top:23.5rem;left:48.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#WxhLqhbaPz5b2heccmpxik267hsRcJkM { color:#000000;display:block;width:8rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:24.125rem;left:48.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNT8l3e99F1C8vFsZZaehx0l4REFpFTO { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:#ffffff;background-image:none;top:21rem;left:55.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#a730EoZFQhsWX3BcJJDbWo555wskC9q3 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:21.625rem;left:55.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQxXIzXfsb3CGBJ1xWFCt5mGSrWQb2p2 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:4.75rem;top:26.625rem;left:57.3125rem;overflow:hidden;display:block; }
#RMEAsigEs3Eb66lNbfp6Wrnrguud0eJH { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#ffffff;background-image:none;top:26.4375rem;left:46.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#BdOsaT9hxrc0p3c8yK5K6aLM8FzI86iz { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:27.0625rem;left:46.9375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7uCnSqL8HGit3hOl1c5V30bOoJ2dDVd { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:#ffffff;background-image:none;top:23.4375rem;left:63.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#kqDKUTEuAUpGQt6Z6oNMLO5k6FC6XQwe { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:#ffffff;background-image:none;top:26.4375rem;left:64.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#IZW3Mff9ATXkrNENOg9Mn7Pvlag8sPnG { color:#000000;display:block;width:8rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:24.0625rem;left:63.3125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4ACV8tSQqhggcx1cfTbrS3XNCRdvvEt { color:#000000;display:block;width:8rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:27.0625rem;left:64.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVtR0hTMxAMaaO5UpxCDVX5WslZ9B41d { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:#ffffff;background-image:none;top:29.5rem;left:48.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PlkesahBEUxrxTUOzzdlNzKwxMD4io71 { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15066;background-color:#ffffff;background-image:none;top:29.375rem;left:63.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#AoOtMiETR4Z8eFeHTpPzzT3eqKNvnii2 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:30.125rem;left:48.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqf9IEFIHt9HCkTcpf7sFv9qkWD1hRDk { color:#000000;display:block;width:7.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:30rem;left:63.4375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5yNkLFRwTUsJKnMIOHu7TBXd8yIfRa5 { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#ffffff;background-image:none;top:31.75rem;left:55.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sec5OOUfwTQVGn7En4QLXTmGtdENCR7O { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:32.375rem;left:55.9375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BoUKmSMcbKQ6TVlrwmCLmiaKzhUIdq6M { color:#000000;display:block;width:18.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSaiSkVfNqdppv8clXw7GTrl0EQMTN6M { color:#000000;display:block;width:18.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:7rem;left:18.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZgkg4TfmDDqfXvh4ZN0Isw4SxpWsaHG { box-sizing:content-box;height:2.375rem;width:8.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#ffffff;background-image:none;top:32.0625rem;left:55.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#on7U8N38cNTTwSbQm58A1QRBcx2oIynb { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:32.6875rem;left:55.9375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfb;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; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container { background-color: transparent; background-image: none; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container > .video-iframe-container { display: none; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row > .video-iframe-container { display: none; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .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); }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container { border-width: 0; border-radius: 0; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#aUqAmPznnKenuF5xAB88TR5b8570rMFB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.4375rem;width:37.5625rem;top:6.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#O3sMrGqmNNcPb49CT2GhU69FT1HDD7ai { color:#231f20;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:5rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6OzQwKe93xdQbxTsDD5hnqN0XRARsLV { color:#767676;display:block;width:22.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.375rem;left:7.75rem;height:2.2744125rem;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; }
#P0JbT7Z95RHcHbRvySyAykTD4cOKtu1c { box-sizing:content-box;height:3.4375rem;width:27.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.5rem;left:5.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Le3MWMxvpTz2tTHTHP66gtlTBrR1AFQE { box-sizing:content-box;height:3.4375rem;width:27.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:25.8125rem;left:5.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(35,31,32,0.5) ;display:block; }
#QuM7TJRnbcTFcynv2kJ4TOms0UCf3g9f { color:#231f20;display:block;width:22.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:7.625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#six2tTqzTWITTX7w7ssHxz8PxLynPfEW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.875rem;left:12.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReRFTqbAhNMiMTwT2aVmKPOHlsXFL08y { box-sizing:content-box;height:3.4375rem;width:27.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:30.125rem;left:5.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#znc728NNznTMsJyJPdhAfUyNgeTkbTtr { color:#231f20;display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:31.28125rem;left:12.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#itE2C3D8FJnh61rZPQAbBK30UH6T8Tg2 { color:#000000;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:8.3125rem;left:37.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#La3zfHuNLTnMG6viQrDl6FlHEzURH7OE { color:#000000;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:8.3125rem;left:56rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh { background-color:#fffcfb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { background-color: transparent; background-image: none; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container > .video-iframe-container { display: none; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row > .video-iframe-container { display: none; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .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); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { border-width: 0; border-radius: 0; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TWbiHDxioo8k4LLKpSDriO9y9QZx2L9R { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:33.6875rem;width:17.25rem;top:8.99365234375rem;left:28.84375rem;overflow:hidden;display:block; }
#wJCL1PWHaGBVZ8t50CNRkl924bXZNblc { color:#231f20;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:19.3125rem;left:2.6875rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#OiOJ53TXnfXcBTtl50u4vTLZH7SJLhP3 { color:#767676;display:block;width:20.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:24.6875rem;left:2.5rem;height:2.79980625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .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:#fffcfb;background-image:none;vertical-align:top; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-heading-text { display:block;position:relative;width:100%;font-family:ubuntu;font-weight:400;font-size:1.25rem;text-align:right;text-align-last:right;font-style:normal;color:#231f20; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .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:ubuntu;line-height:1.7;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-trigger.adaptive-delivery-prevent-bg, #pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-trigger.lazyload, #pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-trigger.lazyloading { background-image: none; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr { box-sizing:content-box;height:auto;width:15.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#fffcfb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:28.375rem;left:7.3125rem; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pTognNVBHxDDlThu3QqL5eS8ATvbMecr #pdbpXuqBbxP92bHxLCo1kTfkaQQ7uTu1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr #biJdgtGMyoPxbCwMrtdeRns4zsIVX213 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr #ruOMvUshkrm07vLBaL0kJElpmShoSyEZ { display:block;position:relative; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr #PXilJUknTUsgpR9H3ZsZXRrTTo3ak1EN {  }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr #pAJGZV1USiGv48yKbQUzzqhllmU49k9I {  }
#kXmr9iq3xld7nIkub7ptocCf02wTAKq3 { color:#231f20;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:19.3125rem;left:52.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ianHQtPd8R7Kuem2ue9TuQ65WNGDt2yc { color:#767676;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:24.6875rem;left:52.375rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .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:#fffcfb;background-image:none;vertical-align:top; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .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; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-heading-text { display:block;position:relative;width:100%;font-family:ubuntu;font-weight:400;font-size:1.25rem;text-align:left;text-align-last:left;font-style:normal;color:#231f20; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .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:ubuntu;line-height:1.8;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-trigger.adaptive-delivery-prevent-bg, #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-trigger.lazyload, #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-trigger.lazyloading { background-image: none; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii { box-sizing:content-box;height:auto;width:21.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#fffcfb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:28.375rem;left:50.125rem; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #PtbxPsAphDom9tInyeFMQ9hKWkyG8wvy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #iyZBNtBGVbTTiifI0KVoppplZngtXi5i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #XWHQBnQDr9H43e6fgmxobZgiTpaHG2ho { display:block;position:relative; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #uJseOfLsPUEE8xA7gZlfyhEOMbdc7TDp {  }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #MN0cIr9DFsPvMTJOK1Dw6ToQcqmvEO5e {  }
#lQ6Uh0p1C6deTFbghTwJGgt5Cq4TiGF1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCkrFzTu9XpHlXDkUwkpBxK06gBlTakL { color:#00259e;display:block;width:0.625rem;position:absolute;font-family:ubuntu;font-size:0.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:28rem;left:40.375rem;height:0.73095625rem;display:block; }
#PXn1DZC4RDV35S48W99T9v2ewuop35Fn { z-index:15005;top:46.9375rem;left:33rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.21) ;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:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JNvlqDhTMEmH5vnBedsuCJAF7W7zhgHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b63b066-5574-4999-be39-03ef0d5be9f5/L1010524.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK.adaptive-delivery-prevent-bg, #LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK.lazyload, #LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK.lazyloading { background-image: none; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container { background-color: transparent; background-image: none; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container > .video-iframe-container { display: none; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row > .video-iframe-container { display: none; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .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); }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container { border-width: 0; border-radius: 0; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA { position:relative;display:none; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA { border-width: 0; border-radius: 0; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .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; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfb;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; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container { background-color: transparent; background-image: none; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container > .video-iframe-container { display: none; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row > .video-iframe-container { display: none; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .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); }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container { border-width: 0; border-radius: 0; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#TWksnaQCLIndHtkFvO7EwFXH3LJhA1K8 { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#82bee4;background-image:none;top:10.75rem;left:16rem;display:block; }
#wKG1SmSUViJLXQFiZLiiPav9e9ewEmag { color:#231f20;display:block;width:10.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:12.8125rem;height:1.625rem;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; }
#rfoB02tHFy7JUfpKiWdUELgJe7Rnr3u2 { color:#231f20;display:block;width:8.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.0625rem;height:1.625rem;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; }
#fPyeaHmZpxye2TzJGLVcACA5eI0LWMuK { color:#231f20;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:52.75rem;height:1.625rem;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; }
#gudytI3wdfGNTNFx50t95vc3bFT91Cw4 { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#82bee4;background-image:none;top:10.75rem;left:35.375rem;display:block; }
#PqlDSqWcXtR0sCNZXCAxETWHMtZBnE0T { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#82bee4;background-image:none;top:10.75rem;left:54.5625rem;display:block; }
#xJqR1VBQBIVMzN6T2OPPbR0MHU6fHeah { color:#3d3d3d;display:block;width:10.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:32.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DqM3ai0frAiF6BifxlOZaES2WpQHWqnM { color:#231f20;display:block;width:0.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.0625rem;left:17.75rem;height:1.625rem;font-style:normal;display:block; }
#ASML6qsc5IIueFTAXQAGQ9VCAsTp73lt { color:#231f20;display:block;width:0.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:37.0625rem;height:1.625rem;font-style:normal;display:block; }
#Mav9Nh32ib5kVqFTKV6166ElDHFLwOZi { color:#231f20;display:block;width:0.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:56.3125rem;height:1.625rem;font-style:normal;display:block; }
#D9udH8i0vhTbERs64SI5PRX1zNm8Pugz { color:#767676;display:block;width:15.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.31201171875rem;left:10.375rem;height:3.41161875rem;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; }
#yMJqmdA5syJJTJhWwMD5K2XWyvXA14UW { color:#767676;display:block;width:15.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.3125rem;left:29.8125rem;height:3.41161875rem;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; }
#yleDehL39MSxfTxff8uTb2FpkwX6lHbD { color:#767676;display:block;width:15.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:48.75rem;height:3.41161875rem;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; }
#lZx54JP8rwpWWSdI1oTqLLt2UT7WIWXs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:25.875rem;left:17.5rem;display:block; }
#sgwNBChgeaxGViz1WAuTpGGTBNlaEcIp { z-index:15005;top:51.5625rem;left:31.6875rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.21) ;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:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.6875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MsmUqgRvxhxEfVaAwHaamw4B9IbDoxRo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MT003Rp2XQTlHrOC5gG6DM6kZUDT4u0a { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:52.3125rem;left:41rem; }
#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb699e59-3862-4693-8b14-9b73091f72d1/L10108122.crop_4927x2480_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG.adaptive-delivery-prevent-bg, #T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG.lazyload, #T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG.lazyloading { background-image: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container { background-color: transparent; background-image: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container > .video-iframe-container { display: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row > .video-iframe-container { display: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .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); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container { border-width: 0; border-radius: 0; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#SNH5EDh3Km4UR0wOiLrkDAcnXbUlybWK { z-index:15007;top:27.3125rem;left:32.25rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:10.4375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gitfemLBNWdriiwGfQBubnzetBVcT2VK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTxZ6LlGN3TqEE4ngxrlsDmRsTpqHtxq { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:27.1875rem;height:2.92480625rem;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; }
#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb { position:relative;display:none; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb { border-width: 0; border-radius: 0; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .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; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 { background-color:#fffcfb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container { background-color: transparent; background-image: none; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container > .video-iframe-container { display: none; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row > .video-iframe-container { display: none; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .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); }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container { border-width: 0; border-radius: 0; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#nyA50HcTOHiKL62ezgtHDblPHTTZWzsz { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:5.3125rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#fffcfb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .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; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:ubuntu;color:#231f20;line-height:2.5;overflow:hidden;height:auto; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:ubuntu;color:#5e5e5e;height:auto;line-height:1.6;overflow:hidden; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_810bb0c25578e66f7ecd432029dba352df0601fc.svg");background-size:contain !important; }#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-trigger.adaptive-delivery-prevent-bg, #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-trigger.lazyload, #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-trigger.lazyloading { background-image: none; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI { box-sizing:content-box;height:auto;width:40.25rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15072;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:17.77392578125rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #i2zE92p3vLxRry3elIX6SncVdmynzN0I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #VfyKPHQJSfshiUJ9xS3xPBaFn6c59vxU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #B5kas9X5MzQnqIkLDgFQc0QzWeJQMfZn { display:block;position:relative; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #yJEmFid42yn2Hl23VfxeNeccVK6cm9H7 {  }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #anr1RVCL42xQqegtXTJHHsVv28u4yHeI {  }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #HNF5opRU8DkPE6g9QlArUsuTktdyTVmy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Qf2VCBGnxvQPAUF4eniiHzwmsXgad4Z6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Ew9ti79M1axBHuGPLnbhZgDreOprzpl4 { display:block;position:relative; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #k8JW2fTPWHcg5ukRKLOCDJ4nRoCJcIpL {  }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #T1Nx1QNarU9Wr8CTp5ooPqylMuxPyEKO { display:none; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #TRzd5RuTBnmTn3ISr9D1e6w7Il8GS4nf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #zO8APeU8Rxf8sD3gU8kAMI4hAJkaeUXX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ltPC3nD5zdtC5LMvamQ9FkIA8LunpI43 { display:block;position:relative; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ukWQKeyFxPp2of2hFPt2JCuEGzQp1sUG {  }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ohOOih3NLKfqPxEdihWphU9kwH9lTelr { display:none; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Hu7XNxU6Mgh8a2ERIaDCI4q87ttEB2DK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #prRV0xPoQbwTRL20RyN2FX2sqnotraks { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #iKB9bFsKB3MrJ9mAdd0oAyy27mZhIZ0R { display:block;position:relative; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #SQxJrv03eJSUSxNMrlIpinCxmgxXMuvs {  }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #DFlxR45WDZRLR8MpKXHTcloR1Ih4rXDG { display:none; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #I4lCLHXVQleT6OgFtzOJ6To7Mzk5UiT2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ZiMGk9c4kWy4DZo2pJaRFE10KUWcZlHz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #G6agZ2Qpgb6TMD4ETz8WisTqEbeFP5DW { display:block;position:relative; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #fsdtED4D2N6I87EIaEV9uNFRLJZuSeB3 {  }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #HoRIMqCOcSI7OsJV87CTQ4KVcP7QHAPs { display:none; }
#HBOGTAoJaolqZ9fT6eHH7Wmt59lnrmSB { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.625rem;width:30.5rem;top:15.96142578125rem;left:44.5rem;overflow:hidden;display:block; }
#zHK1NwXuCbpJhFlrS3dUC2SB3tvWRhcU { box-sizing:content-box;height:10.375rem;width:25.75rem;position:absolute;display:block;z-index:15074;background-color:#fffcfb;background-image:none;top:37.162109375rem;left:46.75rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#NEowUqBaPhiauXxzbCzuy5GxFk6elnpr { color:#231f20;display:block;width:14.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:38.6875rem;left:52.3125rem;height:1.625rem;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; }
#qF5ieftvlFAlERtnFyeFXIJLotE6F05C { color:#767676;display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:40.9375rem;left:50.46875rem;height:1.94921875rem;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; }
#s1PI1Ak7C71O3az9s5n4ZsrR06qiPIes { z-index:15077;top:43.75rem;left:55.71875rem;background-color:#fffcfb;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:8.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z9beabAOWv72Hof2So8EM5epz13bVdSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0463a9;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; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container { background-color: transparent; background-image: none; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container > .video-iframe-container { display: none; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row > .video-iframe-container { display: none; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .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); }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container { border-width: 0; border-radius: 0; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#frK8nvwc2NDv5lpuEtcTRGht7LLUgd4r { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:25.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2nmzdCx0rZFkc9xcz1n9JQzxzb3RCw0 { color:rgba(255,255,255,0.9);display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:22.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-form-header { font-size:0.875rem; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:33.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-text { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#fffcfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-textarea { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#fffcfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffce38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#000000;width:33.6875rem;height:2.5625rem;font-family:ubuntu;overflow:hidden;box-shadow: none; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem;text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem;text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem;text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem;text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:32.3125rem;overflow:hidden;font-style:normal;float:none; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-container:first-of-type{padding-top:0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-container:last-of-type{padding-bottom:0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;position:absolute;top:8.375rem;left:19.4375rem;font-size:0.875rem; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.6875rem;display:block;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ {display:block;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;position:absolute;top:8.375rem;left:19.4375rem;font-size:0.875rem; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #b37ai8SqxC6FeX2Wts9UADVPhk4sG04g { position:relative; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #iEDrg2gVKTVS9TeD6FrJKTK3ETpMLwnv { position:relative;display:none; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #NkEdOPbdkqXhtT895Rshgk5Hg884N6w5 { position:relative; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #k6sABoytLJWuJkC3wzrWQWgne8Ih5Stz { position:relative; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #oRsPxVD0vBv0zu699H0SRvWlbaSFkrrK { position:relative; }
#WL6MZeDy70153rTTDm4kei3LLlSiyoiO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcfb;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; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container { background-color: transparent; background-image: none; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container > .video-iframe-container { display: none; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row > .video-iframe-container { display: none; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .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); }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container { border-width: 0; border-radius: 0; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#qEHnfvTOzGWtnXWxQWUrTLdJyPsuctH5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.25rem;top:2.4375rem;left:1.4375rem;overflow:hidden;display:block; }
#DFriOEgyygTRSkWTtd4HOZ1rJTNdbSPX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.4375rem;height:0.89355625rem;display:block; }
#zmdzXXreic4guXxfkICGvdMUwOHMthwI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:12.9375rem;left:0rem;display:block; }
#qV7J0TTKQTQSCM8NagFHhWE8TGWlGbHB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:18.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qs9ADOR69mTLPlrsC4GBlm7bDHKtiuLn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:43.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }#ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ li:before{  }
#SKT7u9PL0VT4vdGl6cpZC7caAns46wPJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:18.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#G36yg8bOyZ0KAKtw2skgsREZCAZyAgXN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:18.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#WXG31UgdJ8J7VmVwNGzmADkSw6ipCtDf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:18.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#U8CQ5OTaW3zfsltzTL84tXyfOMiSewVS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:18.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#iirJSVaO1FtrcrCsyqAq6MNdJKWiWVtB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#J55MM8q5NuHLq3Mz7LnCGxPgbSLcoNOW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5625rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#erwMkq6xUdonL6yha6GVvALi3MuZpuXp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#IFZWuWnHmiwzMmWyfV6QImfpwL5ol4zQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#pLSaID1GWTiNcAJLCuqe4FqMn99mvKV1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5625rem;left:43.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#Wn244I089PZUd3EBMEyV8iSnU538bs20 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.625rem;left:43.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#mLqWpQw6xeuLB6UzspqqnqEcWT4pb91K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5625rem;left:43.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#dKu07ZgdwKbCTgHhZLhOSURiq2vXKUP5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.96240234375rem;left:31.25rem;height:0.568359375rem;text-align:center;text-align-last:center;display:block; }
#f2Ue5LnwRWT3DBhRJGXxfVBSuZfTdgpz { z-index:15078;top:2.53125rem;left:66.59326171875rem;background-color:#fffcfb;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"open sans";font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:5.625rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pcTknou4DyP9lN974PFUbflMLmQZmamI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPMWuRFWL0oOlgT9BTRHzeodpc9DDmv7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:5.0625rem;left:66.5625rem; }
#rPMWuRFWL0oOlgT9BTRHzeodpc9DDmv7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#elckCUX8Jo9RTuDMAZHIHwsMXF3xiitz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:5.0625rem;left:68.5625rem; }
#elckCUX8Jo9RTuDMAZHIHwsMXF3xiitz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#lVc7sNCucRKtGBcZRWTAffcThIE1ox5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:5.0625rem;left:70.6875rem; }
#lVc7sNCucRKtGBcZRWTAffcThIE1ox5c > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STrcDWFk15sECGhgLlMuBknBQ9bFPJfc { display:block; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke2zbtxScG9Kw0ZZIocsfyiGELCExxSl { top:10.375rem;left:0rem;width:40.75rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObSpUF8TRAnXpCKKU6gWJZ4tzO7AZDT { top:19.6875rem;left:0rem;width:25.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEWNafmtqxZZXnlFvN2mgm3FpSyIVls { top:24.0625rem;left:0rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ0ZqM41gGEPXn0C8piyiqZRUWkL0BhA { display:block; }
 }@media only screen and (max-width: 763px) { #Rtf9vWCSAtzyI4Tp8RN9C8HFpB1eE49p { top:24.0625rem;left:0rem;width:8.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8eOc2nEnrtSbbx0x0H1l7NhTlVfWFo { display:block; }
 }@media only screen and (max-width: 763px) { #NwpNu32qxsfgXV7GI75d2UUFb5OsgUV7 { top:9.3125rem;left:0rem;width:3.25rem;height:0.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9J0ry7eTimTugil2itNgrSWDdWMh5ql { top:8.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCFBXqVnSiyVJshVf59y2ATbxTBIr4vK { top:42.6875rem;left:4.96875rem;width:37.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipFpDBCCLTAAW3IF8ABh8hqHsz45OeGa { top:43.375rem;left:13.375rem;width:4.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwdIIHN20XMTdf8QgmonM0UQyhPvM4eZ { top:43.375rem;left:6.75rem;width:4.9375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh1Pqe9idMk5UAVwQeNnc2ZBrOnn5bHn { top:43rem;left:18.875rem;width:3.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDVqlpfeMxfvHMV6QNeec2v6AGGLzgoK { top:43.4375rem;left:23.8125rem;width:5.125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBD7JpVA3crTii89nRuSJJ2QMpLWipFd { top:42.8125rem;left:30.125rem;width:3.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCgGkvzlC5LvRleAdlOnN3i8ZeWBseUx { top:43.375rem;left:35rem;width:6rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUr8yGvB9ozB66B5uspfvHA6pK753oLc { top:24.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIsfGKpd9vxBdzoKFEQnKRlFkAZ56nts { top:8.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHnKLNISo26u6kt1wOwu8p2sg8Xps1Lx { top:8.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSyOUDzO5JQMdWKIg6z29tBi199Br4zL { top:8.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLoeWck00N7VaQBfpkVFMGeAV45iEDxs { top:8.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBndeM4S1T12hUge6PTdA1xI0kc15z1J { top:1.1875rem;left:0rem;width:6.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMXt3tNW6RtJ6gvxCnnUUoLREmylp9cM { width:9.5rem;height:3.375rem;top:0.6875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbQaiAu0aWpPlxVmm0CH0K5f3nSWcdW { display:block; }
 }@media only screen and (max-width: 763px) { #BiuWsFLsh1QzTFk1XERTfs8MpL4TJl9F { width:7.625rem;height:3.375rem;top:0.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJETmEslp2a0aKrVxf1E5JTpkoGkXCF1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z3SCDJFT2Ir2gemsHNuRposc5WLk0NtS { width:8.5rem;height:3.375rem;top:0.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtR1JrGdcyx2fMGfGdid64SxLvvdQtl5 { display:block; }
 }@media only screen and (max-width: 763px) { #OIJEckTeCTRkHfG04loTBSXV7LZZeIa6 { width:7.0625rem;height:3.375rem;top:0.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fers2kWTTHRG85Tk3bWtQvTlbTtxpZJK { display:block; }
 }@media only screen and (max-width: 763px) { #qDaPxH05TI82W1uI9GTPfxgLD77DLEGA { top:0.6875rem;left:6.125rem;width:35.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhAGvEfr3pqmP7o3OBn7Jfgx6JIIaty { top:8.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi2JGRDk4LPAGMTMu3nbItxqLKR0dyhf { top:8.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hihsWzgpos9UDVaQ99o716TCgXKZIaJb { top:8.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p { display:block; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtNJmEwTG6c0vn6x1E8MgAsFt7kDD9FV { top:21.1875rem;left:4.4375rem;width:40.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF80mDiUSyw7o5P9TpTMv0CpuAW4T2k4 { top:27.3125rem;left:0rem;width:47.75rem;height:31.620893223819rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZBxnDfyqwSxifKLys75VsN1vZ4Jm7vn { top:40.9375rem;left:0rem;width:10.0625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgxmbIP6IlrQbzHQirJgUMThodWANmnF { top:39.75rem;left:0rem;width:10.5625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1tMyC8Xm5Ae5AbizCahx7dtfHyGITEB { top:34.6875rem;left:2.3125rem;width:44.1875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezfELnhmzO47OZMgdXII7W0DTqQ0Sw0t { top:33rem;left:3rem;width:3.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InR7gpzkUKQZ43l6M8R5umhS0ERKIF2a { top:33.1875rem;left:17.8125rem;width:11.5625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6Tug61SmDc6M1vk0PQ0TJfNN4t1aZE { width:8.5rem;height:3.375rem;top:32rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthgTtPwLOQcpNyZwpWF0gK7D6hwGfQW { display:block; }
 }@media only screen and (max-width: 763px) { #PonJ2WSC8M267QDrxNAcXPeRIQTC65Kb { width:7.0625rem;height:3.375rem;top:32rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLlWEeo6DqZ8F5wRhkNkdoCMxOwFfcgU { display:block; }
 }@media only screen and (max-width: 763px) { #NywTi2fGTMOaKk9cU2IFTKeBB30pIND7 { width:9.5rem;height:3.375rem;top:32rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wfkz8eT8sTw225BTg7tUFpXTOPUyCy { display:block; }
 }@media only screen and (max-width: 763px) { #A1V39r5BHVQ16MR3ZycJOrHFlUJ6eePI { width:7.625rem;height:3.375rem;top:32rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZdMQtmyQLx58v9cHCLT8ib9SCbbDXE { display:block; }
 }@media only screen and (max-width: 763px) { #fHxSTP9hxo7fhJlS3F556N2P2ngcd9Vu { top:31.6875rem;left:2.25rem;width:44.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSCze8cxWsRdKn4DOCCUTbDHPwdn5LlP { top:41.25rem;left:46.5rem;width:0.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZicUa30TXQPT2dZKsUSkIvcgGwP32K { top:10.6875rem;left:8.53125rem;width:30.6875rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFO7VFBLLereSG4vqviuldMLVoqreR5J { top:6.5rem;left:19.25rem;width:11.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0vDpbcwpTUmHTEWrvPTftEDTd1P3eK { top:65.4375rem;left:21.0625rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXz1WD720O8UxmlzrH18dhVAwXTBDucv { top:68.25rem;left:0rem;width:15.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOkgW2Zx8v7LbVcN6LCrQFZWXlM6Nao { top:68.25rem;left:15.5rem;width:16.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt4p1VtD7PBEABdTu9qw2vOqsPdk84s2 { top:69rem;left:0rem;width:13.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS0FurRzb25WGih5wUSusKOdmmPQXnPx { top:69rem;left:16.75rem;width:13.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlh9HzOxe4Ef7aA3R6P3XgW0IOezTGs5 { top:68.25rem;left:33.875rem;width:13.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od44woJ9olq8Xik7yHvHc5hXxVzqk6zF { top:69rem;left:37.4375rem;width:9.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyekzhoqK8GPqtlc117F3eIQrTo9fREP { top:74rem;left:20.0625rem;width:7.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUzsuKcF7s2CpzudobhXg0rt3Rkc8lcA { top:75.6875rem;left:19.0625rem;width:9.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JusTJkroMZLPCKkkdT7OGPu6FvTNAUVd { top:78.6875rem;left:20.125rem;width:7.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJeIlXSUH0Hh0rTEHGlxg6PIzB8cuJt { display:block; }
 }@media only screen and (max-width: 763px) { #Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP { display:block; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X { display:block; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 { display:block; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Wq1yGZ9e0XTddbcFbaTUrMsrr1xOyi { top:7rem;left:0rem;width:37.4375rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sPNeLesH1E0Fa8A9l9XRyGk7auB3On { top:15.4375rem;left:17.1875rem;width:30.5625rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biSUTMrykwhTPvW71mlxP3G7TzyowNdK { top:19.4375rem;left:25.6875rem;width:22.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgxTvQazNGBLdzDT0epfGrzx7hazu9Bo { top:24.5rem;left:29.0625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOV6PeVOue1rEhX1tcbvKZ7wio8aIAxQ { top:24.5rem;left:36.25rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXa6TmAmFI7SgvDwBMgpRDNHygVT090W { top:24.5rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7USSSCtnf4TWw9B4yuL3Hc27sCpJMB { top:25.375rem;left:30.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbGMny4is5Sd7InnKMr3TbQtTsJxkFr { top:28.625rem;left:29rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7R6WD3OgsfIMalAmElwWSihrciONAMA { top:24.5rem;left:37.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMM9cdA6RvKcftTXEKUJW46PuJ65bdzE { top:28.625rem;left:36.1875rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRgFPUG0z7glAu1vGCwnu5t77tm6VJyC { top:25rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzmotISrPP7EISh8ywkUWqlvRksa0fin { top:28.625rem;left:41.6875rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSDcGCXQXRHfD5x9SEaNgg9MMPd4Gx2s { top:0rem;left:16.75rem;width:7.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp { display:block; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5MxSMbezD1AQh6lrC6SIlSQ9mM3DWPL { top:4.1875rem;left:0rem;width:37.5625rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MskfmJ53fnN4HtIouTVnliDJJ1RKJeQB { top:14.0625rem;left:0rem;width:30.5625rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3P0MIxWttgWDvEyD9dtLOzCZHvWACr { top:18.0625rem;left:0.9375rem;width:22.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZB8TkLS93dNZqKe5dwPqPCtTQN99DZ0 { top:26.375rem;left:0rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr1QvHEpOEPLZqn4ApyTNW3ObEMBmRys { top:28.5625rem;left:6.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQcSKU46eKpcJfGKX6PHuFSvnk83ro9 { top:29.4375rem;left:10.875rem;width:11.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deQgx8y0HOSf2InvUiJi3MtQ1gXbrqcE { top:22.5625rem;left:6.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCsiBatGki8cQbn8WPbR0HC9S4Cyce3C { top:23.375rem;left:10.875rem;width:11.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4RN8Td3FP5co6iwoIw62ag83O4cFIS { top:27rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUydhicKqUywxgds3dpQS1tGSvgkAsNT { top:24rem;left:10.9375rem;width:11.1875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh5HngD40gouhcLSXV0O4AQUENgy3mmP { top:30.0625rem;left:11.875rem;width:9.375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6ug7VDCR8zozx19g5daR2ZLyg2FX94 { top:6.375rem;left:30.21875rem;width:11.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8EaTxxUmOpwMgvNwW2k3u7oGNEMTsN { top:28.8125rem;left:7.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBiedtXkrAgd83CLr4qMhh6ENz5cHSH { top:23.3125rem;left:7.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxGnifnw26ierfIl0ZvnMnMInOwncdt { display:block; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4cE6PrlU1ebAXDPUwI0U9GzZNJLhUW5 { top:10.875rem;left:17.5625rem;width:30.1875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwb6p37nNiir6eiQ0DC5E4qgltsBEg2y { top:14.8125rem;left:25.6875rem;width:22.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9cKTGBsFGyWElnHNO3FolAJrK95tzVy { top:5.375rem;left:0rem;width:37.4375rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob4SeFbozfHxIxwNzBEFO0Lyu5atUCfn { top:20.125rem;left:17.4375rem;width:30.3125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #QedU5X3wtfHUfXcrOstU54k6SygRqs7a { top:23.5rem;left:27.875rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxhLqhbaPz5b2heccmpxik267hsRcJkM { top:24.125rem;left:27.9375rem;width:8rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNT8l3e99F1C8vFsZZaehx0l4REFpFTO { top:21rem;left:35.375rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a730EoZFQhsWX3BcJJDbWo555wskC9q3 { top:21.625rem;left:35.4375rem;width:7.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQxXIzXfsb3CGBJ1xWFCt5mGSrWQb2p2 { top:26.625rem;left:36.875rem;width:4.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMEAsigEs3Eb66lNbfp6Wrnrguud0eJH { top:26.4375rem;left:26.4375rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOsaT9hxrc0p3c8yK5K6aLM8FzI86iz { top:27.0625rem;left:26.5rem;width:7.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7uCnSqL8HGit3hOl1c5V30bOoJ2dDVd { top:23.4375rem;left:39.6875rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqDKUTEuAUpGQt6Z6oNMLO5k6FC6XQwe { top:26.4375rem;left:39.6875rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZW3Mff9ATXkrNENOg9Mn7Pvlag8sPnG { top:24.0625rem;left:39.75rem;width:8rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ACV8tSQqhggcx1cfTbrS3XNCRdvvEt { top:27.0625rem;left:39.75rem;width:8rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtR0hTMxAMaaO5UpxCDVX5WslZ9B41d { top:29.5rem;left:28.125rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlkesahBEUxrxTUOzzdlNzKwxMD4io71 { top:29.375rem;left:39.6875rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoOtMiETR4Z8eFeHTpPzzT3eqKNvnii2 { top:30.125rem;left:28.3125rem;width:7.8125rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqf9IEFIHt9HCkTcpf7sFv9qkWD1hRDk { top:30rem;left:39.875rem;width:7.875rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yNkLFRwTUsJKnMIOHu7TBXd8yIfRa5 { top:31.75rem;left:35.4375rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sec5OOUfwTQVGn7En4QLXTmGtdENCR7O { top:32.375rem;left:35.5rem;width:7.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoUKmSMcbKQ6TVlrwmCLmiaKzhUIdq6M { top:7rem;left:0rem;width:18.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSaiSkVfNqdppv8clXw7GTrl0EQMTN6M { top:7rem;left:5.25rem;width:18.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgkg4TfmDDqfXvh4ZN0Isw4SxpWsaHG { top:32.0625rem;left:35.4375rem;width:8.0625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #on7U8N38cNTTwSbQm58A1QRBcx2oIynb { top:34.875rem;left:6.15625rem;width:5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr { display:block; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUqAmPznnKenuF5xAB88TR5b8570rMFB { top:6.4375rem;left:0rem;width:37.5625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3sMrGqmNNcPb49CT2GhU69FT1HDD7ai { top:12.375rem;left:0rem;width:27.5rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6OzQwKe93xdQbxTsDD5hnqN0XRARsLV { top:16.375rem;left:0.9375rem;width:22.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JbT7Z95RHcHbRvySyAykTD4cOKtu1c { top:21.5rem;left:0rem;width:27.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le3MWMxvpTz2tTHTHP66gtlTBrR1AFQE { top:25.8125rem;left:0rem;width:27.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuM7TJRnbcTFcynv2kJ4TOms0UCf3g9f { top:22.5625rem;left:0.8125rem;width:22.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #six2tTqzTWITTX7w7ssHxz8PxLynPfEW { top:26.875rem;left:5.6875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReRFTqbAhNMiMTwT2aVmKPOHlsXFL08y { top:30.125rem;left:0rem;width:27.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znc728NNznTMsJyJPdhAfUyNgeTkbTtr { top:31.25rem;left:5.5rem;width:12.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itE2C3D8FJnh61rZPQAbBK30UH6T8Tg2 { top:8.3125rem;left:23.875rem;width:18.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La3zfHuNLTnMG6viQrDl6FlHEzURH7OE { top:8.3125rem;left:28.75rem;width:19rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmTT47ipDPdMu4cZeib0PVRkRXPedTh { display:block; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWbiHDxioo8k4LLKpSDriO9y9QZx2L9R { top:8.9375rem;left:15.21875rem;width:17.25rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJCL1PWHaGBVZ8t50CNRkl924bXZNblc { top:19.3125rem;left:0rem;width:20rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiOJ53TXnfXcBTtl50u4vTLZH7SJLhP3 { top:24.6875rem;left:0rem;width:20.1875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr { display:flex;height:auto;width:27.8125rem;top:5.5rem;left:0rem; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #pdbpXuqBbxP92bHxLCo1kTfkaQQ7uTu1 {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #biJdgtGMyoPxbCwMrtdeRns4zsIVX213 {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #ruOMvUshkrm07vLBaL0kJElpmShoSyEZ {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #PXilJUknTUsgpR9H3ZsZXRrTTo3ak1EN {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #pAJGZV1USiGv48yKbQUzzqhllmU49k9I {  }
 }@media only screen and (max-width: 763px) { #kXmr9iq3xld7nIkub7ptocCf02wTAKq3 { top:19.3125rem;left:27.3125rem;width:20.4375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ianHQtPd8R7Kuem2ue9TuQ65WNGDt2yc { top:24.6875rem;left:27.75rem;width:20rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii { display:flex;height:auto;width:27.8125rem;top:5.5rem;left:0rem; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #PtbxPsAphDom9tInyeFMQ9hKWkyG8wvy {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #iyZBNtBGVbTTiifI0KVoppplZngtXi5i {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #XWHQBnQDr9H43e6fgmxobZgiTpaHG2ho {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #uJseOfLsPUEE8xA7gZlfyhEOMbdc7TDp {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #MN0cIr9DFsPvMTJOK1Dw6ToQcqmvEO5e {  }
 }@media only screen and (max-width: 763px) { #lQ6Uh0p1C6deTFbghTwJGgt5Cq4TiGF1 { top:2.875rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCkrFzTu9XpHlXDkUwkpBxK06gBlTakL { top:28rem;left:26.75rem;width:0.625rem;height:0.6875rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXn1DZC4RDV35S48W99T9v2ewuop35Fn { top:46.9375rem;left:19.375rem;width:8.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNvlqDhTMEmH5vnBedsuCJAF7W7zhgHG { display:block; }
 }@media only screen and (max-width: 763px) { #LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK { display:block; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axqUxUFBPEiBfqhPsH3hH5829F0RH9UA { display:none; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd { display:block; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWksnaQCLIndHtkFvO7EwFXH3LJhA1K8 { top:10.75rem;left:2.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKG1SmSUViJLXQFiZLiiPav9e9ewEmag { top:16.625rem;left:0rem;width:10.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfoB02tHFy7JUfpKiWdUELgJe7Rnr3u2 { top:16.625rem;left:19.4375rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPyeaHmZpxye2TzJGLVcACA5eI0LWMuK { top:16.625rem;left:39.125rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gudytI3wdfGNTNFx50t95vc3bFT91Cw4 { top:10.75rem;left:21.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlDSqWcXtR0sCNZXCAxETWHMtZBnE0T { top:10.75rem;left:40.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJqR1VBQBIVMzN6T2OPPbR0MHU6fHeah { top:6.3125rem;left:18.625rem;width:10.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqM3ai0frAiF6BifxlOZaES2WpQHWqnM { top:12.0625rem;left:4.125rem;width:0.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASML6qsc5IIueFTAXQAGQ9VCAsTp73lt { top:12.0625rem;left:23.4375rem;width:0.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mav9Nh32ib5kVqFTKV6166ElDHFLwOZi { top:12.0625rem;left:42.6875rem;width:0.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9udH8i0vhTbERs64SI5PRX1zNm8Pugz { top:19.25rem;left:0rem;width:15.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJqmdA5syJJTJhWwMD5K2XWyvXA14UW { top:19.3125rem;left:16.1875rem;width:15.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yleDehL39MSxfTxff8uTb2FpkwX6lHbD { top:19.3125rem;left:31.8125rem;width:15.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZx54JP8rwpWWSdI1oTqLLt2UT7WIWXs { top:25.875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgwNBChgeaxGViz1WAuTpGGTBNlaEcIp { top:51.5625rem;left:18.0625rem;width:11.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsmUqgRvxhxEfVaAwHaamw4B9IbDoxRo { display:block; }
 }@media only screen and (max-width: 763px) { #MT003Rp2XQTlHrOC5gG6DM6kZUDT4u0a { top:52.3125rem;left:27.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG { display:block; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNH5EDh3Km4UR0wOiLrkDAcnXbUlybWK { top:27.3125rem;left:18.625rem;width:10.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitfemLBNWdriiwGfQBubnzetBVcT2VK { display:block; }
 }@media only screen and (max-width: 763px) { #dTxZ6LlGN3TqEE4ngxrlsDmRsTpqHtxq { top:23.375rem;left:13.5625rem;width:20.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb { display:none; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 { display:block; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyA50HcTOHiKL62ezgtHDblPHTTZWzsz { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #i2zE92p3vLxRry3elIX6SncVdmynzN0I {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #VfyKPHQJSfshiUJ9xS3xPBaFn6c59vxU {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #B5kas9X5MzQnqIkLDgFQc0QzWeJQMfZn {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #yJEmFid42yn2Hl23VfxeNeccVK6cm9H7 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #anr1RVCL42xQqegtXTJHHsVv28u4yHeI {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #HNF5opRU8DkPE6g9QlArUsuTktdyTVmy {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Qf2VCBGnxvQPAUF4eniiHzwmsXgad4Z6 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Ew9ti79M1axBHuGPLnbhZgDreOprzpl4 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #k8JW2fTPWHcg5ukRKLOCDJ4nRoCJcIpL {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #T1Nx1QNarU9Wr8CTp5ooPqylMuxPyEKO {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #TRzd5RuTBnmTn3ISr9D1e6w7Il8GS4nf {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #zO8APeU8Rxf8sD3gU8kAMI4hAJkaeUXX {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ltPC3nD5zdtC5LMvamQ9FkIA8LunpI43 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ukWQKeyFxPp2of2hFPt2JCuEGzQp1sUG {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ohOOih3NLKfqPxEdihWphU9kwH9lTelr {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Hu7XNxU6Mgh8a2ERIaDCI4q87ttEB2DK {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #prRV0xPoQbwTRL20RyN2FX2sqnotraks {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #iKB9bFsKB3MrJ9mAdd0oAyy27mZhIZ0R {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #SQxJrv03eJSUSxNMrlIpinCxmgxXMuvs {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #DFlxR45WDZRLR8MpKXHTcloR1Ih4rXDG {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #I4lCLHXVQleT6OgFtzOJ6To7Mzk5UiT2 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ZiMGk9c4kWy4DZo2pJaRFE10KUWcZlHz {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #G6agZ2Qpgb6TMD4ETz8WisTqEbeFP5DW {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #fsdtED4D2N6I87EIaEV9uNFRLJZuSeB3 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #HoRIMqCOcSI7OsJV87CTQ4KVcP7QHAPs {  }
 }@media only screen and (max-width: 763px) { #HBOGTAoJaolqZ9fT6eHH7Wmt59lnrmSB { top:15.9375rem;left:17.25rem;width:30.5rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHK1NwXuCbpJhFlrS3dUC2SB3tvWRhcU { top:37.125rem;left:21.75rem;width:25.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEowUqBaPhiauXxzbCzuy5GxFk6elnpr { top:38.6875rem;left:32.875rem;width:14.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF5ieftvlFAlERtnFyeFXIJLotE6F05C { top:40.9375rem;left:29.1875rem;width:18.5625rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1PI1Ak7C71O3az9s5n4ZsrR06qiPIes { top:43.75rem;left:39.6875rem;width:8.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9beabAOWv72Hof2So8EM5epz13bVdSl { display:block; }
 }@media only screen and (max-width: 763px) { #IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ { display:block; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frK8nvwc2NDv5lpuEtcTRGht7LLUgd4r { top:3.625rem;left:12.1875rem;width:23.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2nmzdCx0rZFkc9xcz1n9JQzxzb3RCw0 { top:6.5625rem;left:8.9375rem;width:29.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-regular-label { width:33.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-text { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-textarea { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-select { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-button { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-checkbox-label { width:32.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ  { width:33.6875rem;height:auto;top:8.375rem;left:5.8125rem; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .radio-container { width:33.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ {display:block;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ { width:33.6875rem;height:auto;top:8.375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #b37ai8SqxC6FeX2Wts9UADVPhk4sG04g {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #iEDrg2gVKTVS9TeD6FrJKTK3ETpMLwnv {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #NkEdOPbdkqXhtT895Rshgk5Hg884N6w5 {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #k6sABoytLJWuJkC3wzrWQWgne8Ih5Stz {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #oRsPxVD0vBv0zu699H0SRvWlbaSFkrrK {  }
 }@media only screen and (max-width: 763px) { #WL6MZeDy70153rTTDm4kei3LLlSiyoiO { display:block; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEHnfvTOzGWtnXWxQWUrTLdJyPsuctH5 { top:2.4375rem;left:0rem;width:6.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFriOEgyygTRSkWTtd4HOZ1rJTNdbSPX { top:5.0625rem;left:0rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmdzXXreic4guXxfkICGvdMUwOHMthwI { top:12.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV7J0TTKQTQSCM8NagFHhWE8TGWlGbHB { top:2.5rem;left:5.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs9ADOR69mTLPlrsC4GBlm7bDHKtiuLn { top:2.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ { top:2.5rem;left:30.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ li:before{  }
 }@media only screen and (max-width: 763px) { #SKT7u9PL0VT4vdGl6cpZC7caAns46wPJ { top:6.625rem;left:5.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G36yg8bOyZ0KAKtw2skgsREZCAZyAgXN { top:4.5625rem;left:5.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXG31UgdJ8J7VmVwNGzmADkSw6ipCtDf { top:8.5625rem;left:5.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CQ5OTaW3zfsltzTL84tXyfOMiSewVS { top:10.5rem;left:5.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iirJSVaO1FtrcrCsyqAq6MNdJKWiWVtB { top:4.5625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J55MM8q5NuHLq3Mz7LnCGxPgbSLcoNOW { top:8.5625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwMkq6xUdonL6yha6GVvALi3MuZpuXp { top:10.5rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFZWuWnHmiwzMmWyfV6QImfpwL5ol4zQ { top:6.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLSaID1GWTiNcAJLCuqe4FqMn99mvKV1 { top:4.5625rem;left:30.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn244I089PZUd3EBMEyV8iSnU538bs20 { top:6.625rem;left:30.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLqWpQw6xeuLB6UzspqqnqEcWT4pb91K { top:8.5625rem;left:30.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKu07ZgdwKbCTgHhZLhOSURiq2vXKUP5 { top:13.9375rem;left:17.625rem;width:12.5rem;height:0.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Ue5LnwRWT3DBhRJGXxfVBSuZfTdgpz { top:2.5rem;left:42.125rem;width:5.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTknou4DyP9lN974PFUbflMLmQZmamI { display:block; }
 }@media only screen and (max-width: 763px) { #rPMWuRFWL0oOlgT9BTRHzeodpc9DDmv7 { top:5.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#rPMWuRFWL0oOlgT9BTRHzeodpc9DDmv7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #elckCUX8Jo9RTuDMAZHIHwsMXF3xiitz { top:5.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#elckCUX8Jo9RTuDMAZHIHwsMXF3xiitz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #lVc7sNCucRKtGBcZRWTAffcThIE1ox5c { top:5.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#lVc7sNCucRKtGBcZRWTAffcThIE1ox5c > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STrcDWFk15sECGhgLlMuBknBQ9bFPJfc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89fec1e0-33d1-42aa-b465-25aa3189d695/L10402573.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc.adaptive-delivery-prevent-bg, #STrcDWFk15sECGhgLlMuBknBQ9bFPJfc.lazyload, #STrcDWFk15sECGhgLlMuBknBQ9bFPJfc.lazyloading { background-image: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { background-color: transparent; background-image: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container > .video-iframe-container { display: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row > .video-iframe-container { display: none; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .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); }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { border-width: 0; border-radius: 0; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STrcDWFk15sECGhgLlMuBknBQ9bFPJfc > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke2zbtxScG9Kw0ZZIocsfyiGELCExxSl { width:18.125rem;height:7.0869375rem;top:8.72509765625rem;left:0.9375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DObSpUF8TRAnXpCKKU6gWJZ4tzO7AZDT { width:20rem;height:1.05615rem;top:16.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIEWNafmtqxZZXnlFvN2mgm3FpSyIVls { top:19.53125rem;left:5.53125rem;width:8.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ0ZqM41gGEPXn0C8piyiqZRUWkL0BhA { display:block; }
 }@media only screen and (max-width: 763px) { #Rtf9vWCSAtzyI4Tp8RN9C8HFpB1eE49p { top:23.375rem;left:6.96875rem;width:6.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8eOc2nEnrtSbbx0x0H1l7NhTlVfWFo { display:block; }
 }@media only screen and (max-width: 763px) { #NwpNu32qxsfgXV7GI75d2UUFb5OsgUV7 { width:3.25rem;height:0;top:30.9375rem;left:7.875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z9J0ry7eTimTugil2itNgrSWDdWMh5ql { display:flex;width:1rem;height:1rem;top:29.9375rem;left:6.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCFBXqVnSiyVJshVf59y2ATbxTBIr4vK { width:20rem;height:2.9375rem;top:34.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipFpDBCCLTAAW3IF8ABh8hqHsz45OeGa { width:6.0625rem;height:1.25rem;top:34.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwdIIHN20XMTdf8QgmonM0UQyhPvM4eZ { width:5.875rem;height:1.25rem;top:35.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gh1Pqe9idMk5UAVwQeNnc2ZBrOnn5bHn { width:4.375rem;height:2.1875rem;top:34.875rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDVqlpfeMxfvHMV6QNeec2v6AGGLzgoK { width:6.9375rem;height:1.25rem;top:35.3125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBD7JpVA3crTii89nRuSJJ2QMpLWipFd { width:3.75rem;height:2.125rem;top:34.6875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCgGkvzlC5LvRleAdlOnN3i8ZeWBseUx { width:7.125rem;height:1.25rem;top:35.25rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUr8yGvB9ozB66B5uspfvHA6pK753oLc { display:flex;width:1.375rem;height:1.375rem;top:28.4375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIsfGKpd9vxBdzoKFEQnKRlFkAZ56nts { display:flex;width:1rem;height:1rem;top:29.9375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHnKLNISo26u6kt1wOwu8p2sg8Xps1Lx { display:flex;width:1rem;height:1rem;top:29.9375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSyOUDzO5JQMdWKIg6z29tBi199Br4zL { display:flex;width:1rem;height:1rem;top:29.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLoeWck00N7VaQBfpkVFMGeAV45iEDxs { display:flex;width:1rem;height:1rem;top:29.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBndeM4S1T12hUge6PTdA1xI0kc15z1J { width:4.6875rem;height:1.8125rem;top:1.25rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMXt3tNW6RtJ6gvxCnnUUoLREmylp9cM { width:9.5rem;height:3.375rem;top:4.875rem;left:10.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvbQaiAu0aWpPlxVmm0CH0K5f3nSWcdW { display:block; }
 }@media only screen and (max-width: 763px) { #BiuWsFLsh1QzTFk1XERTfs8MpL4TJl9F { width:7.625rem;height:3.375rem;top:4.875rem;left:12.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJETmEslp2a0aKrVxf1E5JTpkoGkXCF1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z3SCDJFT2Ir2gemsHNuRposc5WLk0NtS { width:8.5rem;height:3.375rem;top:4.875rem;left:1.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtR1JrGdcyx2fMGfGdid64SxLvvdQtl5 { display:block; }
 }@media only screen and (max-width: 763px) { #OIJEckTeCTRkHfG04loTBSXV7LZZeIa6 { width:7.0625rem;height:3.375rem;top:4.875rem;left:9.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fers2kWTTHRG85Tk3bWtQvTlbTtxpZJK { display:block; }
 }@media only screen and (max-width: 763px) { #qDaPxH05TI82W1uI9GTPfxgLD77DLEGA { width:20rem;height:3.375rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAhAGvEfr3pqmP7o3OBn7Jfgx6JIIaty { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hi2JGRDk4LPAGMTMu3nbItxqLKR0dyhf { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hihsWzgpos9UDVaQ99o716TCgXKZIaJb { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p { background-color:#fffcfb;background-image:url("https://images.assets-landingi.com/uc/f642073b-ddfd-4645-a7d2-5d4b4e89a6da/Untitleddesign4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p.adaptive-delivery-prevent-bg, #vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p.lazyload, #vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p.lazyloading { background-image: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container { background-color: transparent; background-image: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container > .video-iframe-container { display: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row > .video-iframe-container { display: none; }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .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); }#vRDhxrmZWC44CDCJ94qcCG9c4GMX3c8p > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtNJmEwTG6c0vn6x1E8MgAsFt7kDD9FV { width:14.125rem;height:3.673825rem;top:12.875rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yF80mDiUSyw7o5P9TpTMv0CpuAW4T2k4 { width:20rem;height:13.1875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZBxnDfyqwSxifKLys75VsN1vZ4Jm7vn { width:3.3125rem;height:6.1875rem;top:23rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgxmbIP6IlrQbzHQirJgUMThodWANmnF { width:3.6875rem;height:7.5rem;top:22.5625rem;left:0.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1tMyC8Xm5Ae5AbizCahx7dtfHyGITEB { width:14.625rem;height:7.375rem;top:21.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezfELnhmzO47OZMgdXII7W0DTqQ0Sw0t { width:2.0625rem;height:0.75rem;top:20.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InR7gpzkUKQZ43l6M8R5umhS0ERKIF2a { width:6.875rem;height:0.5625rem;top:20.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6Tug61SmDc6M1vk0PQ0TJfNN4t1aZE { width:1.625rem;height:1.25rem;top:20.0625rem;left:7.4375rem;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthgTtPwLOQcpNyZwpWF0gK7D6hwGfQW { display:block; }
 }@media only screen and (max-width: 763px) { #PonJ2WSC8M267QDrxNAcXPeRIQTC65Kb { width:1.625rem;height:1.25rem;top:20.0625rem;left:8.9375rem;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLlWEeo6DqZ8F5wRhkNkdoCMxOwFfcgU { display:block; }
 }@media only screen and (max-width: 763px) { #NywTi2fGTMOaKk9cU2IFTKeBB30pIND7 { width:2.0625rem;height:1.25rem;top:20.0625rem;left:10.375rem;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wfkz8eT8sTw225BTg7tUFpXTOPUyCy { display:block; }
 }@media only screen and (max-width: 763px) { #A1V39r5BHVQ16MR3ZycJOrHFlUJ6eePI { width:1.875rem;height:1.25rem;top:20.0625rem;left:12.125rem;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZdMQtmyQLx58v9cHCLT8ib9SCbbDXE { display:block; }
 }@media only screen and (max-width: 763px) { #fHxSTP9hxo7fhJlS3F556N2P2ngcd9Vu { width:14.8125rem;height:9.875rem;top:19.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSCze8cxWsRdKn4DOCCUTbDHPwdn5LlP { width:0.125rem;height:8.25rem;top:15.17236328125rem;left:19.16259765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6ZicUa30TXQPT2dZKsUSkIvcgGwP32K { width:20rem;height:4.875rem;top:6.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFO7VFBLLereSG4vqviuldMLVoqreR5J { width:20rem;height:1.05615rem;top:2.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL0vDpbcwpTUmHTEWrvPTftEDTd1P3eK { width:5.625rem;height:1.13720625rem;top:32.4482421875rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wXz1WD720O8UxmlzrH18dhVAwXTBDucv { width:15.1875rem;height:3.125rem;top:35.1875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOkgW2Zx8v7LbVcN6LCrQFZWXlM6Nao { width:15.1875rem;height:3.125rem;top:39.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt4p1VtD7PBEABdTu9qw2vOqsPdk84s2 { width:15.0625rem;height:1.29980625rem;top:36.0185546875rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS0FurRzb25WGih5wUSusKOdmmPQXnPx { width:15.125rem;height:1.29980625rem;top:40.4560546875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nlh9HzOxe4Ef7aA3R6P3XgW0IOezTGs5 { width:15.1875rem;height:3.125rem;top:44.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od44woJ9olq8Xik7yHvHc5hXxVzqk6zF { width:15.375rem;height:1.29980625rem;top:45.0185546875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyekzhoqK8GPqtlc117F3eIQrTo9fREP { width:8.375rem;height:1.13720625rem;top:50.375rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uUzsuKcF7s2CpzudobhXg0rt3Rkc8lcA { width:9.625rem;height:1.13720625rem;top:52rem;left:5.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JusTJkroMZLPCKkkdT7OGPu6FvTNAUVd { top:54.625rem;left:6.21875rem;width:7.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJeIlXSUH0Hh0rTEHGlxg6PIzB8cuJt { display:block; }
 }@media only screen and (max-width: 763px) { #Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP { background-color:#fffcfb;background-image:url("https://images.assets-landingi.com/uc/d1dd453f-4f8c-44cd-b0b8-ee09a4601dad/DestiHomepageRedesign.crop_700x700_321,24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP.adaptive-delivery-prevent-bg, #Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP.lazyload, #Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP.lazyloading { background-image: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container { background-color: transparent; background-image: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container > .video-iframe-container { display: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row > .video-iframe-container { display: none; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .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); }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wro8EVaOsgKBOLfW39hfCKMtcVtuw2eP > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X { display:block; }#cLyUgbCTKPd5mBNoSZX5Pe7b7l9DKK2X > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 { display:block; }#zWV9cdXqIqQgp4BdUm8cnqquVkmGLn06 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Wq1yGZ9e0XTddbcFbaTUrMsrr1xOyi { width:20rem;height:17rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sPNeLesH1E0Fa8A9l9XRyGk7auB3On { width:20rem;height:1.94970625rem;top:24.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #biSUTMrykwhTPvW71mlxP3G7TzyowNdK { width:17.3125rem;height:3.9375rem;top:26.875rem;left:1.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LgxTvQazNGBLdzDT0epfGrzx7hazu9Bo { width:5.3125rem;height:4.0625rem;top:32.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOV6PeVOue1rEhX1tcbvKZ7wio8aIAxQ { width:5.3125rem;height:4.0625rem;top:32.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXa6TmAmFI7SgvDwBMgpRDNHygVT090W { width:5.3125rem;height:4.0625rem;top:32.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7USSSCtnf4TWw9B4yuL3Hc27sCpJMB { display:flex;width:1.8125rem;height:1.8125rem;top:32.875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #CRbGMny4is5Sd7InnKMr3TbQtTsJxkFr { width:5.4375rem;height:0.9746125rem;top:34.875rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7R6WD3OgsfIMalAmElwWSihrciONAMA { display:flex;width:3rem;height:3rem;top:32.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #fMM9cdA6RvKcftTXEKUJW46PuJ65bdzE { width:5.375rem;height:0.9746125rem;top:34.9375rem;left:7.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRgFPUG0z7glAu1vGCwnu5t77tm6VJyC { display:flex;width:2.1875rem;height:2.1875rem;top:32.625rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #AzmotISrPP7EISh8ywkUWqlvRksa0fin { width:5.375rem;height:0.9746125rem;top:34.875rem;left:13.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSDcGCXQXRHfD5x9SEaNgg9MMPd4Gx2s { width:7.125rem;height:1.05615rem;top:0.8125rem;left:6.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp { display:block; }#sk3bJMIsfKemQZ5TSsJo9Ccsh99whZRp > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5MxSMbezD1AQh6lrC6SIlSQ9mM3DWPL { width:20rem;height:20rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MskfmJ53fnN4HtIouTVnliDJJ1RKJeQB { width:20rem;height:1.94970625rem;top:28.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ES3P0MIxWttgWDvEyD9dtLOzCZHvWACr { width:16.5625rem;height:3.9375rem;top:31.125rem;left:1.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UZB8TkLS93dNZqKe5dwPqPCtTQN99DZ0 { width:9.875rem;height:1.75rem;top:36.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr1QvHEpOEPLZqn4ApyTNW3ObEMBmRys { display:flex;width:2.5rem;height:2.5rem;top:37.125rem;left:2.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QyQcSKU46eKpcJfGKX6PHuFSvnk83ro9 { width:9.375rem;height:1.75rem;top:40.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deQgx8y0HOSf2InvUiJi3MtQ1gXbrqcE { display:flex;width:2.5rem;height:2.5rem;top:37.125rem;left:14.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NCsiBatGki8cQbn8WPbR0HC9S4Cyce3C { width:9.375rem;height:1.75rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4RN8Td3FP5co6iwoIw62ag83O4cFIS { width:9.5625rem;height:0.8125rem;top:37rem;left:5.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUydhicKqUywxgds3dpQS1tGSvgkAsNT { width:9.3125rem;height:0.8125rem;top:40.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh5HngD40gouhcLSXV0O4AQUENgy3mmP { width:9.375rem;height:0.8125rem;top:40.5625rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6ug7VDCR8zozx19g5daR2ZLyg2FX94 { width:11.1875rem;height:1.625rem;top:7.25rem;left:4.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8EaTxxUmOpwMgvNwW2k3u7oGNEMTsN { display:flex;width:3.125rem;height:3.125rem;top:28.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnBiedtXkrAgd83CLr4qMhh6ENz5cHSH { display:flex;width:3.125rem;height:3.125rem;top:23.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THxGnifnw26ierfIl0ZvnMnMInOwncdt { display:block; }#THxGnifnw26ierfIl0ZvnMnMInOwncdt > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4cE6PrlU1ebAXDPUwI0U9GzZNJLhUW5 { width:20rem;height:1.94970625rem;top:26.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lwb6p37nNiir6eiQ0DC5E4qgltsBEg2y { width:15.8125rem;height:2.625rem;top:29rem;left:2.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w9cKTGBsFGyWElnHNO3FolAJrK95tzVy { width:20rem;height:18.8974375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob4SeFbozfHxIxwNzBEFO0Lyu5atUCfn { width:17.8125rem;height:10.6875rem;top:27.1826171875rem;left:1.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QedU5X3wtfHUfXcrOstU54k6SygRqs7a { width:5rem;height:1.4375rem;top:35.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxhLqhbaPz5b2heccmpxik267hsRcJkM { width:4.875rem;height:0.73095625rem;top:36.3125rem;left:2.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNT8l3e99F1C8vFsZZaehx0l4REFpFTO { width:5rem;height:1.4375rem;top:33.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a730EoZFQhsWX3BcJJDbWo555wskC9q3 { width:5.25rem;height:0.73095625rem;top:34.1875rem;left:2.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQxXIzXfsb3CGBJ1xWFCt5mGSrWQb2p2 { width:3.5625rem;height:1.4375rem;top:27.875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMEAsigEs3Eb66lNbfp6Wrnrguud0eJH { width:5rem;height:1.4375rem;top:35.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOsaT9hxrc0p3c8yK5K6aLM8FzI86iz { width:5.125rem;height:0.73095625rem;top:36.3125rem;left:7.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7uCnSqL8HGit3hOl1c5V30bOoJ2dDVd { width:5rem;height:1.4375rem;top:33.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqDKUTEuAUpGQt6Z6oNMLO5k6FC6XQwe { width:5rem;height:1.4375rem;top:33.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZW3Mff9ATXkrNENOg9Mn7Pvlag8sPnG { width:6.1875rem;height:0.73095625rem;top:34.1875rem;left:6.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ACV8tSQqhggcx1cfTbrS3XNCRdvvEt { width:4.9375rem;height:0.73095625rem;top:34.1875rem;left:13rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtR0hTMxAMaaO5UpxCDVX5WslZ9B41d { width:5rem;height:1.4375rem;top:37.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlkesahBEUxrxTUOzzdlNzKwxMD4io71 { width:5rem;height:1.4375rem;top:35.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoOtMiETR4Z8eFeHTpPzzT3eqKNvnii2 { width:4.875rem;height:0.73095625rem;top:38.3125rem;left:2.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqf9IEFIHt9HCkTcpf7sFv9qkWD1hRDk { width:4.9375rem;height:0.73095625rem;top:36.3125rem;left:12.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yNkLFRwTUsJKnMIOHu7TBXd8yIfRa5 { width:5rem;height:1.4375rem;top:37.9375rem;left:7.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #sec5OOUfwTQVGn7En4QLXTmGtdENCR7O { width:5rem;height:0.73095625rem;top:38.3125rem;left:7.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoUKmSMcbKQ6TVlrwmCLmiaKzhUIdq6M { width:10.125rem;height:1.4624rem;top:5.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSaiSkVfNqdppv8clXw7GTrl0EQMTN6M { width:10rem;height:1.4624rem;top:5.4375rem;left:10rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgkg4TfmDDqfXvh4ZN0Isw4SxpWsaHG { width:5rem;height:1.4375rem;top:37.9375rem;left:12.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #on7U8N38cNTTwSbQm58A1QRBcx2oIynb { width:5rem;height:0.73095625rem;top:38.3125rem;left:12.9375rem;font-size:0.5625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr { display:block; }#TzCBRldR3fyZn8F3LfpNTrP4XV2upDvr > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUqAmPznnKenuF5xAB88TR5b8570rMFB { width:20rem;height:17.1875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3sMrGqmNNcPb49CT2GhU69FT1HDD7ai { width:20rem;height:1.94970625rem;top:25.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p6OzQwKe93xdQbxTsDD5hnqN0XRARsLV { width:17.625rem;height:3.9375rem;top:28.1875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #P0JbT7Z95RHcHbRvySyAykTD4cOKtu1c { width:17.4375rem;height:2.5rem;top:33.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le3MWMxvpTz2tTHTHP66gtlTBrR1AFQE { width:17.4375rem;height:2.5rem;top:37.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuM7TJRnbcTFcynv2kJ4TOms0UCf3g9f { width:20rem;height:0.9746125rem;top:34.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #six2tTqzTWITTX7w7ssHxz8PxLynPfEW { width:12.5rem;height:0.9746125rem;top:38.0625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReRFTqbAhNMiMTwT2aVmKPOHlsXFL08y { width:17.4375rem;height:2.5rem;top:40.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znc728NNznTMsJyJPdhAfUyNgeTkbTtr { width:12.5rem;height:0.9746125rem;top:41.5rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itE2C3D8FJnh61rZPQAbBK30UH6T8Tg2 { width:9.9375rem;height:1.3496125rem;top:6.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La3zfHuNLTnMG6viQrDl6FlHEzURH7OE { width:10.1875rem;height:1.3496125rem;top:6.6875rem;left:9.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDmTT47ipDPdMu4cZeib0PVRkRXPedTh { background-color:#fffcfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { background-color: transparent; background-image: none; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container > .video-iframe-container { display: none; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row > .video-iframe-container { display: none; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .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); }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { border-width: 0; border-radius: 0; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDmTT47ipDPdMu4cZeib0PVRkRXPedTh > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWbiHDxioo8k4LLKpSDriO9y9QZx2L9R { width:15rem;height:30.6875rem;top:14.625rem;left:2.5rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJCL1PWHaGBVZ8t50CNRkl924bXZNblc { width:16.625rem;height:1.5rem;top:4.0625rem;left:1.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OiOJ53TXnfXcBTtl50u4vTLZH7SJLhP3 { width:17.3125rem;height:2.625rem;top:6.375rem;left:1.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-heading-text { text-align:center;text-align-last:center;font-size:0.875rem;height:auto; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-desc-text { font-size:1rem;height:auto; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr { display:flex;height:auto;width:15.25rem;top:9rem;left:2.25rem;z-index:15062; }
#pTognNVBHxDDlThu3QqL5eS8ATvbMecr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #pdbpXuqBbxP92bHxLCo1kTfkaQQ7uTu1 {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #biJdgtGMyoPxbCwMrtdeRns4zsIVX213 {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #ruOMvUshkrm07vLBaL0kJElpmShoSyEZ {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #PXilJUknTUsgpR9H3ZsZXRrTTo3ak1EN {  }
 }@media only screen and (max-width: 763px) { #pTognNVBHxDDlThu3QqL5eS8ATvbMecr #pAJGZV1USiGv48yKbQUzzqhllmU49k9I {  }
 }@media only screen and (max-width: 763px) { #kXmr9iq3xld7nIkub7ptocCf02wTAKq3 { width:20rem;height:1.5rem;top:47.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ianHQtPd8R7Kuem2ue9TuQ65WNGDt2yc { width:17.3125rem;height:2.625rem;top:50.0625rem;left:1.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-heading-text { text-align:center;text-align-last:center;font-size:0.875rem;height:auto; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-desc-text { font-size:1rem;height:auto; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii { display:flex;height:auto;width:15.4375rem;top:52.6875rem;left:2.0625rem;gap:0.625rem; }
#hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #PtbxPsAphDom9tInyeFMQ9hKWkyG8wvy {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #iyZBNtBGVbTTiifI0KVoppplZngtXi5i {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #XWHQBnQDr9H43e6fgmxobZgiTpaHG2ho {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #uJseOfLsPUEE8xA7gZlfyhEOMbdc7TDp {  }
 }@media only screen and (max-width: 763px) { #hmryIEtCJQ4q5iswyeRRiMLnGLsKLpii #MN0cIr9DFsPvMTJOK1Dw6ToQcqmvEO5e {  }
 }@media only screen and (max-width: 763px) { #lQ6Uh0p1C6deTFbghTwJGgt5Cq4TiGF1 { width:12.5rem;height:1.05615rem;top:0rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xCkrFzTu9XpHlXDkUwkpBxK06gBlTakL { width:0.625rem;height:0.40625rem;top:32.9375rem;left:12.25rem;font-size:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXn1DZC4RDV35S48W99T9v2ewuop35Fn { top:61rem;left:4.125rem;width:11.8125rem;height:3.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #JNvlqDhTMEmH5vnBedsuCJAF7W7zhgHG { display:block; }
 }@media only screen and (max-width: 763px) { #LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK { display:block; }#LJpsJgMaGlELyeRh30oAmJz8TZ50GmfK > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axqUxUFBPEiBfqhPsH3hH5829F0RH9UA { display:block; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA { background-color: transparent; background-image: none; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row .container > .video-iframe-container { display: none; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row > .video-iframe-container { display: none; }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .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); }#axqUxUFBPEiBfqhPsH3hH5829F0RH9UA > .row .container { width:20rem;height:7.4375rem;background-color:#fffcfb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd { display:block; }#zvf2kWEv4305kIJ1xEgIU39DcvrbuWXd > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWksnaQCLIndHtkFvO7EwFXH3LJhA1K8 { width:4.25rem;height:4.25rem;top:6.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKG1SmSUViJLXQFiZLiiPav9e9ewEmag { width:9.875rem;height:3.25rem;top:11.375rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfoB02tHFy7JUfpKiWdUELgJe7Rnr3u2 { width:7.8125rem;height:3.25rem;top:25.75rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPyeaHmZpxye2TzJGLVcACA5eI0LWMuK { width:7.8125rem;height:1.625rem;top:42.1875rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gudytI3wdfGNTNFx50t95vc3bFT91Cw4 { width:4.25rem;height:4.25rem;top:20.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlDSqWcXtR0sCNZXCAxETWHMtZBnE0T { width:4.25rem;height:4.25rem;top:35.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJqR1VBQBIVMzN6T2OPPbR0MHU6fHeah { width:8.1875rem;height:1.05615rem;top:1.5625rem;left:5.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DqM3ai0frAiF6BifxlOZaES2WpQHWqnM { width:0.8125rem;height:1.625rem;top:7.4375rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASML6qsc5IIueFTAXQAGQ9VCAsTp73lt { width:4.125rem;height:1.625rem;top:22.0625rem;left:7.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mav9Nh32ib5kVqFTKV6166ElDHFLwOZi { width:0.8125rem;height:1.625rem;top:37.125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9udH8i0vhTbERs64SI5PRX1zNm8Pugz { width:15.5rem;height:3.41161875rem;top:15.5625rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMJqmdA5syJJTJhWwMD5K2XWyvXA14UW { width:15.4375rem;height:3.41161875rem;top:30.0625rem;left:2.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yleDehL39MSxfTxff8uTb2FpkwX6lHbD { width:15.9375rem;height:3.41161875rem;top:44.7763671875rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZx54JP8rwpWWSdI1oTqLLt2UT7WIWXs { height:11.125rem;width:20rem;top:50.4736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgwNBChgeaxGViz1WAuTpGGTBNlaEcIp { top:64.0625rem;left:4.1875rem;width:11.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsmUqgRvxhxEfVaAwHaamw4B9IbDoxRo { display:block; }
 }@media only screen and (max-width: 763px) { #MT003Rp2XQTlHrOC5gG6DM6kZUDT4u0a { display:flex;width:1.375rem;height:1.375rem;top:64.75rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb699e59-3862-4693-8b14-9b73091f72d1/L10108122.crop_4927x2480_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG.adaptive-delivery-prevent-bg, #T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG.lazyload, #T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG.lazyloading { background-image: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container { background-color: transparent; background-image: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container > .video-iframe-container { display: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row > .video-iframe-container { display: none; }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .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); }#T7kCIvPq7mgyJ4ZtAi2crRZrT0gR3mtG > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNH5EDh3Km4UR0wOiLrkDAcnXbUlybWK { top:10.3125rem;left:4.8125rem;width:10.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitfemLBNWdriiwGfQBubnzetBVcT2VK { display:block; }
 }@media only screen and (max-width: 763px) { #dTxZ6LlGN3TqEE4ngxrlsDmRsTpqHtxq { width:20rem;height:1.94970625rem;top:7.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb { display:block; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb { background-color: transparent; background-image: none; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row .container > .video-iframe-container { display: none; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row > .video-iframe-container { display: none; }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .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); }#sRwCBbwluB0hcWLg0zc0b5sUMiKrnEkb > .row .container { width:20rem;height:8.0625rem;background-color:#fffcfb;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 { display:block; }#JHDrOnKcKVD3akGTlQR6kHahw1OtKDr4 > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyA50HcTOHiKL62ezgtHDblPHTTZWzsz { width:20rem;height:2.3999rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI { display:flex;height:auto;width:20rem;top:6.25rem;left:0rem; }
#dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #i2zE92p3vLxRry3elIX6SncVdmynzN0I {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #VfyKPHQJSfshiUJ9xS3xPBaFn6c59vxU {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #B5kas9X5MzQnqIkLDgFQc0QzWeJQMfZn {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #yJEmFid42yn2Hl23VfxeNeccVK6cm9H7 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #anr1RVCL42xQqegtXTJHHsVv28u4yHeI {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #HNF5opRU8DkPE6g9QlArUsuTktdyTVmy {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Qf2VCBGnxvQPAUF4eniiHzwmsXgad4Z6 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Ew9ti79M1axBHuGPLnbhZgDreOprzpl4 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #k8JW2fTPWHcg5ukRKLOCDJ4nRoCJcIpL {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #T1Nx1QNarU9Wr8CTp5ooPqylMuxPyEKO {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #TRzd5RuTBnmTn3ISr9D1e6w7Il8GS4nf {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #zO8APeU8Rxf8sD3gU8kAMI4hAJkaeUXX {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ltPC3nD5zdtC5LMvamQ9FkIA8LunpI43 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ukWQKeyFxPp2of2hFPt2JCuEGzQp1sUG {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ohOOih3NLKfqPxEdihWphU9kwH9lTelr {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #Hu7XNxU6Mgh8a2ERIaDCI4q87ttEB2DK {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #prRV0xPoQbwTRL20RyN2FX2sqnotraks {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #iKB9bFsKB3MrJ9mAdd0oAyy27mZhIZ0R {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #SQxJrv03eJSUSxNMrlIpinCxmgxXMuvs {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #DFlxR45WDZRLR8MpKXHTcloR1Ih4rXDG {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #I4lCLHXVQleT6OgFtzOJ6To7Mzk5UiT2 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #ZiMGk9c4kWy4DZo2pJaRFE10KUWcZlHz {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #G6agZ2Qpgb6TMD4ETz8WisTqEbeFP5DW {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #fsdtED4D2N6I87EIaEV9uNFRLJZuSeB3 {  }
 }@media only screen and (max-width: 763px) { #dDJew74Jasae8fg9WdmXD6OHJ5BLNzsI #HoRIMqCOcSI7OsJV87CTQ4KVcP7QHAPs {  }
 }@media only screen and (max-width: 763px) { #HBOGTAoJaolqZ9fT6eHH7Wmt59lnrmSB { width:20rem;height:22.0483125rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHK1NwXuCbpJhFlrS3dUC2SB3tvWRhcU { width:17.25rem;height:8.9375rem;top:56rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEowUqBaPhiauXxzbCzuy5GxFk6elnpr { width:14.875rem;height:1.29980625rem;top:56.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF5ieftvlFAlERtnFyeFXIJLotE6F05C { width:14.5rem;height:1.625rem;top:58.5625rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1PI1Ak7C71O3az9s5n4ZsrR06qiPIes { top:61.4375rem;left:6rem;width:8.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9beabAOWv72Hof2So8EM5epz13bVdSl { display:block; }
 }@media only screen and (max-width: 763px) { #IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ { display:block; }#IyLGXJFhkpiVMyFzgE52qEJbU3zqwFpQ > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frK8nvwc2NDv5lpuEtcTRGht7LLUgd4r { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2nmzdCx0rZFkc9xcz1n9JQzxzb3RCw0 { width:20rem;height:2.2744125rem;top:4.61230625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ  { width:17.5rem;height:auto;top:8.13623046875rem;left:0rem; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ {display:block;}#QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ { width:17.5rem;height:auto;top:8.13623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #b37ai8SqxC6FeX2Wts9UADVPhk4sG04g {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #iEDrg2gVKTVS9TeD6FrJKTK3ETpMLwnv { display:none; }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #NkEdOPbdkqXhtT895Rshgk5Hg884N6w5 {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #k6sABoytLJWuJkC3wzrWQWgne8Ih5Stz {  }
 }@media only screen and (max-width: 763px) { #QOBSaWuVAKt0pxU1Le2bSAeUimBVdhiQ #oRsPxVD0vBv0zu699H0SRvWlbaSFkrrK {  }
 }@media only screen and (max-width: 763px) { #WL6MZeDy70153rTTDm4kei3LLlSiyoiO { display:block; }#WL6MZeDy70153rTTDm4kei3LLlSiyoiO > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEHnfvTOzGWtnXWxQWUrTLdJyPsuctH5 { width:4.6875rem;height:1.8125rem;top:5.8125rem;left:7.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DFriOEgyygTRSkWTtd4HOZ1rJTNdbSPX { width:12.5rem;height:0.89355625rem;top:8.125rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmdzXXreic4guXxfkICGvdMUwOHMthwI { width:20rem;height:0.0625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV7J0TTKQTQSCM8NagFHhWE8TGWlGbHB { width:12.5rem;height:0;top:6.5rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qs9ADOR69mTLPlrsC4GBlm7bDHKtiuLn { width:12.5rem;height:0;top:9.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ { width:12.5rem;height:0;top:11.625rem;left:3.75rem;font-size:1rem;display:none; }#ms7PTXzHeuquNMTyUP02tHWReLJqIOrJ li:before{  }
 }@media only screen and (max-width: 763px) { #SKT7u9PL0VT4vdGl6cpZC7caAns46wPJ { width:12.5rem;height:0;top:32.5918125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G36yg8bOyZ0KAKtw2skgsREZCAZyAgXN { width:12.5rem;height:0;top:17.480475rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WXG31UgdJ8J7VmVwNGzmADkSw6ipCtDf { width:12.5rem;height:0;top:39.26565rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U8CQ5OTaW3zfsltzTL84tXyfOMiSewVS { width:12.5rem;height:0;top:35.791015625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iirJSVaO1FtrcrCsyqAq6MNdJKWiWVtB { width:12.5rem;height:0;top:19.7050875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J55MM8q5NuHLq3Mz7LnCGxPgbSLcoNOW { width:12.5rem;height:0;top:41.4902625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #erwMkq6xUdonL6yha6GVvALi3MuZpuXp { width:12.5rem;height:0;top:42.58935546875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IFZWuWnHmiwzMmWyfV6QImfpwL5ol4zQ { width:12.5rem;height:0;top:34.816425rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pLSaID1GWTiNcAJLCuqe4FqMn99mvKV1 { width:12.5rem;height:0;top:21.9297rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wn244I089PZUd3EBMEyV8iSnU538bs20 { width:12.5rem;height:0;top:37.0410375rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mLqWpQw6xeuLB6UzspqqnqEcWT4pb91K { width:12.5rem;height:0;top:43.714875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKu07ZgdwKbCTgHhZLhOSURiq2vXKUP5 { width:12.5rem;height:0.568359375rem;top:19.25rem;left:3.75rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2Ue5LnwRWT3DBhRJGXxfVBSuZfTdgpz { top:10.6875rem;left:7.1875rem;width:5.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTknou4DyP9lN974PFUbflMLmQZmamI { display:block; }
 }@media only screen and (max-width: 763px) { #rPMWuRFWL0oOlgT9BTRHzeodpc9DDmv7 { display:flex;width:1.5625rem;height:1.5625rem;top:13.75rem;left:5.8125rem; }
#rPMWuRFWL0oOlgT9BTRHzeodpc9DDmv7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #elckCUX8Jo9RTuDMAZHIHwsMXF3xiitz { display:flex;width:1.5625rem;height:1.5625rem;top:13.75rem;left:9.1875rem; }
#elckCUX8Jo9RTuDMAZHIHwsMXF3xiitz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #lVc7sNCucRKtGBcZRWTAffcThIE1ox5c { display:flex;width:1.5625rem;height:1.5625rem;top:13.75rem;left:12.6875rem; }
#lVc7sNCucRKtGBcZRWTAffcThIE1ox5c > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }