.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,237,221;--color-primary-1:251,194,143;--color-primary-2:246,133,31;--color-primary-3:123,67,16;--color-primary-4:37,20,5;--color-secondary-0:247,224,224;--color-secondary-1:228,150,152;--color-secondary-2:201,45,49;--color-secondary-3:101,23,25;--color-secondary-4:30,7,7;--color-tertiary-0:218,218,222;--color-tertiary-1:130,133,147;--color-tertiary-2:5,11,38;--color-tertiary-3:3,6,19;--color-tertiary-4:1,2,6;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container { background-color: transparent; background-image: none; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container > .video-iframe-container { display: none; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row > .video-iframe-container { display: none; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .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); }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container { border-width: 0; border-radius: 0; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#TZBJPDJMQIp4u1H6AQZQTI84krUlFNhG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.8125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#hNG3GOiHmREfSZwi6CpDOycTATUgXEtK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.90625rem;left:65.75rem;display:block; }
#DUfk1IkxTd7J9wx34PRm7C3u7dulJ35m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tz4y4nhwVE9rS8T3qr5uNTyHmMtn90XP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:40.125rem;display:block; }
#VbIGqTUClbWF3hibrEQsXkDXibgpavkc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrWCPzDVau2CmeTXpFdTcJSmhiS7wK71 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.1875rem;left:35.25rem;display:block; }
#p8PghtTVWmWznQlZCZLoyJUtxfXV89Aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgC5mPRaZqwE7Bxal2t2RnEcGA2xHh3b { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:29.4375rem;display:block; }
#eWDStJx6mWv8xWRaewMzQc6wskmZzGIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyzbG5itdgfwCAnz5VG1EB5ZWAW8KrXm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1875rem;left:25.5rem;display:block; }
#tk2t4pLwo4kLwSZgG4yKcBsl5IunTAOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/I9aByJy8/Hero_bg_new_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.adaptive-delivery-prevent-bg, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyload, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyloading { background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { background-color: transparent; background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .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); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { border-width: 0; border-radius: 0; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#KO4AqJwN6s4qRM7p0ofnIqO6rG8hoHzz { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:18rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BHgTHFE1K3EXo6CkUrpAuJaWdUq2Ko7V { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.737500190735rem;left:0rem;height:2.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { border-width: 0; border-radius: 0; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { color:#3e3e3d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:7.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { color:#3e3e3d;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.388671875rem;left:10.46875rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAwNp13ukqzscHA40oSsQECVhRyLXisB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.5rem;top:20.875rem;left:35.25rem;display:block; }
#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container { background-color: transparent; background-image: none; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container > .video-iframe-container { display: none; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row > .video-iframe-container { display: none; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .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); }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container { border-width: 0; border-radius: 0; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#uxrhebWqRmklgLiG6BlcWZxQIKI2yFgV { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.1875rem solid #0f70b8;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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:2.125rem;display:block; }
#BuuN0C1iCS0ctkweuZU7NgRh7rZlIJqG { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:9.5625rem;left:5.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkwLIpeUvqsmgvguW3xCVL0Gz5Wmd4U5 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.1875rem;left:7.1875rem;overflow:hidden;display:block; }
#G2GPpmLtd1TVRICaqrKyZ9d2UppZgT6f { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f70b8;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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:20.9375rem;display:block; }
#LkqeQBWiZvC8mDHDzAByzpRrQMFP824T { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:9.5625rem;left:24.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rscu1XPkeuGdCKDqa4wz3liWonpQzUlV { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f70b8;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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:39.6875rem;display:block; }
#BTtyxCoHKZaGsMmVyBXNDlzXzAsNDfBd { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:9.25rem;left:42.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDFmuFeXUhgzRTnmwrtsEbx01Fe89Lxq { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f70b8;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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:58.4375rem;display:block; }
#diLrnOEsJkTuRcmdzVXgZLfHvdFcJmxI { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:9.25rem;left:61.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qK0wvZR9LL6r9PkazPUUzaTVi4XIUkSS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.1875rem;left:25.9375rem;overflow:hidden;display:block; }
#MvxLqMPT3ZVQvf4N0xzVJwB4s4eWBgIJ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.1875rem;left:44.6875rem;overflow:hidden;display:block; }
#DnkH37xPPelLPmhBmmsAmfZPG5rzHpWG { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.1875rem;left:63.4375rem;overflow:hidden;display:block; }
#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container { background-color: transparent; background-image: none; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container > .video-iframe-container { display: none; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row > .video-iframe-container { display: none; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .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); }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container { border-width: 0; border-radius: 0; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#SeGudOu8mchbVmzQbRA4bqUcLHw8w7b2 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:2.1875rem;display:block; }
#ATzvTRfc9bCWbBJDpn5frRw6apLON65D { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:9.25rem;left:5.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfaIhtrtR36bKsqStmdyUhUdiafTFFz5 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:20.9375rem;display:block; }
#nUd2tGP8Qw8PFZCEGURAnQcHNBqKnric { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:9.25rem;left:24.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWlNyvXOIpFvfMFTTniIUWPTvKKNqdWm { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:39.6875rem;display:block; }
#FpQnT88K2K7FsNxuyzdsVL2Kz89dmgwc { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:9.25rem;left:42.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KU8ZhJuUBKPDGET14H0eXDBTvPaUCAe5 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-2),0.15) ;height:10.625rem;width:14.375rem;top:2.4375rem;left:58.4375rem;display:block; }
#JhbLk47iFfk0vHDdBkqwgBDWgNa8qWNy { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:9.25rem;left:61.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ir1mTTOOCiUMrMOOrbHuNbLG9nsLLl0M { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:3.875rem;left:7.1875rem;overflow:hidden;display:block; }
#FSBwvAgUad5JRIvJImZ9UCfzTSeiVysP { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:3.875rem;left:25.9375rem;overflow:hidden;display:block; }
#uF5b86huVLQhA51XLorGK67VweAAa6Ig { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:3.875rem;left:44.6875rem;overflow:hidden;display:block; }
#xzgfvVFn5aipzDV3rwu9GUmL1MKuPofa { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:3.875rem;left:63.4375rem;overflow:hidden;display:block; }
#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container { background-color: transparent; background-image: none; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container > .video-iframe-container { display: none; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row > .video-iframe-container { display: none; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .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); }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container { border-width: 0; border-radius: 0; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#HasDXP6IZG83d7K5WrpXloa8BI56mSFC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1875rem;left:27.34375rem;display:block; }
#Q94fepVR2OhAGa0MGKbaT11aiRPsxBOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iqoIlpVA/Banner_Mask.png");background-position:center !important;background-repeat: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; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG.adaptive-delivery-prevent-bg, #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG.lazyload, #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG.lazyloading { background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { border-width: 0; border-radius: 0; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:15.28125rem;height:8.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/o4546fdp/Blackbaud_Feature_Image.jpg");background-position:bottom 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; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo.adaptive-delivery-prevent-bg, #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo.lazyload, #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo.lazyloading { background-image: none; } #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection *:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="text"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="email"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="tel"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection textarea:focus-visible { outline: none; } #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container { background-color: transparent; background-image: none; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container > .video-iframe-container { display: none; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row > .video-iframe-container { display: none; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .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); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container { border-width: 0; border-radius: 0; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { background-color: transparent; background-image: none; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container > .video-iframe-container { display: none; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row > .video-iframe-container { display: none; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .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); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { border-width: 0; border-radius: 0; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#fsBaJihTO8FE8t00G304GiySVtJKmrON { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:1.35546875rem;left:0rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPJJFNvINXs7IvXRkx5F8ZprB13HZPKe { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:2.099609375rem;left:45.75rem;height:1.4875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD { display:block; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZBJPDJMQIp4u1H6AQZQTI84krUlFNhG { width:7.8125rem;height:3rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNG3GOiHmREfSZwi6CpDOycTATUgXEtK { width:9.25rem;height:2.5rem;top:1.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUfk1IkxTd7J9wx34PRm7C3u7dulJ35m { display:block; }
 }@media only screen and (max-width: 763px) { #tz4y4nhwVE9rS8T3qr5uNTyHmMtn90XP { width:5.9375rem;height:2.1875rem;top:2.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIGqTUClbWF3hibrEQsXkDXibgpavkc { display:block; }
 }@media only screen and (max-width: 763px) { #VrWCPzDVau2CmeTXpFdTcJSmhiS7wK71 { width:4.9375rem;height:2.1875rem;top:2.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8PghtTVWmWznQlZCZLoyJUtxfXV89Aa { display:block; }
 }@media only screen and (max-width: 763px) { #IgC5mPRaZqwE7Bxal2t2RnEcGA2xHh3b { width:5.875rem;height:2.1875rem;top:2.1875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWDStJx6mWv8xWRaewMzQc6wskmZzGIO { display:block; }
 }@media only screen and (max-width: 763px) { #FyzbG5itdgfwCAnz5VG1EB5ZWAW8KrXm { width:4rem;height:2.1875rem;top:2.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk2t4pLwo4kLwSZgG4yKcBsl5IunTAOq { display:block; }
 }@media only screen and (max-width: 763px) { #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU { display:block; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4AqJwN6s4qRM7p0ofnIqO6rG8hoHzz { width:32.75rem;height:2.25rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHgTHFE1K3EXo6CkUrpAuJaWdUq2Ko7V { width:32.8125rem;height:2.8125rem;top:14.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:47.75rem;height:2.5rem;top:4.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:47.75rem;height:10.5rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.1875rem;top:20.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 { display:block; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxrhebWqRmklgLiG6BlcWZxQIKI2yFgV { width:14.375rem;height:10.625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuuN0C1iCS0ctkweuZU7NgRh7rZlIJqG { width:8.125rem;height:2.625rem;top:9.5625rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkwLIpeUvqsmgvguW3xCVL0Gz5Wmd4U5 { width:4.375rem;height:4.375rem;top:4.1875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GPpmLtd1TVRICaqrKyZ9d2UppZgT6f { width:14.375rem;height:10.625rem;top:2.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkqeQBWiZvC8mDHDzAByzpRrQMFP824T { width:8.125rem;height:2.625rem;top:9.5625rem;left:13.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rscu1XPkeuGdCKDqa4wz3liWonpQzUlV { width:14.375rem;height:10.625rem;top:2.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtyxCoHKZaGsMmVyBXNDlzXzAsNDfBd { width:8.125rem;height:2.625rem;top:9.25rem;left:25.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFmuFeXUhgzRTnmwrtsEbx01Fe89Lxq { width:14.375rem;height:10.625rem;top:2.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diLrnOEsJkTuRcmdzVXgZLfHvdFcJmxI { width:8.125rem;height:2.625rem;top:9.25rem;left:37.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK0wvZR9LL6r9PkazPUUzaTVi4XIUkSS { width:4.375rem;height:4.375rem;top:4.1875rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvxLqMPT3ZVQvf4N0xzVJwB4s4eWBgIJ { width:4.375rem;height:4.375rem;top:4.1875rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnkH37xPPelLPmhBmmsAmfZPG5rzHpWG { width:4.375rem;height:4.375rem;top:4.1875rem;left:39.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBxAE3l50tHnQfay3na3f85PO7ehwK4Q { display:block; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeGudOu8mchbVmzQbRA4bqUcLHw8w7b2 { width:14.375rem;height:10.625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzvTRfc9bCWbBJDpn5frRw6apLON65D { width:8.125rem;height:2.625rem;top:9.25rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfaIhtrtR36bKsqStmdyUhUdiafTFFz5 { width:14.375rem;height:10.625rem;top:2.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUd2tGP8Qw8PFZCEGURAnQcHNBqKnric { width:8.125rem;height:2.625rem;top:9.25rem;left:13.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWlNyvXOIpFvfMFTTniIUWPTvKKNqdWm { width:14.375rem;height:10.625rem;top:2.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQnT88K2K7FsNxuyzdsVL2Kz89dmgwc { width:8.125rem;height:2.625rem;top:9.25rem;left:25.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU8ZhJuUBKPDGET14H0eXDBTvPaUCAe5 { width:14.375rem;height:10.625rem;top:2.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbLk47iFfk0vHDdBkqwgBDWgNa8qWNy { width:8.125rem;height:2.625rem;top:9.25rem;left:37.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1mTTOOCiUMrMOOrbHuNbLG9nsLLl0M { width:4.375rem;height:4.375rem;top:3.875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSBwvAgUad5JRIvJImZ9UCfzTSeiVysP { width:4.375rem;height:4.375rem;top:3.875rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5b86huVLQhA51XLorGK67VweAAa6Ig { width:4.375rem;height:4.375rem;top:3.875rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzgfvVFn5aipzDV3rwu9GUmL1MKuPofa { width:4.375rem;height:4.375rem;top:3.875rem;left:39.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D { display:block; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HasDXP6IZG83d7K5WrpXloa8BI56mSFC { width:20.3125rem;height:3.125rem;top:2.1875rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q94fepVR2OhAGa0MGKbaT11aiRPsxBOl { display:block; }
 }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:44.4375rem;height:8.625rem;top:5.875rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo { display:block; } #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection *:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="text"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="email"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="tel"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection textarea:focus-visible { outline: none; } #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq { display:block; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsBaJihTO8FE8t00G304GiySVtJKmrON { top:1.3125rem;left:0rem;width:29.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPJJFNvINXs7IvXRkx5F8ZprB13HZPKe { top:2.0625rem;left:18.5rem;width:29.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD { position:relative;z-index:auto;display:block; }#DyTZ5c4ymytcBIJiMKRKuKgNNOE4NqsD > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZBJPDJMQIp4u1H6AQZQTI84krUlFNhG { width:8.5rem;height:3.0625rem;top:2.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNG3GOiHmREfSZwi6CpDOycTATUgXEtK { width:9.25rem;height:2.5rem;top:20.75rem;left:5.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUfk1IkxTd7J9wx34PRm7C3u7dulJ35m { display:block; }
 }@media only screen and (max-width: 763px) { #tz4y4nhwVE9rS8T3qr5uNTyHmMtn90XP { width:5.9375rem;height:2.1875rem;top:17rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIGqTUClbWF3hibrEQsXkDXibgpavkc { display:block; }
 }@media only screen and (max-width: 763px) { #VrWCPzDVau2CmeTXpFdTcJSmhiS7wK71 { width:4.9375rem;height:2.1875rem;top:13.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8PghtTVWmWznQlZCZLoyJUtxfXV89Aa { display:block; }
 }@media only screen and (max-width: 763px) { #IgC5mPRaZqwE7Bxal2t2RnEcGA2xHh3b { width:5.875rem;height:2.1875rem;top:10.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWDStJx6mWv8xWRaewMzQc6wskmZzGIO { display:block; }
 }@media only screen and (max-width: 763px) { #FyzbG5itdgfwCAnz5VG1EB5ZWAW8KrXm { width:4rem;height:2.1875rem;top:6.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk2t4pLwo4kLwSZgG4yKcBsl5IunTAOq { display:block; }
 }@media only screen and (max-width: 763px) { #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/I9aByJy8/Hero_bg_new_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.adaptive-delivery-prevent-bg, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyload, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyloading { background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { background-color: transparent; background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .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); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4AqJwN6s4qRM7p0ofnIqO6rG8hoHzz { width:16.75rem;height:3.15rem;top:10.45703125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BHgTHFE1K3EXo6CkUrpAuJaWdUq2Ko7V { width:17.125rem;height:2.175rem;top:7.5rem;left:1.4375rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { background-color:#ffffff;background-image:none;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:12.9375rem;height:2.75rem;top:1.875rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2DFhDaCyrBxXxGsR6GXO73nv9dpa7I { width:17.5625rem;height:20.475rem;top:6.125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:28.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 { display:block; }#G00KDgTXIUFpXIcH1aT5BtkT5menrCp2 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxrhebWqRmklgLiG6BlcWZxQIKI2yFgV { width:11.5rem;height:10.625rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuuN0C1iCS0ctkweuZU7NgRh7rZlIJqG { width:8.125rem;height:2.9746125rem;top:8rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BkwLIpeUvqsmgvguW3xCVL0Gz5Wmd4U5 { width:4.375rem;height:4.375rem;top:2.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GPpmLtd1TVRICaqrKyZ9d2UppZgT6f { width:11.5rem;height:10.625rem;top:13.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkqeQBWiZvC8mDHDzAByzpRrQMFP824T { width:8.125rem;height:2.9746125rem;top:20rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Rscu1XPkeuGdCKDqa4wz3liWonpQzUlV { width:11.5rem;height:10.625rem;top:25.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtyxCoHKZaGsMmVyBXNDlzXzAsNDfBd { width:8.125rem;height:2.9746125rem;top:31.75rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HDFmuFeXUhgzRTnmwrtsEbx01Fe89Lxq { width:11.5rem;height:10.625rem;top:37.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diLrnOEsJkTuRcmdzVXgZLfHvdFcJmxI { width:8.125rem;height:3rem;top:44.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qK0wvZR9LL6r9PkazPUUzaTVi4XIUkSS { width:4.375rem;height:4.375rem;top:15.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvxLqMPT3ZVQvf4N0xzVJwB4s4eWBgIJ { width:4.375rem;height:4.375rem;top:27rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnkH37xPPelLPmhBmmsAmfZPG5rzHpWG { width:4.375rem;height:4.375rem;top:39.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBxAE3l50tHnQfay3na3f85PO7ehwK4Q { display:block; }#zBxAE3l50tHnQfay3na3f85PO7ehwK4Q > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeGudOu8mchbVmzQbRA4bqUcLHw8w7b2 { width:11.5rem;height:10.625rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzvTRfc9bCWbBJDpn5frRw6apLON65D { width:8.125rem;height:2.9746125rem;top:8rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BfaIhtrtR36bKsqStmdyUhUdiafTFFz5 { width:11.5rem;height:10.625rem;top:13.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUd2tGP8Qw8PFZCEGURAnQcHNBqKnric { width:8.125rem;height:3rem;top:20rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oWlNyvXOIpFvfMFTTniIUWPTvKKNqdWm { width:11.5rem;height:10.625rem;top:25.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQnT88K2K7FsNxuyzdsVL2Kz89dmgwc { width:8.125rem;height:2.9746125rem;top:32.3125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KU8ZhJuUBKPDGET14H0eXDBTvPaUCAe5 { width:11.5rem;height:10.625rem;top:37.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbLk47iFfk0vHDdBkqwgBDWgNa8qWNy { width:8.125rem;height:3rem;top:44.125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ir1mTTOOCiUMrMOOrbHuNbLG9nsLLl0M { width:4.375rem;height:4.375rem;top:2.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSBwvAgUad5JRIvJImZ9UCfzTSeiVysP { width:4.375rem;height:4.375rem;top:15rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5b86huVLQhA51XLorGK67VweAAa6Ig { width:4.375rem;height:4.375rem;top:26.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzgfvVFn5aipzDV3rwu9GUmL1MKuPofa { width:4.375rem;height:4.375rem;top:38.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D { display:block; }#AMlBKO38JNzBcUtKo40wrgbIk12hTJ4D > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HasDXP6IZG83d7K5WrpXloa8BI56mSFC { width:19rem;height:3.125rem;top:1.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q94fepVR2OhAGa0MGKbaT11aiRPsxBOl { display:block; }
 }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:15.9375rem;height:8.9375rem;top:4.5rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo { background-color:transparent;background-image:url("https://images.assets-landingi.com/o4546fdp/Blackbaud_Feature_Image.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo.adaptive-delivery-prevent-bg, #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo.lazyload, #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo.lazyloading { background-image: none; } #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection *:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="text"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="email"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="tel"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection textarea:focus-visible { outline: none; } #LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container { background-color: transparent; background-image: none; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container > .video-iframe-container { display: none; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row > .video-iframe-container { display: none; }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .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); }#LVfaVlZBANmwr1CfFB2eHROQnsm2GJxo > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq { display:block; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsBaJihTO8FE8t00G304GiySVtJKmrON { width:12.1875rem;height:5.95rem;top:1.25rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPJJFNvINXs7IvXRkx5F8ZprB13HZPKe { width:20rem;height:1.48730625rem;top:8.44921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }