.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b7811b5-7660-4bad-8576-28ce285c3a55/BrittneyTLMPageBackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea4d8c;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; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container { background-color: transparent; background-image: none; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container > .video-iframe-container { display: none; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row > .video-iframe-container { display: none; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .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); }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container { border-width: 0; border-radius: 0; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#qBHG8INIoRGse1TRdUsZJkskqRmo1TkV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:1.0620125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.78125rem;left:0rem;display:block; }
#by4NGZbdTcLx0k7KcyM2GSZntP8SInwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ba8CZta5JHhefhPAUy0idTeqBEUwecgT { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container { background-color: transparent; background-image: none; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container > .video-iframe-container { display: none; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row > .video-iframe-container { display: none; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .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); }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container { border-width: 0; border-radius: 0; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container { width:75rem;height:6.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AkisHgJDdeW71V8TZhCx9cqnfQlwVxmR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.5rem;top:1.125rem;left:31.25rem;overflow:hidden;display:block; }
#NTvgQ6QFxQ0FeTPhauXnW1d0yWJ4fJFg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.25rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:2.1875rem;left:6.4375rem;display:block; }
#gi6Da8XgtVOb8OidHQN8i8druaCQyWOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4hUr4kSsbzW2O1Z56T12AaHn4nSRTGh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.25rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:2.1875rem;left:17.625rem;display:block; }
#GdolB69DFvLiC40AHUNs4ioD0t9tOR58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6OP4RuusVgSEqyE6LGFF3X3y8fogxX6 { background-color:rgba(0,0,0,0);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.1875rem;left:48.0625rem;display:block; }
#L12zoifM1nynQ0JMvc5q6IZ2F7Rot8ub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nInzBD86WoJDCX4a5MTfsEntZywdkaMK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:2.1875rem;left:61.125rem;display:block; }
#ixTrrTKPfT4cFZISS2DkIACCIdMwS2Bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2Zn9p8KDbrxRCboEp1Rs4SfE8OkaSGr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:2.6875rem;left:12.875rem;overflow:hidden;display:block; }
#ZTey6xdsNIHsGTo909xLyyecr1Pfo509 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:2.6875rem;left:57.75rem;overflow:hidden;display:block; }
#WmMkPIoGbalShJST4LTZtGLyqggv2chx { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.8125rem;top:3.875rem;left:7.40625rem;display:block; }
#TJrLoXGdMipTbTWL8yMZhPOa2sgt3U3Q { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.0625rem;top:3.875rem;left:17.78125rem;display:block; }
#E3LbVPQTawz9TN2UDCzADpEPyG7xT5xP { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.375rem;top:3.875rem;left:48.375rem;display:block; }
#HFqmIbK4I9L7vno61ca3uzAf2gTwEPVT { position:absolute;display:block;z-index:15040;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.3125rem;top:3.875rem;left:60.96875rem;display:block; }
#enUgxL9gId35iblG63X0ESETkCTi9ELQ { position:relative;display:none; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ { border-width: 0; border-radius: 0; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Jwy9tAV0T0AaQ6W2sxHbTHtdWerltWEl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;display:none; }
#KiPoQd4TVVuvVn5pUciVdihnRrngtkDS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.625rem;top:6.1875rem;left:3.75rem;display:none; }
#Pd1TIoL4z72JotAHTHn7JsfBO6Mh3XBU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.375rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
#NkOE8Bbwq35zBlCg4omZnTwIF5K9sveG { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:2.6875rem;left:12.875rem;overflow:hidden;display:none; }
#bgcBCKTyFJVxaTRVvcc8azSaJqAPOQbZ { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.0625rem;top:3.875rem;left:17.78125rem;display:none; }
#zfC753ugHlLUQWCW6g4nEOoEIdZMLuwd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:2.6875rem;left:12.875rem;overflow:hidden;display:none; }
#rJAsR7GxfveyVqgfOXxsIu3niETIM2Q2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:2.6875rem;left:12.875rem;overflow:hidden;display:none; }
#dSkNWHn8O1ypcbLN9C8IGr04O9ETLhTq { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:2.6875rem;left:12.875rem;overflow:hidden;display:none; }
#EQsybiOhsA5IPf5TE0Sskvr7mbkgRSeS { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.0625rem;top:3.875rem;left:17.78125rem;display:none; }
#VwBUlEWrbeWrwq5QXkVeztbb8MSaH9l8 { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.0625rem;top:3.875rem;left:17.78125rem;display:none; }
#cD1EpFGTf85exCvBgPLS3EKVHPQS8RHh { position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.0625rem;top:3.875rem;left:17.78125rem;display:none; }
#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/duP5fgwu/0001_21551555930.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.72); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.72); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#mBko3nE7meLCwJTWrvxVLeTOePrkox4T { color:#ea4d8c;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:8.75rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:4.3974609375rem;left:12.5rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7FcbwB6kG0NyzFAgJCRTouoGgBkICRm { color:#ea4d8c;display:block;width:8.625rem;position:absolute;font-family:"pacific beach";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:5.3125rem;left:7rem;height:3.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHnoxTl90KT5TyNaRUXy8Ctg0idL3B4n { box-sizing:content-box;color:#ffffff;font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:31.875rem;left:34.65625rem;display:block; }
#Z6CsfBh3NecW8VBaigBPLwzcSszuhfTN { z-index:15000;top:28.3125rem;left:27.28125rem;background-color:#60c8c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CLwS10arkuR3c9VHidOJ0QcJEzqh11vX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJaKFuTHoAn9xl6WrzkQhzOVf5fuKEna { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.060546875rem;left:18.875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnSKkeeFWOnKUAcnsdvSCsoosyfuJz7f { color:#ea4d8c;display:block;width:36.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:20.1474609375rem;left:19.1875rem;height:1.58073125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000205;background-image:url("https://images.assets-landingi.com/uc/1497ad58-ffa3-4f78-85be-7403a8d2be00/CopyofBrittneyHomepageOfferSectionBackground.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0.adaptive-delivery-prevent-bg, #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0.lazyload, #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0.lazyloading { background-image: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { background-color: transparent; background-image: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container > .video-iframe-container { display: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container { display: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .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); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { border-width: 0; border-radius: 0; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#G8A6iIw8UWgXBRRyZVKB0nGulDL0qMyT { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:6.75rem;left:43.104167938233rem;height:7.63085625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXy8VnGEfkNlWSpx8WOwxdzFy53qCV1r { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.750000953674rem;left:43.229167938233rem;height:16.97980625rem;text-align:left;text-align-last:left;display:block; }
#Ky6RRLkTwC2sxeyO9rlMaVMcALTKxXE0 { z-index:15001;top:35.4375rem;left:43.3125rem;background-color:#60c8c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kFCgS9mCW480SfHkctxAyEMsZPERbbkR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7edvMMy1gz1MXZQvi7kmBNE3z68JW2E { color:#60c8c8;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:39.4375rem;left:44.375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ur330VZheiXGHRTO42UwVdp60vp4hnPP { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:10.3125rem;width:11rem;top:1.25rem;left:30.8125rem;display:block; }#Ur330VZheiXGHRTO42UwVdp60vp4hnPP.adaptive-delivery-prevent-bg, #Ur330VZheiXGHRTO42UwVdp60vp4hnPP.lazyload, #Ur330VZheiXGHRTO42UwVdp60vp4hnPP.lazyloading { background-image: none; }
#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xLvY6jZ9/Main_Square_Logo_White_8.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2.adaptive-delivery-prevent-bg, #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2.lazyload, #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2.lazyloading { background-image: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { background-color: transparent; background-image: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container > .video-iframe-container { display: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row > .video-iframe-container { display: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .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); }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { border-width: 0; border-radius: 0; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { font-size:0.875rem;font-family:arial;height:85.125rem;width:75rem;position:relative;display:block; }#W5dJWdD7VAvUqeEIrsyVUUEAVILCkudG { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:4.3125rem;left:3.375rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQwcHTBWRCTCeg2LTdkABKMRayZUnyE6 { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.4375rem;left:39.625rem;height:7.3111875rem;text-align:left;text-align-last:left;display:block; }
#ATO1DUnpWTOxHUIy4dmGkflJTzTAzmRr { color:#ec4c8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:4.3125rem;left:39.375rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOe4MHxcwBSByfhWxzPpxfkIthDwD9hc { position:absolute;display:block;z-index:15030;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:4.0625rem;left:36rem;display:block; }
#HHSLhTsH2CtnW8deQEwNDxilnHULzIAK { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.5rem;height:7.3112rem;text-align:left;text-align-last:left;display:block; }
#Iku7iToo2NdHAs0wyNMFOxVMnCzp7DEg { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:16.1875rem;left:39.375rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZCboR0ZJG9QvEywg3fTZPXOzcgkRSZ0 { position:absolute;display:block;z-index:15014;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.5625rem;width:0.125rem;top:5.0625rem;left:36.9375rem;display:block; }
#Ck5wBlU0xJG6InPmnA3K3xtJbrb60dkr { position:absolute;display:block;z-index:15031;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:15.9375rem;left:36rem;display:block; }
#dazzyq1bkrRksarN12PtD6DAmtHBJch5 { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68b107bc-8701-47e9-93e9-78d4b8454b97/_MG_6471.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.25rem;width:31.125rem;top:15.9375rem;left:3.375rem;display:block; }#dazzyq1bkrRksarN12PtD6DAmtHBJch5.adaptive-delivery-prevent-bg, #dazzyq1bkrRksarN12PtD6DAmtHBJch5.lazyload, #dazzyq1bkrRksarN12PtD6DAmtHBJch5.lazyloading { background-image: none; }
#cQnN5vOV6wzWW9OmK92q4vcDlODvx4Dk { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:29.875rem;left:39.5rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#RASzKXqK1qBPI30irkulLwTNeGLRTTth { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15033;line-height:1;letter-spacing:0;top:27.6875rem;left:39.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFTz7F6rc7dEo4XbXCudgy2lTcWMVpL3 { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:39.875rem;left:39.5rem;height:7.31119375rem;text-align:left;text-align-last:left;display:block; }
#VfIK2CEVWZsQAH6yb1fKMM7uT89ApQ8P { color:#ea4d8c;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15035;line-height:1;letter-spacing:0;top:37.8125rem;left:39.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIrTbkFAD7bCfspydMGC1h6GXuySRd0Z { position:absolute;display:block;z-index:15032;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:27.4375rem;left:36rem;display:block; }
#aOgCzLH70BnkHcbdl5zTrsWAESkgGX2s { position:absolute;display:block;z-index:15033;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:37.5625rem;left:36rem;display:block; }
#Bdvi3T0D2BRZnEhiLc4isNNsA7wsQUzg { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:76.25rem;left:4rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#WGPWOg9QZXf0e0MvA8aTMyO1zkt8MTCz { position:absolute;display:block;z-index:15041;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:3.1875rem;top:78.5625rem;left:33.875rem;display:block; }
#uJyOgImDOyBfRThJPUnd6hxXVwiahT1y { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:4rem;left:35.9375rem;display:block; }
#mmXvI1zkoqNeQSUGTHrwH2u7OCbKfJtm { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:15.875rem;left:35.9375rem;display:block; }
#skUAUcAE6KU9F9soMV2ChiTnzKLC2Duw { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:27.375rem;left:35.9375rem;display:block; }
#lq6KJeDegWlphOpdQMUKgkeVVChq9eiC { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:37.5rem;left:35.9375rem;display:block; }
#aiiKk2VGwMCVGPuRQ0JQNauHcQr6slXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#lh2L0UhaXK0JF5VfuoxAfTNOH82L83kX { color:#ea4d8c;display:block;width:31.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15037;line-height:1;letter-spacing:0;top:49.375rem;left:39.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnXyANeBn6bTs9ox2aGJC6vs7W4Sa0To { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:51.8125rem;left:39.5rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#IUOgqqq3APqRgxyChkz5VxtIGH5UJDP9 { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15039;line-height:1;letter-spacing:0;top:61.1875rem;left:39.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mb0hNtUC6cJ9HrTgTigDhMy0DHwlzcTg { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:63.625rem;left:39.5rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#qgKdkgB6ZTVKX5ZAJ5WsVsdeH38wFWWR { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15041;line-height:1;letter-spacing:0;top:71.375rem;left:39.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTTbN7O7OvTLOM4V1J75mpZp4zkmHF78 { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:73.8125rem;left:39.5rem;height:7.3111875rem;text-align:left;text-align-last:left;display:block; }
#ScoJbyTkmO8aFdHhZHfxWs59TyPES7J9 { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:49.0625rem;left:35.9375rem;display:block; }
#dB201hIPW3ooSb32w8fE0mtKSmEH8ZRe { position:absolute;display:block;z-index:15033;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:49.125rem;left:36rem;display:block; }
#qzsQ70des5yrhzouw6JZn18Qfb7UKnrd { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:60.875rem;left:35.9375rem;display:block; }
#dPG2IK4hTLusplZOEsONUQgkQlZkODRl { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:71.0625rem;left:35.9375rem;display:block; }
#aBKQkWCXn0TQbEN8FgFTBW5ybVisAiSq { position:absolute;display:block;z-index:15034;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:60.9375rem;left:36rem;display:block; }
#NtmBBkSTwpXhwT6T4FRUItLHFQUKaZMW { position:absolute;display:block;z-index:15035;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:2rem;top:71.125rem;left:36rem;display:block; }
#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { background-color: transparent; background-image: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container > .video-iframe-container { display: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container { display: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .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); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { border-width: 0; border-radius: 0; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#xwp25FJ7TPtkATc4cH08RDcfewJPktkI { color:#000000;display:block;width:33.311625rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:2.9329385757446rem;left:41.689455032349rem;height:15.125rem;text-align:left;text-align-last:left;display:block; }
#JTX5Xol5wBsZPgisdcJ0bS6VwdLazBJb { position:absolute;display:block;z-index:15031;background-color:#efefef;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:8.8125rem;width:33.25rem;top:19.1875rem;left:41.8125rem;display:block; }
#Tr7gT9L7F1zrTxx8J84VzxFrlI6GMrG4 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15037;line-height:1.1;letter-spacing:0;top:22.5rem;left:40.1875rem;height:2.47485625rem;text-align:center;text-align-last:center;display:block; }
#xf6bhQJ3E6UdEwvqwy0rrDxNdB4pGbBK { position:absolute;display:block;z-index:15035;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:22rem;left:40.1875rem;display:block; }
#APuLJntKEyJB8OfhbTDb9UgNPyo1J1Fy { color:#000000;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.6875rem;left:45rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#IgoCgUUwFyVTOz45ACzT00U4WirGo4Ce { position:absolute;display:block;z-index:15039;background-color:#efefef;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:11.4375rem;width:33.25rem;top:29.1875rem;left:41.8125rem;display:block; }
#xwEgiV3ULtfARQPvSW0smktwgkLH3s1K { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:30.5rem;left:45rem;height:8.7734375rem;text-align:left;text-align-last:left;display:block; }
#r0wSy0Um8ybRKo1aCtbMAWJDkTuxR4UV { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:33rem;left:40.1875rem;height:2.47485625rem;text-align:center;text-align-last:center;display:block; }
#E4QlyQhAuoPdRGXGbbvHThMdKMGufWD9 { position:absolute;display:block;z-index:15043;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:32.625rem;left:40.1875rem;display:block; }
#E8C1OCQx1IJH5h5tg4eaqLex5zavwlsn { position:absolute;display:block;z-index:15043;background-color:#efefef;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:8.0625rem;width:33.25rem;top:41.875rem;left:41.75rem;display:block; }
#JvMKz40nWftnaaJvCgcQilTe6BByJESk { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:43.6875rem;left:44.9375rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#rVJX9ktffCxFe6yoHbkZha0Uv3zHT4um { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15049;line-height:1.1;letter-spacing:0;top:44.6875rem;left:40.25rem;height:2.47485625rem;text-align:center;text-align-last:center;display:block; }
#ydZ2KPVQTfanD7V4PsAuEnZCwy4sboKs { position:absolute;display:block;z-index:15047;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:44.25rem;left:40.25rem;display:block; }
#OL89tLi7EJE5zLGK0V0pHlePqXsiasE7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7.9375rem;display:none; }
#HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3 { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/guXheCN3/Icon_Gradient_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:15.5605625rem;width:15.5605625rem;top:51.75rem;left:22.12646484375rem;display:block; }#HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3.adaptive-delivery-prevent-bg, #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3.lazyload, #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3.lazyloading { background-image: none; }
#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fdd47da-abdf-471c-9897-9ab657c3445d/BrittneyTLMPageBackground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T.adaptive-delivery-prevent-bg, #zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T.lazyload, #zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T.lazyloading { background-image: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { background-color: transparent; background-image: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container > .video-iframe-container { display: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container { display: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .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); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { border-width: 0; border-radius: 0; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#huaiF0XAKo79SRAwB54cISQz6ZGcSLLm { color:#f7f7ff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.5625rem;left:1.6875rem;height:16.08463125rem;text-align:left;text-align-last:left;display:block; }
#AxBZDZOpt5r3HCQDnPk57AavZgW2SdTh { color:#f7f7ff;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15044;line-height:1.1;letter-spacing:0;top:9.3125rem;left:1.6875rem;height:11.34375rem;text-align:left;text-align-last:left;display:block; }
#HT2R4dpleHGFnBcTcDSxUSSGiBvME6aU { color:#000000;display:block;width:29.6230625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:38.75rem;left:1.6875rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tsaCEP70wK39iTT2pLpP71mqqov0uMgI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:10.625rem;display:none; }
#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a857976-dbac-4ccc-86c4-639ce92abbee/BrittneyTLMPageBackground2.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.adaptive-delivery-prevent-bg, #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.lazyload, #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.lazyloading { background-image: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { background-color: transparent; background-image: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container > .video-iframe-container { display: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container { display: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .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); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { border-width: 0; border-radius: 0; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#uusQxavKPQDEdaal0uVo95tlJ8DNxHPs { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.6875rem;left:44.8125rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MT7D5Sb1iZ2tC104PUXfawA4AHtzA1TF { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15062;line-height:1.1;letter-spacing:0;top:8rem;left:2.4375rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#cwe9uVOBx1ly5qMrPbI0q1BwDzu1KE3o { position:absolute;display:block;z-index:15061;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:33.4375rem;top:7.4375rem;left:2.0625rem;display:block; }
#EHoXu5eqKKQD6zS5TfUQWAB5tTZLNmuZ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:13.0625rem;left:13.3125rem;height:1.6499rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#DSyvNhpWraUxoCurCvnfQ99AbGqkWP9s { position:absolute;display:block;z-index:15043;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:15.125rem;top:12.1875rem;left:18.3125rem;display:block; }
#tPpfdvKqBMS5nP3BDKev6ArJ6mfsBmOf { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:44.6875rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNiExQ2uLOFs1XqTtfTHBHZTKzCbA9Ub { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:36rem;left:44.6875rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqSSLJ5HKuvWs18ZkSpIQsfT2TSnCuDd { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.875rem;left:44.6875rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNJMqaKI6z3utkv3SNMwHetlIx89zZcV { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.5rem;left:44.6875rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sNfZsPztaCya2QXDWoE0B95zLwvz6UQ3 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:22.4375rem;left:44.6875rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkuZI7InHoOksXMh3mTCPuM6LDNIIohc { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:40.625rem;left:44.6875rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FnlmAgvOAqC6FP2csFin7T8XrXabE5Hv { position:absolute;display:block;z-index:15043;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.5625rem;top:46.375021934509rem;left:39.4375rem;display:block; }
#VyR8fKJfGfQp4TffZg24NUBzTMw0MbNU { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:10.5625rem;left:40.6875rem;display:block; }
#MgONtLnzlFnSTsPQKBaAKAMGiMmW2QIn { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:18.625rem;left:40.5625rem;display:block; }
#l7qyXOkGCSoTd7n1rZ9KcINPyzvFHTLG { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:22.25rem;left:40.5625rem;display:block; }
#O6e2JHfzX1QVvC6rUhsZdJFkp5rKVvaU { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:26.75rem;left:40.5625rem;display:block; }
#T2BcLK0D9lNTAV3oo0eTy95b1UCsmIFe { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:31.375rem;left:40.5625rem;display:block; }
#CiE230OX8EGVZH44d6LzrB8KGh1rIWdB { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:35.875rem;left:40.5625rem;display:block; }
#CRvDO5cPLc8ehMeXCWmmzgiFOyA5nG8E { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:40.5rem;left:40.5625rem;display:block; }
#Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3 { position:absolute;display:block;z-index:15059;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/1mD7D6zM/Untitled_design.gif");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.186875rem;width:37.5rem;top:16.529948234558rem;left:0rem;display:block; }#Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.adaptive-delivery-prevent-bg, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyload, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyloading { background-image: none; }
#cWei3Twi77pRicgwpaIwmAcL34oq4det { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;top:4.25rem;left:4.5625rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#x9yaoXGLeFnfBLOBUHgcaJGtrNaKRr3B { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:15.125rem;top:3.4375rem;left:4.4375rem;display:block; }
#yGt5hI51WNJgpCXuhlVd1fGNVdBktRtO { color:#16b2a8;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.6953125rem;left:42.5rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#qsXRitLpsgrgLoAROPcsKw4eaVfmzqEA { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:6.8125rem;left:40.625rem;display:block; }
#LhElku9rZibn56SDQ0gF9pqygRAtJffk { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.6875rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gkt3g9wcCTJqyTbJ4SsQIZ1EPFvlIffX { box-sizing:content-box;color:#ea4d8c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:14.6875rem;left:40.625rem;display:block; }
#KXWH7FrPJwL09Nns02I9TzcM6Kr1ElTF { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:14.8125rem;left:44.75rem;height:2.92448125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#huQMbvngDuCwluUwnA2HB6xx42MVdOtt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a857976-dbac-4ccc-86c4-639ce92abbee/BrittneyTLMPageBackground2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt.adaptive-delivery-prevent-bg, #huQMbvngDuCwluUwnA2HB6xx42MVdOtt.lazyload, #huQMbvngDuCwluUwnA2HB6xx42MVdOtt.lazyloading { background-image: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { background-color: transparent; background-image: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container > .video-iframe-container { display: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row > .video-iframe-container { display: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .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); }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { border-width: 0; border-radius: 0; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;position:relative;display:block; }#zJuTeBsqRkp14MpV8X61lm969AaQGu9V { color:#ffffff;display:block;width:11.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1;letter-spacing:0;top:42.375rem;left:33.3125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#QhDlURE7ggsNU5G1DSepth1f5NMzH7m5 { color:#000000;display:block;width:69.24875rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:2.0928955078125rem;left:5.1226806640625rem;height:3.78125rem;text-align:center;text-align-last:center;display:block; }
#t87DH2BOg0wgXbn3kyAuPq5153fVl3C7 { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;border-top:0.3125rem solid #16b2a8;border-left:0.3125rem solid #16b2a8;border-right:0.3125rem solid #16b2a8;border-bottom:0.3125rem solid #16b2a8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9980625rem;width:26.1230625rem;top:35.75rem;left:25.9375rem;display:block; }
#rxsOviwwUVqO5srno4OPh2dn6Zzu4iMi { z-index:15051;top:61.642581939698rem;left:22.311199188233rem;background-color:#000202;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lBt1vssvrs4u4Gr1BmE8rBGpJAKeRRWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOKPli7CQmDed6HM3FOhgDkTk4NXOMbi { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;border-top:0.3125rem solid #e7007a;border-left:0.3125rem solid #e7007a;border-right:0.3125rem solid #e7007a;border-bottom:0.3125rem solid #e7007a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9980625rem;width:26.1230625rem;top:11.0625rem;left:25.375rem;display:block; }
#s62NB1kZ3hyIM92UZCJDxccKtShMblBT { color:#ffffff;display:block;width:11.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15050;line-height:1;letter-spacing:0;top:17.375rem;left:32.75rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#TIAQ01NuJtFpTzrTIKGgJzRCalS2xx2A { color:#ffffff;display:block;width:17.7480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15050;line-height:1;letter-spacing:0;top:16.0625rem;left:29.875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#X8VG8AQz68BmCuZxZEWEevxIyrUi8AUI { color:#ffffff;display:block;width:17.7480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15051;line-height:1;letter-spacing:0;top:41.0625rem;left:30.4375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#vsIlTrwmV6EABNbySfFg9fWlcI391XTH { background-color:#16b2a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:47.1875rem;left:32.875rem;display:block; }
#vL3CkOuMvgNSdBDlU0cb0yrriiKFyexl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xG6FJy1J8KpFIVUqTnG2dxqfdrzwcQqa { background-color:#e7007a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:22.25rem;left:32.25rem;display:block; }
#KaZit6eA6qOsZRPRGmLawN9PE52Mp0Hc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqfWon2WRmG1w1cPTUA49Eb8pGD9qHQV { color:#16b2a8;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.875011444092rem;left:25rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#ccGdV2U2XXtskH4XORw77HMvT5brBDsn { color:#e7007a;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.1875104904175rem;left:24.0625rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#p5EZrPnDHR3R7R9Mp3k5SxnwdfT8ZDyV { position:absolute;display:block;z-index:15016;background-color:#e7007a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.499375rem;width:8.499375rem;top:10.4375rem;left:22.875rem;display:block; }
#lqIdZvSy2T2ThB9LKqH3rqE9dG399MDU { color:#ffffff;display:block;width:6.624375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:15053;line-height:1;letter-spacing:0;top:12.416658401489rem;left:23.791015625rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#hDMFnVXVWbKqXOOEk5SlyVeOAnkcTxZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:62.5000038147rem;left:53.410808563233rem; }
#oHe3na5VzdubcrT0dRSEJfIECfNi9NWt { color:#070707;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:58.125001907349rem;left:25rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { background-color: transparent; background-image: none; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container > .video-iframe-container { display: none; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row > .video-iframe-container { display: none; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .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); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { border-width: 0; border-radius: 0; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#AN6XfaKDgWBz3qS76CvT1BqNV70VVxAA { color:#ea4d8c;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:6.625rem;left:0rem;height:6.599125rem;text-align:left;text-align-last:left;display:block; }
#KxNL4NmzW7dHpQBzTgy6I9qMX2gazJ4D { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:11.69790625rem;text-align:left;text-align-last:left;display:block; }
#quGeLqzMpw6zn8FymdZXQFe2rDaQi3Z4 { color:#000000;display:block;width:24.561625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:13.25rem;left:0rem;height:3.29948125rem;text-align:left;text-align-last:left;display:block; }
#aA0UC0nURgBMNleEV5WplT8irZJXvWpc { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:18.25rem;left:0rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bcdcdb74-785f-478b-940e-418484d1facd/2DJI_0411.jpg");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:44.125rem;top:-0.0615234375rem;left:31.09375rem;display:block; }#oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.adaptive-delivery-prevent-bg, #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.lazyload, #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.lazyloading { background-image: none; }
#LZg0qqzt7AVEAZM5rpyttBw3E90o7voi { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:38.0615234375rem;left:0rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container { background-color: transparent; background-image: none; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container > .video-iframe-container { display: none; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row > .video-iframe-container { display: none; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .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); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container { border-width: 0; border-radius: 0; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#zwg456qryTZVxg5CTErRzaLWlubDcnoS { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"pacific beach";font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:28.75rem;left:39.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#knpskMb8DZkmlUAHrlywZsfH0Rf1Lqgm { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:32.3125rem;left:39.25rem;height:0.962525rem;text-align:left;text-align-last:left;display:block; }
#Xs4o50lNFR1kSApPSyJT3a5etnoJCUei { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:10.25rem;left:39.25rem;height:17.06055rem;text-align:left;text-align-last:left;display:block; }
#KEXdJD7V5axJnuISGUkvoFLGVk8TZTCG { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/h11usKsi/lifestlyemthod.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:40.125rem;width:46.75rem;top:4.5rem;left:-6.6875rem;display:none; }#KEXdJD7V5axJnuISGUkvoFLGVk8TZTCG.adaptive-delivery-prevent-bg, #KEXdJD7V5axJnuISGUkvoFLGVk8TZTCG.lazyload, #KEXdJD7V5axJnuISGUkvoFLGVk8TZTCG.lazyloading { background-image: none; }
#BgL4BxPyR2lVfAUTUhsAHA09Af3A660T { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bf780c25-c58d-44a1-ab45-81fe80aa5eb9/IMG_8683.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:35.9375rem;top:0rem;left:0rem;display:block; }#BgL4BxPyR2lVfAUTUhsAHA09Af3A660T.adaptive-delivery-prevent-bg, #BgL4BxPyR2lVfAUTUhsAHA09Af3A660T.lazyload, #BgL4BxPyR2lVfAUTUhsAHA09Af3A660T.lazyloading { background-image: none; }
#ovy6sJch25UBQ4vGZF3c3bT2kZq0LiO0 { color:#ea4d8c;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15044;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.5625rem;left:39.25rem;height:3.78125rem;text-align:left;text-align-last:left;display:block; }
#HiAyBlDpbN94kZObWOiiLPuFRrgzHWLs { position:absolute;display:block;z-index:15000;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:62.5rem;top:41.25rem;left:6.25rem;display:block; }
#WsQCztdgv9srUZgJlnV41RMZC5kN1DMd { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:44.155817031861rem;left:7.0616302490238rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#tQrHc8N5q7wRwPgRTx1IgaElWXO5QKN2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6245625rem;width:0.124783125rem;top:42.687732696533rem;left:37.874565124512rem;display:block; }
#sGWKUGqxdX4HQ0qPLwb625W40tha4orm { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.155830383301rem;left:38.06706237793rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#BAEiArmsQl7nTqPybR9kgLnxBCTM1vtQ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6245625rem;width:0.124783125rem;top:42.686647415161rem;left:53.373481750488rem;display:block; }
#EIZrTlS3cTx2q3RZBEQQwF249iNIx6FX { color:#ffffff;display:block;width:16.0623125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:44.155830383301rem;left:52.756080627441rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#LuziKrCJcxaQu7x8yqZTGPdKxnt8xskG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6235rem;width:0.124783125rem;top:42.687719345093rem;left:21.185981750488rem;display:block; }
#G9TIaPNhM8CxJTvzAzcKgfWVRXOyUNQy { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.225261688233rem;left:22.632377624512rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container { background-color: transparent; background-image: none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container > .video-iframe-container { display: none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row > .video-iframe-container { display: none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .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); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container { border-width: 0; border-radius: 0; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#fisnHQiKRmysp51ldTt24B7aro89POyS { color:#ffffff;display:block;width:12.561875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:1.904296875rem;left:7.5911445617675rem;height:1.34985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pn5F3KQfDTQXdDW98bIHLHuMz3xfsJZF { color:#ffffff;display:block;width:12.561875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:1.904296875rem;left:39.342666625976rem;height:1.34985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEgvRDRqJVBfWsGNLwcueomBv5ImCqzS { color:#ffffff;display:block;width:14.124375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:1.9053573608399rem;left:54.02995300293rem;height:1.34985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wut066hS9UH9QSNU6uBVbhcDrB0pznit { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:44.15625rem;left:50.9375rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#JcebKwNNhHfJRFRQXU4QyxHP54a1N24d { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:44.15625rem;left:8.78125rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#UTO5U8Ntv4hfMLT9u0V6lZGfgEwgt3to { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.15625rem;left:29.46875rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#b2UzMSpal7A86WmrCG08ZRRGs7q2eHBy { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:42.6875rem;left:48.59375rem;display:none; }
#EqBZDTPNPfQs5HnS9thz7xmvDUkLFNRi { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:42.6875rem;left:48.59375rem;display:none; }
#qKOIrK8sT0uT5hB7780FZyTGII8EKK4T { position:absolute;display:block;z-index:15000;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:62.5rem;top:41.25rem;left:6.25rem;display:none; }
#dGbTSZT45pNl7IVuXTTRC25dtyW4DfId { color:#ffffff;display:block;width:13.624125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:1.904296875rem;left:22.566188812256rem;height:1.34985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iks4xMOs80Sr45CCPv2dLMPSZ60As3rH { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.225261688233rem;left:22.632377624512rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#m2EG0XsikHiQNsMdJd6IVRbt92STJ59s { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:42.6875rem;left:48.59375rem;display:none; }
#khp2FiCsUVT0lmS1EOaHsSGTyDVzVcW7 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:44.15625rem;left:8.78125rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { background-color: transparent; background-image: none; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container > .video-iframe-container { display: none; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row > .video-iframe-container { display: none; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .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); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { border-width: 0; border-radius: 0; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#sbXukc4Elx6ZxtDwdce8mn41vbU6c0UZ { color:#000000;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:4.8125rem;left:38.125rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX { display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.625rem;left:38.125rem;height:32.04425rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:before{  }
#mgW44WsLTLqnuArKB4mucIU09Sp1MTn5 { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e065a29a-74ae-44ee-91bf-ff99adc44087/_MG_6585.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5rem;width:35rem;top:3rem;left:0rem;display:block; }#mgW44WsLTLqnuArKB4mucIU09Sp1MTn5.adaptive-delivery-prevent-bg, #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5.lazyload, #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5.lazyloading { background-image: none; }
#FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection *:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="text"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="email"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="tel"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection textarea:focus-visible { outline: none; } #sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container { background-color: transparent; background-image: none; }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container > .video-iframe-container { display: none; }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row > .video-iframe-container { display: none; }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .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); }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container { border-width: 0; border-radius: 0; }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO > .row .container { border-width: 0; border-radius: 0; }#arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:none; }#hgx7fMxP3nLdtOGuS5QmFKAq0W3bB3Ez { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:15.3125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCQ3oyuNGKLTpTJf7BVkDqGys6i2qvcT { position:absolute;display:block;z-index:14999;background-color:#e6e6e6;background-image:none;border-top:0.0625rem solid #ea4d8c;border-left:0.0625rem solid #ea4d8c;border-right:0.0625rem solid #ea4d8c;border-bottom:0.0625rem solid #ea4d8c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:67.1875rem;top:7.625rem;left:3.9375rem;display:block; }
#s3E5Gp2lyCXdoNG74Gy397hgKGuAdIqe { position:absolute;display:block;z-index:14998;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:19.56175rem;top:2rem;left:27.6875rem;display:block; }
#rIWKDT35SkeCDKxFBR14yaitQGQV9Tnz { position:absolute;display:block;z-index:15002;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:22.8125rem;width:20.375rem;top:8.3740234375rem;left:5.748046875rem;overflow:hidden;display:block; }
#OkQ3iIL41diDb2Oy7oNCKlrSErdVOCyG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:22.5615rem;top:8.373046875rem;left:26.748046875rem;overflow:hidden;display:block; }
#HKEET07PnITxo8X1LyDUE9WwCT0bxtQC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.499rem;width:20.499rem;top:31.8095703125rem;left:5.68359375rem;overflow:hidden;display:block; }
#DeVLF5zVepeA3BSKOwXiSBn1yV8vlckL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.375rem;top:8.279296875rem;left:50.1533203125rem;overflow:hidden;display:block; }
#FzLVT3feGRP0cldzi1R5XmTPgR8mvHHK { position:absolute;display:block;z-index:15006;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:7rem;width:22.3125rem;top:35.84423828125rem;left:26.841796875rem;overflow:hidden;display:block; }
#c2yT1cDP6qRSd3QTEMWFdyCmZreF08PO { position:absolute;display:block;z-index:15007;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:14rem;width:22.4375rem;top:21.28076171875rem;left:26.748046875rem;overflow:hidden;display:block; }
#iMbfMLgHxoN0dVfufxozeOframd7J16e { position:absolute;display:block;z-index:15009;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:11.0625rem;width:19.3125rem;top:32.46435546875rem;left:50.1533203125rem;overflow:hidden;display:block; }
#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea4d8c;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; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container { background-color: transparent; background-image: none; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container > .video-iframe-container { display: none; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row > .video-iframe-container { display: none; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .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); }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container { border-width: 0; border-radius: 0; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#apdW2IqSKq26oSpE6wEDvm2fTr4DdcZ9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:10.625rem;left:20.25rem;display:block; }
#wyTbtnIOizavoC8bsCBnfkPD4psTRrh1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7Mf2ddhzWgZ5Su1rLEHLE4RKrToQt81 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:14.9375rem;left:20.1875rem;display:block; }
#aSc7daankZQXBM21mJyyz1AB39a1LVaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKiObkmHufg36VuRi3XyCWqtFATfXWBf { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:2.1875rem;left:40.8125rem;height:2.40625rem;text-align:left;text-align-last:left;display:block; }
#ZHg9Fzb0mUydndZ0nTek5VkCRCJTNv6k { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:2.1875rem;left:20.1875rem;height:2.40625rem;text-align:left;text-align-last:left;display:block; }
#HFDrbL5nTBGa8X3vIctTJ4GpKFKy1c5b { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:19.375rem;left:20.1875rem;display:block; }
#frBSbCHnRTA85x0q55BBg7RwTvqEMzvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-form-header { font-size:0.875rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:montserrat;font-size:0.875rem;font-weight:700;color:#ffffff;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:middle;text-align:left;text-align-last:left;font-style:normal; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:inline-block;*zoom:1;*display:inline;width:24.75rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:middle; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-text {padding-top: 0; padding-bottom: 0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:24.75rem;box-sizing:border-box;height:4.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:middle; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:inline-block;*zoom:1;*display:inline;width:24.75rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-select {padding-top: 0; padding-bottom: 0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:24.75rem;height:2.875rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal;float:none; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .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; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-container:first-of-type{padding-top:0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-container:last-of-type{padding-bottom:0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm  { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.6240234375rem;top:4.5927734375rem;z-index:15027;position:absolute;font-size:0.875rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.75rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm {display:block;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.6240234375rem;top:4.5927734375rem;z-index:15027;position:absolute;font-size:0.875rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #C0u6kHwnWCQA0UnGcBBM3IHtJoeLMipU { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #hCTkU88bUMhRZexTuduqrOCNqbGDUnkI { position:relative;display:block; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #oMDPpyNvHc6vRfTVZOCAkZfTadSWx2cM { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #FHPJglSL5hVBEJVL6PMkUAae3GCFSFzv { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #S5b7z0CplNos5Pw0753K6GX2MT4c6C3O { position:relative;display:block; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #r1TVhS7uKVtgSrbpe0S4SmMkBQ1agQmQ { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #sufQTyFxWpPmiCaMVHKtXC1w8k1xuOXS { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #E19Xrwoxtfp1T1QF9GhM928p5ORs1av4 { position:relative;display:block; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #XOkNL9MhC9pSDL75CACO3rz8Xyzr4KQB { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #fyQEiMp7ON8iHTNda970mRB1g9xqQ2C7 { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #lPmTvfk0BpNeSeIbmKfecqBXnxFCI47W { position:relative;display:block; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #S2rpL5FcRlAvZGp8p9TDbmCGVpdxrIBz { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #rFAn49klzIOHXW0c5Vk9NaRKHsT5yao5 { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #T0VePNXXua1ax1BQ716gZQXaiJdkhJQ6 { position:relative;display:block; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #IPH1JCG0fnAWewbXvkcBJbnxBWpOWsfg { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #Z8ZtThJTJm2KInTOCVOTdD24boqacZ2M { position:relative; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #cNgcrwvPgThTCNtadx2iRAAcXRyzXI25 { position:relative; }
#OdArRGNWRKRzESAdbLy7QBJitTHMi43w { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.5rem;top:12.4375rem;left:20.25rem;display:block; }
#dP1A87bVDPlW4L2C5hZCaZeACkmDSn8z { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.125rem;top:16.875rem;left:20.1875rem;display:block; }
#Lg2t3Rt99T1hbGR2pzbzQ6ufPweZwvE9 { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.625rem;top:21.25rem;left:20.1875rem;display:block; }
#GeTEPNyBvfGcwIKJmaAt2M03CdR2xDLs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.25rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:6.5625rem;left:20.1875rem;display:block; }
#agcbifh0H02iT9f0QgAXu1n4IZAEpSmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMfaTZph5ZSc7xEy1z0U74bkRvQFgx67 { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:8.375rem;left:20.1875rem;display:block; }
#I9QyTmSmCK6QbqKeKct6Ny3wr7HmTdnM { position:absolute;display:block;z-index:15059;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:14rem;width:16.8125rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#oANs89zKJlTUdCih3ZgNTSiTZE2lzQgI { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:2.4;overflow:hidden;position:absolute;width:9rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.875rem;left:3rem;display:block; }
#SSneClN28VoDwVzNe4MpMGXHrz9nmXGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N0eIiCZibBCfKeKuIAQE1ENCDrXZmMzg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:19.375rem;left:11.75rem; }
#N0eIiCZibBCfKeKuIAQE1ENCDrXZmMzg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#xZvLp1huTt8hCC4Hm6eD6kuHWlCClEF8 { position:absolute;display:block;z-index:15055;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.875rem;left:11.25rem;display:block; }
#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { border-width: 0; border-radius: 0; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:none; }#N5f2lmerBQr70zFLvTv4nc6aTEFHlWVz { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:4.3125rem;left:23.3125rem;height:1.51220625rem;text-align:center;text-align-last:center;display:block; }
#ETW2CJJrA7Wgpb6DtXIaHuouBm2E5a2g { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:14.8125rem;left:50.5rem;height:17.5520625rem;text-align:left;text-align-last:left;display:block; }
#vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5 { position:absolute;display:block;z-index:15040;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/tQAUGXea/sara.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:47.1875rem;top:13.1875rem;left:0rem;display:block; }#vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.adaptive-delivery-prevent-bg, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyload, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyloading { background-image: none; }
#ki7nO9SP4FtUTdUBT7KBEzhbGapq92ya { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:13rem;left:50.5rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#xrNhuAoTPZ1vaODuxEVQ11z9AxqOBEVq { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:41.25rem;left:50.5rem;height:14.62675rem;text-align:left;text-align-last:left;display:block; }
#xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP { position:absolute;display:block;z-index:15043;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/nruVT87F/laurel.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:47.1875rem;top:39.4375rem;left:0rem;display:block; }#xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.adaptive-delivery-prevent-bg, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyload, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyloading { background-image: none; }
#toCDwdKfJSBC2mNZbPJJ2w64SbPH8RPh { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:39.25rem;left:50.5rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#QQeFTmlsrt0NfOMXTuEFgdqIwTD8yp47 { color:#000000;display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:6.4375rem;left:17.9375rem;height:2.8190125rem;text-align:center;text-align-last:center;display:block; }
#V28R0VsN0yB1WEaSTh6mOVSAWDtnbwvZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#cSFEm8xz8RFLLK3k9lgTnDVTg20k8GvM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#SLxUSB9S8lfAhIaTcKlv9gTuV9C5uApJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#v6nSx40Dd57utTViCRwszTfRfm6Iu8ip { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; } #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection *:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="text"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="email"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="tel"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection textarea:focus-visible { outline: none; } #AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container { background-color: transparent; background-image: none; }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container > .video-iframe-container { display: none; }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row > .video-iframe-container { display: none; }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .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); }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container { border-width: 0; border-radius: 0; }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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:none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { border-width: 0; border-radius: 0; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#I9MBrh3ViER3mCnINbp62a72ZCage33R { color:#000000;display:block;width:38rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.1;letter-spacing:0;top:4.318359375rem;left:5.125rem;height:1.23751875rem;text-align:left;text-align-last:left;display:block; }
#epmMRsMa74tENPyeDDy2MlTNe0PPT48a { position:absolute;display:block;z-index:15046;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/hxU0yTmL/The_Lifestyle_Method_Submark_Black_Outline_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:3.875rem;width:3.875rem;top:3rem;left:0rem;display:block; }#epmMRsMa74tENPyeDDy2MlTNe0PPT48a.adaptive-delivery-prevent-bg, #epmMRsMa74tENPyeDDy2MlTNe0PPT48a.lazyload, #epmMRsMa74tENPyeDDy2MlTNe0PPT48a.lazyloading { background-image: none; }
#Mx5gHqngCm8XxIz6DpQ0Nuwm0gpG4C5B { color:#000000;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:4.3125rem;left:58.875rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
#t4GnDJ297ZzISt7MNrnn55QI5Ve2BVS2 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:3.375rem;left:57.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G7nL6izSnoJXls8TTabI2C7TM5KHSlmm { display:block; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBHG8INIoRGse1TRdUsZJkskqRmo1TkV { width:46.75rem;height:1rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4NGZbdTcLx0k7KcyM2GSZntP8SInwZ { display:block; }
 }@media only screen and (max-width: 763px) { #ba8CZta5JHhefhPAUy0idTeqBEUwecgT { display:block; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkisHgJDdeW71V8TZhCx9cqnfQlwVxmR { width:12.5rem;height:4.375rem;top:1.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvgQ6QFxQ0FeTPhauXnW1d0yWJ4fJFg { width:4.6875rem;height:2.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi6Da8XgtVOb8OidHQN8i8druaCQyWOn { display:block; }
 }@media only screen and (max-width: 763px) { #g4hUr4kSsbzW2O1Z56T12AaHn4nSRTGh { width:9.25rem;height:2.25rem;top:2.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdolB69DFvLiC40AHUNs4ioD0t9tOR58 { display:block; }
 }@media only screen and (max-width: 763px) { #p6OP4RuusVgSEqyE6LGFF3X3y8fogxX6 { width:7.875rem;height:2.25rem;top:2.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12zoifM1nynQ0JMvc5q6IZ2F7Rot8ub { display:block; }
 }@media only screen and (max-width: 763px) { #nInzBD86WoJDCX4a5MTfsEntZywdkaMK { width:9.0625rem;height:2.25rem;top:2.1875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTrrTKPfT4cFZISS2DkIACCIdMwS2Bz { display:block; }
 }@media only screen and (max-width: 763px) { #R2Zn9p8KDbrxRCboEp1Rs4SfE8OkaSGr { top:2.6875rem;left:0rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTey6xdsNIHsGTo909xLyyecr1Pfo509 { top:2.6875rem;left:44.125rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMkPIoGbalShJST4LTZtGLyqggv2chx { top:3.875rem;left:0rem;width:2.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrLoXGdMipTbTWL8yMZhPOa2sgt3U3Q { top:3.875rem;left:4.15625rem;width:9.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3LbVPQTawz9TN2UDCzADpEPyG7xT5xP { top:3.875rem;left:34.75rem;width:7.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFqmIbK4I9L7vno61ca3uzAf2gTwEPVT { top:3.875rem;left:38.4375rem;width:9.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enUgxL9gId35iblG63X0ESETkCTi9ELQ { display:none; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jwy9tAV0T0AaQ6W2sxHbTHtdWerltWEl { display:none; }
 }@media only screen and (max-width: 763px) { #KiPoQd4TVVuvVn5pUciVdihnRrngtkDS { top:6.1875rem;left:0rem;width:12.5rem;height:10.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pd1TIoL4z72JotAHTHn7JsfBO6Mh3XBU { width:11.4375rem;height:3rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkOE8Bbwq35zBlCg4omZnTwIF5K9sveG { top:2.6875rem;left:0rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgcBCKTyFJVxaTRVvcc8azSaJqAPOQbZ { top:3.875rem;left:4.15625rem;width:9.0625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfC753ugHlLUQWCW6g4nEOoEIdZMLuwd { top:2.6875rem;left:0rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJAsR7GxfveyVqgfOXxsIu3niETIM2Q2 { top:2.6875rem;left:0rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSkNWHn8O1ypcbLN9C8IGr04O9ETLhTq { top:2.6875rem;left:0rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQsybiOhsA5IPf5TE0Sskvr7mbkgRSeS { top:3.875rem;left:4.15625rem;width:9.0625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwBUlEWrbeWrwq5QXkVeztbb8MSaH9l8 { top:3.875rem;left:4.15625rem;width:9.0625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD1EpFGTf85exCvBgPLS3EKVHPQS8RHh { top:3.875rem;left:4.15625rem;width:9.0625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBko3nE7meLCwJTWrvxVLeTOePrkox4T { width:47.75rem;height:15.75rem;top:4.375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7FcbwB6kG0NyzFAgJCRTouoGgBkICRm { width:8.625rem;height:3.125rem;top:5.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHnoxTl90KT5TyNaRUXy8Ctg0idL3B4n { top:31.875rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6CsfBh3NecW8VBaigBPLwzcSszuhfTN { top:28.3125rem;left:13.65625rem;width:20.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLwS10arkuR3c9VHidOJ0QcJEzqh11vX { display:block; }
 }@media only screen and (max-width: 763px) { #fJaKFuTHoAn9xl6WrzkQhzOVf5fuKEna { top:23rem;left:5.25rem;width:37.25rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnSKkeeFWOnKUAcnsdvSCsoosyfuJz7f { width:36.625rem;height:1.5625rem;top:20.125rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 { display:block; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8A6iIw8UWgXBRRyZVKB0nGulDL0qMyT { top:6.75rem;left:16.0625rem;width:31.6875rem;height:7.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXy8VnGEfkNlWSpx8WOwxdzFy53qCV1r { top:16.75rem;left:16.3125rem;width:31.4375rem;height:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6RRLkTwC2sxeyO9rlMaVMcALTKxXE0 { top:35.4375rem;left:19.4375rem;width:28.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFCgS9mCW480SfHkctxAyEMsZPERbbkR { display:block; }
 }@media only screen and (max-width: 763px) { #o7edvMMy1gz1MXZQvi7kmBNE3z68JW2E { width:26.1875rem;height:1.375rem;top:39.4375rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur330VZheiXGHRTO42UwVdp60vp4hnPP { top:1.25rem;left:12.875rem;width:11rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 { display:block; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5dJWdD7VAvUqeEIrsyVUUEAVILCkudG { top:4.3125rem;left:0rem;width:25.25rem;height:10.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQwcHTBWRCTCeg2LTdkABKMRayZUnyE6 { top:6.4375rem;left:13.75rem;width:34rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATO1DUnpWTOxHUIy4dmGkflJTzTAzmRr { top:4.3125rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOe4MHxcwBSByfhWxzPpxfkIthDwD9hc { top:4.0625rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHSLhTsH2CtnW8deQEwNDxilnHULzIAK { top:18.4375rem;left:12.25rem;width:35.5rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iku7iToo2NdHAs0wyNMFOxVMnCzp7DEg { top:16.1875rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCboR0ZJG9QvEywg3fTZPXOzcgkRSZ0 { top:5.0625rem;left:23.75rem;width:0.125rem;height:73.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5wBlU0xJG6InPmnA3K3xtJbrb60dkr { top:15.9375rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazzyq1bkrRksarN12PtD6DAmtHBJch5 { top:15.9375rem;left:0rem;width:31.125rem;height:59.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnN5vOV6wzWW9OmK92q4vcDlODvx4Dk { top:29.875rem;left:12.6875rem;width:35.0625rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RASzKXqK1qBPI30irkulLwTNeGLRTTth { top:27.6875rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTz7F6rc7dEo4XbXCudgy2lTcWMVpL3 { top:39.875rem;left:12.25rem;width:35.5rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfIK2CEVWZsQAH6yb1fKMM7uT89ApQ8P { top:37.8125rem;left:15.6875rem;width:32.0625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrTbkFAD7bCfspydMGC1h6GXuySRd0Z { top:27.4375rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgCzLH70BnkHcbdl5zTrsWAESkgGX2s { top:37.5625rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdvi3T0D2BRZnEhiLc4isNNsA7wsQUzg { top:76.25rem;left:0rem;width:28.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGPWOg9QZXf0e0MvA8aTMyO1zkt8MTCz { top:78.5625rem;left:20.6875rem;width:3.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyOgImDOyBfRThJPUnd6hxXVwiahT1y { top:4rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXvI1zkoqNeQSUGTHrwH2u7OCbKfJtm { top:15.875rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skUAUcAE6KU9F9soMV2ChiTnzKLC2Duw { top:27.375rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6KJeDegWlphOpdQMUKgkeVVChq9eiC { top:37.5rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiiKk2VGwMCVGPuRQ0JQNauHcQr6slXX { display:none; }
 }@media only screen and (max-width: 763px) { #lh2L0UhaXK0JF5VfuoxAfTNOH82L83kX { top:49.375rem;left:16.25rem;width:31.5rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXyANeBn6bTs9ox2aGJC6vs7W4Sa0To { top:51.8125rem;left:12.25rem;width:35.5rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUOgqqq3APqRgxyChkz5VxtIGH5UJDP9 { top:61.1875rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0hNtUC6cJ9HrTgTigDhMy0DHwlzcTg { top:63.625rem;left:12.25rem;width:35.5rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgKdkgB6ZTVKX5ZAJ5WsVsdeH38wFWWR { top:71.375rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTbN7O7OvTLOM4V1J75mpZp4zkmHF78 { top:73.8125rem;left:12.25rem;width:35.5rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScoJbyTkmO8aFdHhZHfxWs59TyPES7J9 { top:49.0625rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB201hIPW3ooSb32w8fE0mtKSmEH8ZRe { top:49.125rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzsQ70des5yrhzouw6JZn18Qfb7UKnrd { top:60.875rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPG2IK4hTLusplZOEsONUQgkQlZkODRl { top:71.0625rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKQkWCXn0TQbEN8FgFTBW5ybVisAiSq { top:60.9375rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtmBBkSTwpXhwT6T4FRUItLHFQUKaZMW { top:71.125rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe { display:block; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwp25FJ7TPtkATc4cH08RDcfewJPktkI { top:2.875rem;left:14.5rem;width:33.25rem;height:15.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTX5Xol5wBsZPgisdcJ0bS6VwdLazBJb { top:19.1875rem;left:14.5rem;width:33.1875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7gT9L7F1zrTxx8J84VzxFrlI6GMrG4 { top:22.5rem;left:23.875rem;width:3.25rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf6bhQJ3E6UdEwvqwy0rrDxNdB4pGbBK { top:22rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APuLJntKEyJB8OfhbTDb9UgNPyo1J1Fy { top:20.6875rem;left:19.875rem;width:27.8125rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgoCgUUwFyVTOz45ACzT00U4WirGo4Ce { top:29.1875rem;left:14.5rem;width:33.1875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEgiV3ULtfARQPvSW0smktwgkLH3s1K { top:30.5rem;left:18.5625rem;width:29.125rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0wSy0Um8ybRKo1aCtbMAWJDkTuxR4UV { top:33rem;left:23.875rem;width:3.25rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4QlyQhAuoPdRGXGbbvHThMdKMGufWD9 { top:32.625rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8C1OCQx1IJH5h5tg4eaqLex5zavwlsn { top:41.875rem;left:14.5rem;width:33.1875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvMKz40nWftnaaJvCgcQilTe6BByJESk { top:43.6875rem;left:18.5625rem;width:29.125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVJX9ktffCxFe6yoHbkZha0Uv3zHT4um { top:44.6875rem;left:23.875rem;width:3.25rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZ2KPVQTfanD7V4PsAuEnZCwy4sboKs { top:44.25rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL89tLi7EJE5zLGK0V0pHlePqXsiasE7 { width:7.9375rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3 { top:51.75rem;left:8.375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T { display:block; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huaiF0XAKo79SRAwB54cISQz6ZGcSLLm { top:21.5625rem;left:0rem;width:29.625rem;height:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxBZDZOpt5r3HCQDnPk57AavZgW2SdTh { top:9.3125rem;left:0rem;width:29.0625rem;height:11.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2R4dpleHGFnBcTcDSxUSSGiBvME6aU { top:38.75rem;left:0rem;width:29.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsaCEP70wK39iTT2pLpP71mqqov0uMgI { width:10.625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa { display:block; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uusQxavKPQDEdaal0uVo95tlJ8DNxHPs { top:10.6875rem;left:18.75rem;width:29rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT7D5Sb1iZ2tC104PUXfawA4AHtzA1TF { top:8rem;left:0rem;width:32.5rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwe9uVOBx1ly5qMrPbI0q1BwDzu1KE3o { top:7.4375rem;left:0rem;width:33.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHoXu5eqKKQD6zS5TfUQWAB5tTZLNmuZ { top:13.0625rem;left:5.125rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSyvNhpWraUxoCurCvnfQ99AbGqkWP9s { top:12.1875rem;left:8.8125rem;width:15.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPpfdvKqBMS5nP3BDKev6ArJ6mfsBmOf { top:18.8125rem;left:21.25rem;width:26.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNiExQ2uLOFs1XqTtfTHBHZTKzCbA9Ub { top:36rem;left:21.25rem;width:26.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqSSLJ5HKuvWs18ZkSpIQsfT2TSnCuDd { top:26.875rem;left:24.25rem;width:22.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJMqaKI6z3utkv3SNMwHetlIx89zZcV { top:31.5rem;left:21.25rem;width:26.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfZsPztaCya2QXDWoE0B95zLwvz6UQ3 { top:22.4375rem;left:17.4375rem;width:30.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkuZI7InHoOksXMh3mTCPuM6LDNIIohc { top:40.625rem;left:21.25rem;width:26.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlmAgvOAqC6FP2csFin7T8XrXabE5Hv { top:46.375rem;left:12.1875rem;width:35.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyR8fKJfGfQp4TffZg24NUBzTMw0MbNU { top:10.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgONtLnzlFnSTsPQKBaAKAMGiMmW2QIn { top:18.625rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qyXOkGCSoTd7n1rZ9KcINPyzvFHTLG { top:22.25rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e2JHfzX1QVvC6rUhsZdJFkp5rKVvaU { top:26.75rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2BcLK0D9lNTAV3oo0eTy95b1UCsmIFe { top:31.375rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiE230OX8EGVZH44d6LzrB8KGh1rIWdB { top:35.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvDO5cPLc8ehMeXCWmmzgiFOyA5nG8E { top:40.5rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3 { top:16.5rem;left:0rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWei3Twi77pRicgwpaIwmAcL34oq4det { top:4.25rem;left:0rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9yaoXGLeFnfBLOBUHgcaJGtrNaKRr3B { top:3.4375rem;left:0rem;width:15.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGt5hI51WNJgpCXuhlVd1fGNVdBktRtO { top:2.6875rem;left:20.875rem;width:26.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsXRitLpsgrgLoAROPcsKw4eaVfmzqEA { top:6.8125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhElku9rZibn56SDQ0gF9pqygRAtJffk { top:7.625rem;left:17.4375rem;width:30.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkt3g9wcCTJqyTbJ4SsQIZ1EPFvlIffX { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXWH7FrPJwL09Nns02I9TzcM6Kr1ElTF { top:14.8125rem;left:18.75rem;width:29rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQMbvngDuCwluUwnA2HB6xx42MVdOtt { display:block; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJuTeBsqRkp14MpV8X61lm969AaQGu9V { top:42.375rem;left:19.625rem;width:11.9375rem;height:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhDlURE7ggsNU5G1DSepth1f5NMzH7m5 { top:2.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t87DH2BOg0wgXbn3kyAuPq5153fVl3C7 { top:35.75rem;left:5.0625rem;width:26.0625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxsOviwwUVqO5srno4OPh2dn6Zzu4iMi { top:61.625rem;left:0rem;width:34rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBt1vssvrs4u4Gr1BmE8rBGpJAKeRRWH { display:block; }
 }@media only screen and (max-width: 763px) { #SOKPli7CQmDed6HM3FOhgDkTk4NXOMbi { top:11.0625rem;left:5.0625rem;width:26.0625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62NB1kZ3hyIM92UZCJDxccKtShMblBT { top:17.375rem;left:19.0625rem;width:11.9375rem;height:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIAQ01NuJtFpTzrTIKGgJzRCalS2xx2A { top:16.0625rem;left:14.0625rem;width:17.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8VG8AQz68BmCuZxZEWEevxIyrUi8AUI { top:41.0625rem;left:14.0625rem;width:17.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsIlTrwmV6EABNbySfFg9fWlcI391XTH { width:12.8125rem;height:2.4375rem;top:47.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL3CkOuMvgNSdBDlU0cb0yrriiKFyexl { display:block; }
 }@media only screen and (max-width: 763px) { #xG6FJy1J8KpFIVUqTnG2dxqfdrzwcQqa { width:12.8125rem;height:2.4375rem;top:22.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaZit6eA6qOsZRPRGmLawN9PE52Mp0Hc { display:block; }
 }@media only screen and (max-width: 763px) { #BqfWon2WRmG1w1cPTUA49Eb8pGD9qHQV { top:31.875rem;left:4.875rem;width:26.875rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccGdV2U2XXtskH4XORw77HMvT5brBDsn { top:7.1875rem;left:0rem;width:26.875rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5EZrPnDHR3R7R9Mp3k5SxnwdfT8ZDyV { top:10.4375rem;left:7.4375rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqIdZvSy2T2ThB9LKqH3rqE9dG399MDU { top:12.375rem;left:9.3125rem;width:6.5625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDMFnVXVWbKqXOOEk5SlyVeOAnkcTxZI { top:62.5rem;left:31.75rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHe3na5VzdubcrT0dRSEJfIECfNi9NWt { top:58.125rem;left:4.875rem;width:26.875rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f { display:block; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN6XfaKDgWBz3qS76CvT1BqNV70VVxAA { top:6.625rem;left:0rem;width:28.3125rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNL4NmzW7dHpQBzTgy6I9qMX2gazJ4D { top:25.375rem;left:0rem;width:26.75rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quGeLqzMpw6zn8FymdZXQFe2rDaQi3Z4 { top:13.25rem;left:0rem;width:24.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA0UC0nURgBMNleEV5WplT8irZJXvWpc { top:18.25rem;left:0rem;width:27rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J { top:0rem;left:3.625rem;width:44.125rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZg0qqzt7AVEAZM5rpyttBw3E90o7voi { top:38rem;left:0rem;width:26.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC { display:block; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwg456qryTZVxg5CTErRzaLWlubDcnoS { top:28.75rem;left:19.375rem;width:28.375rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knpskMb8DZkmlUAHrlywZsfH0Rf1Lqgm { top:32.3125rem;left:23.0625rem;width:24.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4o50lNFR1kSApPSyJT3a5etnoJCUei { top:10.25rem;left:12rem;width:35.75rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEXdJD7V5axJnuISGUkvoFLGVk8TZTCG { top:4.5rem;left:0rem;width:46.75rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgL4BxPyR2lVfAUTUhsAHA09Af3A660T { top:0rem;left:0rem;width:35.9375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovy6sJch25UBQ4vGZF3c3bT2kZq0LiO0 { top:5.5625rem;left:12.8125rem;width:34.9375rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiAyBlDpbN94kZObWOiiLPuFRrgzHWLs { top:41.25rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsQCztdgv9srUZgJlnV41RMZC5kN1DMd { top:44.125rem;left:0rem;width:13.3125rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrHc8N5q7wRwPgRTx1IgaElWXO5QKN2 { top:42.6875rem;left:24.249565124512rem;width:0.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGWKUGqxdX4HQ0qPLwb625W40tha4orm { top:44.125rem;left:24.442058563233rem;width:15.1875rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAEiArmsQl7nTqPybR9kgLnxBCTM1vtQ { top:42.625rem;left:39.748481750488rem;width:0.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIZrTlS3cTx2q3RZBEQQwF249iNIx6FX { top:44.125rem;left:31.75rem;width:16rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuziKrCJcxaQu7x8yqZTGPdKxnt8xskG { top:42.6875rem;left:7.5609817504881rem;width:0.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9TIaPNhM8CxJTvzAzcKgfWVRXOyUNQy { top:44.1875rem;left:9.0073776245119rem;width:13.3125rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L { display:none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fisnHQiKRmysp51ldTt24B7aro89POyS { width:12.5rem;height:1.3125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn5F3KQfDTQXdDW98bIHLHuMz3xfsJZF { width:12.5rem;height:1.3125rem;top:1.875rem;left:25.717666625976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEgvRDRqJVBfWsGNLwcueomBv5ImCqzS { width:14.0625rem;height:1.3125rem;top:1.875rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wut066hS9UH9QSNU6uBVbhcDrB0pznit { top:25.3125rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcebKwNNhHfJRFRQXU4QyxHP54a1N24d { top:0rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTO5U8Ntv4hfMLT9u0V6lZGfgEwgt3to { top:7.5625rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2UzMSpal7A86WmrCG08ZRRGs7q2eHBy { top:42.6875rem;left:34.96875rem;width:0.125rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqBZDTPNPfQs5HnS9thz7xmvDUkLFNRi { top:42.6875rem;left:34.96875rem;width:0.125rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKOIrK8sT0uT5hB7780FZyTGII8EKK4T { top:41.25rem;left:0rem;width:47.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGbTSZT45pNl7IVuXTTRC25dtyW4DfId { width:13.5625rem;height:1.3125rem;top:1.875rem;left:8.9411888122556rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iks4xMOs80Sr45CCPv2dLMPSZ60As3rH { top:44.1875rem;left:9.0073776245119rem;width:13.3125rem;height:3.4375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2EG0XsikHiQNsMdJd6IVRbt92STJ59s { top:42.6875rem;left:34.96875rem;width:0.125rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #khp2FiCsUVT0lmS1EOaHsSGTyDVzVcW7 { top:7.3125rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqEslIeQ817qGdSbTM3GQtWoABqaHuuR { display:block; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbXukc4Elx6ZxtDwdce8mn41vbU6c0UZ { top:4.8125rem;left:14.875rem;width:32.875rem;height:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX { width:36.875rem;height:32rem;top:13.625rem;left:10.875rem;font-size:0.875rem;display:block; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:before{  }
 }@media only screen and (max-width: 763px) { #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5 { top:3rem;left:0rem;width:35rem;height:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection { display:block; } #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection *:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="text"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="email"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="tel"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection textarea:focus-visible { outline: none; } #sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO { display:block; }#arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgx7fMxP3nLdtOGuS5QmFKAq0W3bB3Ez { top:2.25rem;left:1.6875rem;width:44.3125rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQ3oyuNGKLTpTJf7BVkDqGys6i2qvcT { width:47.625rem;height:37.25rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3E5Gp2lyCXdoNG74Gy397hgKGuAdIqe { top:2rem;left:14.0625rem;width:19.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWKDT35SkeCDKxFBR14yaitQGQV9Tnz { top:8.3125rem;left:0rem;width:20.375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkQ3iIL41diDb2Oy7oNCKlrSErdVOCyG { top:8.3125rem;left:13.123046875rem;width:22.5rem;height:12.278438933581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKEET07PnITxo8X1LyDUE9WwCT0bxtQC { top:31.75rem;left:0rem;width:20.4375rem;height:11.464501317138rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVLF5zVepeA3BSKOwXiSBn1yV8vlckL { top:8.25rem;left:28.375rem;width:19.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLVT3feGRP0cldzi1R5XmTPgR8mvHHK { top:35.8125rem;left:13.216796875rem;width:22.3125rem;height:6.999rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yT1cDP6qRSd3QTEMWFdyCmZreF08PO { top:21.25rem;left:13.123046875rem;width:22.4375rem;height:13.999811973526rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMbfMLgHxoN0dVfufxozeOframd7J16e { top:32.4375rem;left:28.4375rem;width:19.3125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcgLbs5zypusuSppuEzU9S1Fl4W4rse { display:block; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apdW2IqSKq26oSpE6wEDvm2fTr4DdcZ9 { width:13.4375rem;height:2.25rem;top:10.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyTbtnIOizavoC8bsCBnfkPD4psTRrh1 { display:block; }
 }@media only screen and (max-width: 763px) { #K7Mf2ddhzWgZ5Su1rLEHLE4RKrToQt81 { width:14.875rem;height:2.25rem;top:14.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSc7daankZQXBM21mJyyz1AB39a1LVaU { display:block; }
 }@media only screen and (max-width: 763px) { #UKiObkmHufg36VuRi3XyCWqtFATfXWBf { top:2.1875rem;left:24rem;width:23.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHg9Fzb0mUydndZ0nTek5VkCRCJTNv6k { top:2.1875rem;left:6.5625rem;width:19.75rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFDrbL5nTBGa8X3vIctTJ4GpKFKy1c5b { width:14.875rem;height:2.25rem;top:19.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frBSbCHnRTA85x0q55BBg7RwTvqEMzvo { display:block; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-text { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-text {padding-top: 0; padding-bottom: 0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-textarea { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-select { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-select {padding-top: 0; padding-bottom: 0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-button { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-checkbox-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm  { width:32.875rem;height:auto;top:4.5625rem;left:12.375rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .radio-container { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm {display:block;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm { width:32.875rem;height:auto;top:4.5625rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #C0u6kHwnWCQA0UnGcBBM3IHtJoeLMipU {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #hCTkU88bUMhRZexTuduqrOCNqbGDUnkI { display:block; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #oMDPpyNvHc6vRfTVZOCAkZfTadSWx2cM {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #FHPJglSL5hVBEJVL6PMkUAae3GCFSFzv {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #S5b7z0CplNos5Pw0753K6GX2MT4c6C3O { display:block; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #r1TVhS7uKVtgSrbpe0S4SmMkBQ1agQmQ {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #sufQTyFxWpPmiCaMVHKtXC1w8k1xuOXS {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #E19Xrwoxtfp1T1QF9GhM928p5ORs1av4 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #XOkNL9MhC9pSDL75CACO3rz8Xyzr4KQB {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #fyQEiMp7ON8iHTNda970mRB1g9xqQ2C7 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #lPmTvfk0BpNeSeIbmKfecqBXnxFCI47W {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #S2rpL5FcRlAvZGp8p9TDbmCGVpdxrIBz {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #rFAn49klzIOHXW0c5Vk9NaRKHsT5yao5 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #T0VePNXXua1ax1BQ716gZQXaiJdkhJQ6 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #IPH1JCG0fnAWewbXvkcBJbnxBWpOWsfg {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #Z8ZtThJTJm2KInTOCVOTdD24boqacZ2M {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #cNgcrwvPgThTCNtadx2iRAAcXRyzXI25 {  }
 }@media only screen and (max-width: 763px) { #OdArRGNWRKRzESAdbLy7QBJitTHMi43w { top:12.4375rem;left:6.625rem;width:10.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP1A87bVDPlW4L2C5hZCaZeACkmDSn8z { top:16.875rem;left:6.5625rem;width:8.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2t3Rt99T1hbGR2pzbzQ6ufPweZwvE9 { top:21.25rem;left:6.5625rem;width:10.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTEPNyBvfGcwIKJmaAt2M03CdR2xDLs { width:13.4375rem;height:2.25rem;top:6.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcbifh0H02iT9f0QgAXu1n4IZAEpSmo { display:block; }
 }@media only screen and (max-width: 763px) { #zMfaTZph5ZSc7xEy1z0U74bkRvQFgx67 { top:8.375rem;left:6.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9QyTmSmCK6QbqKeKct6Ny3wr7HmTdnM { top:3.5625rem;left:0rem;width:16.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANs89zKJlTUdCih3ZgNTSiTZE2lzQgI { width:9rem;height:2.8125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSneClN28VoDwVzNe4MpMGXHrz9nmXGo { display:block; }
 }@media only screen and (max-width: 763px) { #N0eIiCZibBCfKeKuIAQE1ENCDrXZmMzg { top:19.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#N0eIiCZibBCfKeKuIAQE1ENCDrXZmMzg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xZvLp1huTt8hCC4Hm6eD6kuHWlCClEF8 { top:18.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS { display:block; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5f2lmerBQr70zFLvTv4nc6aTEFHlWVz { top:4.3125rem;left:9.6875rem;width:28.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETW2CJJrA7Wgpb6DtXIaHuouBm2E5a2g { top:14.8125rem;left:23.9375rem;width:23.8125rem;height:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5 { top:13.1875rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki7nO9SP4FtUTdUBT7KBEzhbGapq92ya { top:13rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNhuAoTPZ1vaODuxEVQ11z9AxqOBEVq { top:41.25rem;left:23.9375rem;width:23.8125rem;height:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP { top:39.4375rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCDwdKfJSBC2mNZbPJJ2w64SbPH8RPh { top:39.25rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeFTmlsrt0NfOMXTuEFgdqIwTD8yp47 { top:6.4375rem;left:4.3125rem;width:39.125rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V28R0VsN0yB1WEaSTh6mOVSAWDtnbwvZ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSFEm8xz8RFLLK3k9lgTnDVTg20k8GvM { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLxUSB9S8lfAhIaTcKlv9gTuV9C5uApJ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6nSx40Dd57utTViCRwszTfRfm6Iu8ip { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection { display:block; } #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection *:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="text"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="email"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="tel"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection textarea:focus-visible { outline: none; } #AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9MBrh3ViER3mCnINbp62a72ZCage33R { top:4.3125rem;left:0rem;width:38rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epmMRsMa74tENPyeDDy2MlTNe0PPT48a { top:3rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx5gHqngCm8XxIz6DpQ0Nuwm0gpG4C5B { top:4.3125rem;left:31.625rem;width:16.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4GnDJ297ZzISt7MNrnn55QI5Ve2BVS2 { top:3.375rem;left:36.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); } }@media only screen and (max-width: 763px) { #G7nL6izSnoJXls8TTabI2C7TM5KHSlmm { display:block; }#G7nL6izSnoJXls8TTabI2C7TM5KHSlmm > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBHG8INIoRGse1TRdUsZJkskqRmo1TkV { width:19rem;height:1rem;top:1.25rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4NGZbdTcLx0k7KcyM2GSZntP8SInwZ { display:block; }
 }@media only screen and (max-width: 763px) { #ba8CZta5JHhefhPAUy0idTeqBEUwecgT { background-color:transparent;background-image:url("https://images.assets-landingi.com/khIMnPon/img_0629_final_copy_3.JPG");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT.adaptive-delivery-prevent-bg, #ba8CZta5JHhefhPAUy0idTeqBEUwecgT.lazyload, #ba8CZta5JHhefhPAUy0idTeqBEUwecgT.lazyloading { background-image: none; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container { border-width: 0; border-radius: 0; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ba8CZta5JHhefhPAUy0idTeqBEUwecgT > .row .container { width:20rem;height:30.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkisHgJDdeW71V8TZhCx9cqnfQlwVxmR { width:10.9375rem;height:3.875rem;top:8.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvgQ6QFxQ0FeTPhauXnW1d0yWJ4fJFg { width:4.6875rem;height:2.25rem;top:1.25rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi6Da8XgtVOb8OidHQN8i8druaCQyWOn { display:block; }
 }@media only screen and (max-width: 763px) { #g4hUr4kSsbzW2O1Z56T12AaHn4nSRTGh { width:9.375rem;height:2.25rem;top:4.75rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdolB69DFvLiC40AHUNs4ioD0t9tOR58 { display:block; }
 }@media only screen and (max-width: 763px) { #p6OP4RuusVgSEqyE6LGFF3X3y8fogxX6 { width:8.0625rem;height:2.25rem;top:13.375rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12zoifM1nynQ0JMvc5q6IZ2F7Rot8ub { display:block; }
 }@media only screen and (max-width: 763px) { #nInzBD86WoJDCX4a5MTfsEntZywdkaMK { width:9.0625rem;height:2.25rem;top:16.875rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTrrTKPfT4cFZISS2DkIACCIdMwS2Bz { display:block; }
 }@media only screen and (max-width: 763px) { #R2Zn9p8KDbrxRCboEp1Rs4SfE8OkaSGr { width:1.375rem;height:1.25rem;top:21.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTey6xdsNIHsGTo909xLyyecr1Pfo509 { width:1.375rem;height:1.25rem;top:27rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmMkPIoGbalShJST4LTZtGLyqggv2chx { width:2.8125rem;height:0.125rem;top:20.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrLoXGdMipTbTWL8yMZhPOa2sgt3U3Q { width:9.0625rem;height:0.125rem;top:24.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3LbVPQTawz9TN2UDCzADpEPyG7xT5xP { width:7.75rem;height:0.125rem;top:25.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFqmIbK4I9L7vno61ca3uzAf2gTwEPVT { width:9.3125rem;height:0.125rem;top:29.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enUgxL9gId35iblG63X0ESETkCTi9ELQ { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container { background-color: transparent; background-image: none; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container > .video-iframe-container { display: none; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row > .video-iframe-container { display: none; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .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); }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container { border-width: 0; border-radius: 0; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enUgxL9gId35iblG63X0ESETkCTi9ELQ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jwy9tAV0T0AaQ6W2sxHbTHtdWerltWEl { top:1.1838111877441rem;left:16.873915970326rem;width:3.125rem;height:3.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #KiPoQd4TVVuvVn5pUciVdihnRrngtkDS { top:6.2490234375rem;left:3.75rem;width:12.5rem;height:10.625rem;z-index:15026;text-align:right;text-align-last:right;line-height:2.5;font-weight:700;font-style:normal;font-size:1.0625rem;color:#101010;display:block; }
 }@media only screen and (max-width: 763px) { #Pd1TIoL4z72JotAHTHn7JsfBO6Mh3XBU { width:11.6875rem;height:2.9375rem;top:1.2802734375rem;left:0.84375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NkOE8Bbwq35zBlCg4omZnTwIF5K9sveG { width:1.375rem;height:1.25rem;top:6.9365234375rem;left:17.185546875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #bgcBCKTyFJVxaTRVvcc8azSaJqAPOQbZ { width:3.5625rem;height:0.125rem;top:8.2490234375rem;left:12.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #zfC753ugHlLUQWCW6g4nEOoEIdZMLuwd { width:1.375rem;height:1.25rem;top:9.4990234375rem;left:17.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #rJAsR7GxfveyVqgfOXxsIu3niETIM2Q2 { width:1.375rem;height:1.25rem;top:12.3115234375rem;left:17.1875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #dSkNWHn8O1ypcbLN9C8IGr04O9ETLhTq { width:1.375rem;height:1.25rem;top:14.9365234375rem;left:17.1875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #EQsybiOhsA5IPf5TE0Sskvr7mbkgRSeS { width:11.625rem;height:0.125rem;top:10.8740234375rem;left:4.65234375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #VwBUlEWrbeWrwq5QXkVeztbb8MSaH9l8 { width:9.1875rem;height:0.125rem;top:13.6240234375rem;left:7rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #cD1EpFGTf85exCvBgPLS3EKVHPQS8RHh { width:11.8125rem;height:0.125rem;top:16.2490234375rem;left:4.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c51d5dce-7101-43ce-bbf7-61573896eceb/BrittneyWebsiteMobileVersionPhotos.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBko3nE7meLCwJTWrvxVLeTOePrkox4T { width:20rem;height:6.875rem;top:5.625rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R7FcbwB6kG0NyzFAgJCRTouoGgBkICRm { width:4.874025rem;height:2.18774375rem;top:3.4375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oHnoxTl90KT5TyNaRUXy8Ctg0idL3B4n { width:5.6875rem;height:5.6875rem;top:22.625rem;left:7.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6CsfBh3NecW8VBaigBPLwzcSszuhfTN { top:20.25rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLwS10arkuR3c9VHidOJ0QcJEzqh11vX { display:block; }
 }@media only screen and (max-width: 763px) { #fJaKFuTHoAn9xl6WrzkQhzOVf5fuKEna { width:19.75rem;height:2.0625rem;top:16.8125rem;left:0.125rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OnSKkeeFWOnKUAcnsdvSCsoosyfuJz7f { width:17.5rem;height:2.75rem;top:12.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ea4d8c;display:block; }
 }@media only screen and (max-width: 763px) { #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 { background-color:#000000;background-image:none;display:block; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { background-color: transparent; background-image: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container > .video-iframe-container { display: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container { display: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .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); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8A6iIw8UWgXBRRyZVKB0nGulDL0qMyT { width:17.562rem;height:6.32291875rem;top:7.311767578125rem;left:1.21728515625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXy8VnGEfkNlWSpx8WOwxdzFy53qCV1r { width:17.0625rem;height:17.0625rem;top:15.12451171875rem;left:1.4677734375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6RRLkTwC2sxeyO9rlMaVMcALTKxXE0 { top:33.75rem;left:0.6240234375rem;width:18.75rem;height:3.43725625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFCgS9mCW480SfHkctxAyEMsZPERbbkR { display:block; }
 }@media only screen and (max-width: 763px) { #o7edvMMy1gz1MXZQvi7kmBNE3z68JW2E { width:19.9995rem;height:0.9624rem;top:38.061767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur330VZheiXGHRTO42UwVdp60vp4hnPP { width:5.12255625rem;height:4.8728rem;top:0.936767578125rem;left:7.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 { display:block; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { width:20rem;height:154.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5dJWdD7VAvUqeEIrsyVUUEAVILCkudG { width:20rem;height:6.5625rem;top:1.8109817504882rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQwcHTBWRCTCeg2LTdkABKMRayZUnyE6 { width:15.6875rem;height:10.5rem;top:42.5625rem;left:3.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ATO1DUnpWTOxHUIy4dmGkflJTzTAzmRr { width:16.4375rem;height:1.5625rem;top:40.2802734375rem;left:3.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOe4MHxcwBSByfhWxzPpxfkIthDwD9hc { width:1.99978125rem;height:1.99978125rem;top:39.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHSLhTsH2CtnW8deQEwNDxilnHULzIAK { width:15.875rem;height:11.8125rem;top:57.5625rem;left:3.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Iku7iToo2NdHAs0wyNMFOxVMnCzp7DEg { width:16.25rem;height:1.5625rem;top:55.21875rem;left:3.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZCboR0ZJG9QvEywg3fTZPXOzcgkRSZ0 { width:0.125rem;height:101.4375rem;top:40.625rem;left:1.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5wBlU0xJG6InPmnA3K3xtJbrb60dkr { width:2rem;height:2rem;top:55rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazzyq1bkrRksarN12PtD6DAmtHBJch5 { width:20rem;height:27.875rem;top:9.6845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnN5vOV6wzWW9OmK92q4vcDlODvx4Dk { width:15.875rem;height:9.1875rem;top:72rem;left:3.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RASzKXqK1qBPI30irkulLwTNeGLRTTth { width:12.8125rem;height:1.5625rem;top:70rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFTz7F6rc7dEo4XbXCudgy2lTcWMVpL3 { width:15.375rem;height:10.5rem;top:85.03125rem;left:3.3125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VfIK2CEVWZsQAH6yb1fKMM7uT89ApQ8P { width:13.625rem;height:4.6875rem;top:82.8125rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DIrTbkFAD7bCfspydMGC1h6GXuySRd0Z { width:2rem;height:2rem;top:70.0625rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgCzLH70BnkHcbdl5zTrsWAESkgGX2s { width:2rem;height:2rem;top:82.59375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdvi3T0D2BRZnEhiLc4isNNsA7wsQUzg { width:17.9980625rem;height:8.125rem;top:143.65625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGPWOg9QZXf0e0MvA8aTMyO1zkt8MTCz { width:18.625rem;height:0.1875rem;top:142rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyOgImDOyBfRThJPUnd6hxXVwiahT1y { width:2.12456875rem;height:2.12456875rem;top:39.8125rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXvI1zkoqNeQSUGTHrwH2u7OCbKfJtm { width:2.124025rem;height:2.124025rem;top:54.875rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skUAUcAE6KU9F9soMV2ChiTnzKLC2Duw { width:2.124025rem;height:2.124025rem;top:69.9384765625rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6KJeDegWlphOpdQMUKgkeVVChq9eiC { width:2.124025rem;height:2.124025rem;top:82.53125rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiiKk2VGwMCVGPuRQ0JQNauHcQr6slXX { top:140.53125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15046;color:#ea4d8c;display:block; }
 }@media only screen and (max-width: 763px) { #lh2L0UhaXK0JF5VfuoxAfTNOH82L83kX { width:15.8125rem;height:3.125rem;top:97.8125rem;left:3.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnXyANeBn6bTs9ox2aGJC6vs7W4Sa0To { width:16rem;height:9.1875rem;top:101.53125rem;left:3.3125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IUOgqqq3APqRgxyChkz5VxtIGH5UJDP9 { width:16.1875rem;height:1.5625rem;top:113.625rem;left:3.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0hNtUC6cJ9HrTgTigDhMy0DHwlzcTg { width:16.5625rem;height:7.875rem;top:115.625rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qgKdkgB6ZTVKX5ZAJ5WsVsdeH38wFWWR { width:14.375rem;height:1.5625rem;top:125.5rem;left:3.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTTbN7O7OvTLOM4V1J75mpZp4zkmHF78 { width:16.6875rem;height:10.5rem;top:129.1875rem;left:3.3125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ScoJbyTkmO8aFdHhZHfxWs59TyPES7J9 { width:2.12475625rem;height:2.12475625rem;top:97.81201171875rem;left:0.49951171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB201hIPW3ooSb32w8fE0mtKSmEH8ZRe { width:2rem;height:2rem;top:97.8125rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzsQ70des5yrhzouw6JZn18Qfb7UKnrd { width:2.125rem;height:2.125rem;top:113.34375rem;left:0.4990234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPG2IK4hTLusplZOEsONUQgkQlZkODRl { width:2.125rem;height:2.125rem;top:125.4375rem;left:0.4990234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKQkWCXn0TQbEN8FgFTBW5ybVisAiSq { width:2rem;height:2rem;top:113.40625rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtmBBkSTwpXhwT6T4FRUItLHFQUKaZMW { width:2rem;height:2rem;top:125.5rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe { background-color:transparent;background-image:url("https://images.assets-landingi.com/bVxs4yAd/design.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe.adaptive-delivery-prevent-bg, #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe.lazyload, #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe.lazyloading { background-image: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { background-color: transparent; background-image: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container > .video-iframe-container { display: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container { display: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .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); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { border-width: 0; border-radius: 0; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwp25FJ7TPtkATc4cH08RDcfewJPktkI { width:19.0625rem;height:9.625rem;top:20.5rem;left:0.5rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTX5Xol5wBsZPgisdcJ0bS6VwdLazBJb { width:20rem;height:10.625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7gT9L7F1zrTxx8J84VzxFrlI6GMrG4 { width:3.3125rem;height:2.20019375rem;top:31.9375rem;left:8.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xf6bhQJ3E6UdEwvqwy0rrDxNdB4pGbBK { width:3.3125rem;height:3.3125rem;top:31.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APuLJntKEyJB8OfhbTDb9UgNPyo1J1Fy { width:18.3105625rem;height:6.5625rem;top:35.8125rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IgoCgUUwFyVTOz45ACzT00U4WirGo4Ce { width:20rem;height:14.5rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEgiV3ULtfARQPvSW0smktwgkLH3s1K { width:18.125rem;height:10.5rem;top:49.75rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r0wSy0Um8ybRKo1aCtbMAWJDkTuxR4UV { width:3.3125rem;height:2.20019375rem;top:45.8125rem;left:8.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4QlyQhAuoPdRGXGbbvHThMdKMGufWD9 { width:3.3125rem;height:3.3125rem;top:45.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8C1OCQx1IJH5h5tg4eaqLex5zavwlsn { width:20rem;height:10.4375rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvMKz40nWftnaaJvCgcQilTe6BByJESk { width:18.4375rem;height:5.25rem;top:67.8125rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rVJX9ktffCxFe6yoHbkZha0Uv3zHT4um { width:3.3125rem;height:2.20019375rem;top:63.375rem;left:8.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydZ2KPVQTfanD7V4PsAuEnZCwy4sboKs { width:3.3125rem;height:3.3125rem;top:63rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL89tLi7EJE5zLGK0V0pHlePqXsiasE7 { top:0.75rem;left:0rem;width:20rem;height:17.5rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3 { width:9.4360625rem;height:9.4360625rem;top:15.38623046875rem;left:10.5615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { background-color: transparent; background-image: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container > .video-iframe-container { display: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container { display: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .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); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { border-width: 0; border-radius: 0; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huaiF0XAKo79SRAwB54cISQz6ZGcSLLm { width:16.5625rem;height:17.0625rem;top:36.25rem;left:1.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AxBZDZOpt5r3HCQDnPk57AavZgW2SdTh { width:18.625rem;height:7.21875rem;top:27.8125rem;left:0.6875rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HT2R4dpleHGFnBcTcDSxUSSGiBvME6aU { width:15.6875rem;height:1.54361875rem;top:54.375rem;left:2.15625rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tsaCEP70wK39iTT2pLpP71mqqov0uMgI { top:0rem;left:0.09375rem;width:19.8125rem;height:26.1875rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a857976-dbac-4ccc-86c4-639ce92abbee/BrittneyTLMPageBackground2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.adaptive-delivery-prevent-bg, #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.lazyload, #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.lazyloading { background-image: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { background-color: transparent; background-image: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container > .video-iframe-container { display: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container { display: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .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); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uusQxavKPQDEdaal0uVo95tlJ8DNxHPs { width:14.9375rem;height:3.8984375rem;top:32.9375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT7D5Sb1iZ2tC104PUXfawA4AHtzA1TF { width:19.3125rem;height:1.7871125rem;top:5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwe9uVOBx1ly5qMrPbI0q1BwDzu1KE3o { width:19.25rem;height:3.125rem;top:4.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHoXu5eqKKQD6zS5TfUQWAB5tTZLNmuZ { width:13.25rem;height:1.375rem;top:8.1875rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSyvNhpWraUxoCurCvnfQ99AbGqkWP9s { width:13.1875rem;height:2rem;top:8rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPpfdvKqBMS5nP3BDKev6ArJ6mfsBmOf { width:15.875rem;height:3.8984375rem;top:42.8125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNiExQ2uLOFs1XqTtfTHBHZTKzCbA9Ub { width:14.375rem;height:5.19791875rem;top:66.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqSSLJ5HKuvWs18ZkSpIQsfT2TSnCuDd { width:13.9375rem;height:2.59895625rem;top:54.8125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJMqaKI6z3utkv3SNMwHetlIx89zZcV { width:15.061875rem;height:5.19791875rem;top:59.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfZsPztaCya2QXDWoE0B95zLwvz6UQ3 { width:15.1875rem;height:5.19791875rem;top:48.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkuZI7InHoOksXMh3mTCPuM6LDNIIohc { width:14.125rem;height:2.59895625rem;top:73.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlmAgvOAqC6FP2csFin7T8XrXabE5Hv { width:20rem;height:0.125rem;top:78.186851501462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyR8fKJfGfQp4TffZg24NUBzTMw0MbNU { width:3.125rem;height:3.125rem;top:32.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgONtLnzlFnSTsPQKBaAKAMGiMmW2QIn { width:3.125rem;height:3.125rem;top:42.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qyXOkGCSoTd7n1rZ9KcINPyzvFHTLG { width:3.125rem;height:3.125rem;top:47.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e2JHfzX1QVvC6rUhsZdJFkp5rKVvaU { width:3.125rem;height:3.125rem;top:54.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2BcLK0D9lNTAV3oo0eTy95b1UCsmIFe { width:3.125rem;height:3.125rem;top:59.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiE230OX8EGVZH44d6LzrB8KGh1rIWdB { width:3.125rem;height:3.125rem;top:66.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvDO5cPLc8ehMeXCWmmzgiFOyA5nG8E { width:3.125rem;height:3.125rem;top:73.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3 { width:19.99875rem;height:13.749rem;top:11.061767578125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/1mD7D6zM/Untitled_design.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.adaptive-delivery-prevent-bg, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyload, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cWei3Twi77pRicgwpaIwmAcL34oq4det { width:11.6875rem;height:1.375rem;top:2rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9yaoXGLeFnfBLOBUHgcaJGtrNaKRr3B { width:11.6875rem;height:2rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGt5hI51WNJgpCXuhlVd1fGNVdBktRtO { width:19.99875rem;height:1.71875rem;top:26.083740234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsXRitLpsgrgLoAROPcsKw4eaVfmzqEA { width:3.125rem;height:3.125rem;top:28.427084922791rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhElku9rZibn56SDQ0gF9pqygRAtJffk { width:16.375rem;height:2.59895625rem;top:28.949870109558rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkt3g9wcCTJqyTbJ4SsQIZ1EPFvlIffX { width:3.125rem;height:3.125rem;top:38.154937744141rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXWH7FrPJwL09Nns02I9TzcM6Kr1ElTF { width:16.375rem;height:3.8984375rem;top:37.768230438233rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huQMbvngDuCwluUwnA2HB6xx42MVdOtt { display:block; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJuTeBsqRkp14MpV8X61lm969AaQGu9V { width:20rem;height:2.5rem;top:33.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhDlURE7ggsNU5G1DSepth1f5NMzH7m5 { width:20rem;height:3.98698125rem;top:1.1875400543213rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t87DH2BOg0wgXbn3kyAuPq5153fVl3C7 { width:19.375rem;height:13.9375rem;top:28.926433563233rem;left:0.041015625rem;z-index:15001;border-top:0.3125rem solid #16b2a8;border-left:0.3125rem solid #16b2a8;border-right:0.3125rem solid #16b2a8;border-bottom:0.3125rem solid #16b2a8;display:block; }
 }@media only screen and (max-width: 763px) { #rxsOviwwUVqO5srno4OPh2dn6Zzu4iMi { top:48.5625rem;left:0rem;width:19.6875rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBt1vssvrs4u4Gr1BmE8rBGpJAKeRRWH { display:block; }
 }@media only screen and (max-width: 763px) { #SOKPli7CQmDed6HM3FOhgDkTk4NXOMbi { width:19.375rem;height:13.9375rem;top:9.75rem;left:0rem;z-index:15001;border-top:0.3125rem solid #e7007a;border-left:0.3125rem solid #e7007a;border-right:0.3125rem solid #e7007a;border-bottom:0.3125rem solid #e7007a;display:block; }
 }@media only screen and (max-width: 763px) { #s62NB1kZ3hyIM92UZCJDxccKtShMblBT { width:11.9375rem;height:2.5rem;top:15rem;left:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIAQ01NuJtFpTzrTIKGgJzRCalS2xx2A { width:17.6875rem;height:0.875rem;top:13.875rem;left:1.1875rem;font-size:0.875rem;color:#ecf3f6;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X8VG8AQz68BmCuZxZEWEevxIyrUi8AUI { width:17.6875rem;height:0.875rem;top:32.5rem;left:1.1875rem;font-size:0.875rem;color:#ecf3f6;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vsIlTrwmV6EABNbySfFg9fWlcI391XTH { width:12rem;height:2.5rem;top:37.375rem;left:4rem;font-family:montserrat;font-size:1.125rem;background-color:#16b2a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vL3CkOuMvgNSdBDlU0cb0yrriiKFyexl { display:block; }
 }@media only screen and (max-width: 763px) { #xG6FJy1J8KpFIVUqTnG2dxqfdrzwcQqa { width:12.8125rem;height:2.5rem;top:18.8125rem;left:3.625rem;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaZit6eA6qOsZRPRGmLawN9PE52Mp0Hc { display:block; }
 }@media only screen and (max-width: 763px) { #BqfWon2WRmG1w1cPTUA49Eb8pGD9qHQV { width:19.9980625rem;height:2.19986875rem;top:25.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#16b2a8;display:block; }
 }@media only screen and (max-width: 763px) { #ccGdV2U2XXtskH4XORw77HMvT5brBDsn { width:19.9980625rem;height:2.61198125rem;top:6.375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;color:#e7007a;display:block; }
 }@media only screen and (max-width: 763px) { #p5EZrPnDHR3R7R9Mp3k5SxnwdfT8ZDyV { width:5.1875rem;height:5.1875rem;top:10.1875rem;left:0.3125rem;background-color:#e7007a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lqIdZvSy2T2ThB9LKqH3rqE9dG399MDU { width:5.5625rem;height:2.375rem;top:11.5rem;left:0.125rem;font-size:1.1875rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hDMFnVXVWbKqXOOEk5SlyVeOAnkcTxZI { display:flex;width:3rem;height:3rem;top:50.5625rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #oHe3na5VzdubcrT0dRSEJfIECfNi9NWt { width:20rem;height:1.7871125rem;top:46.404927253723rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f { display:block; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN6XfaKDgWBz3qS76CvT1BqNV70VVxAA { width:18.625rem;height:4.8125rem;top:31.1875rem;left:0.75rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxNL4NmzW7dHpQBzTgy6I9qMX2gazJ4D { width:17.999125rem;height:11.8125rem;top:46.4375rem;left:0.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #quGeLqzMpw6zn8FymdZXQFe2rDaQi3Z4 { width:17.5rem;height:2.19921875rem;top:36.125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aA0UC0nURgBMNleEV5WplT8irZJXvWpc { width:18rem;height:6.5625rem;top:39.25rem;left:0.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J { width:20rem;height:28.874rem;top:1.505859375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bcdcdb74-785f-478b-940e-418484d1facd/2DJI_0411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.adaptive-delivery-prevent-bg, #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.lazyload, #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LZg0qqzt7AVEAZM5rpyttBw3E90o7voi { width:18.6875rem;height:1.29980625rem;top:58.87109375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC { background-color:#000000;background-image:none;display:block; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container { background-color: transparent; background-image: none; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container > .video-iframe-container { display: none; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row > .video-iframe-container { display: none; }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .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); }#ckhB5Lqpdc9dhEN9eSZIU42OS6NNAnpC > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwg456qryTZVxg5CTErRzaLWlubDcnoS { width:19.9995rem;height:2.0625rem;top:59.93701171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knpskMb8DZkmlUAHrlywZsfH0Rf1Lqgm { width:19.9995rem;height:0.9624rem;top:62.74951171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4o50lNFR1kSApPSyJT3a5etnoJCUei { width:17.49975rem;height:29.57161875rem;top:28.9716796875rem;left:1.248046875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KEXdJD7V5axJnuISGUkvoFLGVk8TZTCG { width:20rem;height:20rem;top:5.5989589691162rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgL4BxPyR2lVfAUTUhsAHA09Af3A660T { width:19.9995rem;height:22.437rem;top:5.019287109375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bf780c25-c58d-44a1-ab45-81fe80aa5eb9/IMG_8683.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BgL4BxPyR2lVfAUTUhsAHA09Af3A660T.adaptive-delivery-prevent-bg, #BgL4BxPyR2lVfAUTUhsAHA09Af3A660T.lazyload, #BgL4BxPyR2lVfAUTUhsAHA09Af3A660T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ovy6sJch25UBQ4vGZF3c3bT2kZq0LiO0 { width:19.9995rem;height:2.18774375rem;top:1.81201171875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem #e7007a;display:block; }
 }@media only screen and (max-width: 763px) { #HiAyBlDpbN94kZObWOiiLPuFRrgzHWLs { width:17.5rem;height:2.87435rem;top:67.249375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsQCztdgv9srUZgJlnV41RMZC5kN1DMd { width:16.0625rem;height:0;top:66.6796875rem;left:2.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tQrHc8N5q7wRwPgRTx1IgaElWXO5QKN2 { width:0.125rem;height:9.625rem;top:65.2109375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGWKUGqxdX4HQ0qPLwb625W40tha4orm { width:16.0625rem;height:0;top:73.8046875rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BAEiArmsQl7nTqPybR9kgLnxBCTM1vtQ { width:0.125rem;height:9.625rem;top:65.2109375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIZrTlS3cTx2q3RZBEQQwF249iNIx6FX { width:16.0625rem;height:0;top:74.8359375rem;left:3.091796875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LuziKrCJcxaQu7x8yqZTGPdKxnt8xskG { width:0.0625rem;height:9.5625rem;top:42.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9TIaPNhM8CxJTvzAzcKgfWVRXOyUNQy { width:13.3125rem;height:auto;top:44.1875rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L { background-color:#ffffff;background-image:none;display:block; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container { background-color: transparent; background-image: none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container > .video-iframe-container { display: none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row > .video-iframe-container { display: none; }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .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); }#e3HZch57WtTVLtSIZxmEcE3c5ROEJJ1L > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fisnHQiKRmysp51ldTt24B7aro89POyS { width:12.5625rem;height:1.34985625rem;top:2.19921875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pn5F3KQfDTQXdDW98bIHLHuMz3xfsJZF { width:12.561875rem;height:1.34985625rem;top:18.891060829163rem;left:3.7185333371162rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OEgvRDRqJVBfWsGNLwcueomBv5ImCqzS { width:14.124375rem;height:1.34985625rem;top:27.572700500488rem;left:2.9372830986977rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wut066hS9UH9QSNU6uBVbhcDrB0pznit { width:16.0623125rem;height:2.20019375rem;top:25.373264312744rem;left:1.9683161377907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15050;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JcebKwNNhHfJRFRQXU4QyxHP54a1N24d { width:16.0625rem;height:2.20019375rem;top:0rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15048;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UTO5U8Ntv4hfMLT9u0V6lZGfgEwgt3to { width:16.0623125rem;height:2.20019375rem;top:16.692491531372rem;left:1.9683161377907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15047;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b2UzMSpal7A86WmrCG08ZRRGs7q2eHBy { width:14.375rem;height:0.125rem;top:5.375rem;left:2.8125rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EqBZDTPNPfQs5HnS9thz7xmvDUkLFNRi { width:14.375rem;height:0.124783125rem;top:22.860244750976rem;left:2.8125000596046rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qKOIrK8sT0uT5hB7780FZyTGII8EKK4T { width:17.5rem;height:32.1875rem;top:0rem;left:1.2500000596046rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dGbTSZT45pNl7IVuXTTRC25dtyW4DfId { width:13.5623125rem;height:1.34985625rem;top:10.299480438233rem;left:3.2183161377907rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Iks4xMOs80Sr45CCPv2dLMPSZ60As3rH { width:6.625rem;height:0;top:26.876037597656rem;left:4.7083333134651rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #m2EG0XsikHiQNsMdJd6IVRbt92STJ59s { width:14.375rem;height:0.124783125rem;top:14.089628219604rem;left:2.8125000596046rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #khp2FiCsUVT0lmS1EOaHsSGTyDVzVcW7 { width:16.0623125rem;height:2.20019375rem;top:8.1019964218137rem;left:1.9683161377907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15049;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OqEslIeQ817qGdSbTM3GQtWoABqaHuuR { display:block; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbXukc4Elx6ZxtDwdce8mn41vbU6c0UZ { width:19.875rem;height:4.3754875rem;top:2.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX { width:17.7480625rem;height:47.1875rem;top:8.5625rem;left:1.125rem;font-size:0.875rem;line-height:1.5;display:block; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:before{  }
 }@media only screen and (max-width: 763px) { #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5 { width:20rem;height:25.4373125rem;top:70.810537338256rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection { display:block; } #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection *:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="text"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="email"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="tel"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection textarea:focus-visible { outline: none; } #sFB0TS5venZ4DsHz0FPJHyrOTqo90Pq9 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO { display:none; }#arNi1PEq2tWU2qFN8EsKPpNc5RvdkHbO > .row .container { width:20rem;height:95.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hgx7fMxP3nLdtOGuS5QmFKAq0W3bB3Ez { width:19.9995rem;height:2rem;top:1.875rem;left:0.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQ3oyuNGKLTpTJf7BVkDqGys6i2qvcT { width:19.8125rem;height:88.4375rem;top:5.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #s3E5Gp2lyCXdoNG74Gy397hgKGuAdIqe { width:20rem;height:3.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWKDT35SkeCDKxFBR14yaitQGQV9Tnz { width:16.062rem;height:17.87475rem;top:7.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkQ3iIL41diDb2Oy7oNCKlrSErdVOCyG { width:16.2495rem;height:8.874rem;top:25.7490234375rem;left:1.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKEET07PnITxo8X1LyDUE9WwCT0bxtQC { width:16.4355625rem;height:9.375rem;top:83.18701171875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVLF5zVepeA3BSKOwXiSBn1yV8vlckL { width:16.1850625rem;height:19.8105625rem;top:41.4375rem;left:1.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLVT3feGRP0cldzi1R5XmTPgR8mvHHK { width:16.374rem;height:5.499025rem;top:35.185546875rem;left:1.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yT1cDP6qRSd3QTEMWFdyCmZreF08PO { width:16.6245rem;height:10.4355625rem;top:61.9365234375rem;left:1.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMbfMLgHxoN0dVfufxozeOframd7J16e { width:16.6245rem;height:9.4980625rem;top:73.06201171875rem;left:1.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcgLbs5zypusuSppuEzU9S1Fl4W4rse { display:block; }#aTcgLbs5zypusuSppuEzU9S1Fl4W4rse > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apdW2IqSKq26oSpE6wEDvm2fTr4DdcZ9 { width:12.1230625rem;height:2.249025rem;top:9.5625rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyTbtnIOizavoC8bsCBnfkPD4psTRrh1 { display:block; }
 }@media only screen and (max-width: 763px) { #K7Mf2ddhzWgZ5Su1rLEHLE4RKrToQt81 { width:14.8730625rem;height:2.249025rem;top:12.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSc7daankZQXBM21mJyyz1AB39a1LVaU { display:block; }
 }@media only screen and (max-width: 763px) { #UKiObkmHufg36VuRi3XyCWqtFATfXWBf { width:20rem;height:4.8125rem;top:20.5625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHg9Fzb0mUydndZ0nTek5VkCRCJTNv6k { width:20rem;height:2.40625rem;top:3.1875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFDrbL5nTBGa8X3vIctTJ4GpKFKy1c5b { width:14.875rem;height:2.25rem;top:15.9375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frBSbCHnRTA85x0q55BBg7RwTvqEMzvo { display:block; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-text {padding-top: 0; padding-bottom: 0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-select {padding-top: 0; padding-bottom: 0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-container:first-of-type{padding-top:0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .widget-container:last-of-type{padding-bottom:0;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm  { width:17.5rem;height:auto;top:26.3125rem;left:0rem; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm {display:block;}#KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm { width:17.5rem;height:auto;top:26.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #C0u6kHwnWCQA0UnGcBBM3IHtJoeLMipU {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #hCTkU88bUMhRZexTuduqrOCNqbGDUnkI { display:block; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #oMDPpyNvHc6vRfTVZOCAkZfTadSWx2cM {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #FHPJglSL5hVBEJVL6PMkUAae3GCFSFzv {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #S5b7z0CplNos5Pw0753K6GX2MT4c6C3O { display:block; }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #r1TVhS7uKVtgSrbpe0S4SmMkBQ1agQmQ {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #sufQTyFxWpPmiCaMVHKtXC1w8k1xuOXS {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #E19Xrwoxtfp1T1QF9GhM928p5ORs1av4 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #XOkNL9MhC9pSDL75CACO3rz8Xyzr4KQB {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #fyQEiMp7ON8iHTNda970mRB1g9xqQ2C7 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #lPmTvfk0BpNeSeIbmKfecqBXnxFCI47W {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #S2rpL5FcRlAvZGp8p9TDbmCGVpdxrIBz {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #rFAn49klzIOHXW0c5Vk9NaRKHsT5yao5 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #T0VePNXXua1ax1BQ716gZQXaiJdkhJQ6 {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #IPH1JCG0fnAWewbXvkcBJbnxBWpOWsfg {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #Z8ZtThJTJm2KInTOCVOTdD24boqacZ2M {  }
 }@media only screen and (max-width: 763px) { #KmJrZdnMRoqGOofPtx33zIl6wTTuAQbm #cNgcrwvPgThTCNtadx2iRAAcXRyzXI25 {  }
 }@media only screen and (max-width: 763px) { #OdArRGNWRKRzESAdbLy7QBJitTHMi43w { width:10.5rem;height:0.125rem;top:11.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP1A87bVDPlW4L2C5hZCaZeACkmDSn8z { width:8.75rem;height:0.125rem;top:14.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2t3Rt99T1hbGR2pzbzQ6ufPweZwvE9 { width:10.625rem;height:0.125rem;top:17.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTEPNyBvfGcwIKJmaAt2M03CdR2xDLs { width:13.4375rem;height:2.25rem;top:6.5625rem;left:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agcbifh0H02iT9f0QgAXu1n4IZAEpSmo { display:block; }
 }@media only screen and (max-width: 763px) { #zMfaTZph5ZSc7xEy1z0U74bkRvQFgx67 { width:3.125rem;height:0.125rem;top:8.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9QyTmSmCK6QbqKeKct6Ny3wr7HmTdnM { width:17.5rem;height:14.9375rem;top:52.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANs89zKJlTUdCih3ZgNTSiTZE2lzQgI { width:9rem;height:2.8125rem;top:67.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSneClN28VoDwVzNe4MpMGXHrz9nmXGo { display:block; }
 }@media only screen and (max-width: 763px) { #N0eIiCZibBCfKeKuIAQE1ENCDrXZmMzg { display:flex;width:1.875rem;height:1.875rem;top:67.75rem;left:13.5625rem; }
#N0eIiCZibBCfKeKuIAQE1ENCDrXZmMzg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xZvLp1huTt8hCC4Hm6eD6kuHWlCClEF8 { width:2.8125rem;height:2.8125rem;top:67.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS { display:none; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { width:20rem;height:121.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N5f2lmerBQr70zFLvTv4nc6aTEFHlWVz { width:20rem;height:1.16845625rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETW2CJJrA7Wgpb6DtXIaHuouBm2E5a2g { width:18rem;height:13.6465rem;top:10.6875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5 { width:20rem;height:9.1873125rem;top:8.8737239837644rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/tQAUGXea/sara.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.adaptive-delivery-prevent-bg, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyload, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ki7nO9SP4FtUTdUBT7KBEzhbGapq92ya { width:8.3730625rem;height:1.787325rem;top:8.5625rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNhuAoTPZ1vaODuxEVQ11z9AxqOBEVq { width:18.1875rem;height:11.3720625rem;top:68.375rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP { width:20rem;height:9.1875rem;top:38.0625rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/nruVT87F/laurel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.adaptive-delivery-prevent-bg, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyload, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #toCDwdKfJSBC2mNZbPJJ2w64SbPH8RPh { width:9.5625rem;height:1.787325rem;top:66.5625rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeFTmlsrt0NfOMXTuEFgdqIwTD8yp47 { width:20rem;height:4.3994125rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V28R0VsN0yB1WEaSTh6mOVSAWDtnbwvZ { top:24.890625rem;left:0rem;width:19.9995rem;height:19.9995rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cSFEm8xz8RFLLK3k9lgTnDVTg20k8GvM { top:44.888671875rem;left:0rem;width:19.9995rem;height:19.9995rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SLxUSB9S8lfAhIaTcKlv9gTuV9C5uApJ { top:80.4990234375rem;left:0rem;width:19.9995rem;height:19.9995rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v6nSx40Dd57utTViCRwszTfRfm6Iu8ip { top:100.4970703125rem;left:0rem;width:19.9995rem;height:19.9995rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection { display:block; } #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection *:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="text"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="email"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection input[type="tel"]:focus-visible, #wh7lqzgyBc6gHpzb37fSVyUSgRhMSEUO.widget-smartsection textarea:focus-visible { outline: none; } #AfAwfmngzg1sMTHXg7MGlk8td3Sv4Zi4 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I9MBrh3ViER3mCnINbp62a72ZCage33R { width:20rem;height:2.47395625rem;top:6.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epmMRsMa74tENPyeDDy2MlTNe0PPT48a { width:3.875rem;height:3.875rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx5gHqngCm8XxIz6DpQ0Nuwm0gpG4C5B { width:16.125rem;height:1.23779375rem;top:13.224609375rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4GnDJ297ZzISt7MNrnn55QI5Ve2BVS2 { width:3.125rem;height:3.125rem;top:10.0996125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }