.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:228,242,226;--color-primary-1:165,210,160;--color-primary-2:74,165,64;--color-primary-3:37,83,32;--color-primary-4:11,25,10;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:0,144,208;--color-secondary-4:19,29,51;--color-tertiary-0:222,226,224;--color-tertiary-1:144,160,152;--color-tertiary-2:33,64,49;--color-tertiary-3:17,32,25;--color-tertiary-4:5,10,7;--headlines-font-family:"--paragraphs-font-family";--paragraphs-font-family:"--paragraphs-font-family"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f5eae90-2982-4961-a107-0d415db1ad24/desktop_bg_sz2608_t.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSLdfnwXC7tp5Z30pbfoKIxbulM9BeWt { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #QSLdfnwXC7tp5Z30pbfoKIxbulM9BeWt > .row .container { position:relative;display:none; }#zMoaTFAUWPkzOy0wpVZeHafCWElyrWyA { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #zMoaTFAUWPkzOy0wpVZeHafCWElyrWyA > .row .container { position:relative;display:none; }#NuUvAIbHi1r29KuTWZtsrC1iR4zO4b5U { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #NuUvAIbHi1r29KuTWZtsrC1iR4zO4b5U > .row .container { position:relative;display:none; }#rP0x999ZbyI6cTfiTpUK7qtXJKz90Q8o { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #rP0x999ZbyI6cTfiTpUK7qtXJKz90Q8o > .row .container { position:relative;display:none; }#tnLzNL6EIcncI8m4zEQ42FNoHmFKInpv { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #tnLzNL6EIcncI8m4zEQ42FNoHmFKInpv > .row .container { position:relative;display:block; }#QDXvJThRVogQb2UFpb0Q9dN3pOXFvSaG { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #QDXvJThRVogQb2UFpb0Q9dN3pOXFvSaG > .row .container { position:relative;display:block; }#ABfA267TBzHC1ho4A6Md0tVFlruGtGme { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ABfA267TBzHC1ho4A6Md0tVFlruGtGme > .row .container { position:relative;display:block; }#WR98N5QFlwHE321MsTrRU8xERkayQy6E { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #WR98N5QFlwHE321MsTrRU8xERkayQy6E > .row .container { position:relative;display:block; }#tJod8kShhktxT98OvZPz8u12XZ9zVenC { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #tJod8kShhktxT98OvZPz8u12XZ9zVenC > .row .container { position:relative;display:block; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bbf393ca-6e47-41d1-8d1a-f8c1ed6249c3/noroot.crop_6048x3054_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF.adaptive-delivery-prevent-bg, #aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF.lazyload, #aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF.lazyloading { background-image: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { background-color: transparent; background-image: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container > .video-iframe-container { display: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row > .video-iframe-container { display: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .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); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { border-width: 0; border-radius: 0; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#Eh8J5NRyBweyD6KWB7NvNrl7rmc5nhcb { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:52.5rem;top:39.400000572204rem;left:22.374137931034rem;overflow:hidden;display:block; }
#xJ3GmEvul7sSbmob56QgVFIxvESM1L2X { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:22.1875rem;top:39.212495803833rem;left:0rem;overflow:hidden;display:block; }
#VNAOT6hO4sf52pxef1esSavLc7nCTerz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4d15;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; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container { background-color: transparent; background-image: none; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container > .video-iframe-container { display: none; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row > .video-iframe-container { display: none; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .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); }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container { border-width: 0; border-radius: 0; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container { font-size:0.875rem;font-family:arial;height:99.75rem;width:75rem;position:relative;display:block; }#RstbQNAC3Zv8ozFVe4PSe4QDKoKaxkt1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6875rem;width:48.9375rem;top:5.7750005722046rem;left:13.03125rem;overflow:hidden;display:block; }
#cDzxJkX9c9Qr04GPUwhS01GO0tdtwGth { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60.1875rem;top:9.8249979019162rem;left:6.3125rem;overflow:hidden;display:block; }
#T7cVz8wA2NhERMThht04KXb0A54CdyyK { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:69rem;top:46.999998092651rem;left:3.59375rem;overflow:hidden;display:block; }
#K5oU9vuGecVTC7RfyKtLG4C2OovnPMVN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.125rem;width:51.875rem;top:60.887479782104rem;left:12.15625rem;display:block; }
#PioZ9FRuVTA98La74NhrOTBCTaBkUE94 { box-sizing:content-box;height:32.5rem;width:54.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.337505340576rem;left:10.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container { background-color: transparent; background-image: none; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container > .video-iframe-container { display: none; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row > .video-iframe-container { display: none; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .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); }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container { border-width: 0; border-radius: 0; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#i9evEKc4JGR6t5kTHtSTzis37MPCBFsd { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:"brandon grotesque";font-size:3.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:25.90625rem;height:4.22485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container { background-color: transparent; background-image: none; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container > .video-iframe-container { display: none; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row > .video-iframe-container { display: none; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .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); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container { border-width: 0; border-radius: 0; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#JTvyzsls2csTTcxe89IyBZnG0dWm88XO { color:rgba(var(--color-secondary-3),1);display:block;width:39.6875rem;position:absolute;font-family:"brandon grotesque";font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBxnU00TMvLFIteDQMw2vMdCoZ1anJTP { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.84375rem;left:0rem;display:block; }
#v3f24EETd7ab0gIpBFUAdtOmlf9pAEyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTxs09F3vbC1rTg3bbyO17SuPUDxqo1D { position:absolute;display:block;z-index:14998;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:25rem;width:13.0625rem;top:3.34375rem;left:35.458530041099rem;overflow:hidden;display:block; }
#kwbnuak9faAsKDyzQuAQolHH5d8eTN8m { color:rgba(var(--color-secondary-3),1);display:block;width:32.3125rem;position:absolute;font-family:"brandon grotesque";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.60000038147rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l3RuehrCnp1oikWsAe0Gxr9HA4STQv4w { position:absolute;display:block;z-index:14999;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.375rem;width:42.8125rem;top:6.25rem;left:45.635803663571rem;overflow:hidden;display:block; }
#TZDtbWDmRHOpZhHmyzwaH8kuGxdLpCgN { position:absolute;display:block;z-index:15014;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.6875rem;width:10.25rem;top:9.85000038147rem;left:67.55263157895rem;overflow:hidden;display:block; }
#CPvDv1ovAhxzg7hpuwFTz69SNA3lHVKT { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.484375rem;left:0rem;height:12.598625rem;text-align:left;text-align-last:left;display:block; }
#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3da84af3-6d8a-4489-af3d-08111d00bc1a/ser1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ.adaptive-delivery-prevent-bg, #fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ.lazyload, #fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ.lazyloading { background-image: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container { background-color: transparent; background-image: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container > .video-iframe-container { display: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row > .video-iframe-container { display: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .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); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container { border-width: 0; border-radius: 0; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#CxQxyxsmPHDtI8N4MV3sQ6y2frJG16oE { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:"brandon grotesque";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:51.1875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBHDwH6yNkevmgSTvwX1eSNyhbQqVytx { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:51.1875rem;height:14.3984375rem;text-align:left;text-align-last:left;display:block; }
#OwcSmRA4HEA8JRDMt0WlSvbwxFQ8qq1J { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.3125rem;left:51.1875rem;display:block; }
#Nzkrli9ENynazOMU50uZGCs2G3M0zqNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7e1f711d-5603-4c2d-b811-d92637cae3ed/ser2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG.adaptive-delivery-prevent-bg, #qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG.lazyload, #qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG.lazyloading { background-image: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container { background-color: transparent; background-image: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container > .video-iframe-container { display: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row > .video-iframe-container { display: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .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); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container { border-width: 0; border-radius: 0; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#LMH2k5eXD0IEGADXF8rhWez93JsX8FB6 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.3125rem;position:absolute;font-family:"brandon grotesque";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zeHUuQqd7FPbs69IXqqa9MVzWmV86mEH { color:rgba(var(--color-tertiary-2),1);display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:17.6875rem;left:0rem;height:14.3984375rem;text-align:left;text-align-last:left;display:block; }
#CXCR1vk60inT46TOr70i8Kut0UVegHUT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.3125rem;left:0rem;display:block; }
#hSyIgPuwPwg9kypHTUNSzkXpAovIJEMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/93bde96b-ce4f-4436-aac3-30542064b21b/ser3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4.adaptive-delivery-prevent-bg, #TBMtcAMdMTeEJttNODJSgFT239KsTAp4.lazyload, #TBMtcAMdMTeEJttNODJSgFT239KsTAp4.lazyloading { background-image: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container { background-color: transparent; background-image: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container > .video-iframe-container { display: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row > .video-iframe-container { display: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .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); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container { border-width: 0; border-radius: 0; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#MlTMEBMfTlzA1lOwc5s6H1RkE8N5nyAF { color:rgba(var(--color-tertiary-2),1);display:block;width:25.6875rem;position:absolute;font-family:"brandon grotesque";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.875rem;left:49.3125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BT76B9bAfCEvFwXMZgX5NIXI2JAgxnzh { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.3125rem;left:49.3125rem;height:12.5986125rem;text-align:left;text-align-last:left;display:block; }
#AfSOSkJuDVx0TTaBGJAKpoGfCLG2SUBK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.625rem;left:49.3125rem;display:block; }
#m3HMlpPeAwwSM45CPHhXgB09XnPLXtux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8e07bfd-858c-44e8-959c-974eb79fd6d3/ser4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ.adaptive-delivery-prevent-bg, #rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ.lazyload, #rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ.lazyloading { background-image: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container { background-color: transparent; background-image: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container > .video-iframe-container { display: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row > .video-iframe-container { display: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .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); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container { border-width: 0; border-radius: 0; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#FxarZ9nbnJArrPTPO9QCRUFSZnZXgDgX { color:rgba(var(--color-tertiary-2),1);display:block;width:32.3125rem;position:absolute;font-family:"brandon grotesque";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTxJTLzIShqAxIawttAEciAAn4Rnk1am { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.5rem;left:0.0625rem;height:17.9980375rem;text-align:left;text-align-last:left;display:block; }
#akhmmEsfSBxKFEqf5llRTenxst448CvL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35rem;left:0rem;display:block; }
#svp6fJzA3GHMKZvgkyxba0IGdJWGRvO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container { background-color: transparent; background-image: none; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container > .video-iframe-container { display: none; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row > .video-iframe-container { display: none; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .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); }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container { border-width: 0; border-radius: 0; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#OlT46qXkACZ2F3y8QwJ5lvWiFIc2Qg9U { color:rgba(var(--color-tertiary-2),1);display:block;width:48.5625rem;position:absolute;font-family:"brandon grotesque";font-size:3.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:13.25rem;height:4.22485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAmU1tuSmZV7yomgfhlIzxiT2of8SwVt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.8125rem;left:5rem;display:block; }
#hfW3L8xFwwPonBQliaMlwFsC8fO4KLcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrAJAP70dWofK0wTsxdAExWxnEIXeTgd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.8125rem;left:13.0625rem;display:block; }
#MVwy75sixJrOOdwAkSrib5IdVTqTaMHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRK2StEOa4PtmQzTfi9gpnfpII7QZFKZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.8125rem;left:26.25rem;display:block; }
#LEWkTWAAR8ko0y7OXnLdPCn5OJ20yh3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gfkf500cZoOZZgzhFVillVU2yQ4T6ZM7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.8125rem;left:37.875rem;display:block; }
#nCvZhpTCkTkuR8MbvEsZVFbHW6ww7Kc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJzdeWMDTsPH9aHiguOivfvAvucIUCZZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.8125rem;left:49.875rem;display:block; }
#Pv15WqTAvfbW5VJVpicWDXDzWrkPq5qP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LS0rOKc5eBsBLwLOmkEPGqguxCkFaVTx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.8125rem;left:63.8125rem;display:block; }
#iydEqDmG1R8ViSKkQb2e909H9NVrQQzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqCGTfhFOMkLN9RzOUEyV26TIW9T1PTQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.5625rem;left:28.875rem;display:block; }
#TSH63XAO19A2yOkvGgLPZfS7TVhv0gIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQGcgs02Jlfr5IhqAbEcXrXwn0EIHzKZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"brandon grotesque";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.5625rem;left:38rem;display:block; }
#rWMwLmPXaaomEMa9ZCz8LonIVVJc4OMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh { position:relative;display:block; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh { background-color: transparent; background-image: none; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row .container > .video-iframe-container { display: none; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row > .video-iframe-container { display: none; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .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); }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh { border-width: 0; border-radius: 0; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .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; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#vzXdZLkrZy0tL4DG6Z18C1pC6p2CsHF2 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:13.1875rem;display:block; }
#rZmXzGZZBJegC7tGhzc23SI643cAqgU2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:30.625rem;left:15.1875rem;height:3.0859375rem;display:block; }
#UUchOAbTddxVBnaw2bmtKAWenL0qVvT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14995;line-height:1.3;letter-spacing:0;top:32.4375rem;left:31.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#hJB24tq6fPJMIkNBbR19eaxfbusEFpNF { position:absolute;display:block;z-index:14997;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:14.4375rem;overflow:hidden;display:block; }
#N94OCTGzsOWgZavaQ8m88aO9JMl0Z8TK { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:38.25rem;display:block; }
#MfOHR9cliCvwIAn3ir1xy5IETy4nsepO { position:absolute;display:block;z-index:14993;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:39.5rem;overflow:hidden;display:block; }
#W10kXTNfRQ8fmLAENUFyXOmJ8E9KNmS7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:30.625rem;left:40.25rem;height:3.0859375rem;display:block; }
#oEQqTizMh87lwB8A8B1yTNCSEkqnVOJD { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14991;line-height:1.3;letter-spacing:0;top:32.4375rem;left:56.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Fd3WA4ZHyZZbTuuAldGGR5xLvSP3xAeS { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:2.5rem;left:12.5rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR { position:relative;display:block; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR { background-color: transparent; background-image: none; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container > .video-iframe-container { display: none; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row > .video-iframe-container { display: none; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .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); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR { border-width: 0; border-radius: 0; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .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; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hhxg0fIIg4b6z7gX4Ppte2MSwbTxDcpR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:31rem;width:23.75rem;top:0rem;left:0.625rem;display:block; }
#GTEUdHfN6HnTqF26iTuz9945nCK2bF5t { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.4375rem;left:18.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bPaFcpGGaHwoZb7ddastMh11IJetUsv2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.625rem;left:2.625rem;height:3.0859375rem;display:block; }
#EczNqoTRHuJLn9rQbtuymqo6cM9PrkRl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:16.3125rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#qWLTmiAhMVPcuBqRuzNXBXHM5mRsf0bz { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:31rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#SVkCZwzWS10A14KuN5G45ky2VHA3c0T3 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:26.625rem;left:27.625rem;height:3.0859375rem;display:block; }
#mPutlQ47SIyxTS0SWKdTsf25Icu7iCyd { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:28.4375rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#TV7CNK0FH378ZWTZnSOm4rEDB8DzHWXM { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:31rem;width:23.75rem;top:0rem;left:50.625rem;display:block; }
#AFsTJsTKp367qMS3iNWFaBZp8Ofnffzs { position:absolute;display:block;z-index:14995;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:25.1875rem;width:16.3125rem;top:0rem;left:54.375rem;overflow:hidden;display:block; }
#de1OboMvEtBuxKnp9Rw30vyFW17TsZR2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:26.625rem;left:52.625rem;height:3.0859375rem;display:block; }
#KZ1S8DJ6HaZlK9r7wLa8qN9tu8zJkDxy { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:28.4375rem;left:68.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#IdoCBAaAETVLlF4hvIec0mxqeSxmZBQl { 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:25.875rem;width:17.875rem;top:0rem;left:28.28125rem;overflow:hidden;display:block; }
#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z { position:relative;display:block; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z { background-color: transparent; background-image: none; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row .container > .video-iframe-container { display: none; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row > .video-iframe-container { display: none; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .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); }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z { border-width: 0; border-radius: 0; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .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; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;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; }#g2PZF2DalggTMvm8Zqwx58bMvkl6I9XR { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#uOXhTeMXZwVnCpfbcAMDxvTeQWhbxFTf { position:absolute;display:block;z-index:14999;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:18.9375rem;width:21.3125rem;top:0.625rem;left:1.25rem;overflow:hidden;display:block; }
#zREeA8hJ8DRhJUdzk0AaoogCkliiAFGL { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.812194824219rem;left:1.9997825622559rem;height:3.0859375rem;display:block; }
#ud9P1QaDMwsozGiuhOGS0PwXWG00prfz { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.624816894531rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#G7i4Ge5ILMPp07whkuCqi5AhG6hc2gF9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:24.937606811524rem;display:block; }
#N7tCeUWviTM0F6qVITGvKxtJaiRMJaC1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.812194824219rem;left:26.937389373779rem;height:3.0859375rem;display:block; }
#TONmkXoBiMRnyKl3CMV0PCr0NCBFi9Lx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:15.4375rem;top:2.1875rem;left:29.249675750733rem;overflow:hidden;display:block; }
#H0wFG4HEeFL5GDibEafOk5JLoNBDVJpf { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.624816894531rem;left:43.062610626221rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ZKAcTiXGWQgEK8wMsqR6yowGH1J0yHct { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1871875rem;width:23.75rem;top:0rem;left:50.5rem;display:block; }
#T6PyHgpQrvVKOgb48sbglOhOzNgpKHru { position:absolute;display:block;z-index:14999;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:17.249875rem;width:17.1245625rem;top:1.625rem;left:53.8125rem;overflow:hidden;display:block; }
#auCCRfgxZ6KS7qHh1CquOJVcsfb34K2y { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:52.5rem;height:3.0859375rem;display:block; }
#JtEPo62wfUHSHZyw08VOomcWA8vGtEDR { color:rgba(var(--color-tertiary-2),1);display:block;width:3.87478125rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:68.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i { position:relative;display:block; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i { background-color: transparent; background-image: none; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row .container > .video-iframe-container { display: none; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row > .video-iframe-container { display: none; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .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); }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i { border-width: 0; border-radius: 0; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .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; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#Xr7GTp8nlMICKBOW8bywKsAa4aA9TcED { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:0rem;display:block; }
#cthD9mx2sqyokhcXibP9LQCDcSJ5SuRT { position:absolute;display:block;z-index:14998;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:1.25rem;overflow:hidden;display:block; }
#g08WuQ7SsluZwRnRKKPB4C7li44vGHk3 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:30.625rem;left:2rem;height:3.0859375rem;display:block; }
#fAu0KvJvpu1ry2BPeqKaKfUUgDwi9RAX { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:32.4375rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#TzSCX2yxWKrFWGU0Nhn9yXlRA9OppSPz { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.75rem;left:25.625rem;display:block; }
#kepO5iOUDKvBNp2ImAyuutQp9JxmZgob { position:absolute;display:block;z-index:14990;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:18.9375rem;width:21.3125rem;top:10.375rem;left:26.875rem;overflow:hidden;display:block; }
#Tf8RiJ0kXX9hOFtBycIN6kbR154Du1hX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:30.5625rem;left:26.875rem;height:3.0859375rem;display:block; }
#ddaUulILoGlTy07i2wXRQTd9Hu3vceUB { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14988;line-height:1.3;letter-spacing:0;top:32.375rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#goFangL1UGbK3mmfcrySfdQWRWUwdFw5 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:2.5rem;left:7.75rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#Ib2nQBgVaiLy6NnUp4ycv1RwEBzyBbfN { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:51.25rem;display:block; }
#QhvgUWA6KPwbwpxARbTEJ4v0Mq5sMhNu { position:absolute;display:block;z-index:14999;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:52.5rem;overflow:hidden;display:block; }
#O8omrs2xGre0G5BG3363v90kRKg61b7s { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:30.625rem;left:53.25rem;height:3.0859375rem;display:block; }
#uAWKiSXwVDSxhApWw2wUl0JupasyP4CE { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:32.4375rem;left:69.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz { position:relative;display:block; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz { background-color: transparent; background-image: none; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row .container > .video-iframe-container { display: none; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row > .video-iframe-container { display: none; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .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); }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz { border-width: 0; border-radius: 0; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .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; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;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; }#UaIJ95Mlwo8g4ze5ca0JMpu6iOOcW3z4 { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0.625rem;left:0rem;display:block; }
#r20689ih01Jb8EnNtKrLAaHfLnpL6yaJ { position:absolute;display:block;z-index:14991;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:18.9375rem;width:21.3125rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#LCiDHGz3MXHRicdTkOIhgRSeRr6Td5f8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14990;line-height:1.3;letter-spacing:0;top:21.4375rem;left:1.25rem;height:3.0859375rem;display:block; }
#tTONblXaSanftODc21WGRHxZhuf4R3ri { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:23.25rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#oeT9WfbxLoAKZtQh872MlDNKUszv8WTU { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#zOnewyqSX51r1JaXPKgMrET7DS89Bkfq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:21.3125rem;top:1.25rem;left:26.875rem;overflow:hidden;display:block; }
#eKm9eHXiIsqKoE1X51ALGomZRDeAu4lO { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.4375rem;left:27.625rem;height:3.0859375rem;display:block; }
#laGAThffgyOTAO3UEVctGJ6TTOAuSSnn { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.25rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#rEx4G9emEkyKFWa67LKdGomZRHFAJ4kB { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0.625rem;left:51.25rem;display:block; }
#gyrTJEZ28kTFMKV8z2qtNLZxsZ4T59Ix { position:absolute;display:block;z-index:15011;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:18.9375rem;width:21.3125rem;top:1.25rem;left:52.5rem;overflow:hidden;display:block; }
#XcTEDCEJLDZHIEdHfOuJhNwwCaKVvJqA { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.4375rem;left:52.5rem;height:3.0859375rem;display:block; }
#udTwN7Fl8yVPLL4OsSRLU6Lh9hxPSaBu { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:69.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb { position:relative;display:block; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb { background-color: transparent; background-image: none; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row .container > .video-iframe-container { display: none; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row > .video-iframe-container { display: none; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .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); }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb { border-width: 0; border-radius: 0; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .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; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;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; }#ZXdqA7mtLHaXKDRBaMfr2h0A3BAReTmu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0.625rem;left:12.5rem;display:block; }
#pmsQXzZUlGfJvr5KikGbtnzHGmgub567 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:10.9375rem;top:1.96875rem;left:18.90625rem;overflow:hidden;display:block; }
#hmLumhEZU9s6xGTTThfCrLh5KEZsECgd { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.4375rem;left:14.5rem;height:3.0859375rem;display:block; }
#iSTttsN6CodCX5z5mcSDozkJtZvJr2WC { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.25rem;left:30.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#haFn2PhJtQQwnR8pmtwkBFFxAXRae3tA { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0.625rem;left:38.125rem;display:block; }
#ychOSNoO8S1TQXTlzl3LgikGuTxr71QI { position:absolute;display:block;z-index:15011;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:17.5rem;width:10.9375rem;top:1.96875rem;left:44.53125rem;overflow:hidden;display:block; }
#x2IUnOWCr1WsPcpozVpXmITvO6TdHtg8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.4375rem;left:39.375rem;height:3.0859375rem;display:block; }
#lKuMGIkGbeHvdFadBnvAhaRIoQRtdPG8 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:56.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#DdlMEwa3xLuxuzflHUFZSlSJbToINwke { position:relative;display:block; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke { background-color: transparent; background-image: none; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row .container > .video-iframe-container { display: none; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row > .video-iframe-container { display: none; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .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); }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke { border-width: 0; border-radius: 0; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .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; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#uRcepptpsR6flhfOIy6zTHloFLGi5Axc { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:0rem;display:block; }
#HA0XM5BSDAE7eLTA4WgEUcaEaRuxb9nh { position:absolute;display:block;z-index:14998;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:1.25rem;overflow:hidden;display:block; }
#Lst6mcBnObQISJ05t5nXqvgy5USVahNE { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:30.625rem;left:2rem;height:3.0859375rem;display:block; }
#sorBaEeiJTstrVZ8Ok5l0obiEqOJifAn { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:32.4375rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vv6lKE2a2860gzKd7pxzCqSvi8AyTenK { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:25.625rem;display:block; }
#RecOz3vSmvKcqSIteNzD1mhTVhCSJy9o { position:absolute;display:block;z-index:14994;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:26.875rem;overflow:hidden;display:block; }
#L7aVAVCZvPviMTCiwwBQkvKaLZGam56q { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:30.625rem;left:27.625rem;height:3.0859375rem;display:block; }
#uCITx10F6daXa1Ei2Km3x8vKdEF7XTbG { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:32.4375rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#u6xtrvIbO7cgGKBtzNoQ6nbJyNIpDg2t { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:51.25rem;display:block; }
#L7OhufOkyNIF7xlsm8AydPcwnTNRQuP8 { position:absolute;display:block;z-index:14990;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:52.5rem;overflow:hidden;display:block; }
#elsGCRI1AmEexKFHRDbBy08VLWuXQ8mG { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:30.6240234375rem;left:52.5rem;height:3.0859375rem;display:block; }
#FiCRZB3SVfXKQ93g5xAeHNnRQE0TTmT5 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14988;line-height:1.3;letter-spacing:0;top:32.4375rem;left:69.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#x3KXl0MyzxMEryqDnXuVUA82zk67g3Ug { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:2.5rem;left:12.28125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU { position:relative;display:block; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU { background-color: transparent; background-image: none; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row .container > .video-iframe-container { display: none; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row > .video-iframe-container { display: none; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .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); }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU { border-width: 0; border-radius: 0; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .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; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#alc22tvn0Edewa07IcUv9dRJbXzixaGF { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:12.8125rem;display:block; }
#dlU8dpU78RcJqhEsg15L9JtxAqQm82o5 { position:absolute;display:block;z-index:14999;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:18.9375rem;width:21.3125rem;top:0.625rem;left:14.0625rem;overflow:hidden;display:block; }
#JzUOv3gmToLhXCVvTLw0HXVha4hMsGzu { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:14.8125rem;height:3.0859375rem;display:block; }
#JXGTdTKP3FTVW0XekWdeie4gWTaMTwco { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:30.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wLEZi5ueIqOksTmDaUmZHlXGZQK32yqf { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:38.4375rem;display:block; }
#z4gvAzSvX9m9mzRCd1gAaQz3yh1lBadJ { position:absolute;display:block;z-index:14995;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:18.9375rem;width:21.3125rem;top:0.625rem;left:39.6875rem;overflow:hidden;display:block; }
#F9cIvUQyoRDqsc20NgciEcO9qUQFHMPo { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.4375rem;height:3.0859375rem;display:block; }
#IToW70wAvJQ7GmskQaqoRGw2uCZQKK21 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:22.625rem;left:56.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP { position:relative;display:block; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP { background-color: transparent; background-image: none; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row .container > .video-iframe-container { display: none; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row > .video-iframe-container { display: none; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .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); }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP { border-width: 0; border-radius: 0; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .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; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#OlIBPbuO1FxRcdxKD60D2w4REDDzTGWW { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#bJXBTI88XBlsay9EeaI4UAkaBJZBHLLc { position:absolute;display:block;z-index:14999;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:18.9375rem;width:21.3125rem;top:0.625rem;left:26.875rem;overflow:hidden;display:block; }
#JtLZWhgvLzwxS9ImozXI0enUp0VvpBoE { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:27.625rem;height:3.0859375rem;display:block; }
#I6pHw3lRzaIhNqRA9w51S1qbcv2Vl55k { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr { position:relative;display:block; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr { background-color: transparent; background-image: none; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row .container > .video-iframe-container { display: none; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row > .video-iframe-container { display: none; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .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); }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr { border-width: 0; border-radius: 0; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .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; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#HZOHGNT8DzSgvUyn6hb8oACkvinEvlPU { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:25.625rem;display:block; }
#kaeTTWuwruewaeFt2GQ7JcX2Zh10mJQp { position:absolute;display:block;z-index:14994;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:26.875rem;overflow:hidden;display:block; }
#bqh1itM0Pg12mCzbif9e350kyScWOVRJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:30.625rem;left:27.625rem;height:3.0859375rem;display:block; }
#s6P5Iq1gVeqKy4Z0QZAdTc2pOKVGutgG { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:32.4375rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#feRLl759iRlIu9quTh8ThCsge8FIDKvq { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:0rem;display:block; }
#keIG4wg22X5tHwuINTfTgQgoynvQxxeJ { position:absolute;display:block;z-index:14998;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:1.25rem;overflow:hidden;display:block; }
#AgH9vzT4NMehXEQ8puZinaBL8nVKaJlK { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:30.625rem;left:2rem;height:3.0859375rem;display:block; }
#JtNrIlsWH9FrQpq9ccCBDNRIvrb9ku1n { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:32.4375rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#N93Tg9TRcEHRikHpPlktMNExLG4uOE0F { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:51.25rem;display:block; }
#qJspV7EBS9UMHGbuBrCTyv4MXaTxbodi { position:absolute;display:block;z-index:14990;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:18.9375rem;width:21.3125rem;top:10.4375rem;left:52.5rem;overflow:hidden;display:block; }
#pUDExgNsPdZWmA89FgzrVgfl0isyT1Ur { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:30.625rem;left:53.25rem;height:3.0859375rem;display:block; }
#DKp9d1OyrgO1OkzG9M5vkLbKEVHTGTGv { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14988;line-height:1.3;letter-spacing:0;top:32.4375rem;left:69.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#iSal1zTpWr9UZrZzxWyvFDisGBez4hs4 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:2.5rem;left:9.40625rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT { position:relative;display:block; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT { background-color: transparent; background-image: none; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row .container > .video-iframe-container { display: none; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row > .video-iframe-container { display: none; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .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); }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT { border-width: 0; border-radius: 0; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .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; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#DZl92SOLucaTbaUA2JmBCT9Sc2TLNBNT { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:38.4375rem;display:block; }
#UtbnpPNJRJgwRZLdfE3MZAHQipXdPhKR { position:absolute;display:block;z-index:14995;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:18.9375rem;width:21.3125rem;top:0.625rem;left:39.6875rem;overflow:hidden;display:block; }
#kSaTGx2fBUVy6K737Gd9UybJvcarQ8aU { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.4375rem;height:3.0859375rem;display:block; }
#srTTERCi9cD2489M9e53UIdQHsLaQTGt { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:22.625rem;left:56.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#NK6Ch96JDW0z4Ihd2lhQigcXO9fcBNlF { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:12.8125rem;display:block; }
#cyDicJqhsQed90oZfc664x77oJMbNiCZ { position:absolute;display:block;z-index:14999;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:18.9375rem;width:21.3125rem;top:0.625rem;left:14.0625rem;overflow:hidden;display:block; }
#JaCRQRNXduB9BElcsJhLDHoO5KN3czNx { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:14.8125rem;height:3.0859375rem;display:block; }
#UOBT8WCrX4S78EzVn1e0UFABBe3qTUGL { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:30.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n { position:relative;display:block; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n { background-color: transparent; background-image: none; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row .container > .video-iframe-container { display: none; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row > .video-iframe-container { display: none; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .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); }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n { border-width: 0; border-radius: 0; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .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; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#GttoBmvUg0wpLduTIMcPfLTcF1SvKsrL { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#Rzu7CLkGTcr4RrQESU1OF24yl8UODFeF { position:absolute;display:block;z-index:14995;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:18.9375rem;width:21.3125rem;top:0.625rem;left:26.875rem;overflow:hidden;display:block; }
#MGRp67Qa2d6G7WDcow9rTbyFUs64EWkk { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:20.8125rem;left:27.625rem;height:3.0859375rem;display:block; }
#DzVzTGLPlkHO7rc4CfTmT55soPWBPN97 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:22.625rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#x1Uogh3oo5AV5iuNVGhFQxBlAHXeHvh4 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#aGl6FCZ0RdNgyzUIKJM9CKeVIlwMebSr { position:absolute;display:block;z-index:14999;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:18.9375rem;width:21.3125rem;top:0.625rem;left:1.25rem;overflow:hidden;display:block; }
#Qvz5gbKUa2wJCk73sty3AriImHT0rr1o { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2rem;height:3.0859375rem;display:block; }
#piqNzvMygQ1VizCt9QJNXC6huEg1aHpp { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#VAU8eZdA2i4v8OHpiJIly1nLVWElgMe2 { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#d7ZAJZ3oiPyPtJ2B7LRvaTyZCLST4URP { position:absolute;display:block;z-index:14991;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:18.9375rem;width:21.3125rem;top:0.625rem;left:52.5rem;overflow:hidden;display:block; }
#IchCB4Vzb0hvvUHFkk7OkUWVqOmDkwvM { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14990;line-height:1.3;letter-spacing:0;top:20.8125rem;left:53.25rem;height:3.0859375rem;display:block; }
#xNsRKfQG2wcV4DDqoLFix8CqRFf2tX8k { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:22.625rem;left:69.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#dEMn170XK6GqsJKF4NiViP1cKIKsaksc { position:relative;display:block; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc { background-color: transparent; background-image: none; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row .container > .video-iframe-container { display: none; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row > .video-iframe-container { display: none; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .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); }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc { border-width: 0; border-radius: 0; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .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; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#s29XXGq0ildLALOdJpMF9NVTyaTKT6Jb { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#yTgSC2kU3tQQ2eV8Dqi4chJlaVkDBTJx { position:absolute;display:block;z-index:14995;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:17rem;width:17rem;top:2.5625rem;left:29rem;overflow:hidden;display:block; }
#msCQCeZSknkih58VBgcmd3q7Qm7AmTB5 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:20.8125rem;left:27.625rem;height:3.0859375rem;display:block; }
#e45k3OouwWlWOgirhfR8Tx6z3DXl2Fbn { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:22.625rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#gW0qSuDKdz5MyxhHQc8ZS0sg0nGNs8v3 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#QJOgqQGPyTZvbvBIlBWyT9Rl5L7EcL6b { position:absolute;display:block;z-index:14999;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:16.75rem;width:17.0625rem;top:2.6875rem;left:3.353515625rem;overflow:hidden;display:block; }
#kZ7cyKICayipBMhbawrdZoWDbJQzO4Df { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2rem;height:3.0859375rem;display:block; }
#Wa1ZVtDltZ1TtbH4W5h1wr8cEoBU7S9c { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#rz0y98zG55c0Kyx8qquLGbs9viZL0If4 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#Sf0hzhdQoO8MOIE7ovsZ2KT2HkLAkpAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.625rem;left:69.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#a0aagr5Ll1OPUWe3Sr2ZVfLCKQKMGkUZ { position:absolute;display:block;z-index:14999;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:16.75rem;width:15.9375rem;top:2.6875rem;left:55.15625rem;overflow:hidden;display:block; }
#lcF5X7R7CBmmQV9kXAliCfMhKsDS7LCL { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.8125rem;left:53.25rem;height:3.0859375rem;display:block; }
#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 { position:relative;display:block; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 { background-color: transparent; background-image: none; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row .container > .video-iframe-container { display: none; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row > .video-iframe-container { display: none; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .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); }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 { border-width: 0; border-radius: 0; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .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; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#gRUxkeZW0EK5Bgy2GqzThtG6BJMiF1A4 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0rem;left:25.6875rem;display:block; }
#H3pMukSgMz5qhPbJcFFenyx7iNrJFwgg { position:absolute;display:block;z-index:14999;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:16.75rem;width:15.9375rem;top:2.6871948242188rem;left:29.040908813476rem;overflow:hidden;display:block; }
#TfgWCH9TTxQhmdc1OFFtGkSBB4mmguLf { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.812194824219rem;left:27.687284469604rem;height:3.0859375rem;display:block; }
#KSNRHbhR3eiIMVIpC6heznExCFRt5I3b { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:22.624816894531rem;left:43.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO { position:relative;display:block; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO { background-color: transparent; background-image: none; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row .container > .video-iframe-container { display: none; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row > .video-iframe-container { display: none; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .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); }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO { border-width: 0; border-radius: 0; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .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; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#s3fXoO8Hy2vVEiIpI9TaeIyymAqEUCC8 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:14.375rem;display:block; }
#dP0CtOs8TKu0J1hwEsDseWOg7twKkHiI { position:absolute;display:block;z-index:14998;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:17.5rem;width:9.875rem;top:11.875rem;left:21.8125rem;overflow:hidden;display:block; }
#qhTMgxn9tx7IAT1pb8tJUlNF5qaSUTPp { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:30.625rem;left:16.375rem;height:3.0859375rem;display:block; }
#eXXn2HzeipuVFBpFIbiLqct6KnIyd4FX { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:32.4375rem;left:32.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#E7BbRtFmem8TARQ4S8WNV0urdvgRp90v { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:40rem;display:block; }
#iCT4bCCFTCiwxJQTcBKJTgw91uHpxUOE { position:absolute;display:block;z-index:14994;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:17.3125rem;width:9.875rem;top:12rem;left:46.96875rem;overflow:hidden;display:block; }
#NxcQVqz9a1Ri6zCG3B6oAupsuCqVJtQa { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:30.625rem;left:42rem;height:3.0859375rem;display:block; }
#XbouaAztypOqBZILwFU7WEBce94cscWZ { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:32.4375rem;left:58.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bOhIivTzwtycxu4k8HpNOyHD9VJGAGfn { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:2.5rem;left:12.28125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci { position:relative;display:block; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci { background-color: transparent; background-image: none; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row .container > .video-iframe-container { display: none; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row > .video-iframe-container { display: none; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .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); }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci { border-width: 0; border-radius: 0; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .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; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.8125rem;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; }#k90vSeECZRBMxVxuNDeTle6ZHinX9JbI { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:11rem;left:25.625rem;display:block; }
#d2DvywPdsfAzn16Ql2gHglGBnPgS8muT { position:absolute;display:block;z-index:14994;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:7.5rem;width:20.75rem;top:17.9375rem;left:27.125rem;overflow:hidden;display:block; }
#Ag3Aug525rBCEefQLrH1G1zgnk2RQqrS { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:31.8125rem;left:27.625rem;height:3.0859375rem;display:block; }
#wZrEaFkX9wPe7V2L7OsTg8zrwrD3uKCp { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4358125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:2.5224609375rem;left:12.28125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#LvqGWTzMPJ6Tn3NQn4ui8ySZhNSH6BxG { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4358125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.2099609375rem;left:12.28125rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH { position:relative;display:block; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH { background-color: transparent; background-image: none; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row .container > .video-iframe-container { display: none; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row > .video-iframe-container { display: none; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .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); }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH { border-width: 0; border-radius: 0; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .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; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;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; }#sOgudmv4QDz8Id08R9vN0TBQI6w3xr00 { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:6.8125rem;left:25.625rem;display:block; }
#GddsydCkQvxEOacztxXb1RV1zpFWxJBv { position:absolute;display:block;z-index:14994;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:16.1875rem;width:16.1875rem;top:9.125rem;left:29.40625rem;overflow:hidden;display:block; }
#XVkByyT2vuqFrorEtURsgiIhJ7L9Lub1 { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:27.625rem;left:27.625rem;height:3.0859375rem;display:block; }
#vdpfUXzLMWAstCXzC3yKTJobiKkubvAb { color:rgba(var(--color-tertiary-2),1);display:block;width:50.4358125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:2.5rem;left:12.281494140625rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#PJIEV93uxqoLSSR1sOZz60CDCUxLtBTf { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:29.47500038147rem;left:43.6875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI { position:relative;display:block; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI { background-color: transparent; background-image: none; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row .container > .video-iframe-container { display: none; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row > .video-iframe-container { display: none; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .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); }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI { border-width: 0; border-radius: 0; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .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; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#k5tUDVlbe1RfTyngPqOTUDvzufbqVu8v { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:0rem;display:block; }
#raifukOI0CiEKJz064nXUiEXpyXdb6r3 { position:absolute;display:block;z-index:14998;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:16.125rem;width:16.75rem;top:12.75rem;left:3.5rem;overflow:hidden;display:block; }
#udv0GVCasMrOM72L2HTyTB3Ob9bzL8pV { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:30.625rem;left:2rem;height:3.0859375rem;display:block; }
#L6z4hk2tquFp9JFNg2TPb1AgHMPnACH7 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:32.4375rem;left:18.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#nSQDZZU3Mu8bAqNVWTWs5tSWxFBFbDOZ { position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:25.625rem;display:block; }
#oX7NuVVVnth1G7rxbSAAWQSfawkTs2gG { position:absolute;display:block;z-index:14990;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:16.25rem;width:16.9375rem;top:12.8125rem;left:29.125rem;overflow:hidden;display:block; }
#wDhbe9s2TTCtOxfJV6y5ePLPlD3gnu0x { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:30.625rem;left:27.625rem;height:3.0859375rem;display:block; }
#xdq1GfdNVkZwfgyngfXheMKzy7F0ak1h { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4375rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14988;line-height:1.3;letter-spacing:0;top:32.4375rem;left:42.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ESC4ct1TRTbxb2onvoCT4Q9VLdxGz8bc { color:rgba(var(--color-tertiary-2),1);display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;top:2.5rem;left:9.40625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#HesT8tV27LQJPDpB0JPK1q3HcCmbFq6I { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:9.8125rem;left:51.25rem;display:block; }
#f8T2CzXknnQoBwC5l94BkTSStlX3G0F8 { position:absolute;display:block;z-index:14994;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:17rem;width:13.3125rem;top:12.1875rem;left:56.375rem;overflow:hidden;display:block; }
#eVUo0X5qUVbEd1UBuMZnOEuvmv0ffUq1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:30.625rem;left:53.25rem;height:3.0859375rem;display:block; }
#goi3U7a9hfn6ID8bgEwiZCv4QUJl3svM { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4375rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:32.4375rem;left:67.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm { position:relative;display:block; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm { background-color: transparent; background-image: none; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row .container > .video-iframe-container { display: none; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row > .video-iframe-container { display: none; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .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); }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm { border-width: 0; border-radius: 0; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .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; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#ney79x1MN0oPwp48AGIqSx2dxrDMfy8M { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.25rem rgba(0,0,0,0.13) ;height:25.1875rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#tykNniLMGTUW8OiroLyvCgF5NVJwNChu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:15.9375rem;top:5.4375rem;left:28.875rem;overflow:hidden;display:block; }
#DQcITNlyKx91ePFgRvWbrkVVv0KNuZra { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:"brandon grotesque";font-size:1.1875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:21.375rem;left:27.625rem;height:3.0859375rem;display:block; }
#FDAVyK7i7ZeITiDkuchtDpRkKvzQJVWV { color:rgba(var(--color-tertiary-2),1);display:block;width:3.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:23.1875rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv { position:relative;display:block; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv { background-color: transparent; background-image: none; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container > .video-iframe-container { display: none; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row > .video-iframe-container { display: none; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .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); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv { border-width: 0; border-radius: 0; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .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; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/1d61c4ea-f9e8-4253-9152-3fff184cf60d/bg_video.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS.adaptive-delivery-prevent-bg, #uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS.lazyload, #uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS.lazyloading { background-image: none; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS > .row .container { border-width: 0; border-radius: 0; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:none; }#bsJtFw4dqwD9qPTEibVu20TVRFOQ6J6q { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:"brandon grotesque";font-size:3.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:13.25rem;height:4.22485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1hL2NIGMmxxwaBZ2XcZKpTviENRJt5u { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36rem;top:14.625rem;left:0rem;display:block; }
#KsuptvCxqNCUo7gi3Gl7Sc5nSMPLmfir { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36rem;top:14.625rem;left:37.25rem;display:block; }
#TE58s25PFNJkGiLpBNk7Gla3XyTAvXcV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36rem;top:36.125rem;left:18.625rem;display:block; }
#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container { background-color: transparent; background-image: none; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container > .video-iframe-container { display: none; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row > .video-iframe-container { display: none; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .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); }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container { border-width: 0; border-radius: 0; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#L9yrhU3cATmSTvTEZkKM6WoVBfqRLa4T { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:"campton bold";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.63720703125rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2HCxK5Ez5VVvndLur1EtmLUJE7t98uy { position:absolute;display:block;z-index:15010;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.1875rem;width:6.875rem;top:1.11181640625rem;left:8.15625rem;overflow:hidden;display:block; }
#kZ6PcDt049bOBU1acnkkMpI4zKl8vscf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.4375rem;left:68.375rem;overflow:hidden;display:block; }
#LOVR7TuZry9QpieRwAIPTbTs0obcq6SO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.4375rem;left:72rem;overflow:hidden;display:block; }
#TEZgwznoTU9PHTb8JQVuOOh6cFTDyKBE { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #TEZgwznoTU9PHTb8JQVuOOh6cFTDyKBE > .row .container { position:relative;display:block; }#REhRO1l9IDf0aWrthTeXr7RuezFcLoOo { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #REhRO1l9IDf0aWrthTeXr7RuezFcLoOo > .row .container { position:relative;display:none; }#DXv14DusnJ5Jd9ltQJiuRNUCqpSlq05a { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #DXv14DusnJ5Jd9ltQJiuRNUCqpSlq05a > .row .container { position:relative;display:none; }#PbekFARK5bt04mGBS1eEu2ZRg2iPOy98 { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #PbekFARK5bt04mGBS1eEu2ZRg2iPOy98 > .row .container { position:relative;display:none; }#ZuP0Eanl4FEkoaQhtOBMAAAbuha1GooM { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #ZuP0Eanl4FEkoaQhtOBMAAAbuha1GooM > .row .container { position:relative;display:none; }#NX76qOxuOUfzgbM9ewelpaUkipq6Otoi { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #NX76qOxuOUfzgbM9ewelpaUkipq6Otoi > .row .container { position:relative;display:none; }#SDk0wu1xFhTx1aiSDFNNkWaZ1IfmcJ9J { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #SDk0wu1xFhTx1aiSDFNNkWaZ1IfmcJ9J > .row .container { position:relative;display:none; }#aSdW3Ee517LFxw7HnKKVLCXsumGxC332 { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #aSdW3Ee517LFxw7HnKKVLCXsumGxC332 > .row .container { position:relative;display:none; }#O0q4tAhfJSrBBIyfoiTvLMtE1nuQiBXr { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #O0q4tAhfJSrBBIyfoiTvLMtE1nuQiBXr > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QSLdfnwXC7tp5Z30pbfoKIxbulM9BeWt { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #QSLdfnwXC7tp5Z30pbfoKIxbulM9BeWt > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #zMoaTFAUWPkzOy0wpVZeHafCWElyrWyA { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #zMoaTFAUWPkzOy0wpVZeHafCWElyrWyA > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NuUvAIbHi1r29KuTWZtsrC1iR4zO4b5U { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #NuUvAIbHi1r29KuTWZtsrC1iR4zO4b5U > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #rP0x999ZbyI6cTfiTpUK7qtXJKz90Q8o { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #rP0x999ZbyI6cTfiTpUK7qtXJKz90Q8o > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #tnLzNL6EIcncI8m4zEQ42FNoHmFKInpv { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #tnLzNL6EIcncI8m4zEQ42FNoHmFKInpv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDXvJThRVogQb2UFpb0Q9dN3pOXFvSaG { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #QDXvJThRVogQb2UFpb0Q9dN3pOXFvSaG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABfA267TBzHC1ho4A6Md0tVFlruGtGme { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ABfA267TBzHC1ho4A6Md0tVFlruGtGme > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR98N5QFlwHE321MsTrRU8xERkayQy6E { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #WR98N5QFlwHE321MsTrRU8xERkayQy6E > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJod8kShhktxT98OvZPz8u12XZ9zVenC { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #tJod8kShhktxT98OvZPz8u12XZ9zVenC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF { display:block; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh8J5NRyBweyD6KWB7NvNrl7rmc5nhcb { top:39.375rem;left:0rem;width:47.75rem;height:21.4875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ3GmEvul7sSbmob56QgVFIxvESM1L2X { top:39.1875rem;left:0rem;width:22.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNAOT6hO4sf52pxef1esSavLc7nCTerz { display:block; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RstbQNAC3Zv8ozFVe4PSe4QDKoKaxkt1 { top:5.75rem;left:0rem;width:47.75rem;height:37.748722860792rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDzxJkX9c9Qr04GPUwhS01GO0tdtwGth { top:9.8125rem;left:0rem;width:47.75rem;height:31.734164070613rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cVz8wA2NhERMThht04KXb0A54CdyyK { top:46.9375rem;left:0rem;width:47.75rem;height:7.3528079710145rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5oU9vuGecVTC7RfyKtLG4C2OovnPMVN { top:60.875rem;left:0rem;width:47.75rem;height:26.809036144578rem;display:block; }
 }@media only screen and (max-width: 763px) { #PioZ9FRuVTA98La74NhrOTBCTaBkUE94 { top:59.3125rem;left:0rem;width:47.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg { display:block; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9evEKc4JGR6t5kTHtSTzis37MPCBFsd { top:4.1875rem;left:12.28125rem;width:23.1875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 { display:block; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTvyzsls2csTTcxe89IyBZnG0dWm88XO { top:3.5625rem;left:0rem;width:39.6875rem;height:4.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBxnU00TMvLFIteDQMw2vMdCoZ1anJTP { width:29.875rem;height:3.4375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3f24EETd7ab0gIpBFUAdtOmlf9pAEyo { display:block; }
 }@media only screen and (max-width: 763px) { #lTxs09F3vbC1rTg3bbyO17SuPUDxqo1D { top:3.3125rem;left:21.833530041099rem;width:13.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbnuak9faAsKDyzQuAQolHH5d8eTN8m { top:7.5625rem;left:0rem;width:32.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3RuehrCnp1oikWsAe0Gxr9HA4STQv4w { top:6.25rem;left:4.9375rem;width:42.8125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDtbWDmRHOpZhHmyzwaH8kuGxdLpCgN { top:9.8125rem;left:37.5rem;width:10.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvDv1ovAhxzg7hpuwFTz69SNA3lHVKT { top:12.4375rem;left:0rem;width:30.8125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ { display:block; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxQxyxsmPHDtI8N4MV3sQ6y2frJG16oE { top:4.3125rem;left:24.5625rem;width:23.1875rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBHDwH6yNkevmgSTvwX1eSNyhbQqVytx { top:10.3125rem;left:23.9375rem;width:23.8125rem;height:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcSmRA4HEA8JRDMt0WlSvbwxFQ8qq1J { width:14.625rem;height:3.4375rem;top:27.3125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzkrli9ENynazOMU50uZGCs2G3M0zqNg { display:block; }
 }@media only screen and (max-width: 763px) { #qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG { display:block; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMH2k5eXD0IEGADXF8rhWez93JsX8FB6 { top:11.6875rem;left:0rem;width:32.3125rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeHUuQqd7FPbs69IXqqa9MVzWmV86mEH { top:17.6875rem;left:0rem;width:26.1875rem;height:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCR1vk60inT46TOr70i8Kut0UVegHUT { width:14.625rem;height:3.4375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSyIgPuwPwg9kypHTUNSzkXpAovIJEMg { display:block; }
 }@media only screen and (max-width: 763px) { #TBMtcAMdMTeEJttNODJSgFT239KsTAp4 { display:block; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlTMEBMfTlzA1lOwc5s6H1RkE8N5nyAF { top:8.875rem;left:22.0625rem;width:25.6875rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT76B9bAfCEvFwXMZgX5NIXI2JAgxnzh { top:15.3125rem;left:22.8125rem;width:24.9375rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfSOSkJuDVx0TTaBGJAKpoGfCLG2SUBK { width:14.625rem;height:3.4375rem;top:30.625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3HMlpPeAwwSM45CPHhXgB09XnPLXtux { display:block; }
 }@media only screen and (max-width: 763px) { #rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ { display:block; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxarZ9nbnJArrPTPO9QCRUFSZnZXgDgX { top:8.4375rem;left:0rem;width:32.3125rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTxJTLzIShqAxIawttAEciAAn4Rnk1am { top:14.5rem;left:0rem;width:23.0625rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akhmmEsfSBxKFEqf5llRTenxst448CvL { width:14.625rem;height:3.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svp6fJzA3GHMKZvgkyxba0IGdJWGRvO6 { display:block; }
 }@media only screen and (max-width: 763px) { #Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 { display:block; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlT46qXkACZ2F3y8QwJ5lvWiFIc2Qg9U { top:7rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAmU1tuSmZV7yomgfhlIzxiT2of8SwVt { width:7rem;height:2.8125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfW3L8xFwwPonBQliaMlwFsC8fO4KLcW { display:block; }
 }@media only screen and (max-width: 763px) { #LrAJAP70dWofK0wTsxdAExWxnEIXeTgd { width:12.125rem;height:2.8125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVwy75sixJrOOdwAkSrib5IdVTqTaMHw { display:block; }
 }@media only screen and (max-width: 763px) { #pRK2StEOa4PtmQzTfi9gpnfpII7QZFKZ { width:10.625rem;height:2.8125rem;top:12.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEWkTWAAR8ko0y7OXnLdPCn5OJ20yh3M { display:block; }
 }@media only screen and (max-width: 763px) { #Gfkf500cZoOZZgzhFVillVU2yQ4T6ZM7 { width:11rem;height:2.8125rem;top:12.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvZhpTCkTkuR8MbvEsZVFbHW6ww7Kc7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZJzdeWMDTsPH9aHiguOivfvAvucIUCZZ { width:12.875rem;height:2.8125rem;top:12.8125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv15WqTAvfbW5VJVpicWDXDzWrkPq5qP { display:block; }
 }@media only screen and (max-width: 763px) { #LS0rOKc5eBsBLwLOmkEPGqguxCkFaVTx { width:7.125rem;height:2.8125rem;top:12.8125rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iydEqDmG1R8ViSKkQb2e909H9NVrQQzc { display:block; }
 }@media only screen and (max-width: 763px) { #RqCGTfhFOMkLN9RzOUEyV26TIW9T1PTQ { width:8.1875rem;height:2.8125rem;top:16.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSH63XAO19A2yOkvGgLPZfS7TVhv0gIc { display:block; }
 }@media only screen and (max-width: 763px) { #IQGcgs02Jlfr5IhqAbEcXrXwn0EIHzKZ { width:8.1875rem;height:2.8125rem;top:16.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWMwLmPXaaomEMa9ZCz8LonIVVJc4OMT { display:block; }
 }@media only screen and (max-width: 763px) { #T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh { display:block; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzXdZLkrZy0tL4DG6Z18C1pC6p2CsHF2 { top:9.8125rem;left:0.125rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmXzGZZBJegC7tGhzc23SI643cAqgU2 { top:30.625rem;left:8.375rem;width:12.4375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUchOAbTddxVBnaw2bmtKAWenL0qVvT0 { top:32.4375rem;left:20rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJB24tq6fPJMIkNBbR19eaxfbusEFpNF { top:10.4375rem;left:2.5625rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N94OCTGzsOWgZavaQ8m88aO9JMl0Z8TK { top:9.8125rem;left:23.875rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOHR9cliCvwIAn3ir1xy5IETy4nsepO { top:10.4375rem;left:23.875rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10kXTNfRQ8fmLAENUFyXOmJ8E9KNmS7 { top:30.625rem;left:23.875rem;width:12.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEQqTizMh87lwB8A8B1yTNCSEkqnVOJD { top:32.4375rem;left:35.9375rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3WA4ZHyZZbTuuAldGGR5xLvSP3xAeS { top:2.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR { display:block; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hhxg0fIIg4b6z7gX4Ppte2MSwbTxDcpR { top:0rem;left:0rem;width:23.75rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEUdHfN6HnTqF26iTuz9945nCK2bF5t { top:28.4375rem;left:5.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPaFcpGGaHwoZb7ddastMh11IJetUsv2 { top:26.625rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EczNqoTRHuJLn9rQbtuymqo6cM9PrkRl { top:0rem;left:0rem;width:16.3125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLTmiAhMVPcuBqRuzNXBXHM5mRsf0bz { top:0rem;left:12rem;width:23.75rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkCZwzWS10A14KuN5G45ky2VHA3c0T3 { top:26.625rem;left:14rem;width:12.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPutlQ47SIyxTS0SWKdTsf25Icu7iCyd { top:28.4375rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7CNK0FH378ZWTZnSOm4rEDB8DzHWXM { top:0rem;left:24rem;width:23.75rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFsTJsTKp367qMS3iNWFaBZp8Ofnffzs { top:0rem;left:31.4375rem;width:16.3125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1OboMvEtBuxKnp9Rw30vyFW17TsZR2 { top:26.625rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1S8DJ6HaZlK9r7wLa8qN9tu8zJkDxy { top:28.4375rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdoCBAaAETVLlF4hvIec0mxqeSxmZBQl { top:0rem;left:14.65625rem;width:17.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z { display:block; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2PZF2DalggTMvm8Zqwx58bMvkl6I9XR { top:0rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOXhTeMXZwVnCpfbcAMDxvTeQWhbxFTf { top:0.625rem;left:0rem;width:21.3125rem;height:18.9372985692rem;display:block; }
 }@media only screen and (max-width: 763px) { #zREeA8hJ8DRhJUdzk0AaoogCkliiAFGL { top:20.75rem;left:0rem;width:15.125rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud9P1QaDMwsozGiuhOGS0PwXWG00prfz { top:22.5625rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7i4Ge5ILMPp07whkuCqi5AhG6hc2gF9 { top:0rem;left:11.312606811524rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7tCeUWviTM0F6qVITGvKxtJaiRMJaC1 { top:20.75rem;left:13.312389373779rem;width:12.4375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONmkXoBiMRnyKl3CMV0PCr0NCBFi9Lx { top:2.1875rem;left:15.624675750733rem;width:15.4375rem;height:18.937417509119rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wFG4HEeFL5GDibEafOk5JLoNBDVJpf { top:22.5625rem;left:29.437610626221rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAcTiXGWQgEK8wMsqR6yowGH1J0yHct { top:0rem;left:24rem;width:23.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PyHgpQrvVKOgb48sbglOhOzNgpKHru { top:1.625rem;left:30.6875rem;width:17.0625rem;height:17.187358344921rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCCRfgxZ6KS7qHh1CquOJVcsfb34K2y { top:20.8125rem;left:38rem;width:9.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtEPo62wfUHSHZyw08VOomcWA8vGtEDR { top:22.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i { display:block; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr7GTp8nlMICKBOW8bywKsAa4aA9TcED { top:9.8125rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthD9mx2sqyokhcXibP9LQCDcSJ5SuRT { top:10.4375rem;left:0rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08WuQ7SsluZwRnRKKPB4C7li44vGHk3 { top:30.625rem;left:0rem;width:14.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAu0KvJvpu1ry2BPeqKaKfUUgDwi9RAX { top:32.4375rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSCX2yxWKrFWGU0Nhn9yXlRA9OppSPz { top:9.75rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kepO5iOUDKvBNp2ImAyuutQp9JxmZgob { top:10.375rem;left:13.25rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8RiJ0kXX9hOFtBycIN6kbR154Du1hX { top:30.5625rem;left:13.25rem;width:15.125rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddaUulILoGlTy07i2wXRQTd9Hu3vceUB { top:32.375rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFangL1UGbK3mmfcrySfdQWRWUwdFw5 { top:2.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2nQBgVaiLy6NnUp4ycv1RwEBzyBbfN { top:9.8125rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhvgUWA6KPwbwpxARbTEJ4v0Mq5sMhNu { top:10.4375rem;left:26.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8omrs2xGre0G5BG3363v90kRKg61b7s { top:30.625rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAWKiSXwVDSxhApWw2wUl0JupasyP4CE { top:32.4375rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz { display:block; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaIJ95Mlwo8g4ze5ca0JMpu6iOOcW3z4 { top:0.625rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20689ih01Jb8EnNtKrLAaHfLnpL6yaJ { top:1.25rem;left:0rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiDHGz3MXHRicdTkOIhgRSeRr6Td5f8 { top:21.4375rem;left:0rem;width:13.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTONblXaSanftODc21WGRHxZhuf4R3ri { top:23.25rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeT9WfbxLoAKZtQh872MlDNKUszv8WTU { top:0.625rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOnewyqSX51r1JaXPKgMrET7DS89Bkfq { top:1.25rem;left:13.25rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKm9eHXiIsqKoE1X51ALGomZRDeAu4lO { top:21.4375rem;left:14rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laGAThffgyOTAO3UEVctGJ6TTOAuSSnn { top:23.25rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEx4G9emEkyKFWa67LKdGomZRHFAJ4kB { top:0.625rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyrTJEZ28kTFMKV8z2qtNLZxsZ4T59Ix { top:1.25rem;left:26.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTEDCEJLDZHIEdHfOuJhNwwCaKVvJqA { top:21.4375rem;left:34.25rem;width:13.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTwN7Fl8yVPLL4OsSRLU6Lh9hxPSaBu { top:23.25rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb { display:block; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXdqA7mtLHaXKDRBaMfr2h0A3BAReTmu { top:0.625rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmsQXzZUlGfJvr5KikGbtnzHGmgub567 { top:1.9375rem;left:5.28125rem;width:10.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLumhEZU9s6xGTTThfCrLh5KEZsECgd { top:21.4375rem;left:0.875rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTttsN6CodCX5z5mcSDozkJtZvJr2WC { top:23.25rem;left:17rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haFn2PhJtQQwnR8pmtwkBFFxAXRae3tA { top:0.625rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ychOSNoO8S1TQXTlzl3LgikGuTxr71QI { top:1.9375rem;left:30.90625rem;width:10.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2IUnOWCr1WsPcpozVpXmITvO6TdHtg8 { top:21.4375rem;left:25.75rem;width:15.1875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKuMGIkGbeHvdFadBnvAhaRIoQRtdPG8 { top:23.25rem;left:42.625rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlMEwa3xLuxuzflHUFZSlSJbToINwke { display:block; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRcepptpsR6flhfOIy6zTHloFLGi5Axc { top:9.8125rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA0XM5BSDAE7eLTA4WgEUcaEaRuxb9nh { top:10.4375rem;left:0rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lst6mcBnObQISJ05t5nXqvgy5USVahNE { top:30.625rem;left:0rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sorBaEeiJTstrVZ8Ok5l0obiEqOJifAn { top:32.4375rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv6lKE2a2860gzKd7pxzCqSvi8AyTenK { top:9.8125rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RecOz3vSmvKcqSIteNzD1mhTVhCSJy9o { top:10.4375rem;left:13.25rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7aVAVCZvPviMTCiwwBQkvKaLZGam56q { top:30.625rem;left:14rem;width:15.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCITx10F6daXa1Ei2Km3x8vKdEF7XTbG { top:32.4375rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6xtrvIbO7cgGKBtzNoQ6nbJyNIpDg2t { top:9.8125rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OhufOkyNIF7xlsm8AydPcwnTNRQuP8 { top:10.4375rem;left:26.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsGCRI1AmEexKFHRDbBy08VLWuXQ8mG { top:30.5625rem;left:34.25rem;width:13.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCRZB3SVfXKQ93g5xAeHNnRQE0TTmT5 { top:32.4375rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KXl0MyzxMEryqDnXuVUA82zk67g3Ug { top:2.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU { display:block; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alc22tvn0Edewa07IcUv9dRJbXzixaGF { top:0rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlU8dpU78RcJqhEsg15L9JtxAqQm82o5 { top:0.625rem;left:0.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUOv3gmToLhXCVvTLw0HXVha4hMsGzu { top:20.8125rem;left:1.1875rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXGTdTKP3FTVW0XekWdeie4gWTaMTwco { top:22.625rem;left:17.3125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEZi5ueIqOksTmDaUmZHlXGZQK32yqf { top:0rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4gvAzSvX9m9mzRCd1gAaQz3yh1lBadJ { top:0.625rem;left:26.0625rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9cIvUQyoRDqsc20NgciEcO9qUQFHMPo { top:20.8125rem;left:26.8125rem;width:15.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToW70wAvJQ7GmskQaqoRGw2uCZQKK21 { top:22.625rem;left:42.9375rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlzuIbarzHdAypkzM4zbigBFwOkwiCAP { display:block; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlIBPbuO1FxRcdxKD60D2w4REDDzTGWW { top:0rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJXBTI88XBlsay9EeaI4UAkaBJZBHLLc { top:0.625rem;left:13.25rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtLZWhgvLzwxS9ImozXI0enUp0VvpBoE { top:20.8125rem;left:14rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pHw3lRzaIhNqRA9w51S1qbcv2Vl55k { top:22.625rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr { display:block; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZOHGNT8DzSgvUyn6hb8oACkvinEvlPU { top:9.8125rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaeTTWuwruewaeFt2GQ7JcX2Zh10mJQp { top:10.4375rem;left:13.25rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqh1itM0Pg12mCzbif9e350kyScWOVRJ { top:30.625rem;left:14rem;width:15rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6P5Iq1gVeqKy4Z0QZAdTc2pOKVGutgG { top:32.4375rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feRLl759iRlIu9quTh8ThCsge8FIDKvq { top:9.8125rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keIG4wg22X5tHwuINTfTgQgoynvQxxeJ { top:10.4375rem;left:0rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgH9vzT4NMehXEQ8puZinaBL8nVKaJlK { top:30.625rem;left:0rem;width:15rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtNrIlsWH9FrQpq9ccCBDNRIvrb9ku1n { top:32.4375rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93Tg9TRcEHRikHpPlktMNExLG4uOE0F { top:9.8125rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJspV7EBS9UMHGbuBrCTyv4MXaTxbodi { top:10.4375rem;left:26.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDExgNsPdZWmA89FgzrVgfl0isyT1Ur { top:30.625rem;left:35rem;width:12.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKp9d1OyrgO1OkzG9M5vkLbKEVHTGTGv { top:32.4375rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSal1zTpWr9UZrZzxWyvFDisGBez4hs4 { top:2.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT { display:block; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZl92SOLucaTbaUA2JmBCT9Sc2TLNBNT { top:0rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtbnpPNJRJgwRZLdfE3MZAHQipXdPhKR { top:0.625rem;left:26.0625rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSaTGx2fBUVy6K737Gd9UybJvcarQ8aU { top:20.8125rem;left:26.8125rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTTERCi9cD2489M9e53UIdQHsLaQTGt { top:22.625rem;left:42.9375rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK6Ch96JDW0z4Ihd2lhQigcXO9fcBNlF { top:0rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyDicJqhsQed90oZfc664x77oJMbNiCZ { top:0.625rem;left:0.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaCRQRNXduB9BElcsJhLDHoO5KN3czNx { top:20.8125rem;left:1.1875rem;width:15rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOBT8WCrX4S78EzVn1e0UFABBe3qTUGL { top:22.625rem;left:17.3125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5mJin5PaWPZCncaFDZ9Mwacegyxef5n { display:block; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GttoBmvUg0wpLduTIMcPfLTcF1SvKsrL { top:0rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzu7CLkGTcr4RrQESU1OF24yl8UODFeF { top:0.625rem;left:13.25rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGRp67Qa2d6G7WDcow9rTbyFUs64EWkk { top:20.8125rem;left:14rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzVzTGLPlkHO7rc4CfTmT55soPWBPN97 { top:22.625rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Uogh3oo5AV5iuNVGhFQxBlAHXeHvh4 { top:0rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGl6FCZ0RdNgyzUIKJM9CKeVIlwMebSr { top:0.625rem;left:0rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvz5gbKUa2wJCk73sty3AriImHT0rr1o { top:20.8125rem;left:0rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqNzvMygQ1VizCt9QJNXC6huEg1aHpp { top:22.625rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAU8eZdA2i4v8OHpiJIly1nLVWElgMe2 { top:0rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZAJZ3oiPyPtJ2B7LRvaTyZCLST4URP { top:0.625rem;left:26.4375rem;width:21.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IchCB4Vzb0hvvUHFkk7OkUWVqOmDkwvM { top:20.8125rem;left:32.75rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNsRKfQG2wcV4DDqoLFix8CqRFf2tX8k { top:22.625rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMn170XK6GqsJKF4NiViP1cKIKsaksc { display:block; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s29XXGq0ildLALOdJpMF9NVTyaTKT6Jb { top:0rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgSC2kU3tQQ2eV8Dqi4chJlaVkDBTJx { top:2.5625rem;left:15.375rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #msCQCeZSknkih58VBgcmd3q7Qm7AmTB5 { top:20.8125rem;left:14rem;width:13.5rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45k3OouwWlWOgirhfR8Tx6z3DXl2Fbn { top:22.625rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0qSuDKdz5MyxhHQc8ZS0sg0nGNs8v3 { top:0rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJOgqQGPyTZvbvBIlBWyT9Rl5L7EcL6b { top:2.6875rem;left:0rem;width:17.0625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7cyKICayipBMhbawrdZoWDbJQzO4Df { top:20.8125rem;left:0rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa1ZVtDltZ1TtbH4W5h1wr8cEoBU7S9c { top:22.625rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz0y98zG55c0Kyx8qquLGbs9viZL0If4 { top:0rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf0hzhdQoO8MOIE7ovsZ2KT2HkLAkpAQ { top:22.625rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0aagr5Ll1OPUWe3Sr2ZVfLCKQKMGkUZ { top:2.6875rem;left:31.8125rem;width:15.9375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcF5X7R7CBmmQV9kXAliCfMhKsDS7LCL { top:20.8125rem;left:32.75rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 { display:block; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRUxkeZW0EK5Bgy2GqzThtG6BJMiF1A4 { top:0rem;left:12.0625rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3pMukSgMz5qhPbJcFFenyx7iNrJFwgg { top:2.625rem;left:15.415908813476rem;width:15.9375rem;height:16.7496875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgWCH9TTxQhmdc1OFFtGkSBB4mmguLf { top:20.75rem;left:14.062284469604rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSNRHbhR3eiIMVIpC6heznExCFRt5I3b { top:22.5625rem;left:30.1875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO { display:block; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3fXoO8Hy2vVEiIpI9TaeIyymAqEUCC8 { top:9.8125rem;left:0.75rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP0CtOs8TKu0J1hwEsDseWOg7twKkHiI { top:11.875rem;left:8.1875rem;width:9.875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTMgxn9tx7IAT1pb8tJUlNF5qaSUTPp { top:30.625rem;left:2.75rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXXn2HzeipuVFBpFIbiLqct6KnIyd4FX { top:32.4375rem;left:18.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7BbRtFmem8TARQ4S8WNV0urdvgRp90v { top:9.8125rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT4bCCFTCiwxJQTcBKJTgw91uHpxUOE { top:12rem;left:33.34375rem;width:9.875rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxcQVqz9a1Ri6zCG3B6oAupsuCqVJtQa { top:30.625rem;left:28.375rem;width:15.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbouaAztypOqBZILwFU7WEBce94cscWZ { top:32.4375rem;left:43.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhIivTzwtycxu4k8HpNOyHD9VJGAGfn { top:2.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci { display:block; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k90vSeECZRBMxVxuNDeTle6ZHinX9JbI { top:11rem;left:12rem;width:23.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2DvywPdsfAzn16Ql2gHglGBnPgS8muT { top:17.9375rem;left:13.5rem;width:20.6875rem;height:7.4774096385544rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag3Aug525rBCEefQLrH1G1zgnk2RQqrS { top:31.8125rem;left:14rem;width:15.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrEaFkX9wPe7V2L7OsTg8zrwrD3uKCp { top:2.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvqGWTzMPJ6Tn3NQn4ui8ySZhNSH6BxG { top:5.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH { display:block; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOgudmv4QDz8Id08R9vN0TBQI6w3xr00 { top:6.8125rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GddsydCkQvxEOacztxXb1RV1zpFWxJBv { top:9.125rem;left:15.78125rem;width:16.1875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVkByyT2vuqFrorEtURsgiIhJ7L9Lub1 { top:27.625rem;left:14rem;width:16rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdpfUXzLMWAstCXzC3yKTJobiKkubvAb { top:2.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJIEV93uxqoLSSR1sOZz60CDCUxLtBTf { top:29.4375rem;left:30.0625rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI { display:block; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5tUDVlbe1RfTyngPqOTUDvzufbqVu8v { top:9.8125rem;left:0rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raifukOI0CiEKJz064nXUiEXpyXdb6r3 { top:12.75rem;left:0rem;width:16.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udv0GVCasMrOM72L2HTyTB3Ob9bzL8pV { top:30.625rem;left:0rem;width:13.875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6z4hk2tquFp9JFNg2TPb1AgHMPnACH7 { top:32.4375rem;left:4.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQDZZU3Mu8bAqNVWTWs5tSWxFBFbDOZ { top:9.8125rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX7NuVVVnth1G7rxbSAAWQSfawkTs2gG { top:12.8125rem;left:15.5rem;width:16.9375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhbe9s2TTCtOxfJV6y5ePLPlD3gnu0x { top:30.625rem;left:14rem;width:12.5625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdq1GfdNVkZwfgyngfXheMKzy7F0ak1h { top:32.4375rem;left:28.5625rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESC4ct1TRTbxb2onvoCT4Q9VLdxGz8bc { top:2.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HesT8tV27LQJPDpB0JPK1q3HcCmbFq6I { top:9.8125rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8T2CzXknnQoBwC5l94BkTSStlX3G0F8 { top:12.1875rem;left:34.4375rem;width:13.3125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUo0X5qUVbEd1UBuMZnOEuvmv0ffUq1 { top:30.625rem;left:35.5rem;width:12.25rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goi3U7a9hfn6ID8bgEwiZCv4QUJl3svM { top:32.4375rem;left:42.3125rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm { display:block; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ney79x1MN0oPwp48AGIqSx2dxrDMfy8M { top:0.625rem;left:12rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tykNniLMGTUW8OiroLyvCgF5NVJwNChu { top:5.4375rem;left:15.25rem;width:15.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQcITNlyKx91ePFgRvWbrkVVv0KNuZra { top:21.375rem;left:14rem;width:15rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDAVyK7i7ZeITiDkuchtDpRkKvzQJVWV { top:23.1875rem;left:30.125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #le8T5qnrifJTJUMi4Fe49ruzV79oeDuv { display:block; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS { display:block; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsJtFw4dqwD9qPTEibVu20TVRFOQ6J6q { top:5.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hL2NIGMmxxwaBZ2XcZKpTviENRJt5u { top:14.625rem;left:0rem;width:36rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuptvCxqNCUo7gi3Gl7Sc5nSMPLmfir { top:14.625rem;left:11.75rem;width:36rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE58s25PFNJkGiLpBNk7Gla3XyTAvXcV { top:36.125rem;left:5rem;width:36rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 { display:block; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9yrhU3cATmSTvTEZkKM6WoVBfqRLa4T { top:1.625rem;left:0rem;width:10.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2HCxK5Ez5VVvndLur1EtmLUJE7t98uy { top:1.0625rem;left:0rem;width:6.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6PcDt049bOBU1acnkkMpI4zKl8vscf { top:1.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOVR7TuZry9QpieRwAIPTbTs0obcq6SO { top:1.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZgwznoTU9PHTb8JQVuOOh6cFTDyKBE { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #TEZgwznoTU9PHTb8JQVuOOh6cFTDyKBE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #REhRO1l9IDf0aWrthTeXr7RuezFcLoOo { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #REhRO1l9IDf0aWrthTeXr7RuezFcLoOo > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #DXv14DusnJ5Jd9ltQJiuRNUCqpSlq05a { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #DXv14DusnJ5Jd9ltQJiuRNUCqpSlq05a > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #PbekFARK5bt04mGBS1eEu2ZRg2iPOy98 { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #PbekFARK5bt04mGBS1eEu2ZRg2iPOy98 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZuP0Eanl4FEkoaQhtOBMAAAbuha1GooM { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #ZuP0Eanl4FEkoaQhtOBMAAAbuha1GooM > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NX76qOxuOUfzgbM9ewelpaUkipq6Otoi { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #NX76qOxuOUfzgbM9ewelpaUkipq6Otoi > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #SDk0wu1xFhTx1aiSDFNNkWaZ1IfmcJ9J { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #SDk0wu1xFhTx1aiSDFNNkWaZ1IfmcJ9J > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #aSdW3Ee517LFxw7HnKKVLCXsumGxC332 { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #aSdW3Ee517LFxw7HnKKVLCXsumGxC332 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #O0q4tAhfJSrBBIyfoiTvLMtE1nuQiBXr { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #O0q4tAhfJSrBBIyfoiTvLMtE1nuQiBXr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QSLdfnwXC7tp5Z30pbfoKIxbulM9BeWt { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #QSLdfnwXC7tp5Z30pbfoKIxbulM9BeWt > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMoaTFAUWPkzOy0wpVZeHafCWElyrWyA { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #zMoaTFAUWPkzOy0wpVZeHafCWElyrWyA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuUvAIbHi1r29KuTWZtsrC1iR4zO4b5U { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #NuUvAIbHi1r29KuTWZtsrC1iR4zO4b5U > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP0x999ZbyI6cTfiTpUK7qtXJKz90Q8o { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #rP0x999ZbyI6cTfiTpUK7qtXJKz90Q8o > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnLzNL6EIcncI8m4zEQ42FNoHmFKInpv { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #tnLzNL6EIcncI8m4zEQ42FNoHmFKInpv > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #QDXvJThRVogQb2UFpb0Q9dN3pOXFvSaG { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #QDXvJThRVogQb2UFpb0Q9dN3pOXFvSaG > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ABfA267TBzHC1ho4A6Md0tVFlruGtGme { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ABfA267TBzHC1ho4A6Md0tVFlruGtGme > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR98N5QFlwHE321MsTrRU8xERkayQy6E { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #WR98N5QFlwHE321MsTrRU8xERkayQy6E > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #tJod8kShhktxT98OvZPz8u12XZ9zVenC { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #tJod8kShhktxT98OvZPz8u12XZ9zVenC > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF { background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/c0eb50dd-8ff7-4ab1-9396-c6d421088b67/Bg_mobiledeli.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF.adaptive-delivery-prevent-bg, #aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF.lazyload, #aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF.lazyloading { background-image: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { background-color: transparent; background-image: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container > .video-iframe-container { display: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row > .video-iframe-container { display: none; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .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); }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { border-width: 0; border-radius: 0; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqzZX6fLmEggsT6IXcXRZi8GcpbiFnyF > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh8J5NRyBweyD6KWB7NvNrl7rmc5nhcb { width:20rem;height:9rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ3GmEvul7sSbmob56QgVFIxvESM1L2X { width:11rem;height:2.375rem;top:16.619781494141rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNAOT6hO4sf52pxef1esSavLc7nCTerz { display:block; }#VNAOT6hO4sf52pxef1esSavLc7nCTerz > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RstbQNAC3Zv8ozFVe4PSe4QDKoKaxkt1 { width:20rem;height:15.81098339719rem;top:2.0416650772095rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDzxJkX9c9Qr04GPUwhS01GO0tdtwGth { width:20rem;height:13.291796469367rem;top:2.3854169845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cVz8wA2NhERMThht04KXb0A54CdyyK { width:20rem;height:3.0797101449275rem;top:14.822916984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5oU9vuGecVTC7RfyKtLG4C2OovnPMVN { height:10.5625rem;width:19.1875rem;top:20.255207061767rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PioZ9FRuVTA98La74NhrOTBCTaBkUE94 { width:20rem;height:11.5625rem;top:19.755208015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg { display:block; }#PdDrpkORc3t6IAhArCK2Ld7nB5c9PnTg > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9evEKc4JGR6t5kTHtSTzis37MPCBFsd { width:20rem;height:3.200075rem;top:3.087890625rem;left:0rem;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 { background-color:transparent;background-image:none;display:block; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container { background-color: transparent; background-image: none; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container > .video-iframe-container { display: none; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row > .video-iframe-container { display: none; }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .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); }#urU0Fx7EnQyq2yJOiaGlTBydXMDD2Tx6 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTvyzsls2csTTcxe89IyBZnG0dWm88XO { width:20rem;height:3.1rem;top:0rem;left:0rem;font-size:1.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBxnU00TMvLFIteDQMw2vMdCoZ1anJTP { width:20rem;height:3.4375rem;top:38.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3f24EETd7ab0gIpBFUAdtOmlf9pAEyo { display:block; }
 }@media only screen and (max-width: 763px) { #lTxs09F3vbC1rTg3bbyO17SuPUDxqo1D { width:5.625rem;height:10.75rem;top:5.1875rem;left:-0.83437538146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbnuak9faAsKDyzQuAQolHH5d8eTN8m { width:20rem;height:2rem;top:2.5375003814698rem;left:0rem;font-size:1.25rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3RuehrCnp1oikWsAe0Gxr9HA4STQv4w { width:20rem;height:13.25rem;top:5.8125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDtbWDmRHOpZhHmyzwaH8kuGxdLpCgN { width:6.9375rem;height:3.125rem;top:6.625rem;left:12.940068493151rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvDv1ovAhxzg7hpuwFTz69SNA3lHVKT { width:20rem;height:16rem;top:20.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14ea2664-ba38-47ec-ba84-22d2e05c71b3/mobil.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ.adaptive-delivery-prevent-bg, #fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ.lazyload, #fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ.lazyloading { background-image: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container { background-color: transparent; background-image: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container > .video-iframe-container { display: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row > .video-iframe-container { display: none; }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .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); }#fbHpFg7v2HAN4F3WyuaIaLMfwaP9XQrZ > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxQxyxsmPHDtI8N4MV3sQ6y2frJG16oE { width:15.6875rem;height:2.9003875rem;top:0rem;left:2.15625rem;font-size:1.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBHDwH6yNkevmgSTvwX1eSNyhbQqVytx { width:19.6875rem;height:12.8rem;top:16rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #OwcSmRA4HEA8JRDMt0WlSvbwxFQ8qq1J { width:11.8125rem;height:3.4375rem;top:31.3125rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzkrli9ENynazOMU50uZGCs2G3M0zqNg { display:block; }
 }@media only screen and (max-width: 763px) { #qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b9a005a0-dfd5-4611-9b3d-6483e11b94cf/mobil2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG.adaptive-delivery-prevent-bg, #qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG.lazyload, #qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG.lazyloading { background-image: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container { background-color: transparent; background-image: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container > .video-iframe-container { display: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row > .video-iframe-container { display: none; }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .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); }#qUiHhx2wh3hwiBUx8MrOJAOszW4bCErG > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMH2k5eXD0IEGADXF8rhWez93JsX8FB6 { width:20rem;height:2.9003875rem;top:0rem;left:0rem;font-size:1.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeHUuQqd7FPbs69IXqqa9MVzWmV86mEH { width:20rem;height:14.4rem;top:23.3125rem;left:0rem;font-size:1rem;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXCR1vk60inT46TOr70i8Kut0UVegHUT { width:14.625rem;height:3.4375rem;top:40.01171875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSyIgPuwPwg9kypHTUNSzkXpAovIJEMg { display:block; }
 }@media only screen and (max-width: 763px) { #TBMtcAMdMTeEJttNODJSgFT239KsTAp4 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3865f00d-08ad-4b66-93f4-861cffa9c101/mobil3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4.adaptive-delivery-prevent-bg, #TBMtcAMdMTeEJttNODJSgFT239KsTAp4.lazyload, #TBMtcAMdMTeEJttNODJSgFT239KsTAp4.lazyloading { background-image: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container { background-color: transparent; background-image: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container > .video-iframe-container { display: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row > .video-iframe-container { display: none; }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .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); }#TBMtcAMdMTeEJttNODJSgFT239KsTAp4 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlTMEBMfTlzA1lOwc5s6H1RkE8N5nyAF { width:20rem;height:2.9003875rem;top:0rem;left:0rem;font-size:1.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT76B9bAfCEvFwXMZgX5NIXI2JAgxnzh { width:20rem;height:12.8rem;top:21.375rem;left:0rem;font-size:1rem;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfSOSkJuDVx0TTaBGJAKpoGfCLG2SUBK { width:14.625rem;height:3.4375rem;top:36.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3HMlpPeAwwSM45CPHhXgB09XnPLXtux { display:block; }
 }@media only screen and (max-width: 763px) { #rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e20bb22e-cae5-4f70-a18a-6ae093f9d862/mobil4.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ.adaptive-delivery-prevent-bg, #rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ.lazyload, #rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ.lazyloading { background-image: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container { background-color: transparent; background-image: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container > .video-iframe-container { display: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row > .video-iframe-container { display: none; }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .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); }#rIpCiCO8Mri2hFa2bb1N0vp94GfThZTJ > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxarZ9nbnJArrPTPO9QCRUFSZnZXgDgX { width:20rem;height:2.9003875rem;top:0rem;left:0rem;font-size:1.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTxJTLzIShqAxIawttAEciAAn4Rnk1am { width:20rem;height:16rem;top:21.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #akhmmEsfSBxKFEqf5llRTenxst448CvL { width:14.625rem;height:3.4375rem;top:40.18310546875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svp6fJzA3GHMKZvgkyxba0IGdJWGRvO6 { display:block; }
 }@media only screen and (max-width: 763px) { #Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 { display:block; }#Qc4PLp8TyJrB5MVT9CT8zbRpT1WfQcB1 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlT46qXkACZ2F3y8QwJ5lvWiFIc2Qg9U { width:20rem;height:5.5996125rem;top:1.5625rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AAmU1tuSmZV7yomgfhlIzxiT2of8SwVt { width:7.3125rem;height:2.8125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfW3L8xFwwPonBQliaMlwFsC8fO4KLcW { display:block; }
 }@media only screen and (max-width: 763px) { #LrAJAP70dWofK0wTsxdAExWxnEIXeTgd { width:11.5rem;height:2.8125rem;top:8.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVwy75sixJrOOdwAkSrib5IdVTqTaMHw { display:block; }
 }@media only screen and (max-width: 763px) { #pRK2StEOa4PtmQzTfi9gpnfpII7QZFKZ { width:9rem;height:2.8125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEWkTWAAR8ko0y7OXnLdPCn5OJ20yh3M { display:block; }
 }@media only screen and (max-width: 763px) { #Gfkf500cZoOZZgzhFVillVU2yQ4T6ZM7 { width:9.8125rem;height:2.8125rem;top:12.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvZhpTCkTkuR8MbvEsZVFbHW6ww7Kc7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZJzdeWMDTsPH9aHiguOivfvAvucIUCZZ { width:12.875rem;height:2.8125rem;top:16.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv15WqTAvfbW5VJVpicWDXDzWrkPq5qP { display:block; }
 }@media only screen and (max-width: 763px) { #LS0rOKc5eBsBLwLOmkEPGqguxCkFaVTx { width:7.125rem;height:2.8125rem;top:20.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iydEqDmG1R8ViSKkQb2e909H9NVrQQzc { display:block; }
 }@media only screen and (max-width: 763px) { #RqCGTfhFOMkLN9RzOUEyV26TIW9T1PTQ { width:8.1875rem;height:2.8125rem;top:20.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSH63XAO19A2yOkvGgLPZfS7TVhv0gIc { display:block; }
 }@media only screen and (max-width: 763px) { #IQGcgs02Jlfr5IhqAbEcXrXwn0EIHzKZ { width:8.1875rem;height:2.8125rem;top:24.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWMwLmPXaaomEMa9ZCz8LonIVVJc4OMT { display:block; }
 }@media only screen and (max-width: 763px) { #T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh { display:block; }#T8Iq0IzatneDaeOTe2OHsFtTAqdNOsXh > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzXdZLkrZy0tL4DG6Z18C1pC6p2CsHF2 { width:20rem;height:23.875rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmXzGZZBJegC7tGhzc23SI643cAqgU2 { width:8.375rem;height:2.6rem;top:31.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUchOAbTddxVBnaw2bmtKAWenL0qVvT0 { width:3.875rem;height:1.29980625rem;top:32.6875rem;left:14.875rem;font-size:1rem;font-family:ttchocolates;display:block; }
 }@media only screen and (max-width: 763px) { #hJB24tq6fPJMIkNBbR19eaxfbusEFpNF { width:20rem;height:17.771260997068rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N94OCTGzsOWgZavaQ8m88aO9JMl0Z8TK { width:20rem;height:23.875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOHR9cliCvwIAn3ir1xy5IETy4nsepO { width:20rem;height:17.771rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10kXTNfRQ8fmLAENUFyXOmJ8E9KNmS7 { width:9.1875rem;height:2.6rem;top:56.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEQqTizMh87lwB8A8B1yTNCSEkqnVOJD { width:3.875rem;height:1.29980625rem;top:57.875rem;left:14.875rem;font-size:1rem;font-family:ttchocolates;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3WA4ZHyZZbTuuAldGGR5xLvSP3xAeS { width:19.375rem;height:6.4rem;top:2.5rem;left:0rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR { display:block; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR { background-color: transparent; background-image: none; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container > .video-iframe-container { display: none; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row > .video-iframe-container { display: none; }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .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); }#RtK1sHHQ4ElaylgzOia4p62wgC0UKGTR > .row .container { width:20rem;height:91.625rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hhxg0fIIg4b6z7gX4Ppte2MSwbTxDcpR { width:20rem;height:29.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEUdHfN6HnTqF26iTuz9945nCK2bF5t { width:3.875rem;height:1.29980625rem;top:26.82470703125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPaFcpGGaHwoZb7ddastMh11IJetUsv2 { width:12.5rem;height:2.6rem;top:25.52490234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EczNqoTRHuJLn9rQbtuymqo6cM9PrkRl { width:16.3125rem;height:25.1875rem;top:0rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLTmiAhMVPcuBqRuzNXBXHM5mRsf0bz { width:20rem;height:29.3125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkCZwzWS10A14KuN5G45ky2VHA3c0T3 { width:12.5rem;height:2.6rem;top:55.89990234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPutlQ47SIyxTS0SWKdTsf25Icu7iCyd { width:3.875rem;height:1.29980625rem;top:57.2001953125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7CNK0FH378ZWTZnSOm4rEDB8DzHWXM { width:20rem;height:29.3125rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFsTJsTKp367qMS3iNWFaBZp8Ofnffzs { width:16.3125rem;height:25.1875rem;top:61rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1OboMvEtBuxKnp9Rw30vyFW17TsZR2 { width:12.5rem;height:2.6rem;top:86.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1S8DJ6HaZlK9r7wLa8qN9tu8zJkDxy { width:3.875rem;height:1.29980625rem;top:87.7998046875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdoCBAaAETVLlF4hvIec0mxqeSxmZBQl { width:17.4375rem;height:25.375rem;top:30.375012397766rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z { display:block; }#GoX13ezq3VRe2mdUVKF4BhT4Fegidg6Z > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2PZF2DalggTMvm8Zqwx58bMvkl6I9XR { width:20rem;height:23.8748125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOXhTeMXZwVnCpfbcAMDxvTeQWhbxFTf { width:20rem;height:17.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zREeA8hJ8DRhJUdzk0AaoogCkliiAFGL { width:12.5rem;height:2.6rem;top:20.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud9P1QaDMwsozGiuhOGS0PwXWG00prfz { width:3.875rem;height:1.29980625rem;top:21.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7i4Ge5ILMPp07whkuCqi5AhG6hc2gF9 { width:20rem;height:25.1875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7tCeUWviTM0F6qVITGvKxtJaiRMJaC1 { width:12.4375rem;height:2.6rem;top:46.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONmkXoBiMRnyKl3CMV0PCr0NCBFi9Lx { width:15.4375rem;height:18.9375rem;top:27.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wFG4HEeFL5GDibEafOk5JLoNBDVJpf { width:3.875rem;height:1.29980625rem;top:47.625rem;left:14.875rem;font-size:1rem;font-family:ttchocolates;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAcTiXGWQgEK8wMsqR6yowGH1J0yHct { width:20rem;height:23.8748125rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PyHgpQrvVKOgb48sbglOhOzNgpKHru { width:17.6248125rem;height:17.749rem;top:52.3125rem;left:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #auCCRfgxZ6KS7qHh1CquOJVcsfb34K2y { width:8.9375rem;height:2.6rem;top:71.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtEPo62wfUHSHZyw08VOomcWA8vGtEDR { width:3.875rem;height:1.29980625rem;top:72.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i { display:block; }#ZuUnUgChGKWXWypA4TBsKvmTyJuwg61i > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr7GTp8nlMICKBOW8bywKsAa4aA9TcED { width:20rem;height:23.875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthD9mx2sqyokhcXibP9LQCDcSJ5SuRT { width:20rem;height:17.75rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08WuQ7SsluZwRnRKKPB4C7li44vGHk3 { width:12.5rem;height:2.6rem;top:29.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAu0KvJvpu1ry2BPeqKaKfUUgDwi9RAX { width:3.875rem;height:1.29980625rem;top:31.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSCX2yxWKrFWGU0Nhn9yXlRA9OppSPz { width:20rem;height:23.875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kepO5iOUDKvBNp2ImAyuutQp9JxmZgob { width:20rem;height:17.771260997068rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8RiJ0kXX9hOFtBycIN6kbR154Du1hX { width:15.125rem;height:2.6rem;top:55.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddaUulILoGlTy07i2wXRQTd9Hu3vceUB { width:3.875rem;height:1.29980625rem;top:56.4375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFangL1UGbK3mmfcrySfdQWRWUwdFw5 { width:20rem;height:6.4rem;top:1.5625rem;left:0rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ib2nQBgVaiLy6NnUp4ycv1RwEBzyBbfN { width:20rem;height:23.875rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhvgUWA6KPwbwpxARbTEJ4v0Mq5sMhNu { width:20rem;height:17.75rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8omrs2xGre0G5BG3363v90kRKg61b7s { width:12.5rem;height:2.6rem;top:80.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAWKiSXwVDSxhApWw2wUl0JupasyP4CE { width:3.875rem;height:1.29980625rem;top:81.5625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz { display:block; }#MToQ5TMJzQB5M0AbrScL5LEdqhnrqmtz > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaIJ95Mlwo8g4ze5ca0JMpu6iOOcW3z4 { width:20rem;height:23.875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20689ih01Jb8EnNtKrLAaHfLnpL6yaJ { width:20rem;height:17.771260997068rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiDHGz3MXHRicdTkOIhgRSeRr6Td5f8 { width:11.3125rem;height:2.6rem;top:20.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTONblXaSanftODc21WGRHxZhuf4R3ri { width:3.875rem;height:1.29980625rem;top:21.5625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeT9WfbxLoAKZtQh872MlDNKUszv8WTU { width:20rem;height:25.1875rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOnewyqSX51r1JaXPKgMrET7DS89Bkfq { width:20rem;height:17.75rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKm9eHXiIsqKoE1X51ALGomZRDeAu4lO { width:12.5rem;height:2.6rem;top:71.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laGAThffgyOTAO3UEVctGJ6TTOAuSSnn { width:3.875rem;height:1.29980625rem;top:73.3125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEx4G9emEkyKFWa67LKdGomZRHFAJ4kB { width:20rem;height:23.875rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyrTJEZ28kTFMKV8z2qtNLZxsZ4T59Ix { width:20rem;height:17.7705rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTEDCEJLDZHIEdHfOuJhNwwCaKVvJqA { width:13.5rem;height:2.6rem;top:45.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTwN7Fl8yVPLL4OsSRLU6Lh9hxPSaBu { width:3.875rem;height:1.29980625rem;top:46.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb { display:block; }#AuIDpgKGukuCGqvEopiyaTzhcdEyRHVb > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXdqA7mtLHaXKDRBaMfr2h0A3BAReTmu { width:20rem;height:25.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmsQXzZUlGfJvr5KikGbtnzHGmgub567 { width:11.125rem;height:17.75rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLumhEZU9s6xGTTThfCrLh5KEZsECgd { width:12.5rem;height:2.6rem;top:21.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTttsN6CodCX5z5mcSDozkJtZvJr2WC { width:3.875rem;height:1.29980625rem;top:22.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haFn2PhJtQQwnR8pmtwkBFFxAXRae3tA { width:20rem;height:23.875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ychOSNoO8S1TQXTlzl3LgikGuTxr71QI { width:11.125rem;height:17.75rem;top:27.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2IUnOWCr1WsPcpozVpXmITvO6TdHtg8 { width:13.5rem;height:2.6rem;top:46.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKuMGIkGbeHvdFadBnvAhaRIoQRtdPG8 { width:3.875rem;height:1.29980625rem;top:48rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdlMEwa3xLuxuzflHUFZSlSJbToINwke { display:block; }#DdlMEwa3xLuxuzflHUFZSlSJbToINwke > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRcepptpsR6flhfOIy6zTHloFLGi5Axc { width:20rem;height:23.875rem;top:9.8701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA0XM5BSDAE7eLTA4WgEUcaEaRuxb9nh { width:20rem;height:17.75rem;top:11.1201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lst6mcBnObQISJ05t5nXqvgy5USVahNE { width:12.5rem;height:2.6rem;top:30.14501953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sorBaEeiJTstrVZ8Ok5l0obiEqOJifAn { width:3.875rem;height:1.29980625rem;top:31.5068359375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv6lKE2a2860gzKd7pxzCqSvi8AyTenK { width:20rem;height:23.875rem;top:36.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RecOz3vSmvKcqSIteNzD1mhTVhCSJy9o { width:20rem;height:17.75rem;top:37.81201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7aVAVCZvPviMTCiwwBQkvKaLZGam56q { width:15.75rem;height:2.6rem;top:56.8369140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCITx10F6daXa1Ei2Km3x8vKdEF7XTbG { width:3.875rem;height:1.29980625rem;top:58.19921875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6xtrvIbO7cgGKBtzNoQ6nbJyNIpDg2t { width:20rem;height:23.875rem;top:63rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OhufOkyNIF7xlsm8AydPcwnTNRQuP8 { width:20rem;height:17.75rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsGCRI1AmEexKFHRDbBy08VLWuXQ8mG { width:13.5rem;height:2.6rem;top:83.275390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCRZB3SVfXKQ93g5xAeHNnRQE0TTmT5 { width:3.875rem;height:1.29980625rem;top:84.6376953125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KXl0MyzxMEryqDnXuVUA82zk67g3Ug { width:20rem;height:6.4rem;top:1.875rem;left:0rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU { display:block; }#diMKJfTPR0aayEwRSvTpmsBf6LiNOIkU > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alc22tvn0Edewa07IcUv9dRJbXzixaGF { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlU8dpU78RcJqhEsg15L9JtxAqQm82o5 { width:20rem;height:17.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUOv3gmToLhXCVvTLw0HXVha4hMsGzu { width:12.5rem;height:2.6rem;top:20.27490234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXGTdTKP3FTVW0XekWdeie4gWTaMTwco { width:3.875rem;height:1.29980625rem;top:21.63671875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEZi5ueIqOksTmDaUmZHlXGZQK32yqf { width:20rem;height:23.875rem;top:25.12939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4gvAzSvX9m9mzRCd1gAaQz3yh1lBadJ { width:20rem;height:17.75rem;top:26.37939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9cIvUQyoRDqsc20NgciEcO9qUQFHMPo { width:15.75rem;height:2.6rem;top:45.404296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToW70wAvJQ7GmskQaqoRGw2uCZQKK21 { width:3.875rem;height:1.29980625rem;top:46.7666015625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlzuIbarzHdAypkzM4zbigBFwOkwiCAP { display:block; }#IlzuIbarzHdAypkzM4zbigBFwOkwiCAP > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlIBPbuO1FxRcdxKD60D2w4REDDzTGWW { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJXBTI88XBlsay9EeaI4UAkaBJZBHLLc { width:20rem;height:17.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtLZWhgvLzwxS9ImozXI0enUp0VvpBoE { width:12.5rem;height:2.6rem;top:19rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pHw3lRzaIhNqRA9w51S1qbcv2Vl55k { width:3.875rem;height:1.29980625rem;top:20.375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr { display:block; }#qGViFI2wUEoBE3beZ7HNGuX5lxzp5STr > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZOHGNT8DzSgvUyn6hb8oACkvinEvlPU { width:20rem;height:23.875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaeTTWuwruewaeFt2GQ7JcX2Zh10mJQp { width:20rem;height:17.75rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqh1itM0Pg12mCzbif9e350kyScWOVRJ { width:12.5rem;height:2.6rem;top:33.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6P5Iq1gVeqKy4Z0QZAdTc2pOKVGutgG { width:3.875rem;height:1.29980625rem;top:34.5625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feRLl759iRlIu9quTh8ThCsge8FIDKvq { width:20rem;height:25.1875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keIG4wg22X5tHwuINTfTgQgoynvQxxeJ { width:20rem;height:17.771260997068rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgH9vzT4NMehXEQ8puZinaBL8nVKaJlK { width:7.875rem;height:2.6rem;top:59.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtNrIlsWH9FrQpq9ccCBDNRIvrb9ku1n { width:3.875rem;height:1.29980625rem;top:61rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93Tg9TRcEHRikHpPlktMNExLG4uOE0F { width:20rem;height:23.875rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJspV7EBS9UMHGbuBrCTyv4MXaTxbodi { width:20rem;height:17.771260997068rem;top:65.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDExgNsPdZWmA89FgzrVgfl0isyT1Ur { width:10.875rem;height:2.6rem;top:84.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKp9d1OyrgO1OkzG9M5vkLbKEVHTGTGv { width:3.875rem;height:1.29980625rem;top:86.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSal1zTpWr9UZrZzxWyvFDisGBez4hs4 { width:20rem;height:9.6rem;top:1.25rem;left:0rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT { display:block; }#W6Gt3XCGQ0SgtXhGXxzEZzvHxtT8VEeT > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZl92SOLucaTbaUA2JmBCT9Sc2TLNBNT { width:20rem;height:23.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtbnpPNJRJgwRZLdfE3MZAHQipXdPhKR { width:20rem;height:17.75rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSaTGx2fBUVy6K737Gd9UybJvcarQ8aU { width:12.5rem;height:2.6rem;top:45.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTTERCi9cD2489M9e53UIdQHsLaQTGt { width:3.875rem;height:1.29980625rem;top:46.8125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK6Ch96JDW0z4Ihd2lhQigcXO9fcBNlF { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyDicJqhsQed90oZfc664x77oJMbNiCZ { width:20rem;height:17.771260997068rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaCRQRNXduB9BElcsJhLDHoO5KN3czNx { width:15rem;height:2.6rem;top:20.27490234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOBT8WCrX4S78EzVn1e0UFABBe3qTUGL { width:3.875rem;height:1.29980625rem;top:21.63671875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5mJin5PaWPZCncaFDZ9Mwacegyxef5n { display:block; }#m5mJin5PaWPZCncaFDZ9Mwacegyxef5n > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GttoBmvUg0wpLduTIMcPfLTcF1SvKsrL { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzu7CLkGTcr4RrQESU1OF24yl8UODFeF { width:20rem;height:17.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGRp67Qa2d6G7WDcow9rTbyFUs64EWkk { width:12.5rem;height:2.6rem;top:20.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzVzTGLPlkHO7rc4CfTmT55soPWBPN97 { width:3.875rem;height:1.29980625rem;top:21.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Uogh3oo5AV5iuNVGhFQxBlAHXeHvh4 { width:20rem;height:23.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGl6FCZ0RdNgyzUIKJM9CKeVIlwMebSr { width:20rem;height:17.771260997068rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvz5gbKUa2wJCk73sty3AriImHT0rr1o { width:15rem;height:2.6rem;top:45.46240234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqNzvMygQ1VizCt9QJNXC6huEg1aHpp { width:3.875rem;height:1.29980625rem;top:46.82470703125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAU8eZdA2i4v8OHpiJIly1nLVWElgMe2 { width:20rem;height:23.875rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZAJZ3oiPyPtJ2B7LRvaTyZCLST4URP { width:20rem;height:17.771260997068rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IchCB4Vzb0hvvUHFkk7OkUWVqOmDkwvM { width:15rem;height:2.6rem;top:70.650390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNsRKfQG2wcV4DDqoLFix8CqRFf2tX8k { width:3.875rem;height:1.29980625rem;top:72.0126953125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMn170XK6GqsJKF4NiViP1cKIKsaksc { display:block; }#dEMn170XK6GqsJKF4NiViP1cKIKsaksc > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s29XXGq0ildLALOdJpMF9NVTyaTKT6Jb { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTgSC2kU3tQQ2eV8Dqi4chJlaVkDBTJx { width:16.0625rem;height:16.0625rem;top:1.875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msCQCeZSknkih58VBgcmd3q7Qm7AmTB5 { width:12.5rem;height:2.6rem;top:20.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45k3OouwWlWOgirhfR8Tx6z3DXl2Fbn { width:3.875rem;height:1.29980625rem;top:21.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0qSuDKdz5MyxhHQc8ZS0sg0nGNs8v3 { width:20rem;height:23.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJOgqQGPyTZvbvBIlBWyT9Rl5L7EcL6b { width:16.0625rem;height:15.6875rem;top:27.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7cyKICayipBMhbawrdZoWDbJQzO4Df { width:15rem;height:2.6rem;top:45.46240234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa1ZVtDltZ1TtbH4W5h1wr8cEoBU7S9c { width:3.875rem;height:1.29980625rem;top:46.82470703125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz0y98zG55c0Kyx8qquLGbs9viZL0If4 { width:20rem;height:25.1875rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf0hzhdQoO8MOIE7ovsZ2KT2HkLAkpAQ { width:3.875rem;height:1.29980625rem;top:72.4873046875rem;left:14.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0aagr5Ll1OPUWe3Sr2ZVfLCKQKMGkUZ { width:15.9375rem;height:16.75rem;top:52.1875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcF5X7R7CBmmQV9kXAliCfMhKsDS7LCL { width:15rem;height:2.6rem;top:71.125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 { display:block; }#IG5dahmyxMrNb5sDh23m5PEurRbmgKW8 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRUxkeZW0EK5Bgy2GqzThtG6BJMiF1A4 { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3pMukSgMz5qhPbJcFFenyx7iNrJFwgg { width:15.9375rem;height:16.75rem;top:2.125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgWCH9TTxQhmdc1OFFtGkSBB4mmguLf { width:15rem;height:2.6rem;top:20.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSNRHbhR3eiIMVIpC6heznExCFRt5I3b { width:3.875rem;height:1.29980625rem;top:21.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO { display:block; }#x3ehXk9yDV8wWQAZL1KyoBCD8uIDsScO > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3fXoO8Hy2vVEiIpI9TaeIyymAqEUCC8 { width:20rem;height:23.875rem;top:6.7451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP0CtOs8TKu0J1hwEsDseWOg7twKkHiI { width:10.0625rem;height:17.75rem;top:7.9326171875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTMgxn9tx7IAT1pb8tJUlNF5qaSUTPp { width:12.5rem;height:2.6rem;top:27.01953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXXn2HzeipuVFBpFIbiLqct6KnIyd4FX { width:3.875rem;height:1.29980625rem;top:28.3818359375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7BbRtFmem8TARQ4S8WNV0urdvgRp90v { width:20rem;height:23.875rem;top:33.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT4bCCFTCiwxJQTcBKJTgw91uHpxUOE { width:10.125rem;height:17.75rem;top:34.6240234375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxcQVqz9a1Ri6zCG3B6oAupsuCqVJtQa { width:15.75rem;height:2.6rem;top:53.7119140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbouaAztypOqBZILwFU7WEBce94cscWZ { width:3.875rem;height:1.3rem;top:55.07421875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhIivTzwtycxu4k8HpNOyHD9VJGAGfn { width:20rem;height:3.2rem;top:1.875rem;left:0rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci { display:block; }#BF5h0vyoBwQrWZHtMu4GpnaIzuOVNvci > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k90vSeECZRBMxVxuNDeTle6ZHinX9JbI { width:20rem;height:23.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2DvywPdsfAzn16Ql2gHglGBnPgS8muT { width:18.125rem;height:6.6875rem;top:19.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag3Aug525rBCEefQLrH1G1zgnk2RQqrS { width:15.75rem;height:2.6rem;top:32rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrEaFkX9wPe7V2L7OsTg8zrwrD3uKCp { width:19.625rem;height:4.8rem;top:2.5rem;left:0.1875rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #LvqGWTzMPJ6Tn3NQn4ui8ySZhNSH6BxG { width:20rem;height:3.6rem;top:6.4375rem;left:0rem;font-size:0.75rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH { display:block; }#OayzkRvSec9KZ2mQSZpeHCFKf6zPEUQH > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOgudmv4QDz8Id08R9vN0TBQI6w3xr00 { width:20rem;height:23.875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GddsydCkQvxEOacztxXb1RV1zpFWxJBv { width:15.625rem;height:15.625rem;top:9.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVkByyT2vuqFrorEtURsgiIhJ7L9Lub1 { width:12.5625rem;height:2.6rem;top:27.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdpfUXzLMWAstCXzC3yKTJobiKkubvAb { width:19.625rem;height:4.8rem;top:2.5rem;left:0.1875rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #PJIEV93uxqoLSSR1sOZz60CDCUxLtBTf { width:3.875rem;height:1.3rem;top:28.924999237061rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI { display:block; }#zUMbyL8N8Ntv1gb7LW40OTXFel41FQNI > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5tUDVlbe1RfTyngPqOTUDvzufbqVu8v { width:20rem;height:25.1875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raifukOI0CiEKJz064nXUiEXpyXdb6r3 { width:15.625rem;height:15rem;top:8.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udv0GVCasMrOM72L2HTyTB3Ob9bzL8pV { width:10.1875rem;height:2.5996125rem;top:26.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6z4hk2tquFp9JFNg2TPb1AgHMPnACH7 { width:3.875rem;height:1.29980625rem;top:27.8125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQDZZU3Mu8bAqNVWTWs5tSWxFBFbDOZ { width:20rem;height:23.875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX7NuVVVnth1G7rxbSAAWQSfawkTs2gG { width:15.625rem;height:15rem;top:34.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhbe9s2TTCtOxfJV6y5ePLPlD3gnu0x { width:10.0625rem;height:2.5996125rem;top:51.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdq1GfdNVkZwfgyngfXheMKzy7F0ak1h { width:3.875rem;height:1.29980625rem;top:53rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESC4ct1TRTbxb2onvoCT4Q9VLdxGz8bc { width:20rem;height:1.5996125rem;top:1.4375rem;left:0rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HesT8tV27LQJPDpB0JPK1q3HcCmbFq6I { width:20rem;height:23.875rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8T2CzXknnQoBwC5l94BkTSStlX3G0F8 { width:13.3125rem;height:16.9375rem;top:58.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUo0X5qUVbEd1UBuMZnOEuvmv0ffUq1 { width:10.4375rem;height:2.5996125rem;top:76.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goi3U7a9hfn6ID8bgEwiZCv4QUJl3svM { width:3.875rem;height:1.29980625rem;top:78.125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm { display:block; }#RhFFX3IhRxvQs29pT7eVCUzXHys7UCnm > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ney79x1MN0oPwp48AGIqSx2dxrDMfy8M { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tykNniLMGTUW8OiroLyvCgF5NVJwNChu { width:15.9375rem;height:12.8125rem;top:4.25rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQcITNlyKx91ePFgRvWbrkVVv0KNuZra { width:15rem;height:2.6rem;top:20.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDAVyK7i7ZeITiDkuchtDpRkKvzQJVWV { width:3.875rem;height:1.29980625rem;top:21.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #le8T5qnrifJTJUMi4Fe49ruzV79oeDuv { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container { background-color: transparent; background-image: none; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container > .video-iframe-container { display: none; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row > .video-iframe-container { display: none; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .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); }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container { border-width: 0; border-radius: 0; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#le8T5qnrifJTJUMi4Fe49ruzV79oeDuv > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS { background-color:#4aa540;background-image:none;display:none; }#uUbbQ9B6l93Twp580yT6B9Cl2gvFy7zS > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bsJtFw4dqwD9qPTEibVu20TVRFOQ6J6q { width:20rem;height:3.200075rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V1hL2NIGMmxxwaBZ2XcZKpTviENRJt5u { height:11.25rem;width:20rem;top:5.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuptvCxqNCUo7gi3Gl7Sc5nSMPLmfir { height:11.25rem;width:20rem;top:18.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE58s25PFNJkGiLpBNk7Gla3XyTAvXcV { height:11.25rem;width:20rem;top:30.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 { display:block; }#Tli7V3ThEJt8Ko5ZzfhEPsmSMkkJZbs5 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9yrhU3cATmSTvTEZkKM6WoVBfqRLa4T { width:7.0625rem;height:3.2rem;top:1.130859375rem;left:2.6875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #p2HCxK5Ez5VVvndLur1EtmLUJE7t98uy { width:6.875rem;height:3.1875rem;top:1.16796875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6PcDt049bOBU1acnkkMpI4zKl8vscf { width:3rem;height:3rem;top:6.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOVR7TuZry9QpieRwAIPTbTs0obcq6SO { width:3rem;height:3rem;top:6.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZgwznoTU9PHTb8JQVuOOh6cFTDyKBE { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #TEZgwznoTU9PHTb8JQVuOOh6cFTDyKBE > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #REhRO1l9IDf0aWrthTeXr7RuezFcLoOo { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #REhRO1l9IDf0aWrthTeXr7RuezFcLoOo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXv14DusnJ5Jd9ltQJiuRNUCqpSlq05a { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #DXv14DusnJ5Jd9ltQJiuRNUCqpSlq05a > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbekFARK5bt04mGBS1eEu2ZRg2iPOy98 { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #PbekFARK5bt04mGBS1eEu2ZRg2iPOy98 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuP0Eanl4FEkoaQhtOBMAAAbuha1GooM { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #ZuP0Eanl4FEkoaQhtOBMAAAbuha1GooM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NX76qOxuOUfzgbM9ewelpaUkipq6Otoi { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #NX76qOxuOUfzgbM9ewelpaUkipq6Otoi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDk0wu1xFhTx1aiSDFNNkWaZ1IfmcJ9J { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #SDk0wu1xFhTx1aiSDFNNkWaZ1IfmcJ9J > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSdW3Ee517LFxw7HnKKVLCXsumGxC332 { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #aSdW3Ee517LFxw7HnKKVLCXsumGxC332 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0q4tAhfJSrBBIyfoiTvLMtE1nuQiBXr { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #O0q4tAhfJSrBBIyfoiTvLMtE1nuQiBXr > .row .container { position:relative;display:block; } }