.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,251,247;--color-primary-1:243,241,229;--color-primary-2:231,226,203;--color-primary-3:116,113,102;--color-primary-4:35,34,30;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"SilkaMedium";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2584b373-e247-4e4c-a9c6-662c007826fb/kitch0118optmz3840px3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk.adaptive-delivery-prevent-bg, #ruHT3R8HmSGFxtG6LpALFACKihswdBtk.lazyload, #ruHT3R8HmSGFxtG6LpALFACKihswdBtk.lazyloading { background-image: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container { background-color: transparent; background-image: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container > .video-iframe-container { display: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row > .video-iframe-container { display: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .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); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container { border-width: 0; border-radius: 0; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;overflow:visible;position:relative;display:block; }#rJU8FT2Q1Vc6x8bBbJ1otL6RThGuWMOm { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.724609375rem;left:26.75rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/46cb74c1-9f23-4573-a48d-2ba4f860f6d0/kitchwhykitchv1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl.adaptive-delivery-prevent-bg, #AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl.lazyload, #AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl.lazyloading { background-image: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { background-color: transparent; background-image: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container > .video-iframe-container { display: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row > .video-iframe-container { display: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .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); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { border-width: 0; border-radius: 0; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#SnLdHSOOmxPP2RqO5x03oyNmNPGQgQ4w { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:8.75rem;left:17.5rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JCJKuVnesAgwczB6V1U9FaA0gpPMraoh { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15rem;left:17.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GZqFcVuaBpEauznQo7B4qT0Nnm0IWyXX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:16.875rem;left:24.375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AU3iHWFWsFlrfReoeAJXr0fFHCWVUTkU { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15rem;left:38.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aK15onEV5ha294Jx7WPBChXOVwJGA25i { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:16.9375rem;left:46.875rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pBiB3wTHJuqURTVOHD51ymqUCofPU7LQ { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25rem;left:17.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hQwidkcOEd8P44TUk7icxkHehLyuHKsw { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25rem;left:38.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uDK8v7RvdvBIPeSD3t8n1sDESX6Z8Jbi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:27.375rem;left:24.375rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rVBfG7qKwAOzJtoLvWpAf7MISR1CESqm { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:27.3125rem;left:46.875rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9dNBt42ArJVPtN4GXkOXJFpSnTrApZt { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:26.5rem;left:18.4375rem;overflow:hidden;display:block; }
#ZXfdbpiRrGn0gHzefD4q6aSCO9UDTpuO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:16.75rem;left:40.4375rem;overflow:hidden;display:block; }
#dhyDEO4uHAwIDzOV3NlUl1btMXXFTSfy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.625rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:16.8125rem;left:19.5625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nISRJwgTqT5W8I1NMTH2sR9c5aJNJF3x { color:rgba(var(--color-tertiary-4),1);display:block;width:1.625rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:18.75rem;left:21rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPw8VEFTuqu0Dy02NdndPmyIXTctxckD { color:rgba(var(--color-tertiary-4),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.4375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F8cnc2Phymw1O3gbZR7TPIr7mzGWF3B6 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:4.625rem;top:26.6875rem;left:40.5625rem;overflow:hidden;display:block; }
#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS { position:relative;display:block; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS { background-color: transparent; background-image: none; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row .container > .video-iframe-container { display: none; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row > .video-iframe-container { display: none; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .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); }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS { border-width: 0; border-radius: 0; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GwUnlu7x64TN7qheCEiQs2GpiTdQx7tQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:27.9375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hg0l20fGDTncCsri5rlhDGqVLsP6FJDe { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.625rem;left:24.1875rem; }
#ToiM5yIsm9hbWm5sWKrm6xl0MTXfCm8k { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.0625rem;left:27.9375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#chP1hnOd63sNEDSU0LhmG4tz6AeuGpC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:27.9375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NqeRiksumc9IXAzdDKW8mPTAIurRCzv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.75rem;left:27.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fGs82ipwPUhtnhD7CkRJUKypGMBRf3sR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:-0.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZaLQ5sEUsGbkbL6As222p32V65cX4lpD { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.375rem;left:24.1875rem; }
#U9sKTE0baZpiVH4hghb9N7qUsKsFJlGM { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.9375rem;left:24.1875rem; }
#SwSMMkdWgoJtBfWqVpR6qDqUkemT2XrP { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.875rem;left:24.1875rem; }
#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container { background-color: transparent; background-image: none; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container > .video-iframe-container { display: none; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row > .video-iframe-container { display: none; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .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); }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container { border-width: 0; border-radius: 0; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#E7cWepEpauTGnf93qmWToVOnBaGFsK12 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.1875rem;left:5.625rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aHicDqAFFTC5mN9Trdb9fhOckuOBxhZk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SiPQVOGoePSSXWViHIpQRK0CvONbdKEN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:3.6875rem;left:0rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIPlb0Xhk3ch7G2IuLl4EzBbuBkVEzOy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:3.6875rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GCNXdyHv8nlBITqD9eLQqkBVzue2uJlF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#PCbXrIsxbFsqtvPuu1wN0G8yDgg9k3zU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:36.0625rem;top:17.4375rem;left:1.4375rem;overflow:hidden;display:block; }
#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container { background-color: transparent; background-image: none; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container > .video-iframe-container { display: none; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row > .video-iframe-container { display: none; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .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); }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container { border-width: 0; border-radius: 0; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#nTfN5RyRGEXhz2FM1x3fpQs7Xx1Gf4Nu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:41.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDWan5DzpedFTt0fxqpmVrKl9Q1X0BVc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:3.3125rem;left:41.5625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#vE0XTVFBsIwloeHiiEMt3URvIk7aiudE { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:14.3125rem;left:41.5625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#AD0uQepTnOD754TSstGUiqlTC3i2GgWS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.25rem;left:41.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wq6poAQ8SS6FlqPNq1olKm90gC1km4cy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:25.25rem;left:41.5625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#gPPTCAngHAT1TmQ3PpeukpL0sF9J7c31 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.1875rem;left:41.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZU8e4p5WUgghgEhSrdHA6tAPRtH9a98e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:33.25rem;left:41.5625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#mThxhNtcJkIIqWCFCo5GsBqPG58WSa43 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:31.1875rem;left:41.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTqgxCQwWCzg9JtdPTGp2iXDZ9PBwCSl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:41.375rem;left:41.5625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#MpQoPn5r8vKUoT6V8vMTlZl8OPkHu4Ms { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:39.3125rem;left:41.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awkGRaVLPmmf6wCuoAfIRwLdFKLfT85z { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:37.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#mxBiwXN3Ci8xgFgbnywx7uy5H3iOIqEF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCy8ZN9IRZ4Wnvc40T9UVbEdtHpicqNk { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:11.625rem;left:37.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#TmG7OzRHGhoySfneo1M7KK6p8KTfWQQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:12.1875rem;left:38.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0oR24WsS2bXJTdpaguoqx7sLFp9UtVr { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.5625rem;left:37.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#ynUcGlyapT7s0ikWNIJmv90tBtW9EclW { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.1875rem;left:38.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQg8XvIQwStysg2bB1IImyrcmSBKrbZR { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:30.5625rem;left:37.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#IFtPDBSOhN3TDgm7FlXqQ8waJwr20LDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:31.1875rem;left:38.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJ048EOHRmmTT2ETfEIu625QRFzH240E { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.6875rem;left:37.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#z8IWCT735eKSKA6FKVORlPleJ8p2umqG { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:39.3125rem;left:38.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAA1EqSRNLxtiG4l752UQxTbwx5BLZLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.75rem;left:17.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DLFglog1haGFFo3RgUMcN4uGnPoTxJBP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.375rem;top:27.4375rem;left:13.75rem;overflow:hidden;display:block; }
#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b15d16d7-39f7-43e4-a881-368c76ef2a9a/kitchwhykitchv2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH.adaptive-delivery-prevent-bg, #TQQPWBu8tTZxIPkAeQclvdrg22EEdemH.lazyload, #TQQPWBu8tTZxIPkAeQclvdrg22EEdemH.lazyloading { background-image: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { background-color: transparent; background-image: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container > .video-iframe-container { display: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row > .video-iframe-container { display: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .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); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { border-width: 0; border-radius: 0; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:75rem;position:relative;display:block; }#QH9ytkl7fcPuPU7XkUDiLQsTb9wM8Po3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15rem;width:15rem;top:9rem;left:14.1875rem;overflow:hidden;display:block; }
#hSfQZ7ODdLV8PnpyK0T8HoAsTNc8xWFL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15rem;width:15rem;top:9rem;left:40rem;overflow:hidden;display:block; }
#LR2eb5w2gKHdNhitfuNC1lGGTnh9tWlG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15rem;width:15rem;top:39.875rem;left:14.1875rem;overflow:hidden;display:block; }
#TZJNu5F2yuyzoOuBIK93hOsxNl3qu1eR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sIZJNdMw4SLy8NU3hqXBwwLTPLMrZiC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:27.875rem;left:14.375rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#egqTzPqec1LPtT2bOCh1gHUo9oAIbJOT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.8125rem;left:14.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gey81OHnJXAnzrU8dUMaUmu17BwqMg1x { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:27.875rem;left:40rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#Sy6UVmMdMJbNZH3oC1T8ELH1MeU5cMbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:25.8125rem;left:40rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bJSFllWBV7dM0K64KvANqvAusC2HWAHs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:58.75rem;left:14.375rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#Og2Vfi0usI8748dmw1RfV2JCPTfG2GCE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:56.6875rem;left:14.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMC9M8LLgPZeQRG1iZtTuactRDyR1Fr9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15rem;width:15rem;top:39.875rem;left:40rem;overflow:hidden;display:block; }
#tswbMeEtF4X7EKTyP92xxhApv1bptmS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:56.6875rem;left:40.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sENRNJqypITZgTIZ6aTciETWuQnLJ4wD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:58.8125rem;left:40.1875rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X { position:relative;display:block; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X { background-color: transparent; background-image: none; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row .container > .video-iframe-container { display: none; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row > .video-iframe-container { display: none; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .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); }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X { border-width: 0; border-radius: 0; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pVQAaJlBbwd3zTv36E98TblqZpLDnTFi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.1875rem;width:40rem;top:3.9375rem;left:16.25rem;display:block; }
#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg { position:relative;display:block; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg { background-color: transparent; background-image: none; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row .container > .video-iframe-container { display: none; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row > .video-iframe-container { display: none; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .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); }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg { border-width: 0; border-radius: 0; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k0LZDpR67rRNdSu3iNpMUuKWzXSeggUr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iyTqTWloKJaUOPo7ASk4mwsvUyADQ6Ud { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.3125rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container { background-color: transparent; background-image: none; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container > .video-iframe-container { display: none; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row > .video-iframe-container { display: none; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .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); }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container { border-width: 0; border-radius: 0; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#RWJzsuUyIeI1WGDQ54bOEVobn0nxGVg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:5.125rem;left:5rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#LgfUrzLkv8CUHphKo15NTUn8qrUzJqtW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.75rem;left:5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q69qtIIibXr3uPBucv94X72AgTGLmSTB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:5.375rem;left:28.75rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#ufIv4wPK1z2AwRSnCaclVr9KrT0zdS7U { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:28.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6KnOTuEyT9CCkRuXxL5P58x3G3hVo1b { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:5.3125rem;left:52.5rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#hG2nT2C7ETe63BTOkc10yJsx4O9W7DkR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:2.625rem;left:52.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TccWEahqDEfTdnLQfOwhkI6zW6mFyMV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.125rem;left:5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BLSZv6MoVw85kDflWxfXpp29IHWtcaT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:22.3125rem;left:5rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#niET7XZuq6uh1rQbmpasDma8cT8SiQbL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:22.375rem;left:28.6875rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#NOfmAqiXeBak4R1cOoPuzTNp3V9zGX0l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.125rem;left:28.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZC6dcD5mvx9GKsZFC9TsGAPNwuPqvxQS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:22.3125rem;left:52.5rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#fVeUQWFx8HQEH0zq3zv3VBBnddAd5Ato { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:silkabold;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:20.25rem;left:52.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ruHT3R8HmSGFxtG6LpALFACKihswdBtk { display:block; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJU8FT2Q1Vc6x8bBbJ1otL6RThGuWMOm { top:7.6875rem;left:13.125rem;width:21.4375rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl { display:block; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnLdHSOOmxPP2RqO5x03oyNmNPGQgQ4w { top:8.75rem;left:3.875rem;width:42.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCJKuVnesAgwczB6V1U9FaA0gpPMraoh { top:15rem;left:3.875rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqFcVuaBpEauznQo7B4qT0Nnm0IWyXX { top:16.875rem;left:10.75rem;width:12.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3iHWFWsFlrfReoeAJXr0fFHCWVUTkU { top:15rem;left:25.1875rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK15onEV5ha294Jx7WPBChXOVwJGA25i { top:16.9375rem;left:33.25rem;width:10.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBiB3wTHJuqURTVOHD51ymqUCofPU7LQ { top:25rem;left:3.875rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwidkcOEd8P44TUk7icxkHehLyuHKsw { top:25rem;left:25.1875rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDK8v7RvdvBIPeSD3t8n1sDESX6Z8Jbi { top:27.375rem;left:10.75rem;width:10.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVBfG7qKwAOzJtoLvWpAf7MISR1CESqm { top:27.3125rem;left:33.25rem;width:10.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9dNBt42ArJVPtN4GXkOXJFpSnTrApZt { top:26.5rem;left:4.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXfdbpiRrGn0gHzefD4q6aSCO9UDTpuO { top:16.75rem;left:26.8125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyDEO4uHAwIDzOV3NlUl1btMXXFTSfy { top:16.8125rem;left:5.9375rem;width:1.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISRJwgTqT5W8I1NMTH2sR9c5aJNJF3x { top:18.75rem;left:7.375rem;width:1.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPw8VEFTuqu0Dy02NdndPmyIXTctxckD { top:3.75rem;left:3.8125rem;width:41.375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8cnc2Phymw1O3gbZR7TPIr7mzGWF3B6 { top:26.6875rem;left:26.9375rem;width:4.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS { display:block; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwUnlu7x64TN7qheCEiQs2GpiTdQx7tQ { top:9.3125rem;left:14.3125rem;width:15.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0l20fGDTncCsri5rlhDGqVLsP6FJDe { top:8.625rem;left:10.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToiM5yIsm9hbWm5sWKrm6xl0MTXfCm8k { top:13.0625rem;left:14.3125rem;width:20.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chP1hnOd63sNEDSU0LhmG4tz6AeuGpC3 { top:20.5625rem;left:14.3125rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqeRiksumc9IXAzdDKW8mPTAIurRCzv5 { top:16.75rem;left:14.25rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGs82ipwPUhtnhD7CkRJUKypGMBRf3sR { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaLQ5sEUsGbkbL6As222p32V65cX4lpD { top:12.375rem;left:10.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9sKTE0baZpiVH4hghb9N7qUsKsFJlGM { top:15.9375rem;left:10.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwSMMkdWgoJtBfWqVpR6qDqUkemT2XrP { top:19.875rem;left:10.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ { display:block; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7cWepEpauTGnf93qmWToVOnBaGFsK12 { top:11.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHicDqAFFTC5mN9Trdb9fhOckuOBxhZk { top:6.0625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPQVOGoePSSXWViHIpQRK0CvONbdKEN { width:47.75rem;height:1.875rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIPlb0Xhk3ch7G2IuLl4EzBbuBkVEzOy { width:47.75rem;height:1.875rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCNXdyHv8nlBITqD9eLQqkBVzue2uJlF { top:3.25rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCbXrIsxbFsqtvPuu1wN0G8yDgg9k3zU { top:17.4375rem;left:0rem;width:36.0625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 { display:block; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTfN5RyRGEXhz2FM1x3fpQs7Xx1Gf4Nu { top:1.25rem;left:23.875rem;width:23.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDWan5DzpedFTt0fxqpmVrKl9Q1X0BVc { top:3.3125rem;left:19.6875rem;width:28.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE0XTVFBsIwloeHiiEMt3URvIk7aiudE { top:14.3125rem;left:18.5rem;width:29.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD0uQepTnOD754TSstGUiqlTC3i2GgWS { top:12.25rem;left:23.875rem;width:23.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq6poAQ8SS6FlqPNq1olKm90gC1km4cy { top:25.25rem;left:17.625rem;width:30.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPPTCAngHAT1TmQ3PpeukpL0sF9J7c31 { top:23.1875rem;left:23.875rem;width:23.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU8e4p5WUgghgEhSrdHA6tAPRtH9a98e { top:33.25rem;left:20.5rem;width:27.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mThxhNtcJkIIqWCFCo5GsBqPG58WSa43 { top:31.1875rem;left:23.875rem;width:23.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqgxCQwWCzg9JtdPTGp2iXDZ9PBwCSl { top:41.375rem;left:19.375rem;width:28.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQoPn5r8vKUoT6V8vMTlZl8OPkHu4Ms { top:39.3125rem;left:23.875rem;width:23.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awkGRaVLPmmf6wCuoAfIRwLdFKLfT85z { top:0.625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxBiwXN3Ci8xgFgbnywx7uy5H3iOIqEF { top:1.25rem;left:23.875rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCy8ZN9IRZ4Wnvc40T9UVbEdtHpicqNk { top:11.625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG7OzRHGhoySfneo1M7KK6p8KTfWQQQ { top:12.1875rem;left:23.875rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0oR24WsS2bXJTdpaguoqx7sLFp9UtVr { top:22.5625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUcGlyapT7s0ikWNIJmv90tBtW9EclW { top:23.1875rem;left:23.875rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQg8XvIQwStysg2bB1IImyrcmSBKrbZR { top:30.5625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFtPDBSOhN3TDgm7FlXqQ8waJwr20LDZ { top:31.1875rem;left:23.875rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ048EOHRmmTT2ETfEIu625QRFzH240E { top:38.6875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8IWCT735eKSKA6FKVORlPleJ8p2umqG { top:39.3125rem;left:23.875rem;width:1.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAA1EqSRNLxtiG4l752UQxTbwx5BLZLZ { top:27.75rem;left:10.6875rem;width:9.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFglog1haGFFo3RgUMcN4uGnPoTxJBP { top:27.4375rem;left:6.9375rem;width:2.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQQPWBu8tTZxIPkAeQclvdrg22EEdemH { display:block; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH9ytkl7fcPuPU7XkUDiLQsTb9wM8Po3 { width:15rem;height:15rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfQZ7ODdLV8PnpyK0T8HoAsTNc8xWFL { width:15rem;height:15rem;top:9rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2eb5w2gKHdNhitfuNC1lGGTnh9tWlG { width:15rem;height:15rem;top:39.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJNu5F2yuyzoOuBIK93hOsxNl3qu1eR { top:3.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZJNdMw4SLy8NU3hqXBwwLTPLMrZiC9 { top:27.875rem;left:0rem;width:20.625rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqTzPqec1LPtT2bOCh1gHUo9oAIbJOT { top:25.8125rem;left:0rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gey81OHnJXAnzrU8dUMaUmu17BwqMg1x { top:27.875rem;left:11.125rem;width:20.625rem;height:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6UVmMdMJbNZH3oC1T8ELH1MeU5cMbZ { top:25.8125rem;left:11.125rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJSFllWBV7dM0K64KvANqvAusC2HWAHs { top:58.75rem;left:0rem;width:20.625rem;height:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og2Vfi0usI8748dmw1RfV2JCPTfG2GCE { top:56.6875rem;left:0rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMC9M8LLgPZeQRG1iZtTuactRDyR1Fr9 { width:15rem;height:15rem;top:39.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswbMeEtF4X7EKTyP92xxhApv1bptmS5 { top:56.6875rem;left:11.125rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sENRNJqypITZgTIZ6aTciETWuQnLJ4wD { top:58.8125rem;left:11.125rem;width:20.625rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X { display:block; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVQAaJlBbwd3zTv36E98TblqZpLDnTFi { top:3.9375rem;left:2.625rem;width:40rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg { display:block; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0LZDpR67rRNdSu3iNpMUuKWzXSeggUr { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTqTWloKJaUOPo7ASk4mwsvUyADQ6Ud { top:4.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K { display:block; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWJzsuUyIeI1WGDQ54bOEVobn0nxGVg7 { top:5.125rem;left:0rem;width:19.875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgfUrzLkv8CUHphKo15NTUn8qrUzJqtW { top:2.75rem;left:0.4375rem;width:10.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q69qtIIibXr3uPBucv94X72AgTGLmSTB { top:5.375rem;left:13.1875rem;width:18.5625rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufIv4wPK1z2AwRSnCaclVr9KrT0zdS7U { top:2.6875rem;left:15.875rem;width:10.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6KnOTuEyT9CCkRuXxL5P58x3G3hVo1b { top:5.3125rem;left:29.9375rem;width:17.6875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG2nT2C7ETe63BTOkc10yJsx4O9W7DkR { top:2.625rem;left:31.75rem;width:6.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TccWEahqDEfTdnLQfOwhkI6zW6mFyMV3 { top:20.125rem;left:0.4375rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLSZv6MoVw85kDflWxfXpp29IHWtcaT7 { top:22.3125rem;left:0rem;width:19.9375rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niET7XZuq6uh1rQbmpasDma8cT8SiQbL { top:22.375rem;left:13.0625rem;width:18.6875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfmAqiXeBak4R1cOoPuzTNp3V9zGX0l { top:20.125rem;left:15.875rem;width:12.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6dcD5mvx9GKsZFC9TsGAPNwuPqvxQS { top:22.3125rem;left:29.5625rem;width:18.0625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVeUQWFx8HQEH0zq3zv3VBBnddAd5Ato { top:20.25rem;left:31.75rem;width:9.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ruHT3R8HmSGFxtG6LpALFACKihswdBtk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06b53c50-b437-48d4-88bf-7e73bcd91407/czNfYnVja2V0L2hlcm9zL2hlcm8tcGhpbG9zb3BoeS5qcGc.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk.adaptive-delivery-prevent-bg, #ruHT3R8HmSGFxtG6LpALFACKihswdBtk.lazyload, #ruHT3R8HmSGFxtG6LpALFACKihswdBtk.lazyloading { background-image: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container { background-color: transparent; background-image: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container > .video-iframe-container { display: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row > .video-iframe-container { display: none; }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .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); }#ruHT3R8HmSGFxtG6LpALFACKihswdBtk > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJU8FT2Q1Vc6x8bBbJ1otL6RThGuWMOm { width:20rem;height:3rem;top:7.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5aa222ff-172f-42fe-a7eb-65a9189da63d/1platefoodmobile320px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl.adaptive-delivery-prevent-bg, #AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl.lazyload, #AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl.lazyloading { background-image: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { background-color: transparent; background-image: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container > .video-iframe-container { display: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row > .video-iframe-container { display: none; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .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); }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { border-width: 0; border-radius: 0; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAakeuBP3FmKG8abG0yhrP9T4f91o0Wl > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnLdHSOOmxPP2RqO5x03oyNmNPGQgQ4w { width:20rem;height:7.5rem;top:5.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JCJKuVnesAgwczB6V1U9FaA0gpPMraoh { width:20rem;height:7.5rem;top:14.9375rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GZqFcVuaBpEauznQo7B4qT0Nnm0IWyXX { width:12.4375rem;height:5.25rem;top:16.0625rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AU3iHWFWsFlrfReoeAJXr0fFHCWVUTkU { width:20rem;height:7.5rem;top:24.3125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aK15onEV5ha294Jx7WPBChXOVwJGA25i { width:12.8125rem;height:3.9375rem;top:26.1875rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBiB3wTHJuqURTVOHD51ymqUCofPU7LQ { width:20rem;height:7.5rem;top:33.6875rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hQwidkcOEd8P44TUk7icxkHehLyuHKsw { width:20rem;height:7.5rem;top:43.0625rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uDK8v7RvdvBIPeSD3t8n1sDESX6Z8Jbi { width:12.5625rem;height:2.625rem;top:36.3125rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVBfG7qKwAOzJtoLvWpAf7MISR1CESqm { width:12.375rem;height:3.9375rem;top:44.9375rem;left:6.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z9dNBt42ArJVPtN4GXkOXJFpSnTrApZt { width:5.625rem;height:5.625rem;top:34.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXfdbpiRrGn0gHzefD4q6aSCO9UDTpuO { width:4.875rem;height:4.875rem;top:25.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyDEO4uHAwIDzOV3NlUl1btMXXFTSfy { width:2.375rem;height:4.6875rem;top:15.5rem;left:1.8125rem;font-size:3.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nISRJwgTqT5W8I1NMTH2sR9c5aJNJF3x { width:2.3125rem;height:4.6875rem;top:17.4375rem;left:3.1875rem;font-size:3.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lPw8VEFTuqu0Dy02NdndPmyIXTctxckD { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:silkamedium;display:block; }
 }@media only screen and (max-width: 763px) { #F8cnc2Phymw1O3gbZR7TPIr7mzGWF3B6 { width:4.3125rem;height:4.9375rem;top:44.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS { display:block; }#qef69wTP3JRIiLt6lR6gmx9TqQkEXNXS > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwUnlu7x64TN7qheCEiQs2GpiTdQx7tQ { width:16.3125rem;height:1.29980625rem;top:6.9375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hg0l20fGDTncCsri5rlhDGqVLsP6FJDe { display:flex;width:2.8125rem;height:2.8125rem;top:6.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ToiM5yIsm9hbWm5sWKrm6xl0MTXfCm8k { width:15.4375rem;height:2.5996125rem;top:10.125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chP1hnOd63sNEDSU0LhmG4tz6AeuGpC3 { width:15.875rem;height:2.5996125rem;top:17.5625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqeRiksumc9IXAzdDKW8mPTAIurRCzv5 { width:15rem;height:2.5996125rem;top:13.8125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGs82ipwPUhtnhD7CkRJUKypGMBRf3sR { width:20rem;height:2.11230625rem;top:2.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaLQ5sEUsGbkbL6As222p32V65cX4lpD { display:flex;width:2.8125rem;height:2.8125rem;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U9sKTE0baZpiVH4hghb9N7qUsKsFJlGM { display:flex;width:2.8125rem;height:2.8125rem;top:13.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SwSMMkdWgoJtBfWqVpR6qDqUkemT2XrP { display:flex;width:2.8125rem;height:2.8125rem;top:17.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ { display:block; }#ZclgbG7bcGWKWyr9qQkb1MUbCLCFC7OJ > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7cWepEpauTGnf93qmWToVOnBaGFsK12 { width:20rem;height:0;top:8.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aHicDqAFFTC5mN9Trdb9fhOckuOBxhZk { width:20rem;height:2.11230625rem;top:4.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiPQVOGoePSSXWViHIpQRK0CvONbdKEN { width:20rem;height:auto;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIPlb0Xhk3ch7G2IuLl4EzBbuBkVEzOy { width:20rem;height:0;top:5.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #GCNXdyHv8nlBITqD9eLQqkBVzue2uJlF { width:20rem;height:1.4619125rem;top:2.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;font-family:silkamedium;display:block; }
 }@media only screen and (max-width: 763px) { #PCbXrIsxbFsqtvPuu1wN0G8yDgg9k3zU { width:20rem;height:15.875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 { display:block; }#UTtfGQ57JwFFZwiyRdqcEZGGoii9NGM2 > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTfN5RyRGEXhz2FM1x3fpQs7Xx1Gf4Nu { width:16.1875rem;height:1.5rem;top:5.5rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SDWan5DzpedFTt0fxqpmVrKl9Q1X0BVc { width:20rem;height:10.5rem;top:8.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vE0XTVFBsIwloeHiiEMt3URvIk7aiudE { width:20rem;height:12rem;top:25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AD0uQepTnOD754TSstGUiqlTC3i2GgWS { width:16.25rem;height:1.5rem;top:21.875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wq6poAQ8SS6FlqPNq1olKm90gC1km4cy { width:20rem;height:6rem;top:42.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gPPTCAngHAT1TmQ3PpeukpL0sF9J7c31 { width:14rem;height:1.5rem;top:39.5rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZU8e4p5WUgghgEhSrdHA6tAPRtH9a98e { width:20rem;height:6rem;top:53.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mThxhNtcJkIIqWCFCo5GsBqPG58WSa43 { width:16.25rem;height:1.5rem;top:51rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kTqgxCQwWCzg9JtdPTGp2iXDZ9PBwCSl { width:20rem;height:9rem;top:65.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MpQoPn5r8vKUoT6V8vMTlZl8OPkHu4Ms { width:16.3125rem;height:3rem;top:61.5625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #awkGRaVLPmmf6wCuoAfIRwLdFKLfT85z { width:2.25rem;height:2.25rem;top:5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxBiwXN3Ci8xgFgbnywx7uy5H3iOIqEF { width:1.3125rem;height:1.4619125rem;top:5.5625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCy8ZN9IRZ4Wnvc40T9UVbEdtHpicqNk { width:2.25rem;height:2.25rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmG7OzRHGhoySfneo1M7KK6p8KTfWQQQ { width:1.3125rem;height:1.4619125rem;top:21.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0oR24WsS2bXJTdpaguoqx7sLFp9UtVr { width:2.25rem;height:2.25rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUcGlyapT7s0ikWNIJmv90tBtW9EclW { width:1.3125rem;height:1.4619125rem;top:39.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQg8XvIQwStysg2bB1IImyrcmSBKrbZR { width:2.25rem;height:2.25rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFtPDBSOhN3TDgm7FlXqQ8waJwr20LDZ { width:1.3125rem;height:1.4619125rem;top:51.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ048EOHRmmTT2ETfEIu625QRFzH240E { width:2.25rem;height:2.25rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8IWCT735eKSKA6FKVORlPleJ8p2umqG { width:1.3125rem;height:1.4619125rem;top:62.4375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAA1EqSRNLxtiG4l752UQxTbwx5BLZLZ { width:7.8125rem;height:2.625rem;top:0rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DLFglog1haGFFo3RgUMcN4uGnPoTxJBP { width:2.125rem;height:2.625rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQQPWBu8tTZxIPkAeQclvdrg22EEdemH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85b0fc5e-2ed2-4713-92e6-9179b0641c4b/2platefoodmobile320px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH.adaptive-delivery-prevent-bg, #TQQPWBu8tTZxIPkAeQclvdrg22EEdemH.lazyload, #TQQPWBu8tTZxIPkAeQclvdrg22EEdemH.lazyloading { background-image: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { background-color: transparent; background-image: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container > .video-iframe-container { display: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row > .video-iframe-container { display: none; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .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); }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { border-width: 0; border-radius: 0; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQQPWBu8tTZxIPkAeQclvdrg22EEdemH > .row .container { width:20rem;height:172.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH9ytkl7fcPuPU7XkUDiLQsTb9wM8Po3 { width:20rem;height:20rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfQZ7ODdLV8PnpyK0T8HoAsTNc8xWFL { width:20rem;height:20rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2eb5w2gKHdNhitfuNC1lGGTnh9tWlG { width:20rem;height:20rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJNu5F2yuyzoOuBIK93hOsxNl3qu1eR { width:20rem;height:2.11230625rem;top:2.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIZJNdMw4SLy8NU3hqXBwwLTPLMrZiC9 { width:20rem;height:10.5rem;top:31.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egqTzPqec1LPtT2bOCh1gHUo9oAIbJOT { width:15.0625rem;height:1.6875rem;top:28.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gey81OHnJXAnzrU8dUMaUmu17BwqMg1x { width:20rem;height:10.5rem;top:69.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6UVmMdMJbNZH3oC1T8ELH1MeU5cMbZ { width:15.0625rem;height:1.6875rem;top:66.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bJSFllWBV7dM0K64KvANqvAusC2HWAHs { width:20rem;height:12rem;top:108.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Og2Vfi0usI8748dmw1RfV2JCPTfG2GCE { width:15rem;height:1.6875rem;top:105.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iMC9M8LLgPZeQRG1iZtTuactRDyR1Fr9 { width:20rem;height:20rem;top:123.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswbMeEtF4X7EKTyP92xxhApv1bptmS5 { width:20rem;height:1.6875rem;top:145.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sENRNJqypITZgTIZ6aTciETWuQnLJ4wD { width:20rem;height:12rem;top:149.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X { display:block; }#wh2AqN78U5ZSd0uUQ4Rh8CXRGnXGk95X > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVQAaJlBbwd3zTv36E98TblqZpLDnTFi { height:11.09375rem;width:20rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg { display:block; }#ZrDqn86vsWJAooHzmzuDegpxpvAhTiOg > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0LZDpR67rRNdSu3iNpMUuKWzXSeggUr { width:20rem;height:2.11230625rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyTqTWloKJaUOPo7ASk4mwsvUyADQ6Ud { width:20rem;height:4.5rem;top:3rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K { display:block; }#CCtdETzk1BiJFDbFMv9ZJp7Sb78g2J5K > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWJzsuUyIeI1WGDQ54bOEVobn0nxGVg7 { width:20rem;height:7.875rem;top:2.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LgfUrzLkv8CUHphKo15NTUn8qrUzJqtW { width:20rem;height:1.5rem;top:0.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q69qtIIibXr3uPBucv94X72AgTGLmSTB { width:20rem;height:7.875rem;top:25.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufIv4wPK1z2AwRSnCaclVr9KrT0zdS7U { width:20rem;height:1.5rem;top:23.9375rem;left:-0.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s6KnOTuEyT9CCkRuXxL5P58x3G3hVo1b { width:20rem;height:7.875rem;top:47.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hG2nT2C7ETe63BTOkc10yJsx4O9W7DkR { width:20rem;height:1.6875rem;top:45.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TccWEahqDEfTdnLQfOwhkI6zW6mFyMV3 { width:20rem;height:1.5rem;top:12.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BLSZv6MoVw85kDflWxfXpp29IHWtcaT7 { width:20rem;height:7.875rem;top:14.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niET7XZuq6uh1rQbmpasDma8cT8SiQbL { width:20rem;height:6.5625rem;top:37.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOfmAqiXeBak4R1cOoPuzTNp3V9zGX0l { width:20rem;height:1.6875rem;top:35.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6dcD5mvx9GKsZFC9TsGAPNwuPqvxQS { width:20rem;height:6.5625rem;top:59rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fVeUQWFx8HQEH0zq3zv3VBBnddAd5Ato { width:20rem;height:1.6875rem;top:57.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }