.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/b832f9d3-06f4-4cee-a5e8-3688ca4fd5e4/header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.5625rem;top:1.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#272727;display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.1123046875rem;left:7.5rem;height:4.14355625rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#272727;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:4.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:7.5rem;height:12.51175rem;font-style:normal;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#272727;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:29.625rem;left:7.5rem;height:3.75rem;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:38.1875rem;left:7.5rem;display:block; }
#oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae7bc2f7-a4f2-4e6c-8da2-e0fe6babd15d/greenleaveswhitebackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#c59dcf;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.0625rem;width:12.375rem;top:11.3125rem;left:29.875rem;overflow:hidden;display:block; }
#sg9uqq9no7WgGhkkTcus51twSpU6cPXL { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:17.5625rem;left:9.5rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.75rem;height:1.7871125rem;font-style:normal;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:14.75rem;height:2.798825rem;font-style:normal;display:block; }
#pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:7.5rem;overflow:hidden;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:12.75rem;height:1.7871125rem;font-style:normal;display:block; }
#cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32.125rem;left:12.75rem;height:4.19824375rem;font-style:normal;display:block; }
#O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:41.9375rem;left:14.375rem;overflow:hidden;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42rem;left:22.25rem;height:1.7871125rem;font-style:normal;display:block; }
#kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:44.3125rem;left:22.25rem;height:4.19824375rem;font-style:normal;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:17.65625rem;left:47.875rem;overflow:hidden;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:19.625rem;left:54.4375rem;height:2.798825rem;font-style:normal;display:block; }
#nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:51rem;overflow:hidden;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:#272727;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { color:#373737;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:55.8125rem;height:5.59765625rem;font-style:normal;display:block; }
#pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:2.125rem;top:42.25rem;left:42.1875rem;overflow:hidden;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:42rem;left:47.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#E6NoOZKbsA1zW6habFebEufUwCqlEqnm { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:47.4375rem;height:2.798825rem;font-style:normal;display:block; }
#owOpbdNUluBcBtdRKDD09b2TEcoTkM1K { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:61.125rem;left:13.375rem;display:block; }
#edMCm5ATimyO461Tooa2HfNn2l8i6r9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XESWxQ4DQt8BdDwufnsGnMBDVDkH1Tvf { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:61.125rem;left:44.1875rem;display:block; }
#t8AtfMxib9CNQ2gPCCkTH0RArzk9lmLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XBMeNLxAKzFofTCTiWac8BD07Dtb8wsw { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:56.5rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/577aa0bd-ad29-48a2-ae65-7a9d3dd24337/topviewwhitedaisyflowerspetalsyellowpollenagainstwhitebackdrop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7.adaptive-delivery-prevent-bg, #yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7.lazyload, #yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7.lazyloading { background-image: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container { background-color: transparent; background-image: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container > .video-iframe-container { display: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row > .video-iframe-container { display: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .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); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container { border-width: 0; border-radius: 0; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#DlE1s9b1mgZTZZd7BGVBbMDzcWwMVLuX { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QTvHMnlaxvMcSVF0tSzKeHc22gJBNZFK { color:#c59dcf;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o52dPlqBzNpr4f4go0ccr9D6zJQpUg7S { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.0625rem;width:9.9375rem;top:11.849609375rem;left:31.5rem;overflow:hidden;display:block; }
#O2rwqH6o4UVOlzWAhe96u6XHLJd3b0Nd { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:17.5625rem;left:9.5rem;overflow:hidden;display:block; }
#oD26nT3eQLPCIF71RFeIXPIt068TStEK { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.75rem;height:1.7871125rem;font-style:normal;display:block; }
#pWoEXq7k9PlWWWcDWtDkQBMr4R8ouccb { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:14.75rem;height:2.798825rem;font-style:normal;display:block; }
#LAxKLudRiFiszxUzTa7ZCMH8guKDBh5g { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:7.5rem;overflow:hidden;display:block; }
#D2ZSlJncDNRcVyZ6z1fOIRikR7TfvPMQ { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:12.75rem;height:1.7871125rem;font-style:normal;display:block; }
#JeG9Jt1mynQzLXDFEiqZrHDWzIDe3uqb { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32.125rem;left:12.75rem;height:2.861325rem;font-style:normal;display:block; }
#JcSIdBcrWe4fppZv5Qpb2h8qggoLJ7pn { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:41.9375rem;left:14.375rem;overflow:hidden;display:block; }
#qn7AHUZq0ENN0uMbydL0G50EMRyrsKKc { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42rem;left:22.25rem;height:1.7871125rem;font-style:normal;display:block; }
#c0xlhwr6hpQgMTLBKC29pUIoJl4904JD { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:44.3125rem;left:22.25rem;height:4.19824375rem;font-style:normal;display:block; }
#vQpTPRhp7Q5QPbKZwVS93DXyNJ9EMl14 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:17.65625rem;left:47.875rem;overflow:hidden;display:block; }
#DgtwPNeoW4Og1iKW257kHK9p7EllutzS { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#eTov4s9RiqfO9FTuT8P1O6EowOWeP3sf { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:19.625rem;left:54.4375rem;height:4.19824375rem;font-style:normal;display:block; }
#xmnn2EQvuuIMKhZuZcD9SapbfVtALT1K { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:51rem;overflow:hidden;display:block; }
#cv2dHZ1pC5OBztR0WnO8sH9fhK6sv9G0 { color:#272727;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#KgHmwRNS0DTHp9LITQi8pkS0iiNvM6Nd { color:#373737;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:55.8125rem;height:5.59765625rem;font-style:normal;display:block; }
#wEoAJ34uSflPgoXZSQwsNHg6FzhAyHka { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:2.125rem;top:42.25rem;left:42.1875rem;overflow:hidden;display:block; }
#mTh8klC6TTXTBNNChqH6m38TquP8CEhH { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:42rem;left:47.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#d6kbogtODTmQg2bEtStuAE4TymhOCDUu { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:47.4375rem;height:2.798825rem;font-style:normal;display:block; }
#BZ6gfBGRqHl6PWQ477eN9iSTTLEkS9Sx { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:50.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#zbyM9AFH8r8cu1zHvTUwe3BnGmGOItC5 { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:55.4375rem;left:13.4375rem;display:block; }
#dDIT1pWUg6vTeTIike02wo93uDS4SDBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JTNg8kfTugdEJUqR2fnPWQf4tUPax4PH { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:55.4375rem;left:44.1875rem;display:block; }
#iBsWHFiDgZXoBZtTxHG8CwSeaBKqVHPC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff6407a5-52bd-4faf-8444-e7302429c883/orchidea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf.adaptive-delivery-prevent-bg, #aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf.lazyload, #aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf.lazyloading { background-image: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container { background-color: transparent; background-image: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container > .video-iframe-container { display: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row > .video-iframe-container { display: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .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); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container { border-width: 0; border-radius: 0; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#ub4JT4NAyuS1dNfh2PshQrdR4s7BcDEc { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#A4yMR9ksE1LaN66eGhWOl4wCfwKG0B9H { color:#c59dcf;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:5.724609375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvXXazIBGNTnMR43KXQ1IoRpLv3c49wz { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:13.125rem;top:14.375rem;left:29.125rem;overflow:hidden;display:block; }
#pcQghsdwA1It4FDuR73GdxUv3EM32pJV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:17.5625rem;left:9.5rem;overflow:hidden;display:block; }
#y9CnpyZ23Ao7TWAmZ5DvVtz9Wx2VdvG1 { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.75rem;height:1.7871125rem;font-style:normal;display:block; }
#UeZeoLgZgtP6RpudcBd4ST6gr9zgBKrF { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:14.75rem;height:2.798825rem;font-style:normal;display:block; }
#QD2qaB4pGHaRgwq45VCAoqOrcFvG7w40 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:7.5rem;overflow:hidden;display:block; }
#w8PUOy4pFUJ5rARMcsEHDXpimTsHlzlq { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:12.75rem;height:1.7871125rem;font-style:normal;display:block; }
#G0D8uiu900OmufTykFkI8hv986imnavb { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32.125rem;left:12.75rem;height:4.19824375rem;font-style:normal;display:block; }
#TyOmAsZc4fMA5WQSG8UI7xSc94dCkUOB { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:41.9375rem;left:14.375rem;overflow:hidden;display:block; }
#c4MiuPaMdSCQ0vzSS1VXokCTCkucvPwH { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42rem;left:22.25rem;height:1.7871125rem;font-style:normal;display:block; }
#dMxsJLdLFumiBt1lHIqxbfMgKqdDzn53 { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:44.3125rem;left:22.25rem;height:1.3994125rem;font-style:normal;display:block; }
#qEH5IbUiqiCnRlnqN63m8FbII2bp0nL6 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:17.65625rem;left:47.875rem;overflow:hidden;display:block; }
#vfIdUXnQy2NwkS9uOCmaNGuCT0VxztNk { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#KUsu2JMuvSNCuLr92WZDkceabkzksSzu { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:19.625rem;left:54.4375rem;height:4.19824375rem;font-style:normal;display:block; }
#KTs1KhHhrreSxnMpI0LgaKAoJcLMq32R { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:51rem;overflow:hidden;display:block; }
#n7HNAmBiHdfU51mVzUcEDr1dPdk4TMJp { color:#272727;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#tNz2ETprZ7XG3rEKQcRAGMtoOke0pnuK { color:#373737;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:55.8125rem;height:8.3965rem;font-style:normal;display:block; }
#bPTqJFGCG7ezsnA8DXiGH1sF9mu5zgMi { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:2.125rem;top:42.25rem;left:42.1875rem;overflow:hidden;display:block; }
#buAaEGGbR6aiNLhTJmrSEU9TQiEtDN2u { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:42rem;left:47.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#HWUxUFPtKVJz18J67RmvqhSXnkXK9wre { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:47.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#Kh0napzlOzXApSNLOxXoVWCdSPnaPPQo { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:50.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qVLmGi4yQVzb1539sh0Xx6TcliOrkvL4 { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:55.25rem;left:28.75rem;display:block; }
#llfWq8WIdN0xA1kUvHdBMxt1Spi2sgeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c31c70cd-d086-416b-a2f0-0b3922a7ac13/argannutswithgreenleavesisolatedwhitebackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n.adaptive-delivery-prevent-bg, #p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n.lazyload, #p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n.lazyloading { background-image: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container { background-color: transparent; background-image: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container > .video-iframe-container { display: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row > .video-iframe-container { display: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .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); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container { border-width: 0; border-radius: 0; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#Ov734SINXwd8UTTuJI6Do2uLGZqCTN2w { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IKQIPHb8CTyLDpMy1etSNGHqI1u0PhkW { color:#c59dcf;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHKS42BLxOm48BWFi8e2DlprNZ4HgfRN { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31rem;width:14.5rem;top:11.849609375rem;left:30.25rem;overflow:hidden;display:block; }
#OXAMw8tI3Cudomp1DZKFkS4tEkQBQItF { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:17.5625rem;left:9.5rem;overflow:hidden;display:block; }
#qAKcGRZUUiNszFl5faANqDWcUX1By8Vr { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.75rem;height:1.7871125rem;font-style:normal;display:block; }
#sOBiywg09llqsAfBP8N4dWLILvMJdeva { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:14.75rem;height:2.798825rem;font-style:normal;display:block; }
#WltpW6gofy4sVuIrkCTc2P4mtTPL8Uo0 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:7.5rem;overflow:hidden;display:block; }
#gw331XFUP76nNMIpMcbTnJ7e9nPZXZoN { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:12.75rem;height:1.7871125rem;font-style:normal;display:block; }
#yLR2SSqqIBOCkWMi0utM4WFA3M9nNnJL { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32.125rem;left:12.75rem;height:2.798825rem;font-style:normal;display:block; }
#FUbwZ7L4eWFAK6u5THVhtbVhhyRJDKhw { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:41.9375rem;left:14.375rem;overflow:hidden;display:block; }
#zQv6p7UR8ymp1IQ5L8WqLc9ylLwlA0FP { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42rem;left:22.25rem;height:1.7871125rem;font-style:normal;display:block; }
#BQDD6FFFp9AvyeIVnx0NEvfMCyJrf6BS { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:44.3125rem;left:22.25rem;height:1.3994125rem;font-style:normal;display:block; }
#nADJrcnRdU9B2wBKFIlBcMfPhGu2mk9M { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:17.65625rem;left:47.875rem;overflow:hidden;display:block; }
#t5LVrA2hZDzOMLfOPFcyFFSdtzFzik5z { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#FPQ34iUvHZCRZScpCXzAGFS0kt9Xfw8Q { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:19.625rem;left:54.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#I0tWcWi7TJKANTdb9GDL84gmN9IzdtF3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:51rem;overflow:hidden;display:block; }
#KTxdTOZLlF4n7hF6tqIsQEyE188i6fL0 { color:#272727;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#A0QQgu0IEJnGheMK0fJFoaIwwsovpBGG { color:#373737;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:55.8125rem;height:6.9970625rem;font-style:normal;display:block; }
#rLZzowLpbAHedRTEgWahUFu4stWWbHAR { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:2.125rem;top:42.25rem;left:42.1875rem;overflow:hidden;display:block; }
#B8DpBBr6t89Aplg5T5tZt2c72vSXwp0G { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:42rem;left:47.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#x9z33qWI7TgoxqugP9hDhNbT8XoVuluU { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:47.4375rem;height:2.798825rem;font-style:normal;display:block; }
#kSoafJ2vschsamC1MFrMMnnvcM15KnXp { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:50.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#gMexamcQG4W3rCLSxILXRqMm2NCwGUQM { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:55.4375rem;left:13.4375rem;display:block; }
#GoUBGKFZntv0t4UEPgTkaAdBB2Oo9M88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9J1x5wwB5bTdO5heI2yhNGTgJIWMFJ9 { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:55.4375rem;left:44.1875rem;display:block; }
#z1kZ2W7pQUXOltFozLrdaPrdtTwHyS4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a332b54-7316-4b4a-be11-e96c1b3cc593/viewframewithcottonflowersleaves.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG.adaptive-delivery-prevent-bg, #eohxrvxBWLeWWJ6B7qOtitUN2443ehUG.lazyload, #eohxrvxBWLeWWJ6B7qOtitUN2443ehUG.lazyloading { background-image: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container { background-color: transparent; background-image: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container > .video-iframe-container { display: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row > .video-iframe-container { display: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .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); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container { border-width: 0; border-radius: 0; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#sTP011TCN0qPTdvln7gOFIl4B9TOc4Fc { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WhNpGzhwTh1yGHEm9hzOn1ApJ7g7RTIa { color:#c59dcf;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ll5rwGp0DE1eAcHMf5cnxDEiwocthdBg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5625rem;width:14.5rem;top:11.849609375rem;left:30.25rem;overflow:hidden;display:block; }
#b3oVUOZsacfmHlPrxCqyngSQOr3cXoCA { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:17.5625rem;left:9.5rem;overflow:hidden;display:block; }
#BI8277ilyV13DuewfetDyCqQc7c3t2iv { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.75rem;height:1.7871125rem;font-style:normal;display:block; }
#WPKTyFbuAUAkqKLTbfKHbTZdH9RXy6ga { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:14.75rem;height:2.798825rem;font-style:normal;display:block; }
#ZN0Qak9ldkTf5scRkoNA7tZ2ef08NL5P { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:7.5rem;overflow:hidden;display:block; }
#ivcdSpvQN3gL6FTKJWEhzZ9Q0M5be1NG { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:12.75rem;height:1.7871125rem;font-style:normal;display:block; }
#i9StmmFGJud76yeLzgqH389GlACbNz2T { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32.125rem;left:12.75rem;height:2.798825rem;font-style:normal;display:block; }
#ph4PsWnNk1oqOcrX4okfn0C04SLkPVED { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:41.9375rem;left:14.375rem;overflow:hidden;display:block; }
#qRNfxWIBgH2FuF4IaSz1CF2Ztfm4KlG3 { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42rem;left:22.25rem;height:1.7871125rem;font-style:normal;display:block; }
#f5tNk2DuGXNWaHP4DeyikuC7ezhgZIeO { color:#373737;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:19.599609375rem;left:54.4375rem;height:5.59765625rem;font-style:normal;display:block; }
#txGryZCSfazOTeCwUrPydDVTRbMp1I30 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:17.65625rem;left:47.875rem;overflow:hidden;display:block; }
#e7afTl6XTd8cD9rJyv1xHdTS1lwNqEvT { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#rKI3JHxWmdxWdOdkZCHh5d3zq3bR1qTx { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:43.787109375rem;left:22.25rem;height:1.3994125rem;font-style:normal;display:block; }
#FEacmBGolmB0wKMubKTlUzFiwXtEDVA7 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:51rem;overflow:hidden;display:block; }
#aJPwV0xKenendwiAulQUrJ4D4q6ZKBCs { color:#272727;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#XZip6Xfw6TEUD5QmSS9WwDvpCrtSBkHq { color:#373737;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:55.8125rem;height:2.861325rem;font-style:normal;display:block; }
#Ho6GEdgXzzu62mTygGXmqcW3JiymA4NK { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:2.125rem;top:42.25rem;left:42.1875rem;overflow:hidden;display:block; }
#XTUTNaeT87w55nRH6sfrZ1bNWv4kNgRC { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:42rem;left:47.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#W8QPQr61kNFbWDAU1C7uFJroVek9Hy4o { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:47.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#HMwJVvReG9np7y3w9GxzQofwz1ecOsau { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:50.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TxdRx8hVoDMVu0r5coz4JPf6EutvEGR9 { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:55.0625rem;left:28.75rem;display:block; }
#DxbdVMTupnd8EwteDe041GFfhz9yg2TX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937f09c2-c7d5-44ab-aff6-1e3388f832cd/topviewfreshblackthornssourdarkfruitsdeskbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ.adaptive-delivery-prevent-bg, #MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ.lazyload, #MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ.lazyloading { background-image: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container { background-color: transparent; background-image: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container > .video-iframe-container { display: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row > .video-iframe-container { display: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .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); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container { border-width: 0; border-radius: 0; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#G9IvDaW6M6PTTeGiMqrU0UFg69unqPx9 { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rWoGRcCOg1onFGVgh8i0fEIm4EnhKKTr { color:#c59dcf;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7LXAClDcVSB2sIOrcaDx1DaLoaLLWLa { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5625rem;width:7rem;top:11.849609375rem;left:34rem;overflow:hidden;display:block; }
#cWGedDutUXwp6SLmGdURhEQQSOJR6vcn { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:17.5625rem;left:9.5rem;overflow:hidden;display:block; }
#SoT9TUg3kblFv7N0LCBqAkkqaBBQaFPs { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.75rem;height:1.7871125rem;font-style:normal;display:block; }
#MqBxccFbCdNFpqgpC43l2n3goZnyl6Tm { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:14.75rem;height:2.798825rem;font-style:normal;display:block; }
#LFRNAcJmQlb5DkmR4NcP3n7ozo4eLNoG { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:7.5rem;overflow:hidden;display:block; }
#Tb6WfwpkSGwpNfc2CkfpVXMRgOI23DWt { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:12.75rem;height:1.7871125rem;font-style:normal;display:block; }
#rSDvWMkydJbkDylqTEiiOMDifNKibs85 { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:32.125rem;left:12.75rem;height:2.861325rem;font-style:normal;display:block; }
#mkJrHzgdSM9qqplvUWcuVKeAc0oiiKzu { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:41.9375rem;left:14.375rem;overflow:hidden;display:block; }
#FdWp8wdFqG2MH99agp9kVwHq7a9c095a { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42rem;left:22.25rem;height:1.7871125rem;font-style:normal;display:block; }
#tmdrL89QvoIS23QNqIMXyK51rnJm4T9y { color:#373737;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:19.599609375rem;left:54.4375rem;height:2.798825rem;font-style:normal;display:block; }
#EmR9inM3A6I9N0T8PXS6gpHTHUs2bzvF { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:17.65625rem;left:47.875rem;overflow:hidden;display:block; }
#ELCwTiFHThpv5HTTtTDAuO4BN0shAUWU { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#tbcd6scPLPamkOJt0P951W7PMQy6WB7L { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:43.787109375rem;left:22.25rem;height:1.3994125rem;font-style:normal;display:block; }
#gyyLJXyZPy2cADZZZN7LQSy6tKXqEZnK { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:30.0625rem;left:51rem;overflow:hidden;display:block; }
#LqwTOmvmyUHkWXqKKnApaXOeFeseafAH { color:#272727;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#a82eE8GVW8t1qBrrilcc6tv0smm75DfV { color:#373737;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:55.8125rem;height:8.458975rem;font-style:normal;display:block; }
#hgrGpIcSQC2URVc5uPTmem3MUXV4Hp5f { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:2.125rem;top:42.25rem;left:42.1875rem;overflow:hidden;display:block; }
#M5gRFBlTiZTLSW89RshUotVTHLK3QNnO { color:#272727;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:42rem;left:47.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#LAxgQzZyWPmM8T8Q7Wp51zWxGAIV9UoO { color:#373737;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:47.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#cO2eugF3mH1XNTn1oFEpIfETtyUZI5Bs { color:#373737;display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:50.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#dqzqvlLF0Fw17FcBOMUAJ9nltbM6S8JI { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:55.0625rem;left:28.75rem;display:block; }
#xVTui5AlcupUSUbBy3nTxfnU4AGr4eg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:1.6875rem;left:15.5625rem;width:16.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:11.0625rem;left:0rem;width:32.0625rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:15.25rem;left:0rem;width:37.1875rem;height:12.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:29.625rem;left:0rem;width:28.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:13rem;height:4.25rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:5.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { top:11.3125rem;left:16.25rem;width:12.375rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:17.3125rem;left:1.125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:19.5625rem;left:1.125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:29.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { top:32.125rem;left:0rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { top:41.9375rem;left:0.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { top:44.3125rem;left:8.625rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:17.625rem;left:34.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { top:19.625rem;left:35.1875rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { top:30.0625rem;left:37.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { top:42.25rem;left:28.5625rem;width:2.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOpbdNUluBcBtdRKDD09b2TEcoTkM1K { width:17.5rem;height:3.4375rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edMCm5ATimyO461Tooa2HfNn2l8i6r9S { display:block; }
 }@media only screen and (max-width: 763px) { #XESWxQ4DQt8BdDwufnsGnMBDVDkH1Tvf { width:17.5rem;height:3.4375rem;top:61.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AtfMxib9CNQ2gPCCkTH0RArzk9lmLK { display:block; }
 }@media only screen and (max-width: 763px) { #XBMeNLxAKzFofTCTiWac8BD07Dtb8wsw { top:56.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 { display:block; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlE1s9b1mgZTZZd7BGVBbMDzcWwMVLuX { top:5.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvHMnlaxvMcSVF0tSzKeHc22gJBNZFK { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o52dPlqBzNpr4f4go0ccr9D6zJQpUg7S { top:11.8125rem;left:17.875rem;width:9.9375rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rwqH6o4UVOlzWAhe96u6XHLJd3b0Nd { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD26nT3eQLPCIF71RFeIXPIt068TStEK { top:17.3125rem;left:1.125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWoEXq7k9PlWWWcDWtDkQBMr4R8ouccb { top:19.5625rem;left:1.125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxKLudRiFiszxUzTa7ZCMH8guKDBh5g { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZSlJncDNRcVyZ6z1fOIRikR7TfvPMQ { top:29.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeG9Jt1mynQzLXDFEiqZrHDWzIDe3uqb { top:32.125rem;left:0rem;width:12.5625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSIdBcrWe4fppZv5Qpb2h8qggoLJ7pn { top:41.9375rem;left:0.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn7AHUZq0ENN0uMbydL0G50EMRyrsKKc { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xlhwr6hpQgMTLBKC29pUIoJl4904JD { top:44.3125rem;left:8.625rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpTPRhp7Q5QPbKZwVS93DXyNJ9EMl14 { top:17.625rem;left:34.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtwPNeoW4Og1iKW257kHK9p7EllutzS { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTov4s9RiqfO9FTuT8P1O6EowOWeP3sf { top:19.625rem;left:35.1875rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmnn2EQvuuIMKhZuZcD9SapbfVtALT1K { top:30.0625rem;left:37.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv2dHZ1pC5OBztR0WnO8sH9fhK6sv9G0 { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHmwRNS0DTHp9LITQi8pkS0iiNvM6Nd { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEoAJ34uSflPgoXZSQwsNHg6FzhAyHka { top:42.25rem;left:28.5625rem;width:2.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh8klC6TTXTBNNChqH6m38TquP8CEhH { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6kbogtODTmQg2bEtStuAE4TymhOCDUu { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ6gfBGRqHl6PWQ477eN9iSTTLEkS9Sx { top:50.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbyM9AFH8r8cu1zHvTUwe3BnGmGOItC5 { width:17.5rem;height:3.4375rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDIT1pWUg6vTeTIike02wo93uDS4SDBh { display:block; }
 }@media only screen and (max-width: 763px) { #JTNg8kfTugdEJUqR2fnPWQf4tUPax4PH { width:17.5rem;height:3.4375rem;top:55.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsWHFiDgZXoBZtTxHG8CwSeaBKqVHPC { display:block; }
 }@media only screen and (max-width: 763px) { #aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf { display:block; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub4JT4NAyuS1dNfh2PshQrdR4s7BcDEc { top:2.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMR9ksE1LaN66eGhWOl4wCfwKG0B9H { top:5.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvXXazIBGNTnMR43KXQ1IoRpLv3c49wz { top:14.375rem;left:15.5rem;width:13.125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcQghsdwA1It4FDuR73GdxUv3EM32pJV { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9CnpyZ23Ao7TWAmZ5DvVtz9Wx2VdvG1 { top:17.3125rem;left:1.125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeZeoLgZgtP6RpudcBd4ST6gr9zgBKrF { top:19.5625rem;left:1.125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2qaB4pGHaRgwq45VCAoqOrcFvG7w40 { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PUOy4pFUJ5rARMcsEHDXpimTsHlzlq { top:29.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0D8uiu900OmufTykFkI8hv986imnavb { top:32.125rem;left:0rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOmAsZc4fMA5WQSG8UI7xSc94dCkUOB { top:41.9375rem;left:0.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4MiuPaMdSCQ0vzSS1VXokCTCkucvPwH { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMxsJLdLFumiBt1lHIqxbfMgKqdDzn53 { top:44.3125rem;left:8.625rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEH5IbUiqiCnRlnqN63m8FbII2bp0nL6 { top:17.625rem;left:34.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfIdUXnQy2NwkS9uOCmaNGuCT0VxztNk { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUsu2JMuvSNCuLr92WZDkceabkzksSzu { top:19.625rem;left:35.1875rem;width:12.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTs1KhHhrreSxnMpI0LgaKAoJcLMq32R { top:30.0625rem;left:37.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7HNAmBiHdfU51mVzUcEDr1dPdk4TMJp { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNz2ETprZ7XG3rEKQcRAGMtoOke0pnuK { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTqJFGCG7ezsnA8DXiGH1sF9mu5zgMi { top:42.25rem;left:28.5625rem;width:2.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAaEGGbR6aiNLhTJmrSEU9TQiEtDN2u { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUxUFPtKVJz18J67RmvqhSXnkXK9wre { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh0napzlOzXApSNLOxXoVWCdSPnaPPQo { top:50.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVLmGi4yQVzb1539sh0Xx6TcliOrkvL4 { width:17.5rem;height:3.4375rem;top:55.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llfWq8WIdN0xA1kUvHdBMxt1Spi2sgeO { display:block; }
 }@media only screen and (max-width: 763px) { #p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n { display:block; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov734SINXwd8UTTuJI6Do2uLGZqCTN2w { top:5.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQIPHb8CTyLDpMy1etSNGHqI1u0PhkW { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHKS42BLxOm48BWFi8e2DlprNZ4HgfRN { top:11.8125rem;left:16.625rem;width:14.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXAMw8tI3Cudomp1DZKFkS4tEkQBQItF { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAKcGRZUUiNszFl5faANqDWcUX1By8Vr { top:17.3125rem;left:1.125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOBiywg09llqsAfBP8N4dWLILvMJdeva { top:19.5625rem;left:1.125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WltpW6gofy4sVuIrkCTc2P4mtTPL8Uo0 { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw331XFUP76nNMIpMcbTnJ7e9nPZXZoN { top:29.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLR2SSqqIBOCkWMi0utM4WFA3M9nNnJL { top:32.125rem;left:0rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUbwZ7L4eWFAK6u5THVhtbVhhyRJDKhw { top:41.9375rem;left:0.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQv6p7UR8ymp1IQ5L8WqLc9ylLwlA0FP { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDD6FFFp9AvyeIVnx0NEvfMCyJrf6BS { top:44.3125rem;left:8.625rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nADJrcnRdU9B2wBKFIlBcMfPhGu2mk9M { top:17.625rem;left:34.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5LVrA2hZDzOMLfOPFcyFFSdtzFzik5z { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ34iUvHZCRZScpCXzAGFS0kt9Xfw8Q { top:19.625rem;left:35.1875rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0tWcWi7TJKANTdb9GDL84gmN9IzdtF3 { top:30.0625rem;left:37.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTxdTOZLlF4n7hF6tqIsQEyE188i6fL0 { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QQgu0IEJnGheMK0fJFoaIwwsovpBGG { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLZzowLpbAHedRTEgWahUFu4stWWbHAR { top:42.25rem;left:28.5625rem;width:2.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8DpBBr6t89Aplg5T5tZt2c72vSXwp0G { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9z33qWI7TgoxqugP9hDhNbT8XoVuluU { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoafJ2vschsamC1MFrMMnnvcM15KnXp { top:50.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMexamcQG4W3rCLSxILXRqMm2NCwGUQM { width:17.5rem;height:3.4375rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUBGKFZntv0t4UEPgTkaAdBB2Oo9M88 { display:block; }
 }@media only screen and (max-width: 763px) { #T9J1x5wwB5bTdO5heI2yhNGTgJIWMFJ9 { width:17.5rem;height:3.4375rem;top:55.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1kZ2W7pQUXOltFozLrdaPrdtTwHyS4I { display:block; }
 }@media only screen and (max-width: 763px) { #eohxrvxBWLeWWJ6B7qOtitUN2443ehUG { display:block; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTP011TCN0qPTdvln7gOFIl4B9TOc4Fc { top:5.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhNpGzhwTh1yGHEm9hzOn1ApJ7g7RTIa { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll5rwGp0DE1eAcHMf5cnxDEiwocthdBg { top:11.8125rem;left:16.625rem;width:14.5rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3oVUOZsacfmHlPrxCqyngSQOr3cXoCA { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8277ilyV13DuewfetDyCqQc7c3t2iv { top:17.3125rem;left:1.125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPKTyFbuAUAkqKLTbfKHbTZdH9RXy6ga { top:19.5625rem;left:1.125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0Qak9ldkTf5scRkoNA7tZ2ef08NL5P { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivcdSpvQN3gL6FTKJWEhzZ9Q0M5be1NG { top:29.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9StmmFGJud76yeLzgqH389GlACbNz2T { top:32.125rem;left:0rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4PsWnNk1oqOcrX4okfn0C04SLkPVED { top:41.9375rem;left:0.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRNfxWIBgH2FuF4IaSz1CF2Ztfm4KlG3 { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tNk2DuGXNWaHP4DeyikuC7ezhgZIeO { top:19.5625rem;left:32rem;width:15.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txGryZCSfazOTeCwUrPydDVTRbMp1I30 { top:17.625rem;left:34.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7afTl6XTd8cD9rJyv1xHdTS1lwNqEvT { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKI3JHxWmdxWdOdkZCHh5d3zq3bR1qTx { top:43.75rem;left:8.625rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEacmBGolmB0wKMubKTlUzFiwXtEDVA7 { top:30.0625rem;left:37.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPwV0xKenendwiAulQUrJ4D4q6ZKBCs { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZip6Xfw6TEUD5QmSS9WwDvpCrtSBkHq { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6GEdgXzzu62mTygGXmqcW3JiymA4NK { top:42.25rem;left:28.5625rem;width:2.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUTNaeT87w55nRH6sfrZ1bNWv4kNgRC { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8QPQr61kNFbWDAU1C7uFJroVek9Hy4o { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMwJVvReG9np7y3w9GxzQofwz1ecOsau { top:50.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdRx8hVoDMVu0r5coz4JPf6EutvEGR9 { width:17.5rem;height:3.4375rem;top:55.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxbdVMTupnd8EwteDe041GFfhz9yg2TX { display:block; }
 }@media only screen and (max-width: 763px) { #MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ { display:block; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9IvDaW6M6PTTeGiMqrU0UFg69unqPx9 { top:5.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWoGRcCOg1onFGVgh8i0fEIm4EnhKKTr { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LXAClDcVSB2sIOrcaDx1DaLoaLLWLa { top:11.8125rem;left:20.375rem;width:7rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGedDutUXwp6SLmGdURhEQQSOJR6vcn { top:17.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoT9TUg3kblFv7N0LCBqAkkqaBBQaFPs { top:17.3125rem;left:1.125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqBxccFbCdNFpqgpC43l2n3goZnyl6Tm { top:19.5625rem;left:1.125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRNAcJmQlb5DkmR4NcP3n7ozo4eLNoG { top:30.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6WfwpkSGwpNfc2CkfpVXMRgOI23DWt { top:29.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDvWMkydJbkDylqTEiiOMDifNKibs85 { top:32.125rem;left:0rem;width:12.5625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkJrHzgdSM9qqplvUWcuVKeAc0oiiKzu { top:41.9375rem;left:0.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdWp8wdFqG2MH99agp9kVwHq7a9c095a { top:42rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmdrL89QvoIS23QNqIMXyK51rnJm4T9y { top:19.5625rem;left:32rem;width:15.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmR9inM3A6I9N0T8PXS6gpHTHUs2bzvF { top:17.625rem;left:34.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCwTiFHThpv5HTTtTDAuO4BN0shAUWU { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbcd6scPLPamkOJt0P951W7PMQy6WB7L { top:43.75rem;left:8.625rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyyLJXyZPy2cADZZZN7LQSy6tKXqEZnK { top:30.0625rem;left:37.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqwTOmvmyUHkWXqKKnApaXOeFeseafAH { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82eE8GVW8t1qBrrilcc6tv0smm75DfV { top:32.0625rem;left:36.0625rem;width:11.6875rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrGpIcSQC2URVc5uPTmem3MUXV4Hp5f { top:42.25rem;left:28.5625rem;width:2.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5gRFBlTiZTLSW89RshUotVTHLK3QNnO { top:42rem;left:33.8125rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxgQzZyWPmM8T8Q7Wp51zWxGAIV9UoO { top:44.3125rem;left:33.8125rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO2eugF3mH1XNTn1oFEpIfETtyUZI5Bs { top:50.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqzqvlLF0Fw17FcBOMUAJ9nltbM6S8JI { width:17.5rem;height:3.4375rem;top:55.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTui5AlcupUSUbBy3nTxfnU4AGr4eg6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:rgba(247,247,247,0.74);background-image:url("https://images.assets-landingi.com/uc/b832f9d3-06f4-4cee-a5e8-3688ca4fd5e4/header.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:12.9375rem;height:3.0625rem;top:0.8125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:2.2744125rem;top:6.57421875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:6.82425rem;top:9.787109375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:15.875rem;height:7.5rem;top:17.9248046875rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:9.625rem;height:3.4375rem;top:28.25rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:4.2246125rem;top:0.6494140625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:6rem;top:4.8740234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { width:6.6875rem;height:16.3125rem;top:12.125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { width:3.875rem;height:3.875rem;top:30.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:1.7871125rem;top:29.9375rem;left:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:12.5625rem;height:2.798825rem;top:31.6875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { width:3.875rem;height:3.875rem;top:36.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:12.5625rem;height:1.7871125rem;top:36.25rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { width:12.5625rem;height:4.19824375rem;top:38rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { width:4.4375rem;height:4.4375rem;top:43.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:12.5625rem;height:1.7871125rem;top:43.4375rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { width:12.5625rem;height:4.19824375rem;top:45.25rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:3.625rem;height:3.625rem;top:50.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:12.5625rem;height:1.7871125rem;top:50.75rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { width:12.5625rem;height:2.798825rem;top:52.5625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { width:3.875rem;height:3.875rem;top:57rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:11.6875rem;height:1.7871125rem;top:56.75rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { width:11.6875rem;height:5.59765625rem;top:58.5625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { width:2.125rem;height:3.875rem;top:64.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:12.5625rem;height:1.7871125rem;top:64.875rem;left:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { width:12.5625rem;height:2.798825rem;top:66.625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOpbdNUluBcBtdRKDD09b2TEcoTkM1K { width:17.5rem;height:3.4375rem;top:76.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edMCm5ATimyO461Tooa2HfNn2l8i6r9S { display:block; }
 }@media only screen and (max-width: 763px) { #XESWxQ4DQt8BdDwufnsGnMBDVDkH1Tvf { width:17.5rem;height:3.4375rem;top:81.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AtfMxib9CNQ2gPCCkTH0RArzk9lmLK { display:block; }
 }@media only screen and (max-width: 763px) { #XBMeNLxAKzFofTCTiWac8BD07Dtb8wsw { width:15.25rem;height:4.2246125rem;top:71.5625rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/577aa0bd-ad29-48a2-ae65-7a9d3dd24337/topviewwhitedaisyflowerspetalsyellowpollenagainstwhitebackdrop.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7.adaptive-delivery-prevent-bg, #yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7.lazyload, #yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7.lazyloading { background-image: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container { background-color: transparent; background-image: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container > .video-iframe-container { display: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row > .video-iframe-container { display: none; }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .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); }#yJ8EufeQnbE9v3l26wU9qgs8qFVkVLM7 > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlE1s9b1mgZTZZd7BGVBbMDzcWwMVLuX { width:20rem;height:4.2246125rem;top:2.94921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvHMnlaxvMcSVF0tSzKeHc22gJBNZFK { width:20rem;height:3rem;top:7.1123046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o52dPlqBzNpr4f4go0ccr9D6zJQpUg7S { width:5.375rem;height:16.3125rem;top:10.1123046875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rwqH6o4UVOlzWAhe96u6XHLJd3b0Nd { width:3.875rem;height:3.875rem;top:27.599609375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD26nT3eQLPCIF71RFeIXPIt068TStEK { width:12.5625rem;height:1.7871125rem;top:27.599609375rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWoEXq7k9PlWWWcDWtDkQBMr4R8ouccb { width:12.5625rem;height:2.798825rem;top:29.0625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxKLudRiFiszxUzTa7ZCMH8guKDBh5g { width:3.875rem;height:3.875rem;top:33.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZSlJncDNRcVyZ6z1fOIRikR7TfvPMQ { width:12.5625rem;height:1.7871125rem;top:33.625rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeG9Jt1mynQzLXDFEiqZrHDWzIDe3uqb { width:12.5625rem;height:2.861325rem;top:35.375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSIdBcrWe4fppZv5Qpb2h8qggoLJ7pn { width:4.4375rem;height:4.4375rem;top:39.75rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn7AHUZq0ENN0uMbydL0G50EMRyrsKKc { width:12.5625rem;height:1.7871125rem;top:39.75rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xlhwr6hpQgMTLBKC29pUIoJl4904JD { width:12.5625rem;height:4.19824375rem;top:41.537109375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpTPRhp7Q5QPbKZwVS93DXyNJ9EMl14 { width:3.625rem;height:3.625rem;top:47.7119140625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtwPNeoW4Og1iKW257kHK9p7EllutzS { width:12.5625rem;height:1.7871125rem;top:47.1875rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTov4s9RiqfO9FTuT8P1O6EowOWeP3sf { width:12.5625rem;height:4.19824375rem;top:49rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmnn2EQvuuIMKhZuZcD9SapbfVtALT1K { width:3.875rem;height:3.875rem;top:55.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv2dHZ1pC5OBztR0WnO8sH9fhK6sv9G0 { width:11.6875rem;height:1.7871125rem;top:55.125rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHmwRNS0DTHp9LITQi8pkS0iiNvM6Nd { width:11.6875rem;height:5.59765625rem;top:56.9375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEoAJ34uSflPgoXZSQwsNHg6FzhAyHka { width:2.125rem;height:3.875rem;top:63.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh8klC6TTXTBNNChqH6m38TquP8CEhH { width:12.5625rem;height:1.7871125rem;top:63.8125rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6kbogtODTmQg2bEtStuAE4TymhOCDUu { width:12.5625rem;height:2.798825rem;top:65.5625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ6gfBGRqHl6PWQ477eN9iSTTLEkS9Sx { width:14.8125rem;height:4.2246125rem;top:70.212890625rem;left:2.59375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbyM9AFH8r8cu1zHvTUwe3BnGmGOItC5 { width:17.5rem;height:3.4375rem;top:74.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDIT1pWUg6vTeTIike02wo93uDS4SDBh { display:block; }
 }@media only screen and (max-width: 763px) { #JTNg8kfTugdEJUqR2fnPWQf4tUPax4PH { width:17.5rem;height:3.4375rem;top:78.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsWHFiDgZXoBZtTxHG8CwSeaBKqVHPC { display:block; }
 }@media only screen and (max-width: 763px) { #aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff6407a5-52bd-4faf-8444-e7302429c883/orchidea.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf.adaptive-delivery-prevent-bg, #aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf.lazyload, #aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf.lazyloading { background-image: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container { background-color: transparent; background-image: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container > .video-iframe-container { display: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row > .video-iframe-container { display: none; }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .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); }#aQovNm6QPIpqX4NKOlaJmlyOUEv1kxKf > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ub4JT4NAyuS1dNfh2PshQrdR4s7BcDEc { width:20rem;height:2.11230625rem;top:2.94921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMR9ksE1LaN66eGhWOl4wCfwKG0B9H { width:20rem;height:4rem;top:7.1123046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvXXazIBGNTnMR43KXQ1IoRpLv3c49wz { width:7.0625rem;height:15.6875rem;top:11.1123046875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcQghsdwA1It4FDuR73GdxUv3EM32pJV { width:3.875rem;height:3.875rem;top:27.599609375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9CnpyZ23Ao7TWAmZ5DvVtz9Wx2VdvG1 { width:12.5625rem;height:1.7871125rem;top:27.599609375rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeZeoLgZgtP6RpudcBd4ST6gr9zgBKrF { width:12.5625rem;height:2.798825rem;top:29.0625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2qaB4pGHaRgwq45VCAoqOrcFvG7w40 { width:3.875rem;height:3.875rem;top:35rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PUOy4pFUJ5rARMcsEHDXpimTsHlzlq { width:12.5625rem;height:1.7871125rem;top:34.6875rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0D8uiu900OmufTykFkI8hv986imnavb { width:12.5625rem;height:4.19824375rem;top:36.4375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOmAsZc4fMA5WQSG8UI7xSc94dCkUOB { width:4.4375rem;height:4.4375rem;top:43.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4MiuPaMdSCQ0vzSS1VXokCTCkucvPwH { width:12.5625rem;height:1.7871125rem;top:43.3125rem;left:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMxsJLdLFumiBt1lHIqxbfMgKqdDzn53 { width:12.5625rem;height:1.3994125rem;top:45.125rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEH5IbUiqiCnRlnqN63m8FbII2bp0nL6 { width:3.625rem;height:3.625rem;top:51.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfIdUXnQy2NwkS9uOCmaNGuCT0VxztNk { width:12.5625rem;height:1.7871125rem;top:50.5625rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUsu2JMuvSNCuLr92WZDkceabkzksSzu { width:12.5625rem;height:4.19824375rem;top:52.375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTs1KhHhrreSxnMpI0LgaKAoJcLMq32R { width:3.875rem;height:3.875rem;top:58.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7HNAmBiHdfU51mVzUcEDr1dPdk4TMJp { width:11.6875rem;height:1.7871125rem;top:58.0625rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNz2ETprZ7XG3rEKQcRAGMtoOke0pnuK { width:11.6875rem;height:8.3965rem;top:59.875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTqJFGCG7ezsnA8DXiGH1sF9mu5zgMi { width:2.125rem;height:3.875rem;top:69.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAaEGGbR6aiNLhTJmrSEU9TQiEtDN2u { width:12.5625rem;height:1.7871125rem;top:69.5625rem;left:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUxUFPtKVJz18J67RmvqhSXnkXK9wre { width:12.5625rem;height:1.3994125rem;top:71.3125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh0napzlOzXApSNLOxXoVWCdSPnaPPQo { width:14.75rem;height:4.2246125rem;top:74.8125rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVLmGi4yQVzb1539sh0Xx6TcliOrkvL4 { width:17.5rem;height:3.4375rem;top:78.974609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llfWq8WIdN0xA1kUvHdBMxt1Spi2sgeO { display:block; }
 }@media only screen and (max-width: 763px) { #p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c31c70cd-d086-416b-a2f0-0b3922a7ac13/argannutswithgreenleavesisolatedwhitebackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n.adaptive-delivery-prevent-bg, #p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n.lazyload, #p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n.lazyloading { background-image: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container { background-color: transparent; background-image: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container > .video-iframe-container { display: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row > .video-iframe-container { display: none; }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .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); }#p8JaZeLkEfZpvuCZm4RfNcy6eUWrOw8n > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov734SINXwd8UTTuJI6Do2uLGZqCTN2w { width:20rem;height:4.2246125rem;top:2.94921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQIPHb8CTyLDpMy1etSNGHqI1u0PhkW { width:20rem;height:6rem;top:7.1123046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHKS42BLxOm48BWFi8e2DlprNZ4HgfRN { width:7.0625rem;height:15.3125rem;top:12.349609375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXAMw8tI3Cudomp1DZKFkS4tEkQBQItF { width:3.875rem;height:3.875rem;top:27.599609375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAKcGRZUUiNszFl5faANqDWcUX1By8Vr { width:12.5625rem;height:1.7871125rem;top:27.599609375rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOBiywg09llqsAfBP8N4dWLILvMJdeva { width:12.5625rem;height:2.798825rem;top:29.0625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WltpW6gofy4sVuIrkCTc2P4mtTPL8Uo0 { width:3.875rem;height:3.875rem;top:33.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw331XFUP76nNMIpMcbTnJ7e9nPZXZoN { width:12.5625rem;height:1.7871125rem;top:33.625rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLR2SSqqIBOCkWMi0utM4WFA3M9nNnJL { width:12.5625rem;height:2.798825rem;top:35.375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUbwZ7L4eWFAK6u5THVhtbVhhyRJDKhw { width:4.4375rem;height:4.4375rem;top:39.75rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQv6p7UR8ymp1IQ5L8WqLc9ylLwlA0FP { width:12.5625rem;height:1.7871125rem;top:39.75rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDD6FFFp9AvyeIVnx0NEvfMCyJrf6BS { width:12.5625rem;height:1.3994125rem;top:41.537109375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nADJrcnRdU9B2wBKFIlBcMfPhGu2mk9M { width:3.625rem;height:3.625rem;top:47.7119140625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5LVrA2hZDzOMLfOPFcyFFSdtzFzik5z { width:12.5625rem;height:1.7871125rem;top:47.1875rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ34iUvHZCRZScpCXzAGFS0kt9Xfw8Q { width:12.5625rem;height:1.3994125rem;top:49rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0tWcWi7TJKANTdb9GDL84gmN9IzdtF3 { width:3.875rem;height:3.875rem;top:53.6494140625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTxdTOZLlF4n7hF6tqIsQEyE188i6fL0 { width:11.6875rem;height:1.7871125rem;top:53.6494140625rem;left:6.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QQgu0IEJnGheMK0fJFoaIwwsovpBGG { width:11.6875rem;height:6.9970625rem;top:55.4365234375rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLZzowLpbAHedRTEgWahUFu4stWWbHAR { width:2.125rem;height:3.875rem;top:63.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8DpBBr6t89Aplg5T5tZt2c72vSXwp0G { width:12.5625rem;height:1.7871125rem;top:63.8125rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9z33qWI7TgoxqugP9hDhNbT8XoVuluU { width:12.5625rem;height:2.798825rem;top:65.5625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoafJ2vschsamC1MFrMMnnvcM15KnXp { width:14.4375rem;height:4.2246125rem;top:69.4375rem;left:2.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMexamcQG4W3rCLSxILXRqMm2NCwGUQM { width:17.5rem;height:3.4375rem;top:74.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUBGKFZntv0t4UEPgTkaAdBB2Oo9M88 { display:block; }
 }@media only screen and (max-width: 763px) { #T9J1x5wwB5bTdO5heI2yhNGTgJIWMFJ9 { width:17.5rem;height:3.4375rem;top:78.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1kZ2W7pQUXOltFozLrdaPrdtTwHyS4I { display:block; }
 }@media only screen and (max-width: 763px) { #eohxrvxBWLeWWJ6B7qOtitUN2443ehUG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a332b54-7316-4b4a-be11-e96c1b3cc593/viewframewithcottonflowersleaves.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG.adaptive-delivery-prevent-bg, #eohxrvxBWLeWWJ6B7qOtitUN2443ehUG.lazyload, #eohxrvxBWLeWWJ6B7qOtitUN2443ehUG.lazyloading { background-image: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container { background-color: transparent; background-image: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container > .video-iframe-container { display: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row > .video-iframe-container { display: none; }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .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); }#eohxrvxBWLeWWJ6B7qOtitUN2443ehUG > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTP011TCN0qPTdvln7gOFIl4B9TOc4Fc { width:20rem;height:4.2246125rem;top:2.94921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhNpGzhwTh1yGHEm9hzOn1ApJ7g7RTIa { width:20rem;height:6rem;top:7.1123046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll5rwGp0DE1eAcHMf5cnxDEiwocthdBg { width:7.0625rem;height:14.875rem;top:12.349609375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3oVUOZsacfmHlPrxCqyngSQOr3cXoCA { width:3.875rem;height:3.875rem;top:27.599609375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8277ilyV13DuewfetDyCqQc7c3t2iv { width:12.5625rem;height:1.7871125rem;top:27.224609375rem;left:6.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPKTyFbuAUAkqKLTbfKHbTZdH9RXy6ga { width:12.5625rem;height:2.798825rem;top:29.0625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0Qak9ldkTf5scRkoNA7tZ2ef08NL5P { width:3.875rem;height:3.875rem;top:33.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivcdSpvQN3gL6FTKJWEhzZ9Q0M5be1NG { width:12.5625rem;height:1.7871125rem;top:33.625rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9StmmFGJud76yeLzgqH389GlACbNz2T { width:12.5625rem;height:2.798825rem;top:35.375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4PsWnNk1oqOcrX4okfn0C04SLkPVED { width:4.4375rem;height:4.4375rem;top:39.75rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRNfxWIBgH2FuF4IaSz1CF2Ztfm4KlG3 { width:12.5625rem;height:1.7871125rem;top:39.75rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tNk2DuGXNWaHP4DeyikuC7ezhgZIeO { width:12.5625rem;height:6.9970625rem;top:41.537109375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txGryZCSfazOTeCwUrPydDVTRbMp1I30 { width:3.625rem;height:3.625rem;top:51.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7afTl6XTd8cD9rJyv1xHdTS1lwNqEvT { width:12.5625rem;height:1.7871125rem;top:50.5625rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKI3JHxWmdxWdOdkZCHh5d3zq3bR1qTx { width:12.5625rem;height:1.3994125rem;top:52.375rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEacmBGolmB0wKMubKTlUzFiwXtEDVA7 { width:3.875rem;height:3.875rem;top:56.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPwV0xKenendwiAulQUrJ4D4q6ZKBCs { width:11.6875rem;height:1.7871125rem;top:56.75rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZip6Xfw6TEUD5QmSS9WwDvpCrtSBkHq { width:11.6875rem;height:2.861325rem;top:58.5625rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6GEdgXzzu62mTygGXmqcW3JiymA4NK { width:2.125rem;height:3.875rem;top:63.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUTNaeT87w55nRH6sfrZ1bNWv4kNgRC { width:12.5625rem;height:1.7871125rem;top:63.8125rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8QPQr61kNFbWDAU1C7uFJroVek9Hy4o { width:12.5625rem;height:1.3994125rem;top:65.5625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMwJVvReG9np7y3w9GxzQofwz1ecOsau { width:14.875rem;height:4.2246125rem;top:69.4375rem;left:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdRx8hVoDMVu0r5coz4JPf6EutvEGR9 { width:17.5rem;height:3.4375rem;top:74.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxbdVMTupnd8EwteDe041GFfhz9yg2TX { display:block; }
 }@media only screen and (max-width: 763px) { #MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937f09c2-c7d5-44ab-aff6-1e3388f832cd/topviewfreshblackthornssourdarkfruitsdeskbackground.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ.adaptive-delivery-prevent-bg, #MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ.lazyload, #MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ.lazyloading { background-image: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container { background-color: transparent; background-image: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container > .video-iframe-container { display: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row > .video-iframe-container { display: none; }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .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); }#MTndRFTkMk09rBNxy8Ms9Eh1ciBxK0PZ > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9IvDaW6M6PTTeGiMqrU0UFg69unqPx9 { width:20rem;height:4.2246125rem;top:1.26171875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWoGRcCOg1onFGVgh8i0fEIm4EnhKKTr { width:20rem;height:6rem;top:5.486328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LXAClDcVSB2sIOrcaDx1DaLoaLLWLa { width:3.375rem;height:14.875rem;top:12.173828125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGedDutUXwp6SLmGdURhEQQSOJR6vcn { width:3.875rem;height:3.875rem;top:28.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoT9TUg3kblFv7N0LCBqAkkqaBBQaFPs { width:12.5625rem;height:1.7871125rem;top:28.4375rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqBxccFbCdNFpqgpC43l2n3goZnyl6Tm { width:12.5625rem;height:2.798825rem;top:30.25rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRNAcJmQlb5DkmR4NcP3n7ozo4eLNoG { width:3.875rem;height:3.875rem;top:35.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6WfwpkSGwpNfc2CkfpVXMRgOI23DWt { width:12.5625rem;height:1.7871125rem;top:34.75rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDvWMkydJbkDylqTEiiOMDifNKibs85 { width:12.5625rem;height:2.861325rem;top:36.5rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkJrHzgdSM9qqplvUWcuVKeAc0oiiKzu { width:4.4375rem;height:4.4375rem;top:41.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdWp8wdFqG2MH99agp9kVwHq7a9c095a { width:12.5625rem;height:1.7871125rem;top:41.625rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmdrL89QvoIS23QNqIMXyK51rnJm4T9y { width:12.5625rem;height:4.19824375rem;top:43.4375rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmR9inM3A6I9N0T8PXS6gpHTHUs2bzvF { width:3.625rem;height:3.625rem;top:49.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCwTiFHThpv5HTTtTDAuO4BN0shAUWU { width:12.5625rem;height:1.7871125rem;top:49.4375rem;left:6.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbcd6scPLPamkOJt0P951W7PMQy6WB7L { width:12.5625rem;height:1.3994125rem;top:51.75rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyyLJXyZPy2cADZZZN7LQSy6tKXqEZnK { width:3.875rem;height:3.875rem;top:55.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqwTOmvmyUHkWXqKKnApaXOeFeseafAH { width:11.6875rem;height:1.7871125rem;top:55.8125rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82eE8GVW8t1qBrrilcc6tv0smm75DfV { width:11.6875rem;height:8.458975rem;top:57.625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrGpIcSQC2URVc5uPTmem3MUXV4Hp5f { width:2.125rem;height:3.875rem;top:66.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5gRFBlTiZTLSW89RshUotVTHLK3QNnO { width:12.5625rem;height:1.7871125rem;top:67.625rem;left:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxgQzZyWPmM8T8Q7Wp51zWxGAIV9UoO { width:12.5625rem;height:1.3994125rem;top:69.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO2eugF3mH1XNTn1oFEpIfETtyUZI5Bs { width:14.875rem;height:4.2246125rem;top:72.3125rem;left:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqzqvlLF0Fw17FcBOMUAJ9nltbM6S8JI { width:17.5rem;height:3.4375rem;top:77.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTui5AlcupUSUbBy3nTxfnU4AGr4eg6 { display:block; }
 }