.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,229,236;--color-primary-1:239,167,193;--color-primary-2:223,79,130;--color-primary-3:112,40,65;--color-primary-4:33,12,20;--color-secondary-0:255,249,237;--color-secondary-1:254,236,195;--color-secondary-2:253,216,135;--color-secondary-3:127,108,68;--color-secondary-4:38,32,20;--color-tertiary-0:255,255,255;--color-tertiary-1:177,177,177;--color-tertiary-2:125,125,125;--color-tertiary-3:75,75,75;--color-tertiary-4:38,38,39;--headlines-font-family:"Noto Sans";--paragraphs-font-family:"Noto Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container { background-color: transparent; background-image: none; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container > .video-iframe-container { display: none; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row > .video-iframe-container { display: none; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .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); }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container { border-width: 0; border-radius: 0; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#DRBD3NeLt7SNLdJE1yOFbCS0yhE9GzJ9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.1875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f0ea;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; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#rwElIyASUfuXlXdzQSAZvpO7lcMnyuPm { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:larken;font-size:3rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1tM4QWmsc1thiWw97aqmCMRpDdgvVw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.486976623535rem;left:0.65538215637206rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEh5qJTKW0R3QsTbgS6GTXsIOT3XWpKC { position:absolute;display:block;z-index:15011;background-color:#6a3a32;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:6.25rem;width:6.25rem;top:19.124674797058rem;left:0rem;display:block; }
#wv8BokbZyAlo3uNamE4TbewEBm1Zpa53 { color:#f3f0ea;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.999674797058rem;left:0.37489128112793rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHWA4OoUJx8ukzSek9C5AKnLfPQ69iCn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.47);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20.6875rem;width:32.375rem;top:21.686789512634rem;left:2.3739347457886rem;display:block; }
#ey8d0g9EZPJOT6hpbziBynSTNc4WnQNu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.624892234802rem;left:1.0297317504882rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccdMLv3zaetxK7dWNvBMk5N7W03BHgfx { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.249567985534rem;left:5.5620670318604rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-form-header {  }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:27.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-button { 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:#92c4dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#262627;width:27.75rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.4; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD [class*="-text"]:-moz-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD [class*="-text"]::-moz-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal;float:none; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .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; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-container:first-of-type{padding-top:0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-container:last-of-type{padding-bottom:0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.8115234375rem;left:3.4375rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD {display:block;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.8115234375rem;left:3.4375rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #lwAz3pyi11815knVFDDzsq140ZN2bSMl { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #Wl9JImgQPmlFyuUXXv2DCf1BuC8MvWBP { position:relative;display:none; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #Eps36fDc9BRp3MOFaBP42AxWQoOQCPdT { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #upA08sUW2ShlTyGtyXqwpMyC9daMEtdJ { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #BI007OqF4PeHyxhJ5IwBFfwZKbdSNzEw { position:relative;display:none; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #MdxwV39Vcq0uPitqyg89JT5Nt3n5ZBhM { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #O8ITfDO7RDp4MJlhGLwDQJDR0WCdaCLf { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #kDka40iT1D1ym1fNofvdQSA0z8qrHhuR { position:relative;display:none; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #ECxN6mdrXBrScvezAxiCVyfp8AhQ0s6H { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #CLfzpomSKaLIRTvBoqKJF7fIDTRBGSsl { position:relative; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD #HwUf4yhKs2p12350LN8kVINaQcvvwqb2 { position:relative; }
#uCaOlmzmF6pi0WCJ1EMHRZskQC3Va9AL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:9.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXlOpnld8sITpVVMaCcdJUXE09x4lQu6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:2.0625rem;width:18.9375rem;top:3.875rem;left:8.8125rem;display:block; }
#Ptw9CVfH80JSDC5BXCK8BdTAqm31xozm { position:absolute;display:block;z-index:15013;background-color:#c6a35e;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.5rem;width:6.25rem;top:14.9365234375rem;left:15.1865234375rem;display:block; }
#tCbov1V4PTxbss6hfkOSzAZGs8LZQ3SW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:30.625rem;left:44.4375rem;overflow:hidden;display:none; }
#tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4 { box-sizing:content-box;height:34.4375rem;width:34.4375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2d7cd2d4-a19f-4b52-821f-f23e639c5cd6/EL_MedRes_26_Day1_Sq.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.90625rem;left:40.5625rem;display:block; }#tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4.adaptive-delivery-prevent-bg, #tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4.lazyload, #tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4.lazyloading { background-image: none; }
#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { position:relative;display:block; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { background-color: transparent; background-image: none; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container > .video-iframe-container { display: none; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row > .video-iframe-container { display: none; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .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); }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { border-width: 0; border-radius: 0; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4995625rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8479824066162rem;left:9.2491321563719rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3vxqOfVITi8iXaz20dQHsDbeOFTO4St { position:absolute;display:block;z-index:15014;background-color:#c6a35e;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.5rem;width:6.25rem;top:13.562286376953rem;left:34.375001907349rem;display:block; }
#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI { position:relative;display:block; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI { background-color: transparent; background-image: none; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row .container > .video-iframe-container { display: none; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row > .video-iframe-container { display: none; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .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); }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI { border-width: 0; border-radius: 0; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dpZzONszJDFgi9FIPFMyliWabqueQxZt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:10.343425750733rem;height:14.39846875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f0ea;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; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container { background-color: transparent; background-image: none; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container > .video-iframe-container { display: none; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row > .video-iframe-container { display: none; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .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); }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container { border-width: 0; border-radius: 0; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;position:relative;display:block; }#FN9zuBlAxJ2xys7d5KJ91DgLlmemhiV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y8xR7pHpH0nz4ocV2Mk64xvXJnDKNT5d { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.8;letter-spacing:0;top:13.520511627198rem;left:0rem;height:52.6474625rem;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; }
#fDpRMcSAkOCUB81ZRwOJJkpPukRac7Rw { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d7cd2d4-a19f-4b52-821f-f23e639c5cd6/EL_MedRes_26_Day1_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.8125rem;left:51.25rem;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;display:block; }#fDpRMcSAkOCUB81ZRwOJJkpPukRac7Rw.adaptive-delivery-prevent-bg, #fDpRMcSAkOCUB81ZRwOJJkpPukRac7Rw.lazyload, #fDpRMcSAkOCUB81ZRwOJJkpPukRac7Rw.lazyloading { background-image: none; }
#qw8dIHJDqzXLPCTwy7W8M7Mqc22fCDSG { position:absolute;display:block;z-index:15016;background-color:#c6a35e;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.5rem;width:6.25rem;top:10.5625rem;left:0rem;display:block; }
#acAsvG66Pc9vBroXTEbw5Mbm188RomoC { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4c2f153-3749-47fd-ae42-d8b5db7058a8/EL_MedRes_26_Day2_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.187392234803rem;left:63.750005722044rem;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;display:block; }#acAsvG66Pc9vBroXTEbw5Mbm188RomoC.adaptive-delivery-prevent-bg, #acAsvG66Pc9vBroXTEbw5Mbm188RomoC.lazyload, #acAsvG66Pc9vBroXTEbw5Mbm188RomoC.lazyloading { background-image: none; }
#JAzQyMGwlX7op0M7zfEa3wdody97NEch { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0d662a6d-fdd2-46e5-b5f5-29889ad56cc9/EL_MedRes_26_Day3_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:26.312392234802rem;left:53.125005722046rem;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;display:block; }#JAzQyMGwlX7op0M7zfEa3wdody97NEch.adaptive-delivery-prevent-bg, #JAzQyMGwlX7op0M7zfEa3wdody97NEch.lazyload, #JAzQyMGwlX7op0M7zfEa3wdody97NEch.lazyloading { background-image: none; }
#FKeuVExoFoHlCr750lF1Elth9VEVuT4R { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5bb0f3b-3608-435e-8b6b-dec0785c1a8e/EL_MedRes_26_Day4_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:39.437394142151rem;left:63.187391281125rem;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;display:block; }#FKeuVExoFoHlCr750lF1Elth9VEVuT4R.adaptive-delivery-prevent-bg, #FKeuVExoFoHlCr750lF1Elth9VEVuT4R.lazyload, #FKeuVExoFoHlCr750lF1Elth9VEVuT4R.lazyloading { background-image: none; }
#Ic4zRh7MOJlHs6NCutJ44ccpK43NL7Si { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8758c52a-d0e1-4e49-8086-a6b4074943ae/EL_MedRes_26_Day5_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:48.499894142151rem;left:50.000005722046rem;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;display:block; }#Ic4zRh7MOJlHs6NCutJ44ccpK43NL7Si.adaptive-delivery-prevent-bg, #Ic4zRh7MOJlHs6NCutJ44ccpK43NL7Si.lazyload, #Ic4zRh7MOJlHs6NCutJ44ccpK43NL7Si.lazyloading { background-image: none; }
#CN4wskRICF6ObJRk3uazhKBmU6ZtQB3q { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC { position:relative;display:block; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC { background-color: transparent; background-image: none; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row .container > .video-iframe-container { display: none; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row > .video-iframe-container { display: none; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .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); }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC { border-width: 0; border-radius: 0; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MAmwRAlTI8TCfNuORuoAIDlrkbvDosaN { color:rgba(var(--color-tertiary-4),1);display:block;width:56.499rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.347537994385rem;left:9.2496757507325rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKyBuO3fwfTAwVeeuprLJyuQVtrkA7o9 { position:absolute;display:block;z-index:15014;background-color:#c6a35e;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.499674375rem;width:6.25rem;top:13.124448776245rem;left:34.375001907349rem;display:block; }
#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 { position:relative;display:block; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 { background-color: transparent; background-image: none; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row .container > .video-iframe-container { display: none; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row > .video-iframe-container { display: none; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .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); }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 { border-width: 0; border-radius: 0; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:0.6240234375rem;left:12.9365234375rem;height:26.2715rem;text-align:center;text-align-last:center;display:block; }#c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77ce4fcfecda469bb360004b1b9e2e643268adc6.svg); }
#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a3a32;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; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container { background-color: transparent; background-image: none; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container > .video-iframe-container { display: none; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row > .video-iframe-container { display: none; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .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); }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container { border-width: 0; border-radius: 0; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#t6OnohzxgHVMMO6FZOuCyI1qbHetROgk { color:#f3f0ea;display:block;width:38.8125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZhnxc9kZyWTvNy5zCR7MBQkpCv4rUGX { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14999;line-height:1.8;letter-spacing:0;top:13.124992370606rem;left:0rem;height:14.17433125rem;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; }
#e2fEmmcn2CcBxxB4qmSPiE0tmk6Pup1t { position:absolute;display:block;z-index:15016;background-color:#c6a35e;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.5rem;width:6.25rem;top:10.5625rem;left:0rem;display:block; }
#TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd { box-sizing:content-box;height:24.8125rem;width:24.8125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d36d2b4f-c9cb-49db-95d4-b887e82bf568/3SummerDescent.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.21875rem;left:50.1875rem;display:block; }#TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd.adaptive-delivery-prevent-bg, #TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd.lazyload, #TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd.lazyloading { background-image: none; }
#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 { position:relative;display:block; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 { background-color: transparent; background-image: none; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row .container > .video-iframe-container { display: none; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row > .video-iframe-container { display: none; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .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); }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 { border-width: 0; border-radius: 0; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JTtnlpB9wgDxoxpC5gHABZT5JODGGnLA { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:32.625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWHSzflWTeHRQRLLglz9WEMrCycGHaf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.875rem;left:1rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeI78LgyvF1HGX50pCRqK9rJqNrvDgdc { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:32.625rem;left:30rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiCiD3lpiOvDtZ1E0l2FZ1Qg5XtbliHi { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:32.625rem;left:15rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcKJJ4krnT3W74DX9FHmth10uLBh773q { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:32.625rem;left:60rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCtNsR4HuXTJfICP25nrN6LzoP2HNxN2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:32.625rem;left:45rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaJXpDyXsbkgFMWl7mN0k3S4cEZtXJyE { position:absolute;display:block;z-index:15030;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;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:10.625rem;width:10.625rem;top:18.900823593139rem;left:16.839735031128rem;overflow:hidden;display:block; }
#uVd7RrdxsHOv9LwTkUysCkSXJKzfETpL { position:absolute;display:block;z-index:15031;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;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:10.625rem;width:10.625rem;top:18.899740219116rem;left:61.839735031128rem;overflow:hidden;display:block; }
#K4MuobgfFLIvfRZuuWBsZBmtiDun3OQs { position:absolute;display:block;z-index:15032;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;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:10.625rem;width:10.625rem;top:18.901369094849rem;left:1.8391933441162rem;overflow:hidden;display:block; }
#pcEBXxmXGSDdVxK1sFeyWAlH85SekJtU { position:absolute;display:block;z-index:15033;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;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:10.625rem;width:10.625rem;top:18.899740219116rem;left:31.839193344116rem;overflow:hidden;display:block; }
#IiW6E82shBLkXMwDbk4oHS1QWbvtEZQG { position:absolute;display:block;z-index:15034;background-color:#6a3a32;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.5rem;width:14.9375rem;top:32.125rem;left:15rem;display:block; }
#XDE81OcrXHzExWLH8BHUVyaVQbiomq7O { position:absolute;display:block;z-index:15035;background-color:#6a3a32;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.5rem;width:14.9375rem;top:32.125rem;left:0rem;display:block; }
#dSEp9OJgUFtETtzoVQP0celxgrXb7be8 { position:absolute;display:block;z-index:15035;background-color:#6a3a32;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.5rem;width:14.9375rem;top:32.125rem;left:30rem;display:block; }
#o72BA1wwnghLkO652PHmiC4DKuNpnlDp { position:absolute;display:block;z-index:15036;background-color:#6a3a32;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.5rem;width:14.9375rem;top:32.125rem;left:45rem;display:block; }
#cESDhZcdGb2xy0bBT8udN1uVQxgypmh1 { position:absolute;display:block;z-index:15037;background-color:#6a3a32;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.5rem;width:14.9375rem;top:32.125rem;left:60rem;display:block; }
#HnDyMv0oH1CPL4nSPosBQCIF4nQMQ3Z7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:35.875rem;left:30.4375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6hvNZbaZcwqaAbSz421qlqW5gWprPTT { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:35.875rem;left:16rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTR6MrN89TLHTGep0SGpX2opH4LF6Alx { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:35.875rem;left:46rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4OCwAitTcmfk2PuUGCuhNa3iRkgpfQr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mgTeDnq41rR8TqU20M0Gb8pirk8twHey { position:absolute;display:block;z-index:15015;background-color:#c6a35e;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.5rem;width:6.25rem;top:13.375rem;left:34.375rem;display:block; }
#uzbbKJb0mPV465u0b3DRew34vayRGEfv { box-sizing:content-box;height:14.9375rem;width:14.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d7cd2d4-a19f-4b52-821f-f23e639c5cd6/EL_MedRes_26_Day1_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.09375rem;left:0rem;display:block; }#uzbbKJb0mPV465u0b3DRew34vayRGEfv.adaptive-delivery-prevent-bg, #uzbbKJb0mPV465u0b3DRew34vayRGEfv.lazyload, #uzbbKJb0mPV465u0b3DRew34vayRGEfv.lazyloading { background-image: none; }
#w0epfLO4OUtsQDDixyr9QUOTrrz2Rxnl { box-sizing:content-box;height:14.9375rem;width:14.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4c2f153-3749-47fd-ae42-d8b5db7058a8/EL_MedRes_26_Day2_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.09375rem;left:15rem;display:block; }#w0epfLO4OUtsQDDixyr9QUOTrrz2Rxnl.adaptive-delivery-prevent-bg, #w0epfLO4OUtsQDDixyr9QUOTrrz2Rxnl.lazyload, #w0epfLO4OUtsQDDixyr9QUOTrrz2Rxnl.lazyloading { background-image: none; }
#ZilNzAIVe8lSirsp75MyNeI7xIoV98sK { box-sizing:content-box;height:14.9375rem;width:14.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5bb0f3b-3608-435e-8b6b-dec0785c1a8e/EL_MedRes_26_Day4_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.09375rem;left:45rem;display:block; }#ZilNzAIVe8lSirsp75MyNeI7xIoV98sK.adaptive-delivery-prevent-bg, #ZilNzAIVe8lSirsp75MyNeI7xIoV98sK.lazyload, #ZilNzAIVe8lSirsp75MyNeI7xIoV98sK.lazyloading { background-image: none; }
#lP47vAquMrAo6aQUHfFhTo5dFtNA0lDW { box-sizing:content-box;height:14.9375rem;width:14.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0d662a6d-fdd2-46e5-b5f5-29889ad56cc9/EL_MedRes_26_Day3_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.09375rem;left:29.96875rem;display:block; }#lP47vAquMrAo6aQUHfFhTo5dFtNA0lDW.adaptive-delivery-prevent-bg, #lP47vAquMrAo6aQUHfFhTo5dFtNA0lDW.lazyload, #lP47vAquMrAo6aQUHfFhTo5dFtNA0lDW.lazyloading { background-image: none; }
#KVDC6IDJvchRXCVIW2b7eOcNidhH6lIy { box-sizing:content-box;height:14.9375rem;width:14.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8758c52a-d0e1-4e49-8086-a6b4074943ae/EL_MedRes_26_Day5_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.09375rem;left:60rem;display:block; }#KVDC6IDJvchRXCVIW2b7eOcNidhH6lIy.adaptive-delivery-prevent-bg, #KVDC6IDJvchRXCVIW2b7eOcNidhH6lIy.lazyload, #KVDC6IDJvchRXCVIW2b7eOcNidhH6lIy.lazyloading { background-image: none; }
#qcAgpnGSC8LxmsryZSZabl6G8X3RkRPB { position:absolute;display:block;z-index:15032;border-top:0.375rem solid #262627;border-left:0.375rem solid #262627;border-right:0.375rem solid #262627;border-bottom:0.375rem solid #262627;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:10.625rem;width:10.625rem;top:18.899740219116rem;left:46.839738845825rem;overflow:hidden;display:block; }
#XOvuN9qvlqrCkkkwoFhHbq3FVHSt0Vmw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9996875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:35.874567031861rem;left:60.999891281128rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0c1b8;background-image:url("https://images.assets-landingi.com/uc/8df96720-4858-4b9a-816e-a4afaaeec092/EL_MedRes_26_Day2_Banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3.adaptive-delivery-prevent-bg, #v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3.lazyload, #v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3.lazyloading { background-image: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { background-color: transparent; background-image: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container > .video-iframe-container { display: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row > .video-iframe-container { display: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .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); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { border-width: 0; border-radius: 0; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#gh2NBw1ezgfMPU55eif1mMPLKFULT390 { position:absolute;display:block;z-index:15003;background-color:rgba(31,35,33,0.66);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.4375rem;width:67.8125rem;top:3.5rem;left:3.625rem;display:block; }
#H4hXXrKQwleFXScaDAmM2tJrGnHwb2m1 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1244812011719rem;left:40.374645233154rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-form-header {  }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#92c4dc;width:27.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-text {padding-top: 0; padding-bottom: 0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-select {padding-top: 0; padding-bottom: 0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-button { 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:#e25021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.75rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.4; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB [class*="-text"]:-moz-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB [class*="-text"]::-moz-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal;float:none; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .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; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-container:first-of-type{padding-top:0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-container:last-of-type{padding-bottom:0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.9990234375rem;left:39.1865234375rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB {display:block;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.9990234375rem;left:39.1865234375rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #hJrQ7kwpLx7cP7BDNz78QQXuPGoT6MiI { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #TtvBDouOQF5lihxFcTS3Dbi5vKRymsPV { position:relative;display:none; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #DW4XzGpxRU1ciCdLASIS6e5q0sGn2GZ5 { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #lnrXn2hZWNx3J4Vp4Owk1bcZ6IHNpVvd { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #B7E0NXfyhIfG2T8znqLQhl6VBBlV1A3E { position:relative;display:none; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #aPGhRlckKGZChRmfuBpu2N1phwkd8sdz { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #RXfpIdMOxaEw8Tq8BI1B7UoQO7DE6UQI { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #bbRam83At8K6HQDbiDUka418wTTb0aKr { position:relative;display:none; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #cbxzUywt0Ar1tEFUqOX2Pa2g7bHG1cdm { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #O0FmVehXp3qD4kHTzJzU1sg8usTizSSx { position:relative; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #NCPZfuxJlepeqODiApTiblRsmHOxEEDq { position:relative; }
#BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0380859375rem;left:6.8125rem;height:7.474625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tzzb26Qgo4nJOKqwvbEb5ER3JTMTukey { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:15.5rem;left:6.8125rem; }
#QQFBbqsc0DqSWylNntVmTyhJ2NMUUBJ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5625rem;left:8.9375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#hZSHua69xtT29AwuVhloI6GIFHFeMPA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:8.9375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:18.25rem;left:6.875rem; }
#c5IODicZTlzUIJ7ghxy14DJGithdt1fk { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.125rem;left:8.9375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#g9mOpC6mJETDwTh0LXxfXRpQ0VqF1ipk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:20.9375rem;left:6.6875rem; }
#RSGcmyx8G64uMZl9WSgeP168a0sw5ghb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:22.75rem;left:8.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container { background-color: transparent; background-image: none; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container > .video-iframe-container { display: none; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row > .video-iframe-container { display: none; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .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); }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container { border-width: 0; border-radius: 0; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#d50Bi3otODpI6vk605LHQtIeQOQNq3RI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:11.25rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#mlEQWBH9pwzyIQIxmMLa8TmQtrwFtf2x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.82421875rem;left:45.1875rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTsppITFLNsd9TFRWwZiVlltTsSH6msu { display:block; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRBD3NeLt7SNLdJE1yOFbCS0yhE9GzJ9 { top:1.125rem;left:0rem;width:12.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwElIyASUfuXlXdzQSAZvpO7lcMnyuPm { width:37.5625rem;height:3.875rem;top:7.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1tM4QWmsc1thiWw97aqmCMRpDdgvVw2 { width:35.4375rem;height:1.9375rem;top:11.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEh5qJTKW0R3QsTbgS6GTXsIOT3XWpKC { width:6.25rem;height:6.25rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv8BokbZyAlo3uNamE4TbewEBm1Zpa53 { width:5.5625rem;height:2.6875rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHWA4OoUJx8ukzSek9C5AKnLfPQ69iCn { width:32.375rem;height:20.6875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8d0g9EZPJOT6hpbziBynSTNc4WnQNu { width:34.6875rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccdMLv3zaetxK7dWNvBMk5N7W03BHgfx { width:25.9375rem;height:1.5625rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-regular-label { width:27.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-text { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-textarea { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-select { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-button { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-checkbox-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD  { width:27.75rem;height:auto;top:24.75rem;left:0rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .radio-container { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD {display:block;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD { width:27.75rem;height:auto;top:24.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #lwAz3pyi11815knVFDDzsq140ZN2bSMl {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #Wl9JImgQPmlFyuUXXv2DCf1BuC8MvWBP { display:none; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #Eps36fDc9BRp3MOFaBP42AxWQoOQCPdT {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #upA08sUW2ShlTyGtyXqwpMyC9daMEtdJ {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #BI007OqF4PeHyxhJ5IwBFfwZKbdSNzEw {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #MdxwV39Vcq0uPitqyg89JT5Nt3n5ZBhM {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #O8ITfDO7RDp4MJlhGLwDQJDR0WCdaCLf {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #kDka40iT1D1ym1fNofvdQSA0z8qrHhuR { display:none; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #ECxN6mdrXBrScvezAxiCVyfp8AhQ0s6H {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #CLfzpomSKaLIRTvBoqKJF7fIDTRBGSsl {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #HwUf4yhKs2p12350LN8kVINaQcvvwqb2 {  }
 }@media only screen and (max-width: 763px) { #uCaOlmzmF6pi0WCJ1EMHRZskQC3Va9AL { width:18.9375rem;height:1.25rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXlOpnld8sITpVVMaCcdJUXE09x4lQu6 { top:3.875rem;left:0rem;width:18.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptw9CVfH80JSDC5BXCK8BdTAqm31xozm { top:14.875rem;left:1.5615234375rem;width:6.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCbov1V4PTxbss6hfkOSzAZGs8LZQ3SW { top:30.625rem;left:30.8125rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4 { top:5.875rem;left:13.3125rem;width:34.4375rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { display:block; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:47.75rem;height:6.4375rem;top:5.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3vxqOfVITi8iXaz20dQHsDbeOFTO4St { top:13.5rem;left:20.750001907349rem;width:6.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI { display:block; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpZzONszJDFgi9FIPFMyliWabqueQxZt { width:47.75rem;height:14.375rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz { display:block; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FN9zuBlAxJ2xys7d5KJ91DgLlmemhiV9 { width:34.0625rem;height:3.1875rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8xR7pHpH0nz4ocV2Mk64xvXJnDKNT5d { top:13.5rem;left:0rem;width:46.625rem;height:52.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDpRMcSAkOCUB81ZRwOJJkpPukRac7Rw { top:3.8125rem;left:31.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw8dIHJDqzXLPCTwy7W8M7Mqc22fCDSG { top:10.5625rem;left:0rem;width:6.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acAsvG66Pc9vBroXTEbw5Mbm188RomoC { top:13.125rem;left:35.625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAzQyMGwlX7op0M7zfEa3wdody97NEch { top:26.25rem;left:31.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKeuVExoFoHlCr750lF1Elth9VEVuT4R { top:39.375rem;left:35.625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic4zRh7MOJlHs6NCutJ44ccpK43NL7Si { top:48.4375rem;left:31.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN4wskRICF6ObJRk3uazhKBmU6ZtQB3q { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC { display:block; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAmwRAlTI8TCfNuORuoAIDlrkbvDosaN { width:47.75rem;height:3.1875rem;top:7.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKyBuO3fwfTAwVeeuprLJyuQVtrkA7o9 { top:13.0625rem;left:20.750001907349rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA7woBT26TpT9tRFMmdKggMGtyqyGux8 { display:block; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt { top:0.5625rem;left:0rem;width:45rem;height:26.25rem;font-size:1.375rem;display:block; }#c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77ce4fcfecda469bb360004b1b9e2e643268adc6.svg); }
 }@media only screen and (max-width: 763px) { #ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o { display:block; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6OnohzxgHVMMO6FZOuCyI1qbHetROgk { width:38.8125rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhnxc9kZyWTvNy5zCR7MBQkpCv4rUGX { top:13.0625rem;left:0rem;width:44.0625rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fEmmcn2CcBxxB4qmSPiE0tmk6Pup1t { top:10.5625rem;left:0rem;width:6.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd { top:4.1875rem;left:22.8125rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 { display:block; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTtnlpB9wgDxoxpC5gHABZT5JODGGnLA { width:15rem;height:1.4375rem;top:32.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHSzflWTeHRQRLLglz9WEMrCycGHaf5 { width:12.9375rem;height:7.4375rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeI78LgyvF1HGX50pCRqK9rJqNrvDgdc { width:15rem;height:1.4375rem;top:32.5625rem;left:16.375001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCiD3lpiOvDtZ1E0l2FZ1Qg5XtbliHi { width:15rem;height:1.4375rem;top:32.5625rem;left:1.3750019073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKJJ4krnT3W74DX9FHmth10uLBh773q { width:15rem;height:1.4375rem;top:32.5625rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtNsR4HuXTJfICP25nrN6LzoP2HNxN2 { width:15rem;height:1.4375rem;top:32.5625rem;left:31.375001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJXpDyXsbkgFMWl7mN0k3S4cEZtXJyE { width:10.625rem;height:10.625rem;top:18.875rem;left:3.2147350311279rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVd7RrdxsHOv9LwTkUysCkSXJKzfETpL { width:10.625rem;height:10.625rem;top:18.875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MuobgfFLIvfRZuuWBsZBmtiDun3OQs { width:10.625rem;height:10.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcEBXxmXGSDdVxK1sFeyWAlH85SekJtU { width:10.625rem;height:10.625rem;top:18.875rem;left:18.214193344116rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiW6E82shBLkXMwDbk4oHS1QWbvtEZQG { top:32.125rem;left:1.375rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDE81OcrXHzExWLH8BHUVyaVQbiomq7O { top:32.125rem;left:0rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSEp9OJgUFtETtzoVQP0celxgrXb7be8 { top:32.125rem;left:16.375rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72BA1wwnghLkO652PHmiC4DKuNpnlDp { top:32.125rem;left:31.375rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cESDhZcdGb2xy0bBT8udN1uVQxgypmh1 { top:32.125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDyMv0oH1CPL4nSPosBQCIF4nQMQ3Z7 { width:14.1875rem;height:5.9375rem;top:35.8125rem;left:16.812284469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hvNZbaZcwqaAbSz421qlqW5gWprPTT { width:12.9375rem;height:10.4375rem;top:35.8125rem;left:2.3748912811279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTR6MrN89TLHTGep0SGpX2opH4LF6Alx { width:12.9375rem;height:6rem;top:35.8125rem;left:32.374641418457rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4OCwAitTcmfk2PuUGCuhNa3iRkgpfQr { width:47.75rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTeDnq41rR8TqU20M0Gb8pirk8twHey { top:13.375rem;left:20.75rem;width:6.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzbbKJb0mPV465u0b3DRew34vayRGEfv { top:17.0625rem;left:0rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0epfLO4OUtsQDDixyr9QUOTrrz2Rxnl { top:17.0625rem;left:1.375rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZilNzAIVe8lSirsp75MyNeI7xIoV98sK { top:17.0625rem;left:31.375rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP47vAquMrAo6aQUHfFhTo5dFtNA0lDW { top:17.0625rem;left:16.34375rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDC6IDJvchRXCVIW2b7eOcNidhH6lIy { top:17.0625rem;left:32.8125rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAgpnGSC8LxmsryZSZabl6G8X3RkRPB { width:10.625rem;height:10.625rem;top:18.875rem;left:33.214738845825rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOvuN9qvlqrCkkkwoFhHbq3FVHSt0Vmw { width:12.9375rem;height:5.9375rem;top:35.8125rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 { display:block; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh2NBw1ezgfMPU55eif1mMPLKFULT390 { width:47.75rem;height:24.4375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4hXXrKQwleFXScaDAmM2tJrGnHwb2m1 { width:27.8125rem;height:1.625rem;top:7.0625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-regular-label { width:27.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-text { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-text {padding-top: 0; padding-bottom: 0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-textarea { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-select { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-select {padding-top: 0; padding-bottom: 0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-button { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-checkbox-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB  { width:27.75rem;height:auto;top:8.9375rem;left:17.5rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .radio-container { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB {display:block;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB { width:27.75rem;height:auto;top:8.9375rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #hJrQ7kwpLx7cP7BDNz78QQXuPGoT6MiI {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #TtvBDouOQF5lihxFcTS3Dbi5vKRymsPV { display:none; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #DW4XzGpxRU1ciCdLASIS6e5q0sGn2GZ5 {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #lnrXn2hZWNx3J4Vp4Owk1bcZ6IHNpVvd {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #B7E0NXfyhIfG2T8znqLQhl6VBBlV1A3E {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #aPGhRlckKGZChRmfuBpu2N1phwkd8sdz {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #RXfpIdMOxaEw8Tq8BI1B7UoQO7DE6UQI {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #bbRam83At8K6HQDbiDUka418wTTb0aKr { display:none; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #cbxzUywt0Ar1tEFUqOX2Pa2g7bHG1cdm {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #O0FmVehXp3qD4kHTzJzU1sg8usTizSSx {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #NCPZfuxJlepeqODiApTiblRsmHOxEEDq {  }
 }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:29.6875rem;height:7.4375rem;top:7rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzzb26Qgo4nJOKqwvbEb5ER3JTMTukey { width:1.5625rem;height:1.5625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFBbqsc0DqSWylNntVmTyhJ2NMUUBJ7 { width:18.5rem;height:1.4375rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZSHua69xtT29AwuVhloI6GIFHFeMPA3 { width:18.5625rem;height:1.4375rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { width:1.5625rem;height:1.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5IODicZTlzUIJ7ghxy14DJGithdt1fk { width:27.875rem;height:1.4375rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9mOpC6mJETDwTh0LXxfXRpQ0VqF1ipk { width:1.6875rem;height:1.6875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGcmyx8G64uMZl9WSgeP168a0sw5ghb { width:18.5625rem;height:1.3125rem;top:22.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU { display:block; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d50Bi3otODpI6vk605LHQtIeQOQNq3RI { top:3.4375rem;left:0rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlEQWBH9pwzyIQIxmMLa8TmQtrwFtf2x { top:4.8125rem;left:17.9375rem;width:29.75rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTsppITFLNsd9TFRWwZiVlltTsSH6msu { display:block; }#PTsppITFLNsd9TFRWwZiVlltTsSH6msu > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRBD3NeLt7SNLdJE1yOFbCS0yhE9GzJ9 { width:12.375rem;height:3rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12036df6-1f1f-4854-bfd9-b457f051596a/Banner1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.adaptive-delivery-prevent-bg, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyload, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyloading { background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f0ea; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f0ea; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::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; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwElIyASUfuXlXdzQSAZvpO7lcMnyuPm { width:15.8125rem;height:4.798825rem;top:5.625rem;left:2.0625rem;font-size:2rem;font-weight:700;font-style:normal;line-height:1.2;text-align:center;text-align-last:center;color:#262627;display:block; }
 }@media only screen and (max-width: 763px) { #J1tM4QWmsc1thiWw97aqmCMRpDdgvVw2 { width:15.375rem;height:3.25rem;top:11.5rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#262627;display:block; }
 }@media only screen and (max-width: 763px) { #vEh5qJTKW0R3QsTbgS6GTXsIOT3XWpKC { width:6.25rem;height:6.25rem;top:10.61816875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wv8BokbZyAlo3uNamE4TbewEBm1Zpa53 { width:5.5625rem;height:0;top:12.518559375rem;left:7.21875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHWA4OoUJx8ukzSek9C5AKnLfPQ69iCn { width:20rem;height:21.9375rem;top:24.75rem;left:0rem;background-color:rgba(255,255,255,0.68);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) { #ey8d0g9EZPJOT6hpbziBynSTNc4WnQNu { width:16.25rem;height:4.5rem;top:18rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#262627;display:block; }
 }@media only screen and (max-width: 763px) { #ccdMLv3zaetxK7dWNvBMk5N7W03BHgfx { width:14.875rem;height:2.923825rem;top:26rem;left:2.375rem;font-size:1.125rem;color:#262627;display:block; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#92c4dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#1f2321; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD  { width:15.5rem;height:auto;top:29.125rem;left:1.0625rem; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ichQG6Pq2DP033LKwxENBKm2SydxhWQD {display:block;}#ichQG6Pq2DP033LKwxENBKm2SydxhWQD { width:15.5rem;height:auto;top:29.125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #lwAz3pyi11815knVFDDzsq140ZN2bSMl {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #Wl9JImgQPmlFyuUXXv2DCf1BuC8MvWBP { display:none; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #Eps36fDc9BRp3MOFaBP42AxWQoOQCPdT {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #upA08sUW2ShlTyGtyXqwpMyC9daMEtdJ {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #BI007OqF4PeHyxhJ5IwBFfwZKbdSNzEw {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #MdxwV39Vcq0uPitqyg89JT5Nt3n5ZBhM {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #O8ITfDO7RDp4MJlhGLwDQJDR0WCdaCLf {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #kDka40iT1D1ym1fNofvdQSA0z8qrHhuR { display:none; }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #ECxN6mdrXBrScvezAxiCVyfp8AhQ0s6H {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #CLfzpomSKaLIRTvBoqKJF7fIDTRBGSsl {  }
 }@media only screen and (max-width: 763px) { #ichQG6Pq2DP033LKwxENBKm2SydxhWQD #HwUf4yhKs2p12350LN8kVINaQcvvwqb2 {  }
 }@media only screen and (max-width: 763px) { #uCaOlmzmF6pi0WCJ1EMHRZskQC3Va9AL { width:18.5625rem;height:1.29980625rem;top:2.6875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kXlOpnld8sITpVVMaCcdJUXE09x4lQu6 { width:18.75rem;height:2.0625rem;top:2.3125rem;left:0.625rem;background-color:#262627;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) { #Ptw9CVfH80JSDC5BXCK8BdTAqm31xozm { width:6.25rem;height:0.5rem;top:16rem;left:6.875rem;background-color:#ab8c42;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) { #tCbov1V4PTxbss6hfkOSzAZGs8LZQ3SW { width:20rem;height:20rem;top:48.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4 { width:5.8125rem;height:10.625rem;top:49.625rem;left:13.938328241184rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2d7cd2d4-a19f-4b52-821f-f23e639c5cd6/EL_MedRes_26_Day1_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4.adaptive-delivery-prevent-bg, #tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4.lazyload, #tNRzU5iuSQpeFxrzzwUbVZ3N0zc3hsO4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 { display:block; }#TI9mIiXRClKBQfH0zezs7Fdf4QxKgOk8 > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuA6q8F4kW7v1nsneyaQt2ZP0rVairXb { width:20rem;height:9.097625rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3vxqOfVITi8iXaz20dQHsDbeOFTO4St { width:6.25rem;height:0.5rem;top:14.4482421875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI { display:block; }#EiLUTOLi7MhTzGLLIMETFpTZrSw3duHI > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpZzONszJDFgi9FIPFMyliWabqueQxZt { width:20rem;height:25.5937375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz { display:block; }#BOyam55TSTu9mTmvWKZF9zPOzIiAzgQz > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FN9zuBlAxJ2xys7d5KJ91DgLlmemhiV9 { width:20rem;height:2.2744125rem;top:3.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8xR7pHpH0nz4ocV2Mk64xvXJnDKNT5d { width:20rem;height:75.5917625rem;top:9.6484375rem;left:0rem;font-size:1rem;color:#000000;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDpRMcSAkOCUB81ZRwOJJkpPukRac7Rw { width:15.8125rem;height:15.8125rem;top:60.5908203125rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qw8dIHJDqzXLPCTwy7W8M7Mqc22fCDSG { width:6.25rem;height:0.5rem;top:7.4609375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acAsvG66Pc9vBroXTEbw5Mbm188RomoC { width:11.25rem;height:11.25rem;top:91.6533203125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAzQyMGwlX7op0M7zfEa3wdody97NEch { width:11.25rem;height:11.25rem;top:78.4033203125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKeuVExoFoHlCr750lF1Elth9VEVuT4R { width:11.25rem;height:11.25rem;top:118.1533203125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic4zRh7MOJlHs6NCutJ44ccpK43NL7Si { width:11.25rem;height:11.25rem;top:104.9033203125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #CN4wskRICF6ObJRk3uazhKBmU6ZtQB3q { top:87.875rem;left:2.34375rem;width:15.3125rem;height:15.3125rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC { display:block; }#uSCEL3lGi0OTrfGpWSbh3Gv5fRul10wC > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAmwRAlTI8TCfNuORuoAIDlrkbvDosaN { width:20rem;height:2.2744125rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKyBuO3fwfTAwVeeuprLJyuQVtrkA7o9 { width:6.25rem;height:0.5rem;top:7.3232421875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA7woBT26TpT9tRFMmdKggMGtyqyGux8 { display:block; }#SA7woBT26TpT9tRFMmdKggMGtyqyGux8 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt { width:20rem;height:27.3974375rem;top:1.7607421875rem;left:0rem;font-size:1rem;color:#000000;z-index:14998;text-align:center;text-align-last:center;display:block; }#c0NpnP9Kzvh5Xr9o62UVtxiH257r3DTt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77ce4fcfecda469bb360004b1b9e2e643268adc6.svg); }
 }@media only screen and (max-width: 763px) { #ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o { display:block; }#ihMkDpHagDavDZnlAWX6uIf5nI9Rmz7o > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6OnohzxgHVMMO6FZOuCyI1qbHetROgk { width:20rem;height:4.548825rem;top:3.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZhnxc9kZyWTvNy5zCR7MBQkpCv4rUGX { width:20rem;height:23.39749375rem;top:11.8359375rem;left:0rem;font-size:1rem;color:#ffffff;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2fEmmcn2CcBxxB4qmSPiE0tmk6Pup1t { width:6.25rem;height:0.5rem;top:9.2109375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd { width:20rem;height:24.8125rem;top:36.732421875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d36d2b4f-c9cb-49db-95d4-b887e82bf568/3SummerDescent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd.adaptive-delivery-prevent-bg, #TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd.lazyload, #TnrNBLw4ag9KWzrB3cBoETOCJBPNOGgd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 { display:block; }#IPEzohzHJH28riZ17rlTK2CdgkyAE0v7 > .row .container { width:20rem;height:151.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTtnlpB9wgDxoxpC5gHABZT5JODGGnLA { width:12.5rem;height:1.4619125rem;top:27.7119140625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHSzflWTeHRQRLLglz9WEMrCycGHaf5 { width:14.875rem;height:6rem;top:30.9423828125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeI78LgyvF1HGX50pCRqK9rJqNrvDgdc { width:15rem;height:1.4619125rem;top:84.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCiD3lpiOvDtZ1E0l2FZ1Qg5XtbliHi { width:15rem;height:1.4619125rem;top:54.2744140625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKJJ4krnT3W74DX9FHmth10uLBh773q { width:15rem;height:1.4619125rem;top:138.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtNsR4HuXTJfICP25nrN6LzoP2HNxN2 { width:15rem;height:1.4619125rem;top:111.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJXpDyXsbkgFMWl7mN0k3S4cEZtXJyE { width:8.75rem;height:8.75rem;top:41.4736328125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVd7RrdxsHOv9LwTkUysCkSXJKzfETpL { width:8.75rem;height:8.75rem;top:125.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MuobgfFLIvfRZuuWBsZBmtiDun3OQs { width:8.75rem;height:8.75rem;top:14.9111328125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcEBXxmXGSDdVxK1sFeyWAlH85SekJtU { width:8.75rem;height:8.75rem;top:71.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiW6E82shBLkXMwDbk4oHS1QWbvtEZQG { width:14.9375rem;height:2.5rem;top:53.7548828125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDE81OcrXHzExWLH8BHUVyaVQbiomq7O { width:14.9375rem;height:2.5rem;top:27.1923828125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSEp9OJgUFtETtzoVQP0celxgrXb7be8 { width:14.9375rem;height:2.5rem;top:84.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72BA1wwnghLkO652PHmiC4DKuNpnlDp { width:14.9375rem;height:2.5rem;top:111.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cESDhZcdGb2xy0bBT8udN1uVQxgypmh1 { width:14.9375rem;height:2.5rem;top:137.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDyMv0oH1CPL4nSPosBQCIF4nQMQ3Z7 { width:14.875rem;height:6rem;top:87.8125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6hvNZbaZcwqaAbSz421qlqW5gWprPTT { width:14.875rem;height:9rem;top:57.5048828125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTR6MrN89TLHTGep0SGpX2opH4LF6Alx { width:14.875rem;height:6rem;top:114.875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4OCwAitTcmfk2PuUGCuhNa3iRkgpfQr { width:20rem;height:4.548825rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgTeDnq41rR8TqU20M0Gb8pirk8twHey { width:6.25rem;height:0.5rem;top:9.546875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzbbKJb0mPV465u0b3DRew34vayRGEfv { width:14.9375rem;height:14.9375rem;top:12.1923828125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0epfLO4OUtsQDDixyr9QUOTrrz2Rxnl { width:14.9375rem;height:14.9375rem;top:38.7548828125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZilNzAIVe8lSirsp75MyNeI7xIoV98sK { width:14.9375rem;height:14.9375rem;top:96.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP47vAquMrAo6aQUHfFhTo5dFtNA0lDW { width:14.9375rem;height:14.9375rem;top:69.03125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDC6IDJvchRXCVIW2b7eOcNidhH6lIy { width:14.9375rem;height:14.9375rem;top:122.65625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAgpnGSC8LxmsryZSZabl6G8X3RkRPB { width:10.625rem;height:10.625rem;top:97.90625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOvuN9qvlqrCkkkwoFhHbq3FVHSt0Vmw { width:12.9375rem;height:6rem;top:141.75rem;left:3.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4c2f153-3749-47fd-ae42-d8b5db7058a8/EL_MedRes_26_Day2_Sq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3.adaptive-delivery-prevent-bg, #v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3.lazyload, #v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3.lazyloading { background-image: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { background-color: transparent; background-image: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container > .video-iframe-container { display: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row > .video-iframe-container { display: none; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .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); }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { border-width: 0; border-radius: 0; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4xKETeTbicG5IuTfJ94x1M4Zb2TGiC3 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh2NBw1ezgfMPU55eif1mMPLKFULT390 { width:19rem;height:47rem;top:2.0927734375rem;left:0.5rem;background-color:rgba(31,35,33,0.67);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) { #H4hXXrKQwleFXScaDAmM2tJrGnHwb2m1 { width:15.8125rem;height:1.29980625rem;top:30.0927734375rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-text {padding-top: 0; padding-bottom: 0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-select {padding-top: 0; padding-bottom: 0;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#92c4dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#1f2321; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB  { width:15.5rem;height:auto;top:31.2021484375rem;left:1rem; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB {display:block;}#JZOlHedmntCN8JXLiEo07L6oU3a2V6vB { width:15.5rem;height:auto;top:31.2021484375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #hJrQ7kwpLx7cP7BDNz78QQXuPGoT6MiI {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #TtvBDouOQF5lihxFcTS3Dbi5vKRymsPV { display:none; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #DW4XzGpxRU1ciCdLASIS6e5q0sGn2GZ5 {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #lnrXn2hZWNx3J4Vp4Owk1bcZ6IHNpVvd {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #B7E0NXfyhIfG2T8znqLQhl6VBBlV1A3E {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #aPGhRlckKGZChRmfuBpu2N1phwkd8sdz {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #RXfpIdMOxaEw8Tq8BI1B7UoQO7DE6UQI {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #bbRam83At8K6HQDbiDUka418wTTb0aKr { display:none; }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #cbxzUywt0Ar1tEFUqOX2Pa2g7bHG1cdm {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #O0FmVehXp3qD4kHTzJzU1sg8usTizSSx {  }
 }@media only screen and (max-width: 763px) { #JZOlHedmntCN8JXLiEo07L6oU3a2V6vB #NCPZfuxJlepeqODiApTiblRsmHOxEEDq {  }
 }@media only screen and (max-width: 763px) { #BANAMyarhwdDVJZxZ62akOxuMeTbrTy0 { width:16.875rem;height:10.2363125rem;top:4.25rem;left:2.09375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tzzb26Qgo4nJOKqwvbEb5ER3JTMTukey { width:1.5625rem;height:1.5625rem;top:16.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFBbqsc0DqSWylNntVmTyhJ2NMUUBJ7 { width:9.9375rem;height:1.29980625rem;top:16.568359375rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZSHua69xtT29AwuVhloI6GIFHFeMPA3 { width:10.875rem;height:1.29980625rem;top:19.318359375rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAECOmOfNEcmPTv0o20sNBnnPadA7DIm { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5IODicZTlzUIJ7ghxy14DJGithdt1fk { width:14.375rem;height:2.5996125rem;top:22.1669921875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9mOpC6mJETDwTh0LXxfXRpQ0VqF1ipk { width:1.6875rem;height:1.6875rem;top:22.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSGcmyx8G64uMZl9WSgeP168a0sw5ghb { width:14.25rem;height:2.4375rem;top:25.75rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU { display:block; }#WhaWcfFbD1FyuWhbmvzdNROMrEIekkqU > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d50Bi3otODpI6vk605LHQtIeQOQNq3RI { width:7.9375rem;height:1.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlEQWBH9pwzyIQIxmMLa8TmQtrwFtf2x { width:20rem;height:0.8125rem;top:5.625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }