.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:220,246,249;--color-primary-1:149,227,238;--color-primary-2:78,209,227;--color-primary-3:0,203,236;--color-primary-4:0,165,188;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:217,222,225;--color-tertiary-1:130,146,157;--color-tertiary-2:4,37,58;--color-tertiary-3:2,19,29;--color-tertiary-4:1,6,9;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Lato"; }@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;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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:rgba(var(--color-primary-2),0.63);background-image:url("https://images.assets-landingi.com/uc/87a9605b-9a5b-4863-82fd-22014cf4ee36/Brandon_O_Dwyer_2.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:75rem;height:61.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-form-header { font-size:0.75rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:18.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-text { background-color:#eceae4;background-image:none;border-top:0rem solid #dadaca;border-left:0rem solid #dadaca;border-right:0rem solid #dadaca;border-bottom:0.25rem solid #dadaca;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:5.3125rem;color:#666666;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;text-align:center;text-align-last:center; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-textarea { background-color:#eceae4;background-image:none;border-top:0rem solid #dadaca;border-left:0rem solid #dadaca;border-right:0rem solid #dadaca;border-bottom:0.25rem solid #dadaca;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:4.375rem;color:#666666;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;text-align:center;text-align-last:center; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#2a5940;background-image:none;border-top:0.0625rem solid #040e12;border-left:0.0625rem solid #040e12;border-right:0.0625rem solid #040e12;border-bottom:0.0625rem solid #040e12;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:#ffffff;width:18.125rem;height:5.125rem;font-family:var(--headlines-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]:-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]::-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.9375rem;overflow:hidden;font-style:italic;float:none; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-container:first-of-type{padding-top:0;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-container:last-of-type{padding-bottom:0;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -moz-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -ms-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -o-linear-gradient(180deg, #9ac88c, #3d704a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );";background-image: linear-gradient(180deg, #9ac88c, #3d704a);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 1.375rem 1.375rem 0.625rem rgba(62,76,66,0.3) ;left:31.4375rem;top:16.8125rem;z-index:15017;position:absolute;font-size:0.75rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.125rem;display:block;vertical-align:top; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X {display:block;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -moz-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -ms-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -o-linear-gradient(180deg, #9ac88c, #3d704a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );";background-image: linear-gradient(180deg, #9ac88c, #3d704a);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 1.375rem 1.375rem 0.625rem rgba(62,76,66,0.3) ;left:31.4375rem;top:16.8125rem;z-index:15017;position:absolute;font-size:0.75rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #wWBqiboUGsareMhCXgXweoPhWCIyyV8u { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #JzKlz4zF3vWLDVw8apmuUS3zTi8c7hTE { position:relative;display:block; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #gBPtOHtJOCTb3fiP0ZZ8w9VcvJmzf1sG { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #cCKUB9xTbu9gNWzgmCJMEGqzonTcItWu { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #eIylDxm5772I95JDOxfBJB3JZ0ab7i8W { position:relative;display:block; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #mOssrZZnQHoOuaS80UrtQBLr1doWBZMm { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #JkLAyLSGaCBBmM97JBEEMeM4mQRgOotx { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #NDWGV3J2U7G4O6cnZnwr318wfigWsLMa { position:relative;z-index:2; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #kSMe2V17kA1fDexJEhPVMXmHr8zD7lhF { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #JC7nfmNdg06wvMxmFp48S07mbBtkFz04 { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #kuXFZ77rv47CQTrcNxFy9NT2hO2NQJ5S { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #iNRqNpHtkvRgUzwCmwKQ8RJvXoLi43pR { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #hZ0rdfr2EbIywEzpdRQTNHBspPQuL3tz { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #tmsvPT8nFJGleWiU91u86xNHUqZGZRm0 { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #haxnDQ1FL1FOK5fcSZbowlwH8lgpEFOW { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #KgDSc5gTDkiZBMxHWnNz96LEW5wiSE2b { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #LyZRJSt425aGXPuSG9WnU5zTcyIg0qwJ { position:relative; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #y2QSFhFoq4obwVnTo0ly95wJblXU8uJi { position:relative; }
#m3VdW2xiJnKRB7MpHhS3XAXsDvlZoF3J { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.25rem;left:33.656250953674rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-form-header { font-size:0.75rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-text { background-color:#eceae4;background-image:none;border-top:0rem solid #dadaca;border-left:0rem solid #dadaca;border-right:0rem solid #dadaca;border-bottom:0.25rem solid #dadaca;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:4.4375rem;color:#666666;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;text-align:center;text-align-last:center; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-textarea { background-color:#eceae4;background-image:none;border-top:0rem solid #dadaca;border-left:0rem solid #dadaca;border-right:0rem solid #dadaca;border-bottom:0.25rem solid #dadaca;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:4.375rem;color:#666666;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;text-align:center;text-align-last:center; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#2a5940;background-image:none;border-top:0.0625rem solid #040e12;border-left:0.0625rem solid #040e12;border-right:0.0625rem solid #040e12;border-bottom:0.0625rem solid #040e12;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:#ffffff;width:20.1875rem;height:5.125rem;font-family:var(--headlines-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]:-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]::-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:italic;float:none; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-container:first-of-type{padding-top:0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-container:last-of-type{padding-bottom:0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -moz-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -ms-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -o-linear-gradient(180deg, #9ac88c, #3d704a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );";background-image: linear-gradient(180deg, #9ac88c, #3d704a);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 1.375rem 1.375rem 0.625rem rgba(62,76,66,0.3) ;left:32.1875rem;top:10.3994140625rem;z-index:15017;position:absolute;font-size:0.75rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem;display:block;vertical-align:top; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 {display:block;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -moz-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -ms-linear-gradient(180deg, #9ac88c, #3d704a);background-image: -o-linear-gradient(180deg, #9ac88c, #3d704a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac88c', endColorstr='#3d704a' );";background-image: linear-gradient(180deg, #9ac88c, #3d704a);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 1.375rem 1.375rem 0.625rem rgba(62,76,66,0.3) ;left:32.1875rem;top:10.3994140625rem;z-index:15017;position:absolute;font-size:0.75rem;display:none; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #TB0S4rlqwoEcpTHRMHQF9hgECHxQRevK { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #KgMhsVFy5kzZCXy4hL3ybnxdBJhZ13pP { position:relative;display:block; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #lmg1oZZBgG71kJsP6rcTkaU4DocBT4hs { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #sxbMf5U8LKPWHBR5loi1fbOL8QUWuX4J { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #QUKb0xBQ88TlsHnlJ80JJMaRf6H3y5tn { position:relative;display:block; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #JHtVmKqCFgievW3PFWSsOSiR7eiygTBo { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #zMRefddHe6thezOCLVBryWi6h8l12SU2 { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #DWW3WFwmI24Kybzww8PUIGdTf0aEWW0f { position:relative;z-index:2; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #RG3hq8bB11GdPn0F7sMGWknmpVs7ubhV { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #NmRkDXPv7BKI6ZiTuG8KvCqz8hW1d6Iz { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #xEg6W5AADNGmmqvTZQIcZQiy7NsI4gXH { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #TtHu9BNaqHJ3gPFkTX9ylaDxdXgF29qQ { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #Ms3eA6KKeR7oWusfNvcFUb8D6hH27wtH { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #m1oQT1MrB2I2gkxXeB27AshspNf0UZwl { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #scZ5SIX1rmmMNRFE8tdVbcOhzJWUttLd { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #vJ5OVN1UTvJkFLDIzM3wVuAT8xrCXoCf { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #hHwqLkh1s6lBq6GQWbdry8uVfUgIMvwW { position:relative; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #pL1eSBFkDl2ksinn9SuyeIcnzQ9XL36H { position:relative; }
#AMvysbUtZlzRtdvybBQfAgc0MFQPVuAo { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.9375rem;left:35.4375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:none; }
#f9XItRwDGqT6gOUJ9N8Lu2TfDrMddsyu { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.625rem;left:0rem;display:none; }
#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container { background-color: transparent; background-image: none; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container > .video-iframe-container { display: none; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row > .video-iframe-container { display: none; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .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); }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container { border-width: 0; border-radius: 0; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#oexXKTV6mu4K3UBFa0tPlxcKJpU0pG8h { position:absolute;display:block;z-index:15000;height:15.0625rem;width:67.125rem;top:3.5625rem;left:3.9375rem;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:rgba(var(--color-tertiary-2),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9375rem;left:7.5rem;height:15.4375rem;font-style:normal;display:block; }
#QkM9L1UOwIlG7okcaT7GUEtWBBPIbEGS { position:absolute;display:block;z-index:15007;background-color:#020202;background-image:url("https://images.assets-landingi.com/uc/c17db27a-aa53-4c30-943f-22dca870b6d8/BrandonOdwyer.crop_828x1302_0,490.preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: -0.4375rem 0.4375rem 0.5rem rgba(0,0,0,0.38) ;height:20.4375rem;width:20.4375rem;top:10.9375rem;left:46.3125rem;display:block; }#QkM9L1UOwIlG7okcaT7GUEtWBBPIbEGS.adaptive-delivery-prevent-bg, #QkM9L1UOwIlG7okcaT7GUEtWBBPIbEGS.lazyload, #QkM9L1UOwIlG7okcaT7GUEtWBBPIbEGS.lazyloading { background-image: none; }
#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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.0625rem;width:33.125rem;top:7.5rem;left:7.5rem;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:15007;background-color:#8ab672;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:13.75rem;top:7.4375rem;left:7.5rem;display:block; }
#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container { background-color: transparent; background-image: none; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container > .video-iframe-container { display: none; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row > .video-iframe-container { display: none; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .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); }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container { border-width: 0; border-radius: 0; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#tKU3EvXvVn3slO3FAPakusiRODlq9kBa { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:34.579539299011rem;left:17.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#U2wbAoh2sin7pyMlZW9FCivdZ0nkXpga { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a9d69b;border-left:0.0625rem solid #a9d69b;border-right:0.375rem solid #a9d69b;border-bottom:0.3125rem solid #a9d69b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:12.25rem;left:17.125rem;display:block; }
#RHK0XiFUWthi6WsspQX5BCerha9z6Lqi { color:rgba(var(--color-tertiary-2),1);display:block;width:31.060125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:29.377708435059rem;left:27.6875rem;height:3.9375rem;font-style:normal;display:block; }
#zmbPPbz570qfi1eFk4pEIiqX2oynq9iA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#pZhHFb3VuTPLJUlSQ4Tg0LRXKMtDuE2X { position:absolute;display:block;z-index:15010;background-color:#8ab672;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:13.75rem;top:6.9375rem;left:7.5rem;display:block; }
#cJ04FKhXfuTtlkthUdbTrUhDLiHEwwNp { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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.0625rem;width:33.125rem;top:7rem;left:7.75rem;display:block; }
#tqqrH5nTOQyxl38774BnakrapowG5r6f { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #aecfb6;border-left:0.0625rem solid #aecfb6;border-right:0.375rem solid #aecfb6;border-bottom:0.375rem solid #aecfb6;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:25.8125rem;left:17.125rem;display:block; }
#vdcH12Of43FXv1Hcs2UaKlnwwzXvdscf { color:rgba(var(--color-tertiary-2),1);display:block;width:31.060125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:15.329313755036rem;left:27.6875rem;height:4.875rem;font-style:normal;display:block; }
#ZaCoo4bm14cQ7V5FDtBMdTNWg1BPAQ33 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:20.749242782592rem;left:17.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HhRv30T93opQzG7sxCTGC8A1WEUxNCpn { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bce499;border-left:0.0625rem solid #bce499;border-right:0.3125rem solid #bce499;border-bottom:0.3125rem solid #bce499;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:39.3125rem;left:17.125rem;display:block; }
#H2Dnqqnl1l42lo4DTgwIK6lFFT3EazRu { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:48.436889648438rem;left:17.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZbbcfApVxP6DtzVv4mH0JGuxk3m6cGSh { color:rgba(var(--color-tertiary-2),1);display:block;width:31.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:40.557291030884rem;left:27.6875rem;height:8.53125rem;font-style:normal;display:block; }
#vsF1gliDOpavLzC3vsR6EmenWSCvwfNQ { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/15de5876-a13d-47a2-bce0-6a6aa4ece1e3/JoeyandRachel.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10rem;width:10rem;top:37.499459266662rem;left:14.9375rem;display:block; }#vsF1gliDOpavLzC3vsR6EmenWSCvwfNQ.adaptive-delivery-prevent-bg, #vsF1gliDOpavLzC3vsR6EmenWSCvwfNQ.lazyload, #vsF1gliDOpavLzC3vsR6EmenWSCvwfNQ.lazyloading { background-image: none; }
#P16TtVcggcRlHkx9LPbh0rIt1yM4lXnD { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0aeb408c-745f-4a50-8e04-4e1e12129f54/ShareeandAshley2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10rem;width:10rem;top:23.844946861267rem;left:14.9375rem;display:block; }#P16TtVcggcRlHkx9LPbh0rIt1yM4lXnD.adaptive-delivery-prevent-bg, #P16TtVcggcRlHkx9LPbh0rIt1yM4lXnD.lazyload, #P16TtVcggcRlHkx9LPbh0rIt1yM4lXnD.lazyloading { background-image: none; }
#WJL5KTAK925UzKOXy0BhDObuRd4G7qES { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/246151a3-e694-4fc2-aaf2-0f961ee58393/Tory2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10rem;width:10rem;top:10.221358776093rem;left:14.9375rem;display:block; }#WJL5KTAK925UzKOXy0BhDObuRd4G7qES.adaptive-delivery-prevent-bg, #WJL5KTAK925UzKOXy0BhDObuRd4G7qES.lazyload, #WJL5KTAK925UzKOXy0BhDObuRd4G7qES.lazyloading { background-image: none; }
#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8ab672;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; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { background-color: transparent; background-image: none; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container > .video-iframe-container { display: none; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row > .video-iframe-container { display: none; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .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); }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { border-width: 0; border-radius: 0; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#qNzsuO2zHmEmHTh7gcckQyBi4vlFNHr0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:7.875rem;left:0rem;display:block; }
#seNcLTolArmvRpXIe377UD57F5WIvl9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdwyfVrDmXiWHEOVReW5ESEmDhedsB1A { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1EgzOdtNBTubZcBAFOM1I6FwXpVSq0a { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8ab672;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O.adaptive-delivery-prevent-bg, #lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O.lazyload, #lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O.lazyloading { background-image: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container { background-color: transparent; background-image: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container > .video-iframe-container { display: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row > .video-iframe-container { display: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .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); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container { border-width: 0; border-radius: 0; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-regular-label { display:block; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-checkbox-label { width:13.75rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X  { width:15rem;height:auto; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X {display:block;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #wWBqiboUGsareMhCXgXweoPhWCIyyV8u {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #JzKlz4zF3vWLDVw8apmuUS3zTi8c7hTE { display:block; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #gBPtOHtJOCTb3fiP0ZZ8w9VcvJmzf1sG {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #cCKUB9xTbu9gNWzgmCJMEGqzonTcItWu {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #eIylDxm5772I95JDOxfBJB3JZ0ab7i8W { display:block; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #mOssrZZnQHoOuaS80UrtQBLr1doWBZMm {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #JkLAyLSGaCBBmM97JBEEMeM4mQRgOotx {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #NDWGV3J2U7G4O6cnZnwr318wfigWsLMa { z-index:2; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #kSMe2V17kA1fDexJEhPVMXmHr8zD7lhF {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #JC7nfmNdg06wvMxmFp48S07mbBtkFz04 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #kuXFZ77rv47CQTrcNxFy9NT2hO2NQJ5S {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #iNRqNpHtkvRgUzwCmwKQ8RJvXoLi43pR {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #hZ0rdfr2EbIywEzpdRQTNHBspPQuL3tz {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #tmsvPT8nFJGleWiU91u86xNHUqZGZRm0 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #haxnDQ1FL1FOK5fcSZbowlwH8lgpEFOW {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #KgDSc5gTDkiZBMxHWnNz96LEW5wiSE2b {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #LyZRJSt425aGXPuSG9WnU5zTcyIg0qwJ {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #y2QSFhFoq4obwVnTo0ly95wJblXU8uJi {  }
 }@media only screen and (max-width: 763px) { #m3VdW2xiJnKRB7MpHhS3XAXsDvlZoF3J { top:42.25rem;left:20.0625rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-regular-label { display:block; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-checkbox-label { width:13.75rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6  { width:15rem;height:auto; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 {display:block;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 { width:15rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #TB0S4rlqwoEcpTHRMHQF9hgECHxQRevK {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #KgMhsVFy5kzZCXy4hL3ybnxdBJhZ13pP { display:block; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #lmg1oZZBgG71kJsP6rcTkaU4DocBT4hs {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #sxbMf5U8LKPWHBR5loi1fbOL8QUWuX4J {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #QUKb0xBQ88TlsHnlJ80JJMaRf6H3y5tn { display:block; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #JHtVmKqCFgievW3PFWSsOSiR7eiygTBo {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #zMRefddHe6thezOCLVBryWi6h8l12SU2 {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #DWW3WFwmI24Kybzww8PUIGdTf0aEWW0f { z-index:2; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #RG3hq8bB11GdPn0F7sMGWknmpVs7ubhV {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #NmRkDXPv7BKI6ZiTuG8KvCqz8hW1d6Iz {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #xEg6W5AADNGmmqvTZQIcZQiy7NsI4gXH {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #TtHu9BNaqHJ3gPFkTX9ylaDxdXgF29qQ {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #Ms3eA6KKeR7oWusfNvcFUb8D6hH27wtH {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #m1oQT1MrB2I2gkxXeB27AshspNf0UZwl {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #scZ5SIX1rmmMNRFE8tdVbcOhzJWUttLd {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #vJ5OVN1UTvJkFLDIzM3wVuAT8xrCXoCf {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #hHwqLkh1s6lBq6GQWbdry8uVfUgIMvwW {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #pL1eSBFkDl2ksinn9SuyeIcnzQ9XL36H {  }
 }@media only screen and (max-width: 763px) { #AMvysbUtZlzRtdvybBQfAgc0MFQPVuAo { top:33.9375rem;left:21.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9XItRwDGqT6gOUJ9N8Lu2TfDrMddsyu { top:1.625rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN { display:block; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oexXKTV6mu4K3UBFa0tPlxcKJpU0pG8h { top:3.5625rem;left:0rem;width:47.75rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkM9L1UOwIlG7okcaT7GUEtWBBPIbEGS { top:10.9375rem;left:27.3125rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:2.8125rem;top:3.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:33.125rem;height:0.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA0AGwM6I8IvO3HHVhgR5ez024gbZUof { display:block; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKU3EvXvVn3slO3FAPakusiRODlq9kBa { top:34.5625rem;left:3.8125rem;width:7.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wbAoh2sin7pyMlZW9FCivdZ0nkXpga { width:43.0625rem;height:10.6875rem;top:12.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHK0XiFUWthi6WsspQX5BCerha9z6Lqi { top:29.375rem;left:14.0625rem;width:31rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmbPPbz570qfi1eFk4pEIiqX2oynq9iA { width:47.75rem;height:2.875rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhHFb3VuTPLJUlSQ4Tg0LRXKMtDuE2X { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ04FKhXfuTtlkthUdbTrUhDLiHEwwNp { width:33.125rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqqrH5nTOQyxl38774BnakrapowG5r6f { width:43.0625rem;height:10.6875rem;top:25.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdcH12Of43FXv1Hcs2UaKlnwwzXvdscf { top:15.3125rem;left:14.0625rem;width:31rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaCoo4bm14cQ7V5FDtBMdTNWg1BPAQ33 { top:20.6875rem;left:4rem;width:7.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRv30T93opQzG7sxCTGC8A1WEUxNCpn { width:43.0625rem;height:10.6875rem;top:39.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Dnqqnl1l42lo4DTgwIK6lFFT3EazRu { top:48.375rem;left:3.4375rem;width:8.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbcfApVxP6DtzVv4mH0JGuxk3m6cGSh { top:40.5rem;left:14.0625rem;width:31rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsF1gliDOpavLzC3vsR6EmenWSCvwfNQ { top:37.4375rem;left:1.3125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #P16TtVcggcRlHkx9LPbh0rIt1yM4lXnD { top:23.8125rem;left:1.3125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJL5KTAK925UzKOXy0BhDObuRd4G7qES { top:10.1875rem;left:1.3125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H { display:block; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNzsuO2zHmEmHTh7gcckQyBi4vlFNHr0 { width:46.75rem;height:2.1875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seNcLTolArmvRpXIe377UD57F5WIvl9N { display:block; }
 }@media only screen and (max-width: 763px) { #hdwyfVrDmXiWHEOVReW5ESEmDhedsB1A { top:6.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1EgzOdtNBTubZcBAFOM1I6FwXpVSq0a { top:3.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O { display:block; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:#9ac88c;background-image:url("https://images.assets-landingi.com/uc/7cf7ca3a-e311-487b-a151-0ffe29f7c769/Brandon_ODwyer.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-regular-label { display:block;width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;background-color:#eceae4;background-image:none;color:#eceae4; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;background-color:#eceae4;background-image:none;color:#eceae4; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X  { width:17.25rem;height:auto;top:13.25rem;left:0rem;border-top:0.125rem solid #04253a;border-left:0.125rem solid #04253a;border-right:0.125rem solid #04253a;border-bottom:0.125rem solid #04253a;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X {display:block;}#tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X { width:17.25rem;height:auto;top:13.25rem;left:0rem;border-top:0.125rem solid #04253a;border-left:0.125rem solid #04253a;border-right:0.125rem solid #04253a;border-bottom:0.125rem solid #04253a;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(345deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;display:none; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #wWBqiboUGsareMhCXgXweoPhWCIyyV8u {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #JzKlz4zF3vWLDVw8apmuUS3zTi8c7hTE { display:block; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #gBPtOHtJOCTb3fiP0ZZ8w9VcvJmzf1sG {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #cCKUB9xTbu9gNWzgmCJMEGqzonTcItWu {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #eIylDxm5772I95JDOxfBJB3JZ0ab7i8W { display:block; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #mOssrZZnQHoOuaS80UrtQBLr1doWBZMm {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #JkLAyLSGaCBBmM97JBEEMeM4mQRgOotx {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #NDWGV3J2U7G4O6cnZnwr318wfigWsLMa { z-index:2; }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #kSMe2V17kA1fDexJEhPVMXmHr8zD7lhF {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #JC7nfmNdg06wvMxmFp48S07mbBtkFz04 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #kuXFZ77rv47CQTrcNxFy9NT2hO2NQJ5S {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #iNRqNpHtkvRgUzwCmwKQ8RJvXoLi43pR {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #hZ0rdfr2EbIywEzpdRQTNHBspPQuL3tz {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #tmsvPT8nFJGleWiU91u86xNHUqZGZRm0 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #haxnDQ1FL1FOK5fcSZbowlwH8lgpEFOW {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #KgDSc5gTDkiZBMxHWnNz96LEW5wiSE2b {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #LyZRJSt425aGXPuSG9WnU5zTcyIg0qwJ {  }
 }@media only screen and (max-width: 763px) { #tTxtKCBdewLoCeGTBecZc4NUxHEOwx4X #y2QSFhFoq4obwVnTo0ly95wJblXU8uJi {  }
 }@media only screen and (max-width: 763px) { #m3VdW2xiJnKRB7MpHhS3XAXsDvlZoF3J { width:16.1875rem;height:1.0556625rem;top:39.3125rem;left:1.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-regular-label { display:block;width:11.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-text { width:11.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:#eceae4;background-image:none;line-height:1.1;height:1.9375rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-textarea { width:11.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:#eceae4;background-image:none;line-height:1.1; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-select { width:11.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-input-button { width:11.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden;height:3.5rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-checkbox-label { width:10.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-container:first-of-type{padding-top:0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .widget-container:last-of-type{padding-bottom:0;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6  { width:11.875rem;height:auto;top:21.8125rem;left:3.125rem;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;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #3d704a, #9ac88c);background-image: -moz-linear-gradient(345deg, #3d704a, #9ac88c);background-image: -ms-linear-gradient(345deg, #3d704a, #9ac88c);background-image: -o-linear-gradient(345deg, #3d704a, #9ac88c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d704a', endColorstr='#9ac88c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d704a', endColorstr='#9ac88c' );";background-image: linear-gradient(345deg, #3d704a, #9ac88c);background-size:initial !important;z-index:15016;box-shadow: none; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 .radio-container { width:11.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 {display:block;}#DkrycgIqprpKyOsu4gowXzJGcoexF1F6 { width:11.875rem;height:auto;top:21.8125rem;left:3.125rem;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;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #3d704a, #9ac88c);background-image: -moz-linear-gradient(345deg, #3d704a, #9ac88c);background-image: -ms-linear-gradient(345deg, #3d704a, #9ac88c);background-image: -o-linear-gradient(345deg, #3d704a, #9ac88c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d704a', endColorstr='#9ac88c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d704a', endColorstr='#9ac88c' );";background-image: linear-gradient(345deg, #3d704a, #9ac88c);background-size:initial !important;z-index:15016;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #TB0S4rlqwoEcpTHRMHQF9hgECHxQRevK {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #KgMhsVFy5kzZCXy4hL3ybnxdBJhZ13pP { display:block; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #lmg1oZZBgG71kJsP6rcTkaU4DocBT4hs {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #sxbMf5U8LKPWHBR5loi1fbOL8QUWuX4J {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #QUKb0xBQ88TlsHnlJ80JJMaRf6H3y5tn { display:block; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #JHtVmKqCFgievW3PFWSsOSiR7eiygTBo {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #zMRefddHe6thezOCLVBryWi6h8l12SU2 {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #DWW3WFwmI24Kybzww8PUIGdTf0aEWW0f { z-index:2; }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #RG3hq8bB11GdPn0F7sMGWknmpVs7ubhV {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #NmRkDXPv7BKI6ZiTuG8KvCqz8hW1d6Iz {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #xEg6W5AADNGmmqvTZQIcZQiy7NsI4gXH {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #TtHu9BNaqHJ3gPFkTX9ylaDxdXgF29qQ {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #Ms3eA6KKeR7oWusfNvcFUb8D6hH27wtH {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #m1oQT1MrB2I2gkxXeB27AshspNf0UZwl {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #scZ5SIX1rmmMNRFE8tdVbcOhzJWUttLd {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #vJ5OVN1UTvJkFLDIzM3wVuAT8xrCXoCf {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #hHwqLkh1s6lBq6GQWbdry8uVfUgIMvwW {  }
 }@media only screen and (max-width: 763px) { #DkrycgIqprpKyOsu4gowXzJGcoexF1F6 #pL1eSBFkDl2ksinn9SuyeIcnzQ9XL36H {  }
 }@media only screen and (max-width: 763px) { #AMvysbUtZlzRtdvybBQfAgc0MFQPVuAo { width:16.1875rem;height:1.05625rem;top:34.431251525879rem;left:2.1562500596046rem;font-size:0.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #f9XItRwDGqT6gOUJ9N8Lu2TfDrMddsyu { top:1.3125rem;left:0rem;width:20rem;height:6.58125rem;z-index:15021;text-align:center;text-align-last:center;font-size:1.6875rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN { display:block; }#HpVd1h8xMNQUXfq70pDgAeJmMqvy2GsN > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oexXKTV6mu4K3UBFa0tPlxcKJpU0pG8h { width:19.375rem;height:13.0625rem;top:2.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:19.5rem;top:26.7900390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QkM9L1UOwIlG7okcaT7GUEtWBBPIbEGS { width:15.375rem;height:15.9375rem;top:9.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:1.54375rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:6.25rem;height:0.0625rem;top:7.5625rem;left:6.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:7.5rem;left:6.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uA0AGwM6I8IvO3HHVhgR5ez024gbZUof { display:block; }#uA0AGwM6I8IvO3HHVhgR5ez024gbZUof > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKU3EvXvVn3slO3FAPakusiRODlq9kBa { width:19.624rem;height:1.21875rem;top:45.811767578125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wbAoh2sin7pyMlZW9FCivdZ0nkXpga { width:19.5625rem;height:15.75rem;top:10.3623046875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RHK0XiFUWthi6WsspQX5BCerha9z6Lqi { width:18.75rem;height:6.125rem;top:38.499350547791rem;left:0.62500011920931rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmbPPbz570qfi1eFk4pEIiqX2oynq9iA { width:20rem;height:1.54375rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhHFb3VuTPLJUlSQ4Tg0LRXKMtDuE2X { width:3.75rem;height:0.1875rem;top:4.1748046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ04FKhXfuTtlkthUdbTrUhDLiHEwwNp { width:6.25rem;height:0.0625rem;top:4.25rem;left:7.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tqqrH5nTOQyxl38774BnakrapowG5r6f { width:19.5625rem;height:15.75rem;top:32.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vdcH12Of43FXv1Hcs2UaKlnwwzXvdscf { width:18.75rem;height:5.6875rem;top:16.000434398651rem;left:0.56206607818604rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaCoo4bm14cQ7V5FDtBMdTNWg1BPAQ33 { width:19.624625rem;height:1.21875rem;top:23.399658203125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRv30T93opQzG7sxCTGC8A1WEUxNCpn { width:19.625rem;height:22.5rem;top:55.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H2Dnqqnl1l42lo4DTgwIK6lFFT3EazRu { width:19.624rem;height:1.21875rem;top:74.999389648438rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbcfApVxP6DtzVv4mH0JGuxk3m6cGSh { width:18.75rem;height:12.5125rem;top:61.000366210938rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsF1gliDOpavLzC3vsR6EmenWSCvwfNQ { width:8.75rem;height:8.75rem;top:51rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P16TtVcggcRlHkx9LPbh0rIt1yM4lXnD { width:8.75rem;height:8.75rem;top:28.5rem;left:5.625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #WJL5KTAK925UzKOXy0BhDObuRd4G7qES { width:8.75rem;height:8.75rem;top:6.007080078125rem;left:5.625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H { display:block; }#yqTJDOuD9ScJvoOoe70bDQB7DqSp8L8H > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNzsuO2zHmEmHTh7gcckQyBi4vlFNHr0 { width:20rem;height:2.1875rem;top:7.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seNcLTolArmvRpXIe377UD57F5WIvl9N { display:block; }
 }@media only screen and (max-width: 763px) { #hdwyfVrDmXiWHEOVReW5ESEmDhedsB1A { width:14.5625rem;height:1.95rem;top:5.109375rem;left:2.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1EgzOdtNBTubZcBAFOM1I6FwXpVSq0a { width:20rem;height:1.95rem;top:2.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O { background-color:#8ab672;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O.adaptive-delivery-prevent-bg, #lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O.lazyload, #lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O.lazyloading { background-image: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container { background-color: transparent; background-image: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container > .video-iframe-container { display: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row > .video-iframe-container { display: none; }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .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); }#lG2OpfDf3dvEghzRwqGTsOuhdbiXhU5O > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }