.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/15994f84-4c32-4196-82b5-749f22a5a528/App23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:block; }#IlBT3yKAsQ6MBE44VOD4HDPkJppf2gim { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.875rem;top:1.875rem;left:1.375rem;overflow:hidden;display:block; }
#twuhh7l4An9QBdBzVd9HyJTdG7OkRAmI { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:1.375rem;height:9.75rem;font-style:normal;display:block; }
#TP3z1STXBN1p3NqyWkJw47V3lkbET9BX { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:3.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:13.25rem;left:1.375rem;height:7.5rem;font-style:normal;display:block; }
#wCa2Vo4aSIfemR1lqN6unagL8yWn8q9J { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:18.5625rem;left:1.375rem;height:8.75rem;font-style:normal;display:block; }
#Sqx2AqKzw9sVOxfVaD3hGq8tiN4Eexpk { color:#aadbcd;display:block;width:35.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:28.4375rem;left:1.375rem;height:1.3999rem;font-style:normal;display:block; }
#KVMXMfWrBu46HPQsFc2izCPSI2iGmkNS { box-sizing:content-box;height:0.0625rem;width:47rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.125rem;left:1.375rem;display:block; }
#S47tD8oBVJbTRzk99MESrFKrr7s8IXp0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.0625rem;top:42.5625rem;left:1.375rem;overflow:hidden;display:block; }
#vT9Vq1mzV3AMITyMgCwTrc71nxfA3zvd { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:42.5625rem;left:3.25rem;height:1.3999rem;font-style:normal;display:block; }
#bKqhfcrJGTMV7Mtw0GRblA6L3s46vBRc { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:36.5625rem;left:1.375rem;height:3.673825rem;font-style:normal;display:block; }
#PZ2mMkiZZMrJ8bq7ZQoKSXpr7CAdhwfz { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:42.5625rem;left:18.5rem;height:1.3999rem;font-style:normal;display:block; }
#pgdsCSMJ7bHayPSmzON3vveApeOb3CfQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:42.5625rem;left:16.625rem;overflow:hidden;display:block; }
#ozpxZUZbinwaTmBQlLywuFrk37y0VLcd { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:42.5625rem;left:33.8125rem;height:1.3999rem;font-style:normal;display:block; }
#z3vgT9odDEREKSeIPED84yy7NaHtuobI { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:42.5625rem;left:31.9375rem;overflow:hidden;display:block; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0.04);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .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; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:700;font-size:1.25rem;color:#ede9bd; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:roboto;color:#ede9bd;line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-trigger { width:2.5rem;min-width:2.5rem;height:2.5rem;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_d1581fc8c47ba5a5c29ba1771273670f3ba1d6b0.svg");background-size:contain !important; }#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-trigger.adaptive-delivery-prevent-bg, #Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-trigger.lazyload, #Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-trigger.lazyloading { background-image: none; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr { box-sizing:content-box;height:auto;width:47.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:51.0625rem;left:1.375rem; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Ry0AsOt19t23Ha9gee238SWO03MRO6dr #bklGeKTiOxdLKqTNZzK0XiC908b8Qoe0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr #bVPC1mzRgiC2BJq7sUcr0wsuDv3syrX4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr #aXbzVb6gkdzGo1B8acTDzWuBtgoLKUfD { display:block;position:relative; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr #QMOD9SVVh6bo8WGIz8XnPk93pe84lSky {  }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr #rp89qbyxTlyAyIeMT3RLu6mkQyU7Vuld {  }
#bkHgaNSuVr750KUvixnq7M8qiBZKaKtc { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.375rem;top:47.25rem;left:1.4375rem;overflow:hidden;display:block; }
#QULIfXSlPf41lGNI4rKRz6HBlSF0WmgX { box-sizing:content-box;height:0.0625rem;width:47rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.4375rem;left:1.375rem;display:block; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-form-header {  }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-regular-label { display:block;width:18rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-text { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.4375rem;width:18rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;font-size:1rem;background-color:rgba(255,255,255,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-text {padding-top: 0; padding-bottom: 0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-textarea { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3rem;width:18rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;font-size:1rem;background-color:rgba(255,255,255,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:18rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-select {padding-top: 0; padding-bottom: 0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#304643;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:700;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#ede9bd;background-image:none;overflow:hidden;font-style:normal; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:roboto;color:#ffffff; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:roboto;color:#ffffff; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:roboto;color:#ffffff; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:roboto;color:#ffffff; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:50.125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-container:first-of-type{padding-top:0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-container:last-of-type{padding-bottom:0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:70.25rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:28.8125rem;z-index:14999;position:absolute; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .radio-container { width:18.625rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:70.25rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:28.8125rem;z-index:14999;position:absolute; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #E2QziI1uqCbpHhMBqfcxxdX07LifTO3s { position:relative; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #MDzCXQ71bXTd78aRxnHhu5B47ez5d5QK { position:relative;display:none; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #oRoc4Ul5Hpw5uogXbdCP8DvaZiBzw5rT { position:relative; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #gXGvy8ce1GgHPeh9it883CBmrQ8KsaZ8 { position:relative; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #pWE5MpQRBkitPnrCL441cJt4bQg81XqW { position:relative; }
#aTgm3ERtJCsp2rJDvZpkRBJXM7Cx7the { position:relative;display:block;z-index:100000;display:block; }
#aAU8iZDRtPuJbgc6zDA9tGPOhxfwxG98 { position:relative;display:block;z-index:100000;display:block; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #owCtpn9k7Vrog7qVgQTLIOdGrTTMUkvS { position:relative; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #zGTXELJXNMTOzDZo5oDXh7sT83WfLU1d { position:relative;display:none; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #zsHs31psTlQHpP6VRvJMhwFxZOMQyHyk { position:relative; }
#IoBSKZ2zL5yOcomtugH9UnXxShhsWTgZ { position:relative;display:block; }
#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f0;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; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container { background-color: transparent; background-image: none; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container > .video-iframe-container { display: none; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row > .video-iframe-container { display: none; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .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); }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container { border-width: 0; border-radius: 0; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#zONUe35T3OkTwxk3a49T6dCTEIum9cTx { color:#436760;display:block;width:32.4375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.14990234375rem;left:1.40625rem;height:;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; }
#b5p5sdG3Qbk44Ee9JUPTXJ1GpkbdFItx { color:#304643;display:block;width:36.6875rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.75rem;left:1.40625rem;height:;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; }
#hTFsJ6bDNTMp2KBFSQDS5BnSGwrOgzPT { color:rgba(26,43,41,0.8);display:block;width:33.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.46875rem;left:1.40625rem;height:12rem;font-style:normal;display:block; }
#Km5OqUvCNit7lNcsJOq1DrbMq6sI2UMF { color:#304643;display:block;width:5.75rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:28.6875rem;left:4.125rem;height:;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;text-align:center;text-align-last:center;display:block; }
#AnHgrpH4RmGO74EbqrKNzwvUTpZsQUeD { color:#304643;display:block;width:5.75rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:28.6875rem;left:15.625rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#AbWwQx3SxToT7t8TbNHeaA769VILfBcI { color:#304643;display:block;width:11rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:12.875rem;height:;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;text-align:center;text-align-last:center;display:block; }
#QcV3cfGCTcsUNhC4hSX6OcUsHUGCiRmW { color:#304643;display:block;width:10.5625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:28.65625rem;left:25.5rem;height:;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;text-align:center;text-align-last:center;display:block; }
#QfuWqEMh6XR3VNEmtEZT0CnJsNo2JdAe { color:#304643;display:block;width:11rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:25rem;height:;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;text-align:center;text-align-last:center;display:block; }
#EbUQZgI1p0PbOAcd8p0576ppBhMbEvSh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:33.8125rem;top:6.4375rem;left:41.1875rem;overflow:hidden;display:block; }
#xvAMWFZmZq3ttBnliguGts47eE7eeEQh { color:#304643;display:block;width:9.3125rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:2.34375rem;height:3.8994125rem;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;text-align:center;text-align-last:center;display:block; }
#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#304643;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; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container { background-color: transparent; background-image: none; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container > .video-iframe-container { display: none; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row > .video-iframe-container { display: none; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .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); }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container { border-width: 0; border-radius: 0; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#I0mzIbGIq9ZmK6RdEc6RFSKvv6DsviRs { color:#aadbcd;display:block;width:31.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.9375rem;height:;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; }
#a53hdU9EyN2ZSQMkEtVZobfNiAy2cbxE { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.75rem;left:1.9375rem;height:6.1494125rem;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; }
#f6JHP0IwQMxlcWSa8omVAWTbvvHVpnUU { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.75rem;left:4.125rem;height:5.625rem;font-style:normal;display:block; }
#MCPomnpMg01kSxko9Munxf1wUxh0XLDu { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:12.75rem;left:1.9375rem;overflow:hidden;display:block; }
#IfXMw1GISts2BFEIkXPC2MZEwLWwQGup { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:19.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#zngQIm2Z9Cr4RoPzU7V1ilThR8UyUh56 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:19.5625rem;left:4.125rem;height:1.875rem;font-style:normal;display:block; }
#FP1nr756EJVaP66nhOnaDfUU5bavSNEI { background-color:transparent;background-image: -webkit-linear-gradient(131deg, #ede9bd, #aadbcd);background-image: -moz-linear-gradient(131deg, #ede9bd, #aadbcd);background-image: -ms-linear-gradient(131deg, #ede9bd, #aadbcd);background-image: -o-linear-gradient(131deg, #ede9bd, #aadbcd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9bd', endColorstr='#aadbcd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9bd', endColorstr='#aadbcd' );";background-image: linear-gradient(131deg, #ede9bd, #aadbcd);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#304643;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24rem;left:1.9375rem;display:block; }
#sOUf98vmgUOFwg9tQTyhzZrkxBbsCqBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USFQJ8VGuzpm6tuxdgBSBO5w4DmyQz9n { box-sizing:content-box;height:31.3125rem;width:31.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.12);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.12);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.12);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.12);top:3.3125rem;left:43.84375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ggbBToUmrKvxvnGuQmdZb9G9B8r5p7k5 { color:#aadbcd;display:block;width:27.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.099609375rem;left:45.28125rem;height:;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; }
#PL0gtazZX9n4KL3AItC85Mn0bcygdRgI { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.5625rem;left:45.25rem;height:;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; }
#V7owTzCRKQ0TmDy80zWVoIq7LDVpETqO { color:rgba(255,255,255,0.8);display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:11.25rem;left:45.25rem;height:1.5rem;font-style:normal;display:block; }
#FZk4aEmHlv0Rh6av8cV2GRpqZ3kVcFrM { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:14.625rem;left:45.25rem;height:;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; }
#V8bugKwXTob5P1DiTkpVhxllFB4Nra5Q { color:rgba(255,255,255,0.8);display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:16.3125rem;left:45.25rem;height:3rem;font-style:normal;display:block; }
#doIsh0Q6dapP5dMsczdKI5sTWXNFFnVQ { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:21.375rem;left:45.1875rem;height:;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; }
#OJJg1UW9lnDWFEytvfM4X8qx0rzTaiIy { color:rgba(255,255,255,0.8);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.0625rem;left:45.1875rem;height:3rem;font-style:normal;display:block; }
#ekFs7hleZ66nxF5nK6NHLWOWw1M5zwkJ { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:28.1875rem;left:45.25rem;height:;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; }
#tfQDcanqPL15wtbe3SZVmskR9Lu4Q6BT { color:rgba(255,255,255,0.8);display:block;width:27.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:29.875rem;left:45.25rem;height:3rem;font-style:normal;display:block; }
#MuP68GFyoTWiW3NqCa28uxO14O65KOLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f0;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; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container { background-color: transparent; background-image: none; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container > .video-iframe-container { display: none; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row > .video-iframe-container { display: none; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .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); }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container { border-width: 0; border-radius: 0; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#cBzkW8pw7Ek3IBcQ3rB31NqGGs1B0w5U { color:#436760;display:block;width:30.0625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.33740234375rem;left:22.46875rem;height:;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;text-align:center;text-align-last:center;display:block; }
#yGeAR9IzlAfpiReGy6mCknFnlkFV4TXH { color:#304643;display:block;width:29.625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.125rem;left:22.6875rem;height:7.7998125rem;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;text-align:center;text-align-last:center;display:block; }
#ZPnN9mx2DTE6KyyqEUiV64rJLtL1SL9U { box-sizing:content-box;height:5rem;width: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:15004;background-color:#304643;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:7.3125rem;display:block; }
#mitkXMgfnVa1LeitzDmTS2eWKbXi7Unx { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17.5rem;left:9.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7T4wank8E9d5TITAnuqhZl9awfSAu7P { box-sizing:content-box;height:0.0625rem;width:55.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(48,70,67,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:9.3125rem;display:block; }
#x9xZGSQh4t89DKQgSmnmAATneVNW6VJk { box-sizing:content-box;height:5rem;width: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:15006;background-color:#304643;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:34.75rem;display:block; }
#n0TMCrplltmTcqb3Kytv3E686cPKHABL { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:17.5rem;left:36.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7xNlHtW4xcgsEdGdHck4TxvE8KGTugc { box-sizing:content-box;height:5rem;width: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:15008;background-color:#304643;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5rem;left:62.6875rem;display:block; }
#kKgOib9MczcfPJ7dAkGSpcMogXqsXUOC { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:2rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:17.5rem;left:64.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOZbDseEWIr8wMNHlHSFbUxkAK2Ii5qq { color:#304643;display:block;width:19.5625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#ZGsJq5GUpyyow3v9OZdAfHEIEhBvD9t4 { color:#1a2b29;display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:25.0625rem;left:0.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFFIdWzamnGIRHqDkHECvHLZseOJ9Nxl { color:#304643;display:block;width:19.5625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.625rem;left:27.5rem;height:;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;text-align:center;text-align-last:center;display:block; }
#TPZtTxIqGW7DfCzTH54sU8nb5qkKmxTh { color:#1a2b29;display:block;width:19.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.0625rem;left:27.71875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOGScHJtQUWfSSvP5WeKQbuvdd8pZSAR { color:#304643;display:block;width:19.5625rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:55.375rem;height:;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;text-align:center;text-align-last:center;display:block; }
#pF2sr4VzLKqIDgcxXgW6rX9WcdqcJI5k { color:#1a2b29;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:25.0625rem;left:55.84375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#304643;background-image:url("https://images.assets-landingi.com/uc/7e8647b3-7293-47f9-8e08-80e7d763c2c1/Section1.png");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; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE.adaptive-delivery-prevent-bg, #s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE.lazyload, #s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE.lazyloading { background-image: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container { background-color: transparent; background-image: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container > .video-iframe-container { display: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row > .video-iframe-container { display: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .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); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container { border-width: 0; border-radius: 0; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#fFPLETlFJ9E0eT6MutwnxLx5b054B1nH { color:#aadbcd;display:block;width:26.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:24.4375rem;height:;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;text-align:center;text-align-last:center;display:block; }
#FywWwKneJHX52F5CWmNUkA9SViHBFhil { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:"barlow condensed mediumsemi";font-size:4.5rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:8.25rem;left:21.125rem;height:;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;text-align:center;text-align-last:center;display:block; }
#Df5AnKoXSa06dPqSUv4DkISrgqXpwHsM { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:21.53125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9Mmf3XKm0AbUdr2Omk3sHUvceIriDZ3 { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:26.875rem;left:16.6875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCLqtEzn8bocgPNg8TJZg6xQpJkOFSzk { box-sizing:content-box;height:0.0625rem;width:47rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:14rem;display:block; }
#p55cJSHnFddePoG6JGSTtWkaWcDmDT5w { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.0625rem;top:30.6875rem;left:16.25rem;overflow:hidden;display:block; }
#wAdOfbbakqQW7iaCItSzSL9NFVtBGVUC { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:30.6875rem;left:18.0625rem;height:1.3999rem;font-style:normal;display:block; }
#QW9z5Op4fUdU1ZQp5EwPPHqvuADfCJ0R { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.6875rem;left:30.8125rem;overflow:hidden;display:block; }
#GDXXRSgPxIHXq0ItPUFQtsf9OQhedux6 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:30.6875rem;left:32.6875rem;height:1.3999rem;font-style:normal;display:block; }
#lISwKMlM1H09WaloWNN6BseAiyk8xIpq { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:30.6875rem;left:45.25rem;overflow:hidden;display:block; }
#IID7SNsmZZCRZQrfZ5GHs7UTW9Nzw3Ql { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:30.6875rem;left:47.125rem;height:1.3999rem;font-style:normal;display:block; }
#z6ZZZQGLOG30453REC46k8VJALlrfFQT { background-color:transparent;background-image: -webkit-linear-gradient(131deg, #ede9bd, #aadbcd);background-image: -moz-linear-gradient(131deg, #ede9bd, #aadbcd);background-image: -ms-linear-gradient(131deg, #ede9bd, #aadbcd);background-image: -o-linear-gradient(131deg, #ede9bd, #aadbcd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9bd', endColorstr='#aadbcd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9bd', endColorstr='#aadbcd' );";background-image: linear-gradient(131deg, #ede9bd, #aadbcd);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#304643;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22rem;left:29.71875rem;display:block; }
#mqwstKBOCrilFiFTdm3ZTPxQw34y7cdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a2b29;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; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container { background-color: transparent; background-image: none; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container > .video-iframe-container { display: none; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row > .video-iframe-container { display: none; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .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); }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container { border-width: 0; border-radius: 0; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#GS5pgxtd4ENcVlUQZyxGhf5c6xe9sxFg { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#DAHRJFuukGZDdexPrypuzs4DPzIEVngA { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.7685546875rem;left:22.34375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mkar4LENvTeECRKlTDu8HpG1notALs9s { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:19.5rem;top:3.15625rem;left:55.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlBT3yKAsQ6MBE44VOD4HDPkJppf2gim { top:1.875rem;left:0rem;width:6.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twuhh7l4An9QBdBzVd9HyJTdG7OkRAmI { top:8.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3z1STXBN1p3NqyWkJw47V3lkbET9BX { top:13.25rem;left:0rem;width:46.5625rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCa2Vo4aSIfemR1lqN6unagL8yWn8q9J { top:18.5625rem;left:0rem;width:40.8125rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqx2AqKzw9sVOxfVaD3hGq8tiN4Eexpk { top:28.4375rem;left:0rem;width:35.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVMXMfWrBu46HPQsFc2izCPSI2iGmkNS { top:41.125rem;left:0rem;width:47rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S47tD8oBVJbTRzk99MESrFKrr7s8IXp0 { top:42.5625rem;left:0rem;width:1.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9Vq1mzV3AMITyMgCwTrc71nxfA3zvd { top:42.5625rem;left:0rem;width:12.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKqhfcrJGTMV7Mtw0GRblA6L3s46vBRc { top:36.5625rem;left:0rem;width:47.25rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ2mMkiZZMrJ8bq7ZQoKSXpr7CAdhwfz { top:42.5625rem;left:4.875rem;width:12.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdsCSMJ7bHayPSmzON3vveApeOb3CfQ { top:42.5625rem;left:3rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozpxZUZbinwaTmBQlLywuFrk37y0VLcd { top:42.5625rem;left:20.1875rem;width:14.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3vgT9odDEREKSeIPED84yy7NaHtuobI { top:42.5625rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr { display:flex;height:auto;width:27.8125rem;top:50.0625rem;left:0rem; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #bklGeKTiOxdLKqTNZzK0XiC908b8Qoe0 {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #bVPC1mzRgiC2BJq7sUcr0wsuDv3syrX4 {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #aXbzVb6gkdzGo1B8acTDzWuBtgoLKUfD {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #QMOD9SVVh6bo8WGIz8XnPk93pe84lSky {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #rp89qbyxTlyAyIeMT3RLu6mkQyU7Vuld {  }
 }@media only screen and (max-width: 763px) { #bkHgaNSuVr750KUvixnq7M8qiBZKaKtc { top:47.25rem;left:0rem;width:9.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QULIfXSlPf41lGNI4rKRz6HBlSF0WmgX { top:45.4375rem;left:0rem;width:47rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-regular-label { display:block;width:30.25rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-text { width:30.25rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-text {padding-top: 0; padding-bottom: 0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-textarea { width:30.25rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-select { width:30.25rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-select {padding-top: 0; padding-bottom: 0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-checkbox-label { width:43.75rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-radio-label { width:14.25rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA  { width:45.25rem;height:0;top:28.8125rem;left:0rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .radio-container { width:30.875rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA {display:inline-block;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA { width:45.25rem;height:0;top:28.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #E2QziI1uqCbpHhMBqfcxxdX07LifTO3s {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #MDzCXQ71bXTd78aRxnHhu5B47ez5d5QK { display:none; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #oRoc4Ul5Hpw5uogXbdCP8DvaZiBzw5rT {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #gXGvy8ce1GgHPeh9it883CBmrQ8KsaZ8 {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #pWE5MpQRBkitPnrCL441cJt4bQg81XqW {  }
 }@media only screen and (max-width: 763px) { #aTgm3ERtJCsp2rJDvZpkRBJXM7Cx7the { display:block; }
 }@media only screen and (max-width: 763px) { #aAU8iZDRtPuJbgc6zDA9tGPOhxfwxG98 { display:block; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #owCtpn9k7Vrog7qVgQTLIOdGrTTMUkvS {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #zGTXELJXNMTOzDZo5oDXh7sT83WfLU1d {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #zsHs31psTlQHpP6VRvJMhwFxZOMQyHyk {  }
 }@media only screen and (max-width: 763px) { #IoBSKZ2zL5yOcomtugH9UnXxShhsWTgZ { display:block; }
 }@media only screen and (max-width: 763px) { #qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm { display:block; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zONUe35T3OkTwxk3a49T6dCTEIum9cTx { top:4.125rem;left:0rem;width:32.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5p5sdG3Qbk44Ee9JUPTXJ1GpkbdFItx { top:6.75rem;left:0rem;width:36.6875rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFsJ6bDNTMp2KBFSQDS5BnSGwrOgzPT { top:15.4375rem;left:0rem;width:33.375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km5OqUvCNit7lNcsJOq1DrbMq6sI2UMF { top:28.6875rem;left:0rem;width:5.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnHgrpH4RmGO74EbqrKNzwvUTpZsQUeD { top:28.6875rem;left:2rem;width:5.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWwQx3SxToT7t8TbNHeaA769VILfBcI { top:31.3125rem;left:0rem;width:11rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcV3cfGCTcsUNhC4hSX6OcUsHUGCiRmW { top:28.625rem;left:11.875rem;width:10.5625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuWqEMh6XR3VNEmtEZT0CnJsNo2JdAe { top:31.3125rem;left:11.375rem;width:11rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbUQZgI1p0PbOAcd8p0576ppBhMbEvSh { top:6.4375rem;left:13.9375rem;width:33.8125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAMWFZmZq3ttBnliguGts47eE7eeEQh { top:31.3125rem;left:0rem;width:9.3125rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 { display:block; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0mzIbGIq9ZmK6RdEc6RFSKvv6DsviRs { top:5.125rem;left:0rem;width:31.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53hdU9EyN2ZSQMkEtVZobfNiAy2cbxE { top:7.75rem;left:0rem;width:38.0625rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6JHP0IwQMxlcWSa8omVAWTbvvHVpnUU { top:12.75rem;left:0rem;width:33.6875rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCPomnpMg01kSxko9Munxf1wUxh0XLDu { top:12.75rem;left:0rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfXMw1GISts2BFEIkXPC2MZEwLWwQGup { top:19.5625rem;left:0rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zngQIm2Z9Cr4RoPzU7V1ilThR8UyUh56 { top:19.5625rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP1nr756EJVaP66nhOnaDfUU5bavSNEI { width:15.0625rem;height:3.4375rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUf98vmgUOFwg9tQTyhzZrkxBbsCqBv { display:block; }
 }@media only screen and (max-width: 763px) { #USFQJ8VGuzpm6tuxdgBSBO5w4DmyQz9n { top:3.3125rem;left:16.5625rem;width:31.0625rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggbBToUmrKvxvnGuQmdZb9G9B8r5p7k5 { top:5.0625rem;left:20.4375rem;width:27.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0gtazZX9n4KL3AItC85Mn0bcygdRgI { top:9.5625rem;left:31.625rem;width:7.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7owTzCRKQ0TmDy80zWVoIq7LDVpETqO { top:11.25rem;left:19.3125rem;width:28.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZk4aEmHlv0Rh6av8cV2GRpqZ3kVcFrM { top:14.625rem;left:31.625rem;width:14.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8bugKwXTob5P1DiTkpVhxllFB4Nra5Q { top:16.3125rem;left:19.3125rem;width:25.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doIsh0Q6dapP5dMsczdKI5sTWXNFFnVQ { top:21.375rem;left:31.5625rem;width:14.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJg1UW9lnDWFEytvfM4X8qx0rzTaiIy { top:23.0625rem;left:19.3125rem;width:23.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekFs7hleZ66nxF5nK6NHLWOWw1M5zwkJ { top:28.1875rem;left:31.625rem;width:14.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfQDcanqPL15wtbe3SZVmskR9Lu4Q6BT { top:29.875rem;left:19.3125rem;width:27.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuP68GFyoTWiW3NqCa28uxO14O65KOLd { display:block; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBzkW8pw7Ek3IBcQ3rB31NqGGs1B0w5U { top:4.3125rem;left:8.84375rem;width:30.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGeAR9IzlAfpiReGy6mCknFnlkFV4TXH { top:7.125rem;left:9.0625rem;width:29.625rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnN9mx2DTE6KyyqEUiV64rJLtL1SL9U { top:16.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mitkXMgfnVa1LeitzDmTS2eWKbXi7Unx { top:17.5rem;left:0rem;width:1.1875rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7T4wank8E9d5TITAnuqhZl9awfSAu7P { top:19rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9xZGSQh4t89DKQgSmnmAATneVNW6VJk { top:16.5rem;left:21.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TMCrplltmTcqb3Kytv3E686cPKHABL { top:17.5rem;left:23.0625rem;width:1.1875rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7xNlHtW4xcgsEdGdHck4TxvE8KGTugc { top:16.5rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKgOib9MczcfPJ7dAkGSpcMogXqsXUOC { top:17.5rem;left:46.5625rem;width:1.1875rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOZbDseEWIr8wMNHlHSFbUxkAK2Ii5qq { top:22.625rem;left:0rem;width:19.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGsJq5GUpyyow3v9OZdAfHEIEhBvD9t4 { top:25.0625rem;left:0rem;width:18.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFFIdWzamnGIRHqDkHECvHLZseOJ9Nxl { top:22.625rem;left:13.875rem;width:19.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZtTxIqGW7DfCzTH54sU8nb5qkKmxTh { top:25.0625rem;left:14.09375rem;width:19.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOGScHJtQUWfSSvP5WeKQbuvdd8pZSAR { top:22.625rem;left:28.1875rem;width:19.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2sr4VzLKqIDgcxXgW6rX9WcdqcJI5k { top:25.0625rem;left:29.0625rem;width:18.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE { display:block; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFPLETlFJ9E0eT6MutwnxLx5b054B1nH { top:5.3125rem;left:10.8125rem;width:26.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FywWwKneJHX52F5CWmNUkA9SViHBFhil { top:8.25rem;left:7.5rem;width:32.8125rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5AnKoXSa06dPqSUv4DkISrgqXpwHsM { top:17.375rem;left:7.90625rem;width:31.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Mmf3XKm0AbUdr2Omk3sHUvceIriDZ3 { top:26.875rem;left:3.0625rem;width:41.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLqtEzn8bocgPNg8TJZg6xQpJkOFSzk { top:29.1875rem;left:0.375rem;width:47rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p55cJSHnFddePoG6JGSTtWkaWcDmDT5w { top:30.6875rem;left:2.625rem;width:1.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdOfbbakqQW7iaCItSzSL9NFVtBGVUC { top:30.6875rem;left:4.4375rem;width:12.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW9z5Op4fUdU1ZQp5EwPPHqvuADfCJ0R { top:30.6875rem;left:17.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDXXRSgPxIHXq0ItPUFQtsf9OQhedux6 { top:30.6875rem;left:19.0625rem;width:11.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lISwKMlM1H09WaloWNN6BseAiyk8xIpq { top:30.6875rem;left:31.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IID7SNsmZZCRZQrfZ5GHs7UTW9Nzw3Ql { top:30.6875rem;left:33.5rem;width:14.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ZZZQGLOG30453REC46k8VJALlrfFQT { width:15.5625rem;height:3.4375rem;top:22rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqwstKBOCrilFiFTdm3ZTPxQw34y7cdO { display:block; }
 }@media only screen and (max-width: 763px) { #ihcgRuqImwzwT33Xl8pLfFEZrM6batnl { display:block; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS5pgxtd4ENcVlUQZyxGhf5c6xe9sxFg { top:2.5rem;left:0rem;width:6.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAHRJFuukGZDdexPrypuzs4DPzIEVngA { top:3.75rem;left:8.71875rem;width:22.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkar4LENvTeECRKlTDu8HpG1notALs9s { top:3.125rem;left:28.25rem;width:19.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlBT3yKAsQ6MBE44VOD4HDPkJppf2gim { width:5.5rem;height:3.125rem;top:2.67333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twuhh7l4An9QBdBzVd9HyJTdG7OkRAmI { width:20rem;height:5.8496125rem;top:7.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3z1STXBN1p3NqyWkJw47V3lkbET9BX { width:20rem;height:4.5rem;top:13rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCa2Vo4aSIfemR1lqN6unagL8yWn8q9J { width:20rem;height:9.796875rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqx2AqKzw9sVOxfVaD3hGq8tiN4Eexpk { width:20rem;height:2.44921875rem;top:29.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVMXMfWrBu46HPQsFc2izCPSI2iGmkNS { width:20rem;height:0.0625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S47tD8oBVJbTRzk99MESrFKrr7s8IXp0 { width:0.8125rem;height:1rem;top:58.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9Vq1mzV3AMITyMgCwTrc71nxfA3zvd { width:9.8125rem;height:1.2246125rem;top:58.625rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bKqhfcrJGTMV7Mtw0GRblA6L3s46vBRc { width:20rem;height:7.348625rem;top:48.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZ2mMkiZZMrJ8bq7ZQoKSXpr7CAdhwfz { width:9.75rem;height:1.2246125rem;top:61rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdsCSMJ7bHayPSmzON3vveApeOb3CfQ { width:1rem;height:1rem;top:61.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozpxZUZbinwaTmBQlLywuFrk37y0VLcd { width:12.125rem;height:1.2246125rem;top:63.4375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3vgT9odDEREKSeIPED84yy7NaHtuobI { width:1.125rem;height:1.125rem;top:63.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-heading-text { font-size:1rem;height:auto; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-trigger { height:2.25rem;width:2.25rem;min-width:2.25rem; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr { display:flex;height:auto;width:20rem;top:72.8125rem;left:0rem; }
#Ry0AsOt19t23Ha9gee238SWO03MRO6dr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #bklGeKTiOxdLKqTNZzK0XiC908b8Qoe0 {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #bVPC1mzRgiC2BJq7sUcr0wsuDv3syrX4 {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #aXbzVb6gkdzGo1B8acTDzWuBtgoLKUfD {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #QMOD9SVVh6bo8WGIz8XnPk93pe84lSky {  }
 }@media only screen and (max-width: 763px) { #Ry0AsOt19t23Ha9gee238SWO03MRO6dr #rp89qbyxTlyAyIeMT3RLu6mkQyU7Vuld {  }
 }@media only screen and (max-width: 763px) { #bkHgaNSuVr750KUvixnq7M8qiBZKaKtc { width:7.5rem;height:1.0625rem;top:69.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QULIfXSlPf41lGNI4rKRz6HBlSF0WmgX { width:20rem;height:0.0625rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-regular-label { display:block;width:16.875rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-text { width:16.875rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-text {padding-top: 0; padding-bottom: 0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-textarea { width:16.875rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-select { width:16.875rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-select {padding-top: 0; padding-bottom: 0;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-input-button { width:16.875rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-checkbox-label { width:16rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .widget-radio-label { width:7.5625rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA  { width:17.5rem;height:auto;top:31.6875rem;left:0rem;z-index:14999; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA .radio-container { width:17.5rem; }
#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA {display:inline-block;}#HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA { width:17.5rem;height:auto;top:31.6875rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #E2QziI1uqCbpHhMBqfcxxdX07LifTO3s {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #MDzCXQ71bXTd78aRxnHhu5B47ez5d5QK { display:none; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #oRoc4Ul5Hpw5uogXbdCP8DvaZiBzw5rT {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #gXGvy8ce1GgHPeh9it883CBmrQ8KsaZ8 {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #pWE5MpQRBkitPnrCL441cJt4bQg81XqW {  }
 }@media only screen and (max-width: 763px) { #aTgm3ERtJCsp2rJDvZpkRBJXM7Cx7the { display:block; }
 }@media only screen and (max-width: 763px) { #aAU8iZDRtPuJbgc6zDA9tGPOhxfwxG98 { display:block; }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #owCtpn9k7Vrog7qVgQTLIOdGrTTMUkvS {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #zGTXELJXNMTOzDZo5oDXh7sT83WfLU1d {  }
 }@media only screen and (max-width: 763px) { #HVl4egqUZckWUPkfNJ8UuLlTnMuJIUTA #zsHs31psTlQHpP6VRvJMhwFxZOMQyHyk {  }
 }@media only screen and (max-width: 763px) { #IoBSKZ2zL5yOcomtugH9UnXxShhsWTgZ { display:block; }
 }@media only screen and (max-width: 763px) { #qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm { display:block; }#qiuUhnhJMZ8KJEqluNWcQKgdR8Jv8tRm > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zONUe35T3OkTwxk3a49T6dCTEIum9cTx { width:19.5625rem;height:1.13720625rem;top:2.8876953125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5p5sdG3Qbk44Ee9JUPTXJ1GpkbdFItx { width:20rem;height:7.1996875rem;top:4.349609375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hTFsJ6bDNTMp2KBFSQDS5BnSGwrOgzPT { width:20rem;height:21rem;top:12.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Km5OqUvCNit7lNcsJOq1DrbMq6sI2UMF { width:5.75rem;height:2.3999rem;top:34.9560546875rem;left:7.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnHgrpH4RmGO74EbqrKNzwvUTpZsQUeD { width:5.75rem;height:2.3999rem;top:42.375rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWwQx3SxToT7t8TbNHeaA769VILfBcI { width:11rem;height:2.92480625rem;top:44.7744140625rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcV3cfGCTcsUNhC4hSX6OcUsHUGCiRmW { width:10.5625rem;height:2.3999rem;top:49.75rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuWqEMh6XR3VNEmtEZT0CnJsNo2JdAe { width:11rem;height:1.4624rem;top:52.125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbUQZgI1p0PbOAcd8p0576ppBhMbEvSh { width:20rem;height:14.9721875rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAMWFZmZq3ttBnliguGts47eE7eeEQh { width:9.3125rem;height:2.92480625rem;top:37.625rem;left:5.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 { display:block; }#U92vuQKLbDMy72SqzX8WF8JnCsaSabW2 > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0mzIbGIq9ZmK6RdEc6RFSKvv6DsviRs { width:19.5625rem;height:1.462675rem;top:2.2255859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a53hdU9EyN2ZSQMkEtVZobfNiAy2cbxE { width:18.625rem;height:4.79980625rem;top:4.375rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6JHP0IwQMxlcWSa8omVAWTbvvHVpnUU { width:20rem;height:6rem;top:13.21191875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCPomnpMg01kSxko9Munxf1wUxh0XLDu { width:1.25rem;height:1.3125rem;top:11.1494140625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfXMw1GISts2BFEIkXPC2MZEwLWwQGup { width:1.25rem;height:1.3125rem;top:20.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zngQIm2Z9Cr4RoPzU7V1ilThR8UyUh56 { width:20rem;height:1.5rem;top:22.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FP1nr756EJVaP66nhOnaDfUU5bavSNEI { width:20rem;height:3.4375rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUf98vmgUOFwg9tQTyhzZrkxBbsCqBv { display:block; }
 }@media only screen and (max-width: 763px) { #USFQJ8VGuzpm6tuxdgBSBO5w4DmyQz9n { width:19.875rem;height:34.1875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggbBToUmrKvxvnGuQmdZb9G9B8r5p7k5 { width:18.625rem;height:1.13720625rem;top:28.25rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PL0gtazZX9n4KL3AItC85Mn0bcygdRgI { width:7.9375rem;height:1.5rem;top:31.5625rem;left:6.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7owTzCRKQ0TmDy80zWVoIq7LDVpETqO { width:16.3125rem;height:3rem;top:33.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZk4aEmHlv0Rh6av8cV2GRpqZ3kVcFrM { width:14.25rem;height:1.5rem;top:38rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8bugKwXTob5P1DiTkpVhxllFB4Nra5Q { width:16.75rem;height:4.5rem;top:39.8125rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doIsh0Q6dapP5dMsczdKI5sTWXNFFnVQ { width:14.25rem;height:1.5rem;top:45.75rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJJg1UW9lnDWFEytvfM4X8qx0rzTaiIy { width:18.1875rem;height:3rem;top:47.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekFs7hleZ66nxF5nK6NHLWOWw1M5zwkJ { width:14.25rem;height:1.5rem;top:52.5625rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfQDcanqPL15wtbe3SZVmskR9Lu4Q6BT { width:17.5rem;height:4.5rem;top:54.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuP68GFyoTWiW3NqCa28uxO14O65KOLd { display:block; }#MuP68GFyoTWiW3NqCa28uxO14O65KOLd > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBzkW8pw7Ek3IBcQ3rB31NqGGs1B0w5U { width:19.5625rem;height:1.462675rem;top:2.375rem;left:0.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGeAR9IzlAfpiReGy6mCknFnlkFV4TXH { width:20rem;height:2.3999rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnN9mx2DTE6KyyqEUiV64rJLtL1SL9U { width:3.75rem;height:3.75rem;top:8.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mitkXMgfnVa1LeitzDmTS2eWKbXi7Unx { width:1.1875rem;height:3rem;top:9rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7T4wank8E9d5TITAnuqhZl9awfSAu7P { width:20rem;height:0.0625rem;top:14.186525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9xZGSQh4t89DKQgSmnmAATneVNW6VJk { width:3.75rem;height:3.75rem;top:19.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TMCrplltmTcqb3Kytv3E686cPKHABL { width:1.1875rem;height:3rem;top:20.25rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7xNlHtW4xcgsEdGdHck4TxvE8KGTugc { width:3.75rem;height:3.75rem;top:34.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKgOib9MczcfPJ7dAkGSpcMogXqsXUOC { width:1.1875rem;height:3rem;top:34.875rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOZbDseEWIr8wMNHlHSFbUxkAK2Ii5qq { width:19.5625rem;height:1.7871125rem;top:13.1875rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGsJq5GUpyyow3v9OZdAfHEIEhBvD9t4 { width:18.1875rem;height:3rem;top:15.099609375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFFIdWzamnGIRHqDkHECvHLZseOJ9Nxl { width:19.5625rem;height:1.7871125rem;top:24.5625rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZtTxIqGW7DfCzTH54sU8nb5qkKmxTh { width:19.9375rem;height:6rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOGScHJtQUWfSSvP5WeKQbuvdd8pZSAR { width:19.5625rem;height:1.7871125rem;top:39.1875rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2sr4VzLKqIDgcxXgW6rX9WcdqcJI5k { width:17.75rem;height:6rem;top:41.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE { background-color:#304643;background-image:url("https://images.assets-landingi.com/uc/7e8647b3-7293-47f9-8e08-80e7d763c2c1/Section1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE.adaptive-delivery-prevent-bg, #s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE.lazyload, #s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE.lazyloading { background-image: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container { background-color: transparent; background-image: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container > .video-iframe-container { display: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row > .video-iframe-container { display: none; }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .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); }#s3cHBrV7ptlZ6xhizDz3o7yKSafZQJnE > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFPLETlFJ9E0eT6MutwnxLx5b054B1nH { width:19.5625rem;height:1.462675rem;top:4.125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FywWwKneJHX52F5CWmNUkA9SViHBFhil { width:20rem;height:5.625rem;top:6.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5AnKoXSa06dPqSUv4DkISrgqXpwHsM { width:17.5625rem;height:4.5rem;top:13.3125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Mmf3XKm0AbUdr2Omk3sHUvceIriDZ3 { width:16.1875rem;height:3.1494125rem;top:23.6875rem;left:1.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLqtEzn8bocgPNg8TJZg6xQpJkOFSzk { width:20rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p55cJSHnFddePoG6JGSTtWkaWcDmDT5w { width:0.8125rem;height:1rem;top:30rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdOfbbakqQW7iaCItSzSL9NFVtBGVUC { width:9.75rem;height:1.2246125rem;top:29.9375rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW9z5Op4fUdU1ZQp5EwPPHqvuADfCJ0R { width:0.875rem;height:0.875rem;top:32.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDXXRSgPxIHXq0ItPUFQtsf9OQhedux6 { width:9.75rem;height:1.2246125rem;top:32.25rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lISwKMlM1H09WaloWNN6BseAiyk8xIpq { width:1rem;height:1rem;top:34.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IID7SNsmZZCRZQrfZ5GHs7UTW9Nzw3Ql { width:12rem;height:1.2246125rem;top:34.375rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ZZZQGLOG30453REC46k8VJALlrfFQT { width:13.6875rem;height:3.4375rem;top:19.1875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqwstKBOCrilFiFTdm3ZTPxQw34y7cdO { display:block; }
 }@media only screen and (max-width: 763px) { #ihcgRuqImwzwT33Xl8pLfFEZrM6batnl { display:block; }#ihcgRuqImwzwT33Xl8pLfFEZrM6batnl > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS5pgxtd4ENcVlUQZyxGhf5c6xe9sxFg { width:5rem;height:2.875rem;top:1.8125rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAHRJFuukGZDdexPrypuzs4DPzIEVngA { width:20rem;height:1.04980625rem;top:6.412109375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mkar4LENvTeECRKlTDu8HpG1notALs9s { width:19.5rem;height:2.625rem;top:8.412109375rem;left:0rem;display:block; }
 }