.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:254,246,218;--color-primary-1:251,225,132;--color-primary-2:247,195,8;--color-primary-3:124,98,4;--color-primary-4:37,29,1;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:71,71,71;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/137d09a3-09e6-4128-9441-5f4d4e25b06c/Section1bgnew.webp");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; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5.adaptive-delivery-prevent-bg, #di81BiwVqGtuKH8reTmhemaP9kBRw5n5.lazyload, #di81BiwVqGtuKH8reTmhemaP9kBRw5n5.lazyloading { background-image: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container { background-color: transparent; background-image: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container > .video-iframe-container { display: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row > .video-iframe-container { display: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .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); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container { border-width: 0; border-radius: 0; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#KJwqTcTTA87FDJgLKEItLyGgvF0OztKn { color:#1a1a1a;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.8125rem;height:3.65625rem;display:block; }
#D1zhANE8OR8KqEJD0DsBbgk9yteRcJOn { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"alex brush";font-size:5.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.8125rem;height:7.3125rem;font-style:normal;display:block; }
#xGNdoymPWPLzoOmTapoBwHzFdwHlvwGU { color:#8e0e2f;display:block;width:33.625rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.8125rem;height:6.9046875rem;font-style:normal;display:block; }
#h4TZXB4cOPRNAuo4L79v7KeIJEvorCOs { 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:2.125rem;width:34.75rem;top:16.1875rem;left:1.25rem;overflow:hidden;display:block; }
#Itx7wK15gwCqXsH9exBBKegrxu5ufwZl { color:#1a1a1a;display:block;width:22.062125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.125rem;left:1.8125rem;height:2.0296875rem;display:block; }
#mnuBZcn0i9TAR9UmhIv2G4IOpNQuQgBG { color:#8e0e2f;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.8125rem;height:2.0296875rem;display:block; }
#JIAkLIKWX7abqDUXVNrJLV21wMbwQWqf { color:#1a1a1a;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:4.87616875rem;font-style:normal;display:block; }
#iUTKv4r8cvrKNc8C0qONi3fo8dgwMirw { position:absolute;display:block;z-index:15003;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:3.375rem;width:3.375rem;top:6.0298738479614rem;left:30.124217987061rem;overflow:hidden;display:block; }
#gRnKfcXE6oTBy8goySCFhgDuazo802ux { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:1.5rem;display:block; }
#DTBPdQUCZ18Zl9WAobknE4FTl32RSegW { color:#1a1a1a;display:block;width:6.937125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.125rem;left:0.125rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Apb5zsW4cMu3LDmuKnv6CiHbqpuHWk1q { color:#1a1a1a;display:block;width:6.06210625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.125rem;left:8.375rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZAuxZEVG5N4AIxiTSiQ9WwkoPiw1DAGl { color:#1a1a1a;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.125rem;left:15.375rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbrKWf8WFphGr8DH92qBaIFSeWlRPpxD { color:#1a1a1a;display:block;width:7.562125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.125rem;left:23.375rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-form-header {  }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:25.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#fcfcfc;background-image:none;border-top:0.125rem solid rgba(132,1,33,0.26);border-left:0.125rem solid rgba(132,1,33,0.26);border-right:0.125rem solid rgba(132,1,33,0.26);border-bottom:0.125rem solid rgba(132,1,33,0.26);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:3rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#fcfcfc;background-image:none;border-top:0.125rem solid rgba(132,1,33,0.26);border-left:0.125rem solid rgba(132,1,33,0.26);border-right:0.125rem solid rgba(132,1,33,0.26);border-bottom:0.125rem solid rgba(132,1,33,0.26);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:22.3125rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#840121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#ffffff;width:25.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal;float:none; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-container:first-of-type{padding-top:0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-container:last-of-type{padding-bottom:0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:43.562107086182rem;left:1.8117179870606rem; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC {display:block;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:43.562107086182rem;left:1.8117179870606rem; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #fmtuD9KCrqR2A5ApS71zJUDNHHClcReS { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #vp3DzNTJUPPhOLpeaih8dkTZXCWUvgq3 { position:relative;display:none; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #SGdUyzO8ZDx5gVXSA883mbah0IBKlHv4 { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ztVSb8ph2lsgTxL4kvxbEfx5vkVNw0b3 { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #Ag678NVGiqxonq4iZWBgkgO6s2DEtTUT { position:relative;display:none; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #U8HqkUpEoBDdMmr4upL0rm6GnqEXfTPq { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #nKMlN4pklbfPiSFszBb3pwzWWa0eR8aQ { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ta4XrN56K2bytBH7wUAku9HQSoVfIdTR { position:relative;z-index:2; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #n6zaePsSSFBXOOnoNIhwTce6wXKihCT1 { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ktiWtf4dxPKD0OrBEIBbQT64mbp5vESE { position:relative; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #oU9KP7rJTUcIhZWlXT2WLWamncmbHMpX { position:relative; }
#nHm2MVDoxda1IuTzSFa59l7K3NdL7s0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.375rem;left:2.5rem; }
#n7U2D0uktrAlDCCi2huAhQGwl6rW8BRs { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:9.3125rem;display:block; }
#MaA0u3g5uMo7SC0BDRCNhoBm90yNVkhL { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.375rem;left:10.25rem; }
#Xd6XNXaegpiHeTXClNUTTSafWA8qW0Ie { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:16.875rem;display:block; }
#et8SKhqbCIH4tszIZi4bMGW7ZoTwlZMc { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:32.375rem;left:17.8125rem; }
#RF9EUgfz2mOAhyh71mwqmPD4MAoUt6FE { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:24.75rem;display:block; }
#ta0hyNdESIeFspXPG10aEegTJaLOGFsw { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.4375rem;left:25.75rem; }
#v0WLqGNqDL9wZnSZ0vmmkCOWHgtgamxd { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:7.6875rem;display:block; }
#yulUMSXLcN6Tc8MlBPS7V6RLp1eJkvRa { box-sizing:content-box;height:6.25rem;width:0.0621069375rem;position:absolute;display:block;z-index:15022;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.3125rem;left:15.375rem;display:block; }
#FLQzdT9OTTpx8W1THZUG18RdwuJdxK0g { box-sizing:content-box;height:6.25rem;width:0.0621069375rem;position:absolute;display:block;z-index:15023;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:22.625rem;display:block; }
#SNQyzlkaBWTrMSRPHqyT30T9kxgL3vMx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06220625rem;width:2.06220625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:54.75rem;left:4.25rem; }
#oGGrOhUIkqXJQh0yqKtyPaKlNJRi1XmR { color:#bd8e5b;display:block;width:18.3121875rem;position:absolute;font-family:"alex brush";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:41.500587463379rem;left:6.7172775268556rem;height:3.2484375rem;font-style:normal;display:block; }
#bFyehdl0DUAXvQqsPencwyTCQVOSDvRO { position:absolute;display:block;z-index:15026;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:1.875rem;width:1.25rem;top:42.1875rem;left:5.125rem;overflow:hidden;display:block; }
#Q9wouTWVTkLPKNzbd34vuFeAyqCzfsHo { position:absolute;display:block;z-index:15027;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:2.0625rem;width:1.25rem;top:42.061908721924rem;left:25.061908721924rem;overflow:hidden;display:block; }
#NCpiy9biy3u9wBN29EopJWeeUivAMA6M { 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:42.875rem;width:64.1875rem;display:none; }
#THzJfyWgxx0S1VgkNpTTNWBuaZdHmL97 { box-sizing:content-box;height:29.9375rem;width:30.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.061908721924rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7703d10c-c5a4-44ef-86c5-cfdefc3ce3db/Section2bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29.adaptive-delivery-prevent-bg, #Xeg1d02s5KgTmDky8gyU3mwTeddWts29.lazyload, #Xeg1d02s5KgTmDky8gyU3mwTeddWts29.lazyloading { background-image: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container { background-color: transparent; background-image: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container > .video-iframe-container { display: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row > .video-iframe-container { display: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .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); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container { border-width: 0; border-radius: 0; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#i7IIHpUNwCSvahGFxske7LO0vKTWcMby { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:31.75rem;width:36.75rem;top:2.0625rem;left:2.25rem;overflow:hidden;display:block; }
#K0uuULp1QkIGSXETPnMd21q7cB41prU7 { 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:3.25rem;width:15.125rem;top:5.25rem;left:41rem;overflow:hidden;display:block; }
#KWxMt5XRFn4XAncTQP2a7NpOpuUL6kTg { 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:3.81210625rem;width:3.625rem;top:5rem;left:57.25rem;overflow:hidden;display:block; }
#TyPuMUz5gtAUOu6geylyqKSRhot1zfJq { color:#1a1a1a;display:block;width:25.562125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:41.5rem;height:1.6253875rem;display:block; }
#MvHAeGo06VRCiW09wmiPgNeeyQAXTZhQ { color:#1a1a1a;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:41.5rem;height:9.7523125rem;font-style:normal;display:block; }
#v5CSOIWS79vuMIAUXmk3g5QhLX2oMUUz { color:#1a1a1a;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:41.5rem;height:3.25078125rem;font-style:normal;display:block; }
#oayZeirBlcVFW2HxwwycQeklnSIwIZw9 { color:#1a1a1a;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:41.5rem;height:;font-style:normal;display:block; }
#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw { position:relative;display:block; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw { background-color: transparent; background-image: none; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row .container > .video-iframe-container { display: none; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row > .video-iframe-container { display: none; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .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); }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw { border-width: 0; border-radius: 0; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .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; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22rem;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; }#nsBPDJRx4xeRTaIfOvaUsT6oattPbEGK { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1037750244141rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#wpaQDauoaF2oQx73LMrzRp9IexJPGxBd { color:#1a1a1a;display:block;width:7.562125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.1875rem;left:2.4375rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N05871ETgJ7dyEzQNnyiaxbOniXdPn1f { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:3.0625rem;display:block; }
#DHVytXUSPqCo0PUhyzvcXEeNMJ3MIPNx { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.125rem;left:4.3125rem; }
#VgIpOL7ils5MMlKk4OrtnKq3DzhoRBr9 { color:#1a1a1a;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.1875rem;left:27rem;height:5.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTa7Dvigu4DyF6HNaFgttZC7HvBxGRzT { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:28.0625rem;display:block; }
#QVnxB8tzCufqpciOztNUH8CoQEvSxngW { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.125rem;left:29.3125rem; }
#ELXovzP3u76XaVDR3VLN1rgz7adDOwSK { color:#1a1a1a;display:block;width:7.562125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.1875rem;left:65rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVcl5sh51ZKzeUOR2hkvr48weseTw5ks { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:65.625rem;display:block; }
#wTlA846Q1DHv0qrb0MoOXT3kJDbH4rXT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.125rem;left:66.875rem; }
#XIUbS1kfEk3iig95RhDGKHBThiTeApIz { color:#1a1a1a;display:block;width:8.312125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.125rem;left:39.5625rem;height:2.596875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRtuEyPQpvgaEWeTvAnM0XGiMJFSKCcJ { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:40.625rem;display:block; }
#fnRMraQhFF29cgf8hCTizFPXNacN9OG0 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.125rem;left:41.875rem; }
#rMrLMSLKGafSnqT4D3GBn4cMiJNmqHCg { color:#1a1a1a;display:block;width:7.562125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.1875rem;left:15.0625rem;height:2.596875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JofcqGKq1xXxJ6GXe2rXNSMEtxPvqBHK { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:15.6875rem;display:block; }
#pAwrMhzJBhUW7sRUg261RTpIkqBhXeFi { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.125rem;left:16.9375rem; }
#N61lXUJdgw2I2PIhKBntyGxm9sF5NkcD { color:#1a1a1a;display:block;width:7.562125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:52.4375rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHTGpTw8MMFXOAWDrcFTKH6TQQc06MBG { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:53.0625rem;display:block; }
#db9H1OWFeag7osvGLw2veDe1oMIiI3fp { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.1875rem;left:54.3125rem; }
#mnRSR9AeSc72PsiOvnyrUwNqs2Vihndm { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15033;background-color:rgba(132,1,33,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1236915588381rem;left:12.562236785889rem;display:block; }
#NMc9Sv0d2ZTcA7LduzRmtCrJUFvw4EET { box-sizing:content-box;height:9.374375rem;width:0.0622379375rem;position:absolute;display:block;z-index:15034;background-color:rgba(132,1,33,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1236915588381rem;left:24.998691558838rem;display:block; }
#Epyt1a6KTZeZMTCh4Ru4rIsIclFOSgQn { box-sizing:content-box;height:9.374375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15035;background-color:rgba(132,1,33,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1236915588381rem;left:37.468555450439rem;display:block; }
#vJqEVyMRT5mAOw6ClTwmTBnVe4I18HMO { box-sizing:content-box;height:9.374375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15036;background-color:rgba(132,1,33,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1236915588381rem;left:50.030796051026rem;display:block; }
#yf8SLr9PyBxvSLMrXvyRM2tsBbtDlUo0 { box-sizing:content-box;height:9.374375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15037;background-color:rgba(132,1,33,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1236915588381rem;left:62.405658721924rem;display:block; }
#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9ddd6;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; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container { background-color: transparent; background-image: none; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container > .video-iframe-container { display: none; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row > .video-iframe-container { display: none; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .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); }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container { border-width: 0; border-radius: 0; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#dK98i7FfmRTklMXbPEBkWgbQped1C47T { color:#1a1a1a;display:block;width:3.37485rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8897399902344rem;left:33.422023773193rem;height:6.9046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6HPJXcMQ6gTxOPxpeXm4TAXfi4aPAPM { color:#1a1a1a;display:block;width:42.811875rem;position:absolute;font-family:calligraffitti;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:28rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEa4RigPEUvf0kEngLkZbulvODzFHE3a { position:absolute;display:block;z-index:15005;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.06184375rem;width:2.624475rem;top:3.3125rem;left:29.1875rem;overflow:hidden;display:block; }
#B7rfV0fStytcuf0CEyt8dTFNoJnFIokh { position:absolute;display:block;z-index:15006;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:4rem;width:2.4375rem;top:2.6875rem;left:67.25rem;overflow:hidden;display:block; }
#URri7JCGL9ZuNgHzDR8SAli40TOwd1Q4 { position:absolute;display:block;z-index:15006;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:1.81210625rem;width:28.374625rem;top:8.1875rem;left:34.5625rem;overflow:hidden;display:block; }
#eed3I5qN3XXxVlCvydboGlefIWlEsyp7 { color:#1a1a1a;display:block;width:30.99975rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:33.875rem;height:1.6253875rem;font-style:normal;display:block; }
#NysPAozC0WzT7mL676hmAAqM07zugkrn { color:#1a1a1a;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:45.0625rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poylcT48WTDm4EtfvGZOZQCu9xvHtnkW { color:#1a1a1a;display:block;width:7.999875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22rem;left:55.1875rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#br0S3iGTM1fcfld2vNb6H3J3TAHcWLcJ { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:46.5625rem;display:block; }
#tU8UHUHDKCHITLmRGTT8Aypbcu1CHDGo { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.6875rem;left:47.5rem; }
#KnGE0TEqZzA2ATzdqopQ1w3qAwqugRuU { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:57.0625rem;display:block; }
#xn3kiWsDxc3uLEgOCCgUqa8kRiNhBX4f { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:17.75rem;left:58.0625rem; }
#FzT8q27adFXsPJhCcSdwLleC1SC8zDzT { box-sizing:content-box;height:10.9375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15038;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:53.75rem;display:block; }
#l8yZ7q3cvZwolP46hykUrqfoRdhCmMz3 { box-sizing:content-box;height:10.9375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15037;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:43.8125rem;display:block; }
#Wl1M9yRMRDfL4iRW2ORGLkBUPHUBhPMm { color:#1a1a1a;display:block;width:6.06210625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.6875rem;left:35.8125rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTdvAdIE8XmcFpHVsAE3HAgHqQUFAciK { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:36.75rem;display:block; }
#A4U3IE57bJ63Uw8npvDHpqzpvHVs3Rmt { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:17.9375rem;left:37.6875rem; }
#Ny8X2pFKvNtUHxPHNroHOBT486IDcOsO { box-sizing:content-box;height:10.9375rem;width:0.0622379375rem;position:absolute;display:block;z-index:15036;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:34.0625rem;display:block; }
#WOOEumfAJKW7ZCdFvKUBeR6Qt8ROJmXQ { color:#1a1a1a;display:block;width:6.9365625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.625rem;left:25.6875rem;height:4.5515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsvI8OgToVQ6FZEATRZhMPZmudUCFT4A { box-sizing:content-box;height:4.24986875rem;width:4.24986875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:27rem;display:block; }
#lLHwwTJNMFbwRLg27oVdBhJthDvuUPyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.2497375rem;width:2.2497375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.186714649201rem;left:27.999872207642rem; }
#PD1f75hgcFTrco0T2xvT4FsPIAg4MIMb { color:#1a1a1a;display:block;width:7.5615625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.125rem;left:66.25rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gT5KTfw4ngTuclh4fcbUQQlGzV7MyERs { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:67.9375rem;display:block; }
#UOscW0uXkBiB9ZzapbJO7Z0HZQdIunmn { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.2497375rem;width:2.2497375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.75rem;left:68.9375rem; }
#JmG6kLwpU4DvTAO9DD42Mrdn3sRdKafC { color:#1a1a1a;display:block;width:6.9359375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.6875rem;height:1.1378875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i53D7Tii4bLHRcctyKLASVpTnGAOL7bl { color:#1a1a1a;display:block;width:6.9359375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.625rem;left:35.375rem;height:5.68945rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8eDyKOozgxc3VWQvHWQk7JunmUXQiWW { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.4375rem;left:45.1875rem;height:4.5515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcTs9M527o43lesilmRtkwVNFEiHZd1S { color:#1a1a1a;display:block;width:6.9359375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.1875rem;left:55.75rem;height:4.5515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qoJT7nyLT26aT1cRHJ8XDFfnoUKmzrSk { color:#1a1a1a;display:block;width:8.562rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25rem;left:65.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm4XeLEc1lORLNS5F5mTFXTQDUNCKL8v { box-sizing:content-box;height:10.936875rem;width:0.0615828125rem;position:absolute;display:block;z-index:15039;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:64.25rem;display:block; }
#bhnVmE5RaxCJEkBX8zQmtNn4EMCOyzKS { box-sizing:content-box;height:8.75rem;width:49.4375rem;position:absolute;display:block;z-index:15044;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.187339782715rem;left:25.374408721924rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#NguvqFk2dDwfk8nCioXT4p2sEGzmVnfg { color:#840121;display:block;width:30.562125rem;position:absolute;font-family:allura;font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.75rem;left:35.875rem;height:4.875rem;display:block; }
#F4gTZGBUt76QRzHaLnMqvmk3KNCBNQ0w { color:#1a1a1a;display:block;width:20.06225rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:36rem;left:38.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugUnixbSAfKbv9fRdkGRibyOwUTNVU7X { position:absolute;display:block;z-index:15041;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:2.74960625rem;width:2.311975rem;top:32.8125rem;left:32.4375rem;overflow:hidden;display:block; }
#DzX8y0BTpvZhfXkTlBc8hBWnlFXX1qW6 { position:absolute;display:block;z-index:15042;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:5.62434375rem;width:5.31184375rem;top:34.3125rem;left:63.875rem;overflow:hidden;display:block; }
#QJvr3Gn7sppqOWZv7qgNPLztcrJ52lGl { position:absolute;display:block;z-index:15043;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:0.625rem;width:9.375rem;top:38.125rem;left:44.75rem;overflow:hidden;display:block; }
#GkWDJdIEDoQzJKS0UGZSy85FP3n5D0Wp { position:absolute;display:block;z-index:15045;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.5613125rem;width:25.4363125rem;top:0.56161499023438rem;left:0rem;overflow:hidden;display:block; }
#RS7x0aJo57feP1OSq8RU9bVcBhBBTdaw { color:#840121;display:block;width:9.9985rem;position:absolute;font-family:allura;font-size:7.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.74881744384763rem;left:37.735401153564rem;height:9.5859375rem;display:block; }
#qhTLGH7PFQtL2F2T2oqQHXuHTpZgFWib { color:#1a1a1a;display:block;width:16.9375rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8875274658203rem;left:47.717418670654rem;height:6.9046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7703d10c-c5a4-44ef-86c5-cfdefc3ce3db/Section2bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG.adaptive-delivery-prevent-bg, #p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG.lazyload, #p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG.lazyloading { background-image: none; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container { background-color: transparent; background-image: none; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container > .video-iframe-container { display: none; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row > .video-iframe-container { display: none; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .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); }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container { border-width: 0; border-radius: 0; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#S56myrIGDMVlIys2MDhvceT4KvBBdZLB { color:#1a1a1a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.645635604858rem;left:0rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfTpDg9IKIZqLQc6tei1h7TNNWEEJ3Tx { color:#1a1a1a;display:block;width:10.0619375rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4432487487793rem;left:14.671283721924rem;height:6.9046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCvDfXRymZty6rnDTQhKomECPCaykprA { color:#840121;display:block;width:16.6244375rem;position:absolute;font-family:allura;font-size:7.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1048049926757rem;left:24.686763763427rem;height:9.5859375rem;display:block; }
#WNC45570yaUF2xnm7TRPtx4dgATKqRKD { color:#1a1a1a;display:block;width:42.811875rem;position:absolute;font-family:calligraffitti;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.460933685302rem;left:31.875003814698rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNQE8Esav5HZ5dqqaeMK7eMa6wPATI01 { position:absolute;display:block;z-index:15011;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:1.8116125rem;width:28.374125rem;top:8rem;left:20.5625rem;overflow:hidden;display:block; }
#OWVkgWURcTkeULKPTtxA8afGIp3PudyU { position:absolute;display:block;z-index:15011;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:3.9991125rem;width:2.4366125rem;top:3.6727600097656rem;left:65.297756195069rem;overflow:hidden;display:block; }
#ZmzM1Bp2govSdpty7ErKTdCs9M5nITMC { position:absolute;display:block;z-index:15006;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.0617625rem;width:2.62381875rem;top:3.9375rem;left:10.4375rem;overflow:hidden;display:block; }
#zDeZSz7E8mIQ5BFDuBrfxwVG7nmQDbr4 { color:#840121;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.019605636597rem;left:0rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptTnR01Cta3gTcJATvvQvmBZwIOOOCSV { position:absolute;display:block;z-index:15012;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:2.625rem;width:2.3125rem;top:4.1391525268555rem;left:62.110111236573rem;overflow:hidden;display:block; }
#Fdq2Cms7TIAncHTvymfkMM2dCvfBPlgR { box-sizing:content-box;height:41.1875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.3089618682861rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#sq6ugPUK4t8Qh2HxAPTrsEMuOFRGNhK4 { box-sizing:content-box;height:19.875rem;width:15.7495625rem;position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #840121;border-left:0.0625rem solid #840121;border-right:0.0625rem solid #840121;border-bottom:0.0625rem solid #840121;top:20.749999046326rem;left:57.31205368042rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#bSz7zZpA62oGe7kU9d8EiSuscx4E3woA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.2494125rem;width:2.2494125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:35.686908721924rem;left:59.186309814453rem; }
#dPkcPAyfnkSL9TRyrwlQF5x7QIwnuTVe { box-sizing:content-box;height:3.8119125rem;width:3.8119125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15050;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.061908721924rem;left:58.437194824219rem;display:block; }
#EeMwnI6T3Hy9uXlnice9zggqvxc4n084 { box-sizing:content-box;height:19.875rem;width:15.7495625rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #840121;border-left:0.0625rem solid #840121;border-right:0.0625rem solid #840121;border-bottom:0.0625rem solid #840121;top:20.749999046326rem;left:38.811908721924rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#tBOPX9wucUrXcoUQXDPhEyUeWnKimRGJ { color:#8e0e2f;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:35.999408721924rem;left:44.62410736084rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2ZCClZ7qZWWdgLBgImedHtrPE6LD4is { color:#8e0e2f;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:35.999408721924rem;left:63.186614990238rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#POs1Emma8M63P6qmDmhTCS5inUIf9HQ7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:32.124554634094rem;left:45.812206268311rem; }
#sFAsRHWnhRMTHOJVpEb27Z0718OQQwSV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:32.124554634094rem;left:64.3749961853rem; }
#MgunlLZpPmG0tP2t12CuGmkCWoihvf4m { box-sizing:content-box;height:19.875rem;width:15.7495625rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #840121;border-left:0.0625rem solid #840121;border-right:0.0625rem solid #840121;border-bottom:0.0625rem solid #840121;top:20.562056541443rem;left:20.499706268311rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#sxmwN8gui32eJBRPCaTUT4KiuVl63kZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0619375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.445900917053rem;left:39.202533721924rem;height:4.5515625rem;text-align:center;text-align-last:center;display:block; }
#n5oz6mwuzdes5m8l3mOwpKSZF4JgyE84 { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15044;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.937497138977rem;left:48.437496185302rem;display:block; }
#PHNpmSkifdNLKBADf1oFSPevRyHaRWHL { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15043;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.937497138977rem;left:40.312496185302rem;display:block; }
#mfdF3nuJP9Qwrhxu92TEXAunqbZ0TPCO { box-sizing:content-box;height:3.8119125rem;width:3.8119125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.061908721924rem;left:39.874702453613rem;display:block; }
#aoZCBUFalLCtEqJTmmygbKpefNXfQRFR { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.2494125rem;width:2.2494125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:35.811908721924rem;left:40.624702453613rem; }
#E23T4FAfb5wSOFUzwGohoOmdiAdeiNX4 { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15055;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.937497138977rem;left:66.999553680419rem;display:block; }
#ChaT8PRzWrNzpfDlQcwymaUxfoyHA3qt { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15054;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.937497138977rem;left:58.87455368042rem;display:block; }
#ZooT8vocqyqCyrzRpsLOJ7JVs4ocdkl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8119375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:24.879124641419rem;left:21.515331268311rem;height:5.68945rem;text-align:center;text-align-last:center;display:block; }
#ub0kJ3DncrLLuMXQMiPhgePuGcbirZ4P { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:31.937352180481rem;left:27.561908721924rem; }
#UE1hKh4tu5RIwhuOsXpOk5oyp3F35eWf { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15033;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.749554634094rem;left:30.187206268311rem;display:block; }
#Go0g5BqlQavU28oTcSSaUiF9iGBlt2ft { color:#8e0e2f;display:block;width:7.8121875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:35.874408721924rem;left:27.118507385254rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AF4T656MNgkT69l13DFwEQETP9l2tKK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8119375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:24.687203407288rem;left:58.499408721924rem;height:5.68945rem;text-align:center;text-align-last:center;display:block; }
#bm9zQA6agnDaRQ84LQfuMGvA1Bgi0b5u { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15032;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.749554634094rem;left:22.062206268311rem;display:block; }
#w2xr83wF9SHQTSMrKpoQt1od45lQhFX8 { box-sizing:content-box;height:3.8119125rem;width:3.8119125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.874408721924rem;left:21.624404907226rem;display:block; }
#shVnnZHyaQLy4kaF0LHDaOxa3uGySkwJ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.2494125rem;width:2.2494125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:35.624408721924rem;left:22.437202453613rem; }
#qUuuQQNB1Kb1yCBH8uehG8Mn11ePSxov { box-sizing:content-box;height:19.875rem;width:15.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #840121;border-left:0.0625rem solid #840121;border-right:0.0625rem solid #840121;border-bottom:0.0625rem solid #840121;top:20.562056541443rem;left:1.9995574951172rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#i9k0Sre2mULczDoLMkPEHauGRckk03UI { color:#8e0e2f;display:block;width:7.8113125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:35.749408721924rem;left:7.8422698974613rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TtyDoOLbJPZlUqbQFP859eiK2XxNOaTO { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15022;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.749554634094rem;left:11.68705368042rem;display:block; }
#NC6C4pOHtNZtur5EoxZV29xeq1UoeRcx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.687375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.44810962677rem;left:3.0756187438965rem;height:4.5515625rem;text-align:center;text-align-last:center;display:block; }
#yu1hWdAeOa4lRWZLZqQDzqi2W5pQdLgM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.937352180481rem;left:9.0625rem; }
#HvGUukgEhVVTTFnb0EAihPqVVnzcyHcx { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15021;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.749554634094rem;left:3.5620574951172rem;display:block; }
#gK0b1wp6s50vDx7MuG1gd0mDgxxDaKOX { box-sizing:content-box;height:3.8119125rem;width:3.8119125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.874408721924rem;left:3.1247024536133rem;display:block; }
#SAHHMXPV3H8qanLBEkUwyQr3gCTe3RUB { color:#1a1a1a;display:block;width:19.624875rem;position:absolute;font-family:"bebas neue";font-size:5.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6849937438965rem;left:40.968456268311rem;height:6.9046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcE4In9v4hNBc9J3pzvxkmoCQdqJ86AV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Vh5FHFDNUQbvVsUhDK8c6xIKGINAwOdb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nW3H3VoiRSISXERtfzExAqScawD8oXGP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oCIR1aVyF3FHAoUxu3doGCCvaiwhaErX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#UJnvErIb1dyC8m1Vder2QgSHw1yS3zeR { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#O5GbKMo6xgmsm9rurv08Od7MECrAOTWp { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ALiAnF2JM5rtXro2J7U8i9rVG4brddNa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#UBmJmTK4ccAFOnXKefcyMgkWCzC2wlmh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cSt9y7rJugoIgI6uefBzvaKBvQZ5a0wi { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/427bc574-ee6e-46d1-85f8-0b60e28f4587/Agape.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.419810295105rem;left:6.8565750122069rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#cSt9y7rJugoIgI6uefBzvaKBvQZ5a0wi.adaptive-delivery-prevent-bg, #cSt9y7rJugoIgI6uefBzvaKBvQZ5a0wi.lazyload, #cSt9y7rJugoIgI6uefBzvaKBvQZ5a0wi.lazyloading { background-image: none; }
#grt8mxklh8SaGnniT2fTbCovbXyEA0ff { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.2491125rem;width:2.2491125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:35.499408721924rem;left:3.9029998779297rem; }
#OIIgIr4Z7kuvKhTghX9cwXy1JaCUXnda { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4950b15-1561-4477-8fb8-c8720b51a67d/Lilibeth.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.419810295105rem;left:25.67142868042rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#OIIgIr4Z7kuvKhTghX9cwXy1JaCUXnda.adaptive-delivery-prevent-bg, #OIIgIr4Z7kuvKhTghX9cwXy1JaCUXnda.lazyload, #OIIgIr4Z7kuvKhTghX9cwXy1JaCUXnda.lazyloading { background-image: none; }
#KRK5M3HcdsJLa4TyQIwXUewGIAwNNlkW { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/215e57c9-98f8-4d75-9cb0-d605a7bef62b/Eden.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.655217170716rem;left:62.110111236573rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#KRK5M3HcdsJLa4TyQIwXUewGIAwNNlkW.adaptive-delivery-prevent-bg, #KRK5M3HcdsJLa4TyQIwXUewGIAwNNlkW.lazyload, #KRK5M3HcdsJLa4TyQIwXUewGIAwNNlkW.lazyloading { background-image: none; }
#EMQ5vQMMPnResCkksmiPnKzvV2XLU8ty { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5cd83af4-08eb-4a0d-b781-36350ab7255d/Chris_and_Karen.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.592717170716rem;left:43.607753753662rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#EMQ5vQMMPnResCkksmiPnKzvV2XLU8ty.adaptive-delivery-prevent-bg, #EMQ5vQMMPnResCkksmiPnKzvV2XLU8ty.lazyload, #EMQ5vQMMPnResCkksmiPnKzvV2XLU8ty.lazyloading { background-image: none; }
#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7703d10c-c5a4-44ef-86c5-cfdefc3ce3db/Section2bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O.adaptive-delivery-prevent-bg, #A5XH0bFmPoRuNrApfGilyIUl53vTFl0O.lazyload, #A5XH0bFmPoRuNrApfGilyIUl53vTFl0O.lazyloading { background-image: none; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container { background-color: transparent; background-image: none; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container > .video-iframe-container { display: none; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row > .video-iframe-container { display: none; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .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); }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container { border-width: 0; border-radius: 0; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#obNndtelngiEJaMlBHI3XMUfBlRnwtJs { box-sizing:content-box;height:4.24986875rem;width:4.24986875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:11.625rem;display:block; }
#vd68dquuKAQCO8ya7FpA6LzpfaVuKdSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.2497375rem;width:2.2497375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:20rem;left:12.625rem; }
#PKRMB54lg6FEIVB5zI6ckcXVEoSzaET2 { box-sizing:content-box;height:10.9375rem;width:0.0622379375rem;position:absolute;display:block;z-index:15055;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.9375rem;left:18.25rem;display:block; }
#ryRaQwGzWhXLb5R5K6NLFXTRkp9CrD1a { color:#1a1a1a;display:block;width:6.9359375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:24.375rem;left:10.3125rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncef5EqxuRJifrQVb5EAPkNG2EUB9uzl { color:#1a1a1a;display:block;width:7.6871875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:24.811317443847rem;left:19.217273712158rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8piPeS3qDcxXltagbxTmQ7L0SosFwVL { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:20.9375rem;display:block; }
#xR9oChXDQ29h6uDt0mOvT1wp0niEKtH2 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:20.5rem;left:21.875rem; }
#AN73G8In5uUDcoeJiDvCn5BdRaedHhXw { color:#1a1a1a;display:block;width:6.9361875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:27.6875rem;left:10.3125rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5duJ9tfdaR1o0UJ1NzVHyS9sfFV54Be { color:#1a1a1a;display:block;width:7.3120625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:28.073406219483rem;left:19.402271270752rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgtbTLw5O70es1BIFhZSRwlLA565hTXF { box-sizing:content-box;height:10.9375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15056;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.812057495118rem;left:27.749706268311rem;display:block; }
#uAU7xPPoT8WXMNazKaAP2XLDMRct9Pss { color:#1a1a1a;display:block;width:7.2494375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:24.875rem;left:28.8125rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T993tCSuvlWun38frfJCxXPdPC2a2Ubu { color:#1a1a1a;display:block;width:6.4371875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:28.073406219483rem;left:29.216686248779rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuMbpoRt8TAHFFZ9X6s9RGwKCXJyLIQf { box-sizing:content-box;height:4.24970625rem;width:4.24970625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:30.1875rem;display:block; }
#a6pZ49oHJktwL7yPiDV86LfnEWvOiccB { box-sizing:content-box;height:10.9375rem;width:0.0615828125rem;position:absolute;display:block;z-index:15057;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.9375rem;left:37rem;display:block; }
#vLLuObwJMNnQTfvwM474CnmhJIPCSh9n { color:#1a1a1a;display:block;width:7.9996875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.809108734131rem;left:38.49719619751rem;height:2.27578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpqxs2r5aJ2JGHcEEEdNgeEUCbuUQ7VE { color:#1a1a1a;display:block;width:7.8744375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:28.073406219483rem;left:38.561908721924rem;height:3.41366875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4JeCV0qwV1h1tQyekTZbk7Cp77qg3Ct { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:40.375rem;display:block; }
#Vv0dJUv7rrTM9qrLzzPSUKirUlnXsqyp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:20.625rem;left:41.375rem; }
#P8VEAfeXWKcTdBQ5AFrluG7KST0fyWSf { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.5rem;left:31.1875rem; }
#gLQI5JpV2zq8xwALAOgFluCPi11BN8t7 { color:#1a1a1a;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9358787536621rem;left:6.6089324951175rem;height:4.4671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1QDprDs12DpTfqaR6H5QFyZJnqNkeGp { color:#840121;display:block;width:25.562375rem;position:absolute;font-family:allura;font-size:5.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4491462707519rem;left:23.09330368042rem;height:7.719125rem;display:block; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-form-header {  }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#fcfcfc;background-image:none;border-top:0.125rem solid rgba(132,1,33,0.26);border-left:0.125rem solid rgba(132,1,33,0.26);border-right:0.125rem solid rgba(132,1,33,0.26);border-bottom:0.125rem solid rgba(132,1,33,0.26);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:3rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-text {padding-top: 0; padding-bottom: 0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#fcfcfc;background-image:none;border-top:0.125rem solid rgba(132,1,33,0.26);border-left:0.125rem solid rgba(132,1,33,0.26);border-right:0.125rem solid rgba(132,1,33,0.26);border-bottom:0.125rem solid rgba(132,1,33,0.26);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:22.3125rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-select {padding-top: 0; padding-bottom: 0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#840121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:#ffffff;width:18rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;float:none; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-container:first-of-type{padding-top:0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-container:last-of-type{padding-bottom:0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:18.937484741211rem;left:51.810935974121rem; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h {display:block;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:18.937484741211rem;left:51.810935974121rem; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #iBQ8weateQN8DmICg9806RtXw3k4x16g { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #b3Svi4kyl7uykoOeiI3KPoS36Ql7Oy9Q { position:relative;display:none; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #RIiwEzM2SJUHDM3w2MNg9pS109uyn4oH { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #TI97nunwckVkURSwqakhRpwQS6cEzTEF { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #nMwtETNb7F9lL4vUw1adnTABGx1Mdx9Z { position:relative;display:none; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #HtgB9m7zJslOlVsTGkydKntoBPXbW3ge { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #tT9SvJ5XHFcaRAqzqq3ufUOFqB4nMltZ { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #DSgB3kJxTEiayZ66m48qvBJ3uIM2KZpM { position:relative;z-index:2; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #ZEOWNA9THr1qetub5KrT3DERLDMC9h4U { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #lSDcn0JeQr0LGnCFu8BTqZgNLexFua95 { position:relative; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #bkp3arhbPbEAUCa8HxKGMATJ7l0dP93Q { position:relative; }
#qyeWvtoaqrAL0Cb82kWTEWWk13nub4d1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8744375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.684844970703rem;left:53.123523712158rem;height:5.19375rem;text-align:center;text-align-last:center;display:block; }
#ThxcTpC2GR9a3PR1ArlTZlsv2VAptRWC { color:#840121;display:block;width:14.8746875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:8.6409187316894rem;left:54.623378753662rem;height:2.4375rem;font-style:normal;display:block; }
#asCZAKCckwCJFlpF6Tz8iTNHoUFntTrg { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15055;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:54.6875rem;display:block; }
#ZBAKWaJF9qTc5ANtzN3MmlRcrpVhT4GQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:17.625rem;left:61.0625rem; }
#TlPbW5lSdu9PTFTn93lCi0KGm4ofxh5F { box-sizing:content-box;height:0.061910375rem;width:4.6875rem;position:absolute;display:block;z-index:15056;background-color:#8e0e2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:64.75rem;display:block; }
#HuPF959NXS54anFq2lUdMu4RfW6xAmSG { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:59.9375rem;display:block; }
#L8ashMl8wZJFz5vKxMxb8JZx0IwUzTPS { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:4.8125rem;left:60.9375rem; }
#cohD5za7vh0eT0v09bcpgxQXAQgvC5eL { box-sizing:content-box;height:35.874875rem;width:23.8745625rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.5625rem rgba(132,1,33,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7062206268311rem;left:50.123821258545rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#BoKWxaq7D4pZz8zyLQpTy1h4xTmWotUD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.3119125rem;width:1.3119125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:34.6875rem;left:69.8125rem; }
#QiVwLZAEfD1Lkle1TvdxaZWaUMcLoz1C { color:#1a1a1a;display:block;width:15.3744375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:34.875rem;left:54.4375rem;height:1.0546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XauMF33UM0q4Vbmda3UUXkqTDN7T9AAq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.3119125rem;width:1.3119125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:34.6875rem;left:53.375rem; }
#CrD2Z33c1JsRZCdZK6sL63MZko7QqRzl { color:#1a1a1a;display:block;width:33.2495625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:11.165977478028rem;left:11.623676300049rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPQKm85yJngkQGIRkv3JtcSxHeTDyuDa { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:49.125rem;width:75rem;top:0.65521812438963rem;left:0rem;overflow:hidden;display:block; }
#T2ZlLhwR5zZNJNbVxbOrfTpzV17PtxEe { color:#840121;display:block;width:11.1246875rem;position:absolute;font-family:allura;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.125rem;left:9.125rem;height:2.0296875rem;display:block; }
#r79T9AkAHbphXZ1558LzEHe3bzAPVDA7 { color:#1a1a1a;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:42.1875rem;left:8.9375rem;height:3.41366875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfqcVUUsNzLG8F40ADdMxvNsTOKVHUQ8 { box-sizing:content-box;height:4.24986875rem;width:4.24986875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:3.3125rem;display:block; }
#nxoJpwroNHPEWCryl4glcSR8l99LzfUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.2497375rem;width:2.2497375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:41.5rem;left:4.3125rem; }
#mywQSVSqBvB2pkThq9IIxK6qufvtci6E { color:#1a1a1a;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:41.9375rem;left:31.6875rem;height:3.41366875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPSsWtXT2WWE98heAEpUEwbT4cnJggWM { color:#840121;display:block;width:13.125rem;position:absolute;font-family:allura;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.875rem;left:31.875rem;height:2.0296875rem;display:block; }
#d7PHD5CdEH4STTA6DIi5OObw2smyKmuy { box-sizing:content-box;height:4.24986875rem;width:4.24986875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:26.125rem;display:block; }
#ZcBRR5yN3KkJD58kv9M18akhP3kTL9Z1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.2497375rem;width:2.2497375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:41.5rem;left:27.125rem; }
#uCv3HX6RtbEXVU116CpUo4hgM9HFAksV { color:#1a1a1a;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:42.125rem;left:53.0625rem;height:2.27578125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LH1n9sZl9u0UhiXk8ZJVzSmrhGs9iPcF { color:#840121;display:block;width:13.8125rem;position:absolute;font-family:allura;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:40.0625rem;left:53.25rem;height:2.0296875rem;display:block; }
#oDto4643ZHpiXeSwbFXGxaRHTGvH4K6C { box-sizing:content-box;height:4.24986875rem;width:4.24986875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:47.6875rem;display:block; }
#A9knOeVWbUSHZVUqUREFeFzbJG0nQsuX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.2497375rem;width:2.2497375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:41.5rem;left:48.6875rem; }
#Msf2SrraTGZUOcMLNDTBVD7Dv0pIMxVJ { box-sizing:content-box;height:4.6875rem;width:0.061910375rem;position:absolute;display:block;z-index:15056;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.9375rem;left:25.0625rem;display:block; }
#kSBRpf7h42baDMPMFrZ3nG8N9ZUmpAwJ { box-sizing:content-box;height:4.6875rem;width:0.061910375rem;position:absolute;display:block;z-index:15057;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.9375rem;left:46.625rem;display:block; }
#CoUuv69TdkV4L2ITye66z3bw7TPNWfMe { box-sizing:content-box;height:9.1875rem;width:71.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffecec;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.5625rem #f9ede5 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.25rem;left:2rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#qJuVcDB4MPswahZu7QwchqOTIhkLiPRc { position:absolute;display:block;z-index:15060;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:3.37485rem;width:3.8119125rem;top:40.123821258545rem;left:68.545841217044rem;overflow:hidden;display:block; }
#xIxhGLLOLVZu3ZmOOVDZusSmx9RTWJrd { box-sizing:content-box;height:4.24986875rem;width:4.24986875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(142,14,47,0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5625rem;left:47.6875rem;display:none; }
#THEMuJUE4tO5wNFsS8Pp7sUFI2EKEP7Q { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oJ0CtmB85gLNGEGepu4Z52FHEW9wyukl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7703d10c-c5a4-44ef-86c5-cfdefc3ce3db/Section2bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN.adaptive-delivery-prevent-bg, #ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN.lazyload, #ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN.lazyloading { background-image: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { background-color: transparent; background-image: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container > .video-iframe-container { display: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row > .video-iframe-container { display: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .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); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { border-width: 0; border-radius: 0; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#M8h4Ka04Ga4QyGgorTh8ac82SI3TpmBH { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3239974975586rem;left:0rem;height:2.596875rem;text-align:center;text-align-last:center;display:block; }
#oecAHST8FbMDQInN2v7te2FkbXPcmOSM { color:#000000;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3239974975586rem;left:28.436763763427rem;height:2.596875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GJ23c1eJW2BibXNsKlJSighNMcSqBdDu { z-index:15002;top:3.3733825683594rem;left:49.999996185302rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R4Umq2onUc094EfRqVZS1QXnDvZEr5sf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rlbxyo2Ebyud8B2SiS3Erc7xpzRVGg9i { box-sizing:content-box;height:6.6875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.5625rem rgba(132,1,33,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1239624023438rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #di81BiwVqGtuKH8reTmhemaP9kBRw5n5 { display:block; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJwqTcTTA87FDJgLKEItLyGgvF0OztKn { top:1.5rem;left:0rem;width:33.5625rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1zhANE8OR8KqEJD0DsBbgk9yteRcJOn { top:4.375rem;left:0rem;width:33.5625rem;height:7.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGNdoymPWPLzoOmTapoBwHzFdwHlvwGU { top:10.125rem;left:0rem;width:33.5625rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TZXB4cOPRNAuo4L79v7KeIJEvorCOs { top:16.1875rem;left:0rem;width:34.6875rem;height:2.1210626610862rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itx7wK15gwCqXsH9exBBKegrxu5ufwZl { top:19.125rem;left:0rem;width:22rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnuBZcn0i9TAR9UmhIv2G4IOpNQuQgBG { top:21.125rem;left:0rem;width:24.125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIAkLIKWX7abqDUXVNrJLV21wMbwQWqf { top:24.25rem;left:0rem;width:28.125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTKv4r8cvrKNc8C0qONi3fo8dgwMirw { top:6rem;left:16.499217987061rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRnKfcXE6oTBy8goySCFhgDuazo802ux { top:31.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTBPdQUCZ18Zl9WAobknE4FTl32RSegW { top:36.125rem;left:0rem;width:6.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apb5zsW4cMu3LDmuKnv6CiHbqpuHWk1q { top:36.125rem;left:0rem;width:6rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuxZEVG5N4AIxiTSiQ9WwkoPiw1DAGl { top:36.125rem;left:1.75rem;width:7.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbrKWf8WFphGr8DH92qBaIFSeWlRPpxD { top:36.125rem;left:9.75rem;width:7.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-button { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC  { width:25.4375rem;height:auto;top:43.5rem;left:0rem; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC {display:block;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC { width:25.4375rem;height:auto;top:43.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #fmtuD9KCrqR2A5ApS71zJUDNHHClcReS {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #vp3DzNTJUPPhOLpeaih8dkTZXCWUvgq3 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #SGdUyzO8ZDx5gVXSA883mbah0IBKlHv4 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ztVSb8ph2lsgTxL4kvxbEfx5vkVNw0b3 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #Ag678NVGiqxonq4iZWBgkgO6s2DEtTUT {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #U8HqkUpEoBDdMmr4upL0rm6GnqEXfTPq {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #nKMlN4pklbfPiSFszBb3pwzWWa0eR8aQ {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ta4XrN56K2bytBH7wUAku9HQSoVfIdTR {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #n6zaePsSSFBXOOnoNIhwTce6wXKihCT1 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ktiWtf4dxPKD0OrBEIBbQT64mbp5vESE {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #oU9KP7rJTUcIhZWlXT2WLWamncmbHMpX {  }
 }@media only screen and (max-width: 763px) { #nHm2MVDoxda1IuTzSFa59l7K3NdL7s0T { top:32.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7U2D0uktrAlDCCi2huAhQGwl6rW8BRs { top:31.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaA0u3g5uMo7SC0BDRCNhoBm90yNVkhL { top:32.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd6XNXaegpiHeTXClNUTTSafWA8qW0Ie { top:31.375rem;left:3.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et8SKhqbCIH4tszIZi4bMGW7ZoTwlZMc { top:32.375rem;left:4.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9EUgfz2mOAhyh71mwqmPD4MAoUt6FE { top:31.375rem;left:11.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta0hyNdESIeFspXPG10aEegTJaLOGFsw { top:32.4375rem;left:12.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WLqGNqDL9wZnSZ0vmmkCOWHgtgamxd { top:33.0625rem;left:0rem;width:0;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulUMSXLcN6Tc8MlBPS7V6RLp1eJkvRa { top:33.3125rem;left:1.75rem;width:0;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLQzdT9OTTpx8W1THZUG18RdwuJdxK0g { top:33.375rem;left:9rem;width:0;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNQyzlkaBWTrMSRPHqyT30T9kxgL3vMx { top:54.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGrOhUIkqXJQh0yqKtyPaKlNJRi1XmR { top:41.5rem;left:0rem;width:18.25rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFyehdl0DUAXvQqsPencwyTCQVOSDvRO { top:42.1875rem;left:0rem;width:1.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9wouTWVTkLPKNzbd34vuFeAyqCzfsHo { top:42rem;left:11.436908721924rem;width:1.25rem;height:2.06220625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCpiy9biy3u9wBN29EopJWeeUivAMA6M { width:40.875rem;height:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #THzJfyWgxx0S1VgkNpTTNWBuaZdHmL97 { top:30rem;left:0rem;width:30.875rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeg1d02s5KgTmDky8gyU3mwTeddWts29 { display:block; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7IIHpUNwCSvahGFxske7LO0vKTWcMby { top:2.0625rem;left:0rem;width:36.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0uuULp1QkIGSXETPnMd21q7cB41prU7 { top:5.25rem;left:27.375rem;width:15.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxMt5XRFn4XAncTQP2a7NpOpuUL6kTg { top:5rem;left:43.625rem;width:3.625rem;height:3.81131875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyPuMUz5gtAUOu6geylyqKSRhot1zfJq { top:8.9375rem;left:22.25rem;width:25.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvHAeGo06VRCiW09wmiPgNeeyQAXTZhQ { top:11.4375rem;left:16.625rem;width:31.125rem;height:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5CSOIWS79vuMIAUXmk3g5QhLX2oMUUz { top:22.1875rem;left:16.625rem;width:31.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oayZeirBlcVFW2HxwwycQeklnSIwIZw9 { top:26.25rem;left:16.625rem;width:31.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw { display:block; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsBPDJRx4xeRTaIfOvaUsT6oattPbEGK { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpaQDauoaF2oQx73LMrzRp9IexJPGxBd { top:14.1875rem;left:0rem;width:7.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N05871ETgJ7dyEzQNnyiaxbOniXdPn1f { top:6.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVytXUSPqCo0PUhyzvcXEeNMJ3MIPNx { top:8.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgIpOL7ils5MMlKk4OrtnKq3DzhoRBr9 { top:14.1875rem;left:13.375rem;width:9.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTa7Dvigu4DyF6HNaFgttZC7HvBxGRzT { top:6.875rem;left:14.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnxB8tzCufqpciOztNUH8CoQEvSxngW { top:8.125rem;left:15.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELXovzP3u76XaVDR3VLN1rgz7adDOwSK { top:14.1875rem;left:40.25rem;width:7.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcl5sh51ZKzeUOR2hkvr48weseTw5ks { top:6.875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTlA846Q1DHv0qrb0MoOXT3kJDbH4rXT { top:8.125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIUbS1kfEk3iig95RhDGKHBThiTeApIz { top:14.125rem;left:25.9375rem;width:8.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRtuEyPQpvgaEWeTvAnM0XGiMJFSKCcJ { top:6.875rem;left:27rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRMraQhFF29cgf8hCTizFPXNacN9OG0 { top:8.125rem;left:28.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMrLMSLKGafSnqT4D3GBn4cMiJNmqHCg { top:14.1875rem;left:1.4375rem;width:7.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JofcqGKq1xXxJ6GXe2rXNSMEtxPvqBHK { top:6.875rem;left:2.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwrMhzJBhUW7sRUg261RTpIkqBhXeFi { top:8.125rem;left:3.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N61lXUJdgw2I2PIhKBntyGxm9sF5NkcD { top:14.25rem;left:38.8125rem;width:7.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTGpTw8MMFXOAWDrcFTKH6TQQc06MBG { top:6.9375rem;left:39.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db9H1OWFeag7osvGLw2veDe1oMIiI3fp { top:8.1875rem;left:40.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnRSR9AeSc72PsiOvnyrUwNqs2Vihndm { top:8.0625rem;left:0rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMc9Sv0d2ZTcA7LduzRmtCrJUFvw4EET { top:8.0625rem;left:11.373691558838rem;width:0;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epyt1a6KTZeZMTCh4Ru4rIsIclFOSgQn { top:8.0625rem;left:23.843555450439rem;width:0;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJqEVyMRT5mAOw6ClTwmTBnVe4I18HMO { top:8.0625rem;left:36.405796051026rem;width:0;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8SLr9PyBxvSLMrXvyRM2tsBbtDlUo0 { top:8.0625rem;left:47.75rem;width:0;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V { display:block; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dK98i7FfmRTklMXbPEBkWgbQped1C47T { top:1.875rem;left:19.797023773193rem;width:3.3125rem;height:6.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HPJXcMQ6gTxOPxpeXm4TAXfi4aPAPM { top:7.4375rem;left:5rem;width:42.75rem;height:0;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEa4RigPEUvf0kEngLkZbulvODzFHE3a { top:3.3125rem;left:15.5625rem;width:2.5625rem;height:3.9662773843468rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rfV0fStytcuf0CEyt8dTFNoJnFIokh { top:2.6875rem;left:45.375rem;width:2.375rem;height:3.8976818691224rem;display:block; }
 }@media only screen and (max-width: 763px) { #URri7JCGL9ZuNgHzDR8SAli40TOwd1Q4 { top:8.1875rem;left:19.4375rem;width:28.3125rem;height:1.807483909479rem;display:block; }
 }@media only screen and (max-width: 763px) { #eed3I5qN3XXxVlCvydboGlefIWlEsyp7 { top:12.1875rem;left:16.8125rem;width:30.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NysPAozC0WzT7mL676hmAAqM07zugkrn { top:21.4375rem;left:31.4375rem;width:7.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poylcT48WTDm4EtfvGZOZQCu9xvHtnkW { top:22rem;left:39.8125rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br0S3iGTM1fcfld2vNb6H3J3TAHcWLcJ { top:16.6875rem;left:32.9375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8UHUHDKCHITLmRGTT8Aypbcu1CHDGo { top:17.6875rem;left:33.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnGE0TEqZzA2ATzdqopQ1w3qAwqugRuU { top:16.6875rem;left:43.4375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3kiWsDxc3uLEgOCCgUqa8kRiNhBX4f { top:17.75rem;left:44.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzT8q27adFXsPJhCcSdwLleC1SC8zDzT { top:17.6875rem;left:40.125rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yZ7q3cvZwolP46hykUrqfoRdhCmMz3 { top:17.5625rem;left:30.1875rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl1M9yRMRDfL4iRW2ORGLkBUPHUBhPMm { top:21.6875rem;left:22.1875rem;width:6rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdvAdIE8XmcFpHVsAE3HAgHqQUFAciK { top:16.9375rem;left:23.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4U3IE57bJ63Uw8npvDHpqzpvHVs3Rmt { top:17.9375rem;left:24.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny8X2pFKvNtUHxPHNroHOBT486IDcOsO { top:17.6875rem;left:20.4375rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOOEumfAJKW7ZCdFvKUBeR6Qt8ROJmXQ { top:24.625rem;left:12.0625rem;width:6.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvI8OgToVQ6FZEATRZhMPZmudUCFT4A { top:17.25rem;left:13.375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLHwwTJNMFbwRLg27oVdBhJthDvuUPyc { top:18.125rem;left:14.374872207642rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD1f75hgcFTrco0T2xvT4FsPIAg4MIMb { top:22.125rem;left:40.25rem;width:7.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5KTfw4ngTuclh4fcbUQQlGzV7MyERs { top:16.8125rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOscW0uXkBiB9ZzapbJO7Z0HZQdIunmn { top:17.75rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmG6kLwpU4DvTAO9DD42Mrdn3sRdKafC { top:22.5625rem;left:12.0625rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i53D7Tii4bLHRcctyKLASVpTnGAOL7bl { top:24.625rem;left:21.75rem;width:6.875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8eDyKOozgxc3VWQvHWQk7JunmUXQiWW { top:25.4375rem;left:31.5625rem;width:7.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTs9M527o43lesilmRtkwVNFEiHZd1S { top:25.1875rem;left:40.875rem;width:6.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJT7nyLT26aT1cRHJ8XDFfnoUKmzrSk { top:24.9375rem;left:39.25rem;width:8.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm4XeLEc1lORLNS5F5mTFXTQDUNCKL8v { top:17.9375rem;left:47.75rem;width:0;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhnVmE5RaxCJEkBX8zQmtNn4EMCOyzKS { top:31.125rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguvqFk2dDwfk8nCioXT4p2sEGzmVnfg { top:31.75rem;left:17.25rem;width:30.5rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4gTZGBUt76QRzHaLnMqvmk3KNCBNQ0w { top:35.9375rem;left:25.186908721924rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUnixbSAfKbv9fRdkGRibyOwUTNVU7X { top:32.8125rem;left:18.8125rem;width:2.25rem;height:2.6759000692049rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzX8y0BTpvZhfXkTlBc8hBWnlFXX1qW6 { top:34.3125rem;left:42.5rem;width:5.25rem;height:5.5588616829138rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvr3Gn7sppqOWZv7qgNPLztcrJ52lGl { top:38.125rem;left:31.125rem;width:9.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWDJdIEDoQzJKS0UGZSy85FP3n5D0Wp { top:0.5rem;left:0rem;width:25.375rem;height:38.468363080832rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS7x0aJo57feP1OSq8RU9bVcBhBBTdaw { top:0.6875rem;left:24.110401153564rem;width:9.9375rem;height:9.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTLGH7PFQtL2F2T2oqQHXuHTpZgFWib { top:1.875rem;left:30.8125rem;width:16.9375rem;height:6.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG { display:block; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S56myrIGDMVlIys2MDhvceT4KvBBdZLB { top:10.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTpDg9IKIZqLQc6tei1h7TNNWEEJ3Tx { top:2.4375rem;left:1.0462837219238rem;width:10rem;height:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCvDfXRymZty6rnDTQhKomECPCaykprA { top:1.0625rem;left:11.061763763427rem;width:16.5625rem;height:9.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNC45570yaUF2xnm7TRPtx4dgATKqRKD { top:13.0625rem;left:5rem;width:42.75rem;height:0;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNQE8Esav5HZ5dqqaeMK7eMa6wPATI01 { top:8rem;left:6.9375rem;width:28.3125rem;height:1.8076779074685rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVkgWURcTkeULKPTtxA8afGIp3PudyU { top:3.625rem;left:45.375rem;width:2.375rem;height:3.8979904221537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzM1Bp2govSdpty7ErKTdCs9M5nITMC { top:3.9375rem;left:0rem;width:2.5625rem;height:3.9668389465736rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDeZSz7E8mIQ5BFDuBrfxwVG7nmQDbr4 { top:13rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTnR01Cta3gTcJATvvQvmBZwIOOOCSV { top:4.125rem;left:45.4375rem;width:2.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdq2Cms7TIAncHTvymfkMM2dCvfBPlgR { top:1.25rem;left:0rem;width:47.75rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq6ugPUK4t8Qh2HxAPTrsEMuOFRGNhK4 { top:20.6875rem;left:31.875rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSz7zZpA62oGe7kU9d8EiSuscx4E3woA { top:35.625rem;left:45.561309814453rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPkcPAyfnkSL9TRyrwlQF5x7QIwnuTVe { top:35rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMwnI6T3Hy9uXlnice9zggqvxc4n084 { top:20.6875rem;left:25.186908721924rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBOPX9wucUrXcoUQXDPhEyUeWnKimRGJ { top:35.9375rem;left:30.99910736084rem;width:8.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZCClZ7qZWWdgLBgImedHtrPE6LD4is { top:35.9375rem;left:39.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POs1Emma8M63P6qmDmhTCS5inUIf9HQ7 { top:32.0625rem;left:32.187206268311rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFAsRHWnhRMTHOJVpEb27Z0718OQQwSV { top:32.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgunlLZpPmG0tP2t12CuGmkCWoihvf4m { top:20.5rem;left:6.8747062683106rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmwN8gui32eJBRPCaTUT4KiuVl63kZ6 { top:25.4375rem;left:25.577533721924rem;width:15rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5oz6mwuzdes5m8l3mOwpKSZF4JgyE84 { top:32.875rem;left:34.812496185302rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PHNpmSkifdNLKBADf1oFSPevRyHaRWHL { top:32.875rem;left:26.687496185302rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mfdF3nuJP9Qwrhxu92TEXAunqbZ0TPCO { top:35rem;left:26.249702453613rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZCBUFalLCtEqJTmmygbKpefNXfQRFR { top:35.75rem;left:26.999702453613rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23T4FAfb5wSOFUzwGohoOmdiAdeiNX4 { top:32.875rem;left:43.0625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ChaT8PRzWrNzpfDlQcwymaUxfoyHA3qt { top:32.875rem;left:43.0625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZooT8vocqyqCyrzRpsLOJ7JVs4ocdkl9 { top:24.875rem;left:7.8903312683106rem;width:13.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0kJ3DncrLLuMXQMiPhgePuGcbirZ4P { top:31.875rem;left:13.936908721924rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE1hKh4tu5RIwhuOsXpOk5oyp3F35eWf { top:32.6875rem;left:16.562206268311rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Go0g5BqlQavU28oTcSSaUiF9iGBlt2ft { top:35.8125rem;left:13.493507385254rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4T656MNgkT69l13DFwEQETP9l2tKK0 { top:24.625rem;left:34rem;width:13.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9zQA6agnDaRQ84LQfuMGvA1Bgi0b5u { top:32.6875rem;left:8.4372062683106rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #w2xr83wF9SHQTSMrKpoQt1od45lQhFX8 { top:34.8125rem;left:7.9994049072262rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVnnZHyaQLy4kaF0LHDaOxa3uGySkwJ { top:35.5625rem;left:8.8122024536131rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUuuQQNB1Kb1yCBH8uehG8Mn11ePSxov { top:20.5rem;left:0rem;width:15.8125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9k0Sre2mULczDoLMkPEHauGRckk03UI { top:35.6875rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyDoOLbJPZlUqbQFP859eiK2XxNOaTO { top:32.6875rem;left:0rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NC6C4pOHtNZtur5EoxZV29xeq1UoeRcx { top:25.4375rem;left:0rem;width:13.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu1hWdAeOa4lRWZLZqQDzqi2W5pQdLgM { top:31.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvGUukgEhVVTTFnb0EAihPqVVnzcyHcx { top:32.6875rem;left:0rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gK0b1wp6s50vDx7MuG1gd0mDgxxDaKOX { top:34.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAHHMXPV3H8qanLBEkUwyQr3gCTe3RUB { top:2.625rem;left:27.343456268311rem;width:19.5625rem;height:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcE4In9v4hNBc9J3pzvxkmoCQdqJ86AV { display:none; }
 }@media only screen and (max-width: 763px) { #Vh5FHFDNUQbvVsUhDK8c6xIKGINAwOdb { display:none; }
 }@media only screen and (max-width: 763px) { #nW3H3VoiRSISXERtfzExAqScawD8oXGP { display:none; }
 }@media only screen and (max-width: 763px) { #oCIR1aVyF3FHAoUxu3doGCCvaiwhaErX { display:none; }
 }@media only screen and (max-width: 763px) { #UJnvErIb1dyC8m1Vder2QgSHw1yS3zeR { display:none; }
 }@media only screen and (max-width: 763px) { #O5GbKMo6xgmsm9rurv08Od7MECrAOTWp { display:none; }
 }@media only screen and (max-width: 763px) { #ALiAnF2JM5rtXro2J7U8i9rVG4brddNa { display:none; }
 }@media only screen and (max-width: 763px) { #UBmJmTK4ccAFOnXKefcyMgkWCzC2wlmh { display:none; }
 }@media only screen and (max-width: 763px) { #cSt9y7rJugoIgI6uefBzvaKBvQZ5a0wi { top:17.375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grt8mxklh8SaGnniT2fTbCovbXyEA0ff { top:35.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIIgIr4Z7kuvKhTghX9cwXy1JaCUXnda { top:17.375rem;left:12.04642868042rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRK5M3HcdsJLa4TyQIwXUewGIAwNNlkW { top:17.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMQ5vQMMPnResCkksmiPnKzvV2XLU8ty { top:17.5625rem;left:29.982753753662rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5XH0bFmPoRuNrApfGilyIUl53vTFl0O { display:block; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obNndtelngiEJaMlBHI3XMUfBlRnwtJs { top:19.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd68dquuKAQCO8ya7FpA6LzpfaVuKdSF { top:20rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRMB54lg6FEIVB5zI6ckcXVEoSzaET2 { top:19.9375rem;left:4.625rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryRaQwGzWhXLb5R5K6NLFXTRkp9CrD1a { top:24.375rem;left:0rem;width:6.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncef5EqxuRJifrQVb5EAPkNG2EUB9uzl { top:24.75rem;left:5.5922737121582rem;width:7.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8piPeS3qDcxXltagbxTmQ7L0SosFwVL { top:19.5rem;left:7.3125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR9oChXDQ29h6uDt0mOvT1wp0niEKtH2 { top:20.5rem;left:8.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN73G8In5uUDcoeJiDvCn5BdRaedHhXw { top:27.6875rem;left:0rem;width:6.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5duJ9tfdaR1o0UJ1NzVHyS9sfFV54Be { top:28.0625rem;left:5.7772712707519rem;width:7.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtbTLw5O70es1BIFhZSRwlLA565hTXF { top:19.75rem;left:14.124706268311rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAU7xPPoT8WXMNazKaAP2XLDMRct9Pss { top:24.875rem;left:15.1875rem;width:7.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T993tCSuvlWun38frfJCxXPdPC2a2Ubu { top:28.0625rem;left:15.591686248779rem;width:6.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuMbpoRt8TAHFFZ9X6s9RGwKCXJyLIQf { top:19.5rem;left:16.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6pZ49oHJktwL7yPiDV86LfnEWvOiccB { top:19.9375rem;left:23.375rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLuObwJMNnQTfvwM474CnmhJIPCSh9n { top:24.75rem;left:24.87219619751rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpqxs2r5aJ2JGHcEEEdNgeEUCbuUQ7VE { top:28.0625rem;left:24.936908721924rem;width:7.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4JeCV0qwV1h1tQyekTZbk7Cp77qg3Ct { top:19.5rem;left:26.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv0dJUv7rrTM9qrLzzPSUKirUlnXsqyp { top:20.625rem;left:27.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8VEAfeXWKcTdBQ5AFrluG7KST0fyWSf { top:20.5rem;left:17.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLQI5JpV2zq8xwALAOgFluCPi11BN8t7 { top:4.875rem;left:0rem;width:26.875rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1QDprDs12DpTfqaR6H5QFyZJnqNkeGp { top:3.4375rem;left:9.46830368042rem;width:25.5rem;height:7.6875rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-regular-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-text { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-text {padding-top: 0; padding-bottom: 0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-textarea { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-select { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-select {padding-top: 0; padding-bottom: 0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-button { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-checkbox-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h  { width:18rem;height:auto;top:18.875rem;left:27.25rem; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .radio-container { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h {display:block;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h { width:18rem;height:auto;top:18.875rem;left:27.25rem; }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #iBQ8weateQN8DmICg9806RtXw3k4x16g {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #b3Svi4kyl7uykoOeiI3KPoS36Ql7Oy9Q {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #RIiwEzM2SJUHDM3w2MNg9pS109uyn4oH {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #TI97nunwckVkURSwqakhRpwQS6cEzTEF {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #nMwtETNb7F9lL4vUw1adnTABGx1Mdx9Z {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #HtgB9m7zJslOlVsTGkydKntoBPXbW3ge {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #tT9SvJ5XHFcaRAqzqq3ufUOFqB4nMltZ {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #DSgB3kJxTEiayZ66m48qvBJ3uIM2KZpM {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #ZEOWNA9THr1qetub5KrT3DERLDMC9h4U {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #lSDcn0JeQr0LGnCFu8BTqZgNLexFua95 {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #bkp3arhbPbEAUCa8HxKGMATJ7l0dP93Q {  }
 }@media only screen and (max-width: 763px) { #qyeWvtoaqrAL0Cb82kWTEWWk13nub4d1 { top:11.625rem;left:29.9375rem;width:17.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxcTpC2GR9a3PR1ArlTZlsv2VAptRWC { top:8.625rem;left:32.9375rem;width:14.8125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCZAKCckwCJFlpF6Tz8iTNHoUFntTrg { top:18.5rem;left:41.0625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZBAKWaJF9qTc5ANtzN3MmlRcrpVhT4GQ { top:17.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlPbW5lSdu9PTFTn93lCi0KGm4ofxh5F { top:18.5rem;left:43.0625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HuPF959NXS54anFq2lUdMu4RfW6xAmSG { top:3.8125rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ashMl8wZJFz5vKxMxb8JZx0IwUzTPS { top:4.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohD5za7vh0eT0v09bcpgxQXAQgvC5eL { top:1.6875rem;left:23.9375rem;width:23.8125rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoKWxaq7D4pZz8zyLQpTy1h4xTmWotUD { top:34.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiVwLZAEfD1Lkle1TvdxaZWaUMcLoz1C { top:34.875rem;left:32.4375rem;width:15.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XauMF33UM0q4Vbmda3UUXkqTDN7T9AAq { top:34.6875rem;left:39.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrD2Z33c1JsRZCdZK6sL63MZko7QqRzl { top:11.125rem;left:0rem;width:33.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPQKm85yJngkQGIRkv3JtcSxHeTDyuDa { top:0.625rem;left:0rem;width:47.75rem;height:31.27625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZlLhwR5zZNJNbVxbOrfTpzV17PtxEe { top:40.125rem;left:0rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r79T9AkAHbphXZ1558LzEHe3bzAPVDA7 { top:42.1875rem;left:0rem;width:15rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfqcVUUsNzLG8F40ADdMxvNsTOKVHUQ8 { top:40.5625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxoJpwroNHPEWCryl4glcSR8l99LzfUo { top:41.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mywQSVSqBvB2pkThq9IIxK6qufvtci6E { top:41.9375rem;left:18.0625rem;width:15rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPSsWtXT2WWE98heAEpUEwbT4cnJggWM { top:39.875rem;left:18.25rem;width:13.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PHD5CdEH4STTA6DIi5OObw2smyKmuy { top:40.5625rem;left:12.5rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBRR5yN3KkJD58kv9M18akhP3kTL9Z1 { top:41.5rem;left:13.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCv3HX6RtbEXVU116CpUo4hgM9HFAksV { top:42.125rem;left:32.75rem;width:15rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1n9sZl9u0UhiXk8ZJVzSmrhGs9iPcF { top:40.0625rem;left:34rem;width:13.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDto4643ZHpiXeSwbFXGxaRHTGvH4K6C { top:40.5625rem;left:34.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9knOeVWbUSHZVUqUREFeFzbJG0nQsuX { top:41.5rem;left:35.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msf2SrraTGZUOcMLNDTBVD7Dv0pIMxVJ { top:40.9375rem;left:11.4375rem;width:0;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSBRpf7h42baDMPMFrZ3nG8N9ZUmpAwJ { top:40.9375rem;left:33rem;width:0;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoUuv69TdkV4L2ITye66z3bw7TPNWfMe { top:38.25rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJuVcDB4MPswahZu7QwchqOTIhkLiPRc { top:40.0625rem;left:43.9375rem;width:3.75rem;height:3.3200362023rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxhGLLOLVZu3ZmOOVDZusSmx9RTWJrd { top:40.5625rem;left:34.0625rem;width:4.1875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THEMuJUE4tO5wNFsS8Pp7sUFI2EKEP7Q { display:none; }
 }@media only screen and (max-width: 763px) { #oJ0CtmB85gLNGEGepu4Z52FHEW9wyukl { display:none; }
 }@media only screen and (max-width: 763px) { #ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN { display:block; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8h4Ka04Ga4QyGgorTh8ac82SI3TpmBH { top:3.3125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecAHST8FbMDQInN2v7te2FkbXPcmOSM { top:3.3125rem;left:13.625rem;width:18.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ23c1eJW2BibXNsKlJSighNMcSqBdDu { top:3.3125rem;left:6.75rem;width:25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Umq2onUc094EfRqVZS1QXnDvZEr5sf { display:block; }
 }@media only screen and (max-width: 763px) { #Rlbxyo2Ebyud8B2SiS3Erc7xpzRVGg9i { top:1.0625rem;left:0rem;width:47.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #di81BiwVqGtuKH8reTmhemaP9kBRw5n5 { background-color:#f2d9c7;background-image:none;display:block; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container { background-color: transparent; background-image: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container > .video-iframe-container { display: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row > .video-iframe-container { display: none; }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .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); }#di81BiwVqGtuKH8reTmhemaP9kBRw5n5 > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJwqTcTTA87FDJgLKEItLyGgvF0OztKn { width:15.249875rem;height:0;top:16.9375rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #D1zhANE8OR8KqEJD0DsBbgk9yteRcJOn { width:9.9375rem;height:0;top:22.125rem;left:4.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGNdoymPWPLzoOmTapoBwHzFdwHlvwGU { width:20rem;height:0;top:25rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h4TZXB4cOPRNAuo4L79v7KeIJEvorCOs { width:12.2494375rem;height:0.625rem;top:27.1875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Itx7wK15gwCqXsH9exBBKegrxu5ufwZl { width:20rem;height:1.2984375rem;top:14rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnuBZcn0i9TAR9UmhIv2G4IOpNQuQgBG { width:20rem;height:1.2984375rem;top:15.3125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIAkLIKWX7abqDUXVNrJLV21wMbwQWqf { width:17.5619375rem;height:5.19375rem;top:17.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUTKv4r8cvrKNc8C0qONi3fo8dgwMirw { width:2.5rem;height:2.5rem;top:21.75rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRnKfcXE6oTBy8goySCFhgDuazo802ux { width:3rem;height:3rem;top:24.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTBPdQUCZ18Zl9WAobknE4FTl32RSegW { width:6.875rem;height:3.41366875rem;top:29rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apb5zsW4cMu3LDmuKnv6CiHbqpuHWk1q { width:5.9994125rem;height:3.41366875rem;top:29rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAuxZEVG5N4AIxiTSiQ9WwkoPiw1DAGl { width:7.2494375rem;height:3.41366875rem;top:38rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbrKWf8WFphGr8DH92qBaIFSeWlRPpxD { width:7.5rem;height:3.41366875rem;top:38rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.25rem;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;height:3.125rem;text-align:center;text-align-last:center; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.3;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-container:first-of-type{padding-top:0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .widget-container:last-of-type{padding-bottom:0;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC  { width:17.4375rem;height:auto;top:46.1875rem;left:0rem;background-color:rgba(142,14,47,0.15);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC {display:block;}#g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC { width:17.4375rem;height:auto;top:46.1875rem;left:0rem;background-color:rgba(142,14,47,0.15);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #fmtuD9KCrqR2A5ApS71zJUDNHHClcReS {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #vp3DzNTJUPPhOLpeaih8dkTZXCWUvgq3 { display:none; }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #SGdUyzO8ZDx5gVXSA883mbah0IBKlHv4 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ztVSb8ph2lsgTxL4kvxbEfx5vkVNw0b3 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #Ag678NVGiqxonq4iZWBgkgO6s2DEtTUT { display:none; }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #U8HqkUpEoBDdMmr4upL0rm6GnqEXfTPq {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #nKMlN4pklbfPiSFszBb3pwzWWa0eR8aQ {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ta4XrN56K2bytBH7wUAku9HQSoVfIdTR {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #n6zaePsSSFBXOOnoNIhwTce6wXKihCT1 {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #ktiWtf4dxPKD0OrBEIBbQT64mbp5vESE {  }
 }@media only screen and (max-width: 763px) { #g1nGSUXh2EFyZcqSrIrn1vJQTL8h5NsC #oU9KP7rJTUcIhZWlXT2WLWamncmbHMpX {  }
 }@media only screen and (max-width: 763px) { #nHm2MVDoxda1IuTzSFa59l7K3NdL7s0T { display:flex;width:1.5625rem;height:1.5625rem;top:25.561908721924rem;left:4.9999998211861rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #n7U2D0uktrAlDCCi2huAhQGwl6rW8BRs { width:3rem;height:3rem;top:24.875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaA0u3g5uMo7SC0BDRCNhoBm90yNVkhL { display:flex;width:1.5625rem;height:1.5625rem;top:25.499408721924rem;left:13.687204182148rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Xd6XNXaegpiHeTXClNUTTSafWA8qW0Ie { width:3rem;height:3rem;top:33.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #et8SKhqbCIH4tszIZi4bMGW7ZoTwlZMc { display:flex;width:1.5625rem;height:1.5625rem;top:34.5rem;left:4.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RF9EUgfz2mOAhyh71mwqmPD4MAoUt6FE { width:3rem;height:3rem;top:33.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta0hyNdESIeFspXPG10aEegTJaLOGFsw { display:flex;width:1.5625rem;height:1.5625rem;top:34.625rem;left:13.5625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #v0WLqGNqDL9wZnSZ0vmmkCOWHgtgamxd { width:0.0625rem;height:6.25rem;top:48.460064916992rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yulUMSXLcN6Tc8MlBPS7V6RLp1eJkvRa { width:0;height:6.25rem;top:38.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLQzdT9OTTpx8W1THZUG18RdwuJdxK0g { width:0;height:6.25rem;top:55.8125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNQyzlkaBWTrMSRPHqyT30T9kxgL3vMx { display:flex;width:1.43720625rem;height:1.43720625rem;top:58.75rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #oGGrOhUIkqXJQh0yqKtyPaKlNJRi1XmR { width:19.874125rem;height:2.6003875rem;top:42.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFyehdl0DUAXvQqsPencwyTCQVOSDvRO { width:1.24970625rem;height:1.875rem;top:42.999408721924rem;left:1.1869103312492rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9wouTWVTkLPKNzbd34vuFeAyqCzfsHo { width:1.24970625rem;height:2.0625rem;top:42.874996185302rem;left:17.499999821186rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCpiy9biy3u9wBN29EopJWeeUivAMA6M { top:0rem;left:0rem;width:19.9375rem;height:13.3125rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #THzJfyWgxx0S1VgkNpTTNWBuaZdHmL97 { width:20rem;height:29.875rem;top:63.782413726806rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xeg1d02s5KgTmDky8gyU3mwTeddWts29 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7703d10c-c5a4-44ef-86c5-cfdefc3ce3db/Section2bg.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29.adaptive-delivery-prevent-bg, #Xeg1d02s5KgTmDky8gyU3mwTeddWts29.lazyload, #Xeg1d02s5KgTmDky8gyU3mwTeddWts29.lazyloading { background-image: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container { background-color: transparent; background-image: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container > .video-iframe-container { display: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row > .video-iframe-container { display: none; }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .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); }#Xeg1d02s5KgTmDky8gyU3mwTeddWts29 > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7IIHpUNwCSvahGFxske7LO0vKTWcMby { width:20rem;height:17.278888425922rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0uuULp1QkIGSXETPnMd21q7cB41prU7 { width:11.9369375rem;height:2.5rem;top:19.901973724365rem;left:1.749705016613rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxMt5XRFn4XAncTQP2a7NpOpuUL6kTg { width:2.8744125rem;height:2.99970625rem;top:19.649909973144rem;left:14.49881953001rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyPuMUz5gtAUOu6geylyqKSRhot1zfJq { width:20rem;height:1.2984375rem;top:23.651237487793rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvHAeGo06VRCiW09wmiPgNeeyQAXTZhQ { width:20rem;height:9.0890625rem;top:25.712703704834rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5CSOIWS79vuMIAUXmk3g5QhLX2oMUUz { width:20rem;height:2.596875rem;top:35.456954956055rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oayZeirBlcVFW2HxwwycQeklnSIwIZw9 { width:17.9996875rem;height:5.19375rem;top:38.892242431641rem;left:0.99867326021194rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw { display:block; }#wOBFTcyBAlApL8Kq484rE2hWo6zZpFWw > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsBPDJRx4xeRTaIfOvaUsT6oattPbEGK { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpaQDauoaF2oQx73LMrzRp9IexJPGxBd { width:9.8746875rem;height:2.596875rem;top:9.01091003418rem;left:8.99543017149rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N05871ETgJ7dyEzQNnyiaxbOniXdPn1f { width:6.25rem;height:6.25rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVytXUSPqCo0PUhyzvcXEeNMJ3MIPNx { display:flex;width:3.75rem;height:3.75rem;top:8.4375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #VgIpOL7ils5MMlKk4OrtnKq3DzhoRBr9 { width:10.1871875rem;height:3.8953125rem;top:23.236293792724rem;left:8.83696860075rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTa7Dvigu4DyF6HNaFgttZC7HvBxGRzT { width:6.25rem;height:6.25rem;top:22.062344551086rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnxB8tzCufqpciOztNUH8CoQEvSxngW { display:flex;width:3.75rem;height:3.75rem;top:23.374851226807rem;left:2.4999999403954rem; }
 }@media only screen and (max-width: 763px) { #ELXovzP3u76XaVDR3VLN1rgz7adDOwSK { width:8.8745625rem;height:2.596875rem;top:46.510906219483rem;left:9.4943982958794rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcl5sh51ZKzeUOR2hkvr48weseTw5ks { width:6.25rem;height:6.25rem;top:44.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTlA846Q1DHv0qrb0MoOXT3kJDbH4rXT { display:flex;width:3.75rem;height:3.75rem;top:45.9375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #XIUbS1kfEk3iig95RhDGKHBThiTeApIz { width:8.2495625rem;height:2.596875rem;top:31.449733734131rem;left:9.8068982958794rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRtuEyPQpvgaEWeTvAnM0XGiMJFSKCcJ { width:6.25rem;height:6.25rem;top:29.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRMraQhFF29cgf8hCTizFPXNacN9OG0 { display:flex;width:3.75rem;height:3.75rem;top:30.875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #rMrLMSLKGafSnqT4D3GBn4cMiJNmqHCg { width:7.5rem;height:2.596875rem;top:16.512386322021rem;left:10.181307971477rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JofcqGKq1xXxJ6GXe2rXNSMEtxPvqBHK { width:6.25rem;height:6.25rem;top:14.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwrMhzJBhUW7sRUg261RTpIkqBhXeFi { display:flex;width:3.75rem;height:3.75rem;top:15.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #N61lXUJdgw2I2PIhKBntyGxm9sF5NkcD { width:10.874875rem;height:3.8953125rem;top:38.361583709717rem;left:8.4935132861137rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTGpTw8MMFXOAWDrcFTKH6TQQc06MBG { width:6.25rem;height:6.25rem;top:37.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db9H1OWFeag7osvGLw2veDe1oMIiI3fp { display:flex;width:3.75rem;height:3.75rem;top:38.4375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mnRSR9AeSc72PsiOvnyrUwNqs2Vihndm { width:0.0625rem;height:9.375rem;top:15.1997375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMc9Sv0d2ZTcA7LduzRmtCrJUFvw4EET { width:0;height:9.3125rem;top:37.174975rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Epyt1a6KTZeZMTCh4Ru4rIsIclFOSgQn { width:0;height:9.3125rem;top:66.83756875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJqEVyMRT5mAOw6ClTwmTBnVe4I18HMO { width:0;height:9.3125rem;top:88.75030625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #yf8SLr9PyBxvSLMrXvyRM2tsBbtDlUo0 { width:0;height:9.3125rem;top:52.375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V { display:block; }#VTVKqyoGLo05E5T9NyXDaIiJfToTDR7V > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dK98i7FfmRTklMXbPEBkWgbQped1C47T { width:2.37470625rem;height:3.2484375rem;top:1.125rem;left:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HPJXcMQ6gTxOPxpeXm4TAXfi4aPAPM { width:20rem;height:0;top:15.46433125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEa4RigPEUvf0kEngLkZbulvODzFHE3a { width:1.5625rem;height:2.5rem;top:1.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rfV0fStytcuf0CEyt8dTFNoJnFIokh { width:1.5625rem;height:2.5619125rem;top:1.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URri7JCGL9ZuNgHzDR8SAli40TOwd1Q4 { width:15.625rem;height:0.9375rem;top:4.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eed3I5qN3XXxVlCvydboGlefIWlEsyp7 { width:15.625rem;height:2.596875rem;top:6.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NysPAozC0WzT7mL676hmAAqM07zugkrn { width:7.1875rem;height:3.41366875rem;top:30.125rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poylcT48WTDm4EtfvGZOZQCu9xvHtnkW { width:7.9370625rem;height:3.41366875rem;top:46.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br0S3iGTM1fcfld2vNb6H3J3TAHcWLcJ { width:4.1875rem;height:4.1875rem;top:24.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8UHUHDKCHITLmRGTT8Aypbcu1CHDGo { display:flex;width:2.1875rem;height:2.1875rem;top:25.9375rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #KnGE0TEqZzA2ATzdqopQ1w3qAwqugRuU { width:4.1875rem;height:4.1875rem;top:41.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3kiWsDxc3uLEgOCCgUqa8kRiNhBX4f { display:flex;width:2.1875rem;height:2.1875rem;top:42.1875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #FzT8q27adFXsPJhCcSdwLleC1SC8zDzT { width:0;height:10.9375rem;top:74.3125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8yZ7q3cvZwolP46hykUrqfoRdhCmMz3 { width:0;height:10.9375rem;top:58.83711875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wl1M9yRMRDfL4iRW2ORGLkBUPHUBhPMm { width:5.9994125rem;height:2.27578125rem;top:30.6875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdvAdIE8XmcFpHVsAE3HAgHqQUFAciK { width:4.1875rem;height:4.1875rem;top:24.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4U3IE57bJ63Uw8npvDHpqzpvHVs3Rmt { display:flex;width:2.1875rem;height:2.1875rem;top:25.875rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #Ny8X2pFKvNtUHxPHNroHOBT486IDcOsO { width:0;height:10.9375rem;top:23.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOOEumfAJKW7ZCdFvKUBeR6Qt8ROJmXQ { width:6.875rem;height:4.5515625rem;top:18.6875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvI8OgToVQ6FZEATRZhMPZmudUCFT4A { width:4.1875rem;height:4.1875rem;top:10.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLHwwTJNMFbwRLg27oVdBhJthDvuUPyc { display:flex;width:2.1875rem;height:2.1875rem;top:11.75rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #PD1f75hgcFTrco0T2xvT4FsPIAg4MIMb { width:7.5rem;height:2.27578125rem;top:46.6875rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5KTfw4ngTuclh4fcbUQQlGzV7MyERs { width:4.1875rem;height:4.1875rem;top:41.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOscW0uXkBiB9ZzapbJO7Z0HZQdIunmn { display:flex;width:2.1875rem;height:2.1875rem;top:42rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #JmG6kLwpU4DvTAO9DD42Mrdn3sRdKafC { width:6.875rem;height:1.1378875rem;top:16.25rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i53D7Tii4bLHRcctyKLASVpTnGAOL7bl { width:6.875rem;height:5.68945rem;top:34.125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8eDyKOozgxc3VWQvHWQk7JunmUXQiWW { width:7.749875rem;height:4.5515625rem;top:34.625rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTs9M527o43lesilmRtkwVNFEiHZd1S { width:6.875rem;height:4.5515625rem;top:50.3125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJT7nyLT26aT1cRHJ8XDFfnoUKmzrSk { width:8.4994375rem;height:4.5515625rem;top:50.25rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm4XeLEc1lORLNS5F5mTFXTQDUNCKL8v { width:0;height:10.875rem;top:56.4375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhnVmE5RaxCJEkBX8zQmtNn4EMCOyzKS { width:20rem;height:6.5625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguvqFk2dDwfk8nCioXT4p2sEGzmVnfg { width:20rem;height:2.4375rem;top:56.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4gTZGBUt76QRzHaLnMqvmk3KNCBNQ0w { width:20rem;height:1.2984375rem;top:59.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUnixbSAfKbv9fRdkGRibyOwUTNVU7X { width:1.6244125rem;height:1.9369125rem;top:56.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzX8y0BTpvZhfXkTlBc8hBWnlFXX1qW6 { width:2.5619125rem;height:2.68720625rem;top:57.9375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvr3Gn7sppqOWZv7qgNPLztcrJ52lGl { width:9.375rem;height:0.625rem;top:61.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWDJdIEDoQzJKS0UGZSy85FP3n5D0Wp { width:9.875rem;height:15.125rem;top:8.6283898353575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RS7x0aJo57feP1OSq8RU9bVcBhBBTdaw { width:3.68735rem;height:3.7359375rem;top:0.8125rem;left:6.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTLGH7PFQtL2F2T2oqQHXuHTpZgFWib { width:6.5625rem;height:2.6003875rem;top:1.375rem;left:10.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG { display:block; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S56myrIGDMVlIys2MDhvceT4KvBBdZLB { width:20rem;height:2.596875rem;top:7.0097198486325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTpDg9IKIZqLQc6tei1h7TNNWEEJ3Tx { width:4.375rem;height:2.8441375rem;top:2.7783031463623rem;left:1.4998525977135rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCvDfXRymZty6rnDTQhKomECPCaykprA { width:4.9375rem;height:3.0046875rem;top:2.7097606658936rem;left:5.7334901690483rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNC45570yaUF2xnm7TRPtx4dgATKqRKD { width:20rem;height:0;top:12.398289680481rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNQE8Esav5HZ5dqqaeMK7eMa6wPATI01 { width:12.3120625rem;height:0.74955625rem;top:5.1911773681641rem;left:3.4367625117302rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVkgWURcTkeULKPTtxA8afGIp3PudyU { width:0.9375rem;height:1.5625rem;top:3.4027099609375rem;left:18.812647044659rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzM1Bp2govSdpty7ErKTdCs9M5nITMC { width:0.9375rem;height:1.5625rem;top:3.4675598144531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDeZSz7E8mIQ5BFDuBrfxwVG7nmQDbr4 { width:15.3744375rem;height:2.596875rem;top:10.484964370727rem;left:2.3120576739311rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTnR01Cta3gTcJATvvQvmBZwIOOOCSV { width:2.1875rem;height:2.5rem;top:12.398290157318rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fdq2Cms7TIAncHTvymfkMM2dCvfBPlgR { width:20rem;height:108.9375rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sq6ugPUK4t8Qh2HxAPTrsEMuOFRGNhK4 { width:17.1875rem;height:19.875rem;top:17.124999523163rem;left:1.4998525977135rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bSz7zZpA62oGe7kU9d8EiSuscx4E3woA { display:flex;width:2.2494125rem;height:2.2494125rem;top:104.43690490722rem;left:3.9374998211861rem; }
 }@media only screen and (max-width: 763px) { #dPkcPAyfnkSL9TRyrwlQF5x7QIwnuTVe { width:3.75rem;height:3.75rem;top:30.992922782898rem;left:3.4360257983207rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMwnI6T3Hy9uXlnice9zggqvxc4n084 { width:17.1875rem;height:19.875rem;top:65.874555587769rem;left:1.2499999403954rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tBOPX9wucUrXcoUQXDPhEyUeWnKimRGJ { width:8.375rem;height:1.2984375rem;top:80.936904907225rem;left:9.1869094967844rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZCClZ7qZWWdgLBgImedHtrPE6LD4is { width:7.8125rem;height:1.2984375rem;top:104.93690490722rem;left:9.0624998211863rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POs1Emma8M63P6qmDmhTCS5inUIf9HQ7 { display:flex;width:1.875rem;height:1.875rem;top:52.436906814575rem;left:9.1244098544119rem; }
 }@media only screen and (max-width: 763px) { #sFAsRHWnhRMTHOJVpEb27Z0718OQQwSV { display:flex;width:1.875rem;height:1.875rem;top:27.937203884125rem;left:9.0610257983206rem; }
 }@media only screen and (max-width: 763px) { #MgunlLZpPmG0tP2t12CuGmkCWoihvf4m { width:17.1875rem;height:19.875rem;top:41.437498092651rem;left:1.3745576739311rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sxmwN8gui32eJBRPCaTUT4KiuVl63kZ6 { width:13.62325rem;height:4.5515625rem;top:70.499101638794rem;left:3.1874998211861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5oz6mwuzdes5m8l3mOwpKSZF4JgyE84 { width:4.6875rem;height:0;top:90.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNpmSkifdNLKBADf1oFSPevRyHaRWHL { width:4.6875rem;height:0;top:85.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfdF3nuJP9Qwrhxu92TEXAunqbZ0TPCO { width:3.75rem;height:3.75rem;top:56.062349319458rem;left:3.4994103312492rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZCBUFalLCtEqJTmmygbKpefNXfQRFR { display:flex;width:2.2494125rem;height:2.2494125rem;top:80.562051773069rem;left:4.1244103312493rem; }
 }@media only screen and (max-width: 763px) { #E23T4FAfb5wSOFUzwGohoOmdiAdeiNX4 { width:4.6875rem;height:0;top:91.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChaT8PRzWrNzpfDlQcwymaUxfoyHA3qt { width:4.6875rem;height:0;top:91.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZooT8vocqyqCyrzRpsLOJ7JVs4ocdkl9 { width:12.9994375rem;height:5.68945rem;top:45.436906814575rem;left:3.4997051358223rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0kJ3DncrLLuMXQMiPhgePuGcbirZ4P { display:flex;width:1.875rem;height:1.875rem;top:76.749406814575rem;left:8.9372045397756rem; }
 }@media only screen and (max-width: 763px) { #UE1hKh4tu5RIwhuOsXpOk5oyp3F35eWf { width:4.6875rem;height:0;top:91.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go0g5BqlQavU28oTcSSaUiF9iGBlt2ft { width:7.8125rem;height:1.2984375rem;top:57.125rem;left:9.2494094967844rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4T656MNgkT69l13DFwEQETP9l2tKK0 { width:13.75rem;height:5.68945rem;top:94.0625rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9zQA6agnDaRQ84LQfuMGvA1Bgi0b5u { width:4.6875rem;height:0;top:91.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2xr83wF9SHQTSMrKpoQt1od45lQhFX8 { width:3.75rem;height:3.75rem;top:103.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVnnZHyaQLy4kaF0LHDaOxa3uGySkwJ { display:flex;width:2.1875rem;height:2.1875rem;top:56.811906814575rem;left:4.249705016613rem; }
 }@media only screen and (max-width: 763px) { #qUuuQQNB1Kb1yCBH8uehG8Mn11ePSxov { width:17.25rem;height:18.5rem;top:90.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9k0Sre2mULczDoLMkPEHauGRckk03UI { width:7.8125rem;height:1.2984375rem;top:31.934844970703rem;left:8.8744094967844rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyDoOLbJPZlUqbQFP859eiK2XxNOaTO { width:4.6875rem;height:0;top:77.686906814575rem;left:11.685583293438rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6C4pOHtNZtur5EoxZV29xeq1UoeRcx { width:10.875rem;height:4.5515625rem;top:21.872049331665rem;left:4.5619099736214rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu1hWdAeOa4lRWZLZqQDzqi2W5pQdLgM { display:flex;width:1.875rem;height:1.875rem;top:100.375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #HvGUukgEhVVTTFnb0EAihPqVVnzcyHcx { width:4.6875rem;height:0;top:77.686906814575rem;left:3.4360257983207rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #gK0b1wp6s50vDx7MuG1gd0mDgxxDaKOX { width:3.75rem;height:3.75rem;top:79.812494277956rem;left:3.312205016613rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAHHMXPV3H8qanLBEkUwyQr3gCTe3RUB { width:8.3121875rem;height:2.8441375rem;top:2.7771224975586rem;left:10.608047664166rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcE4In9v4hNBc9J3pzvxkmoCQdqJ86AV { top:28.729509353637rem;left:4.1833721995354rem;width:4.0625rem;height:0.0625rem;z-index:15058;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vh5FHFDNUQbvVsUhDK8c6xIKGINAwOdb { top:28.718453884125rem;left:11.732752978802rem;width:4.0625rem;height:0.061910375rem;z-index:15059;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nW3H3VoiRSISXERtfzExAqScawD8oXGP { top:53.343452453613rem;left:4.1244103312493rem;width:4.0625rem;height:0.061910375rem;z-index:15059;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oCIR1aVyF3FHAoUxu3doGCCvaiwhaErX { top:53.343452453613rem;left:11.732752978802rem;width:4.0625rem;height:0.061910375rem;z-index:15060;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UJnvErIb1dyC8m1Vder2QgSHw1yS3zeR { top:77.65373802185rem;left:4.1244103312493rem;width:4.0625rem;height:0.061910375rem;z-index:15060;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #O5GbKMo6xgmsm9rurv08Od7MECrAOTWp { top:77.65373802185rem;left:11.732752978802rem;width:4.0625rem;height:0.061910375rem;z-index:15061;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ALiAnF2JM5rtXro2J7U8i9rVG4brddNa { top:101.25rem;left:4.1875rem;width:4.0625rem;height:0.061910375rem;z-index:15061;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UBmJmTK4ccAFOnXKefcyMgkWCzC2wlmh { top:101.25rem;left:11.8125rem;width:4.0625rem;height:0.061910375rem;z-index:15062;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cSt9y7rJugoIgI6uefBzvaKBvQZ5a0wi { width:6.25rem;height:6.25rem;top:14.084020614624rem;left:6.8749997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #grt8mxklh8SaGnniT2fTbCovbXyEA0ff { display:flex;width:2.1875rem;height:2.1875rem;top:31.774172782898rem;left:4.2172757983207rem; }
 }@media only screen and (max-width: 763px) { #OIIgIr4Z7kuvKhTghX9cwXy1JaCUXnda { width:6.25rem;height:6.25rem;top:38.306003570557rem;left:6.874704658985rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRK5M3HcdsJLa4TyQIwXUewGIAwNNlkW { width:6.25rem;height:6.25rem;top:87.186904907225rem;left:6.874704658985rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMQ5vQMMPnResCkksmiPnKzvV2XLU8ty { width:6.25rem;height:6.25rem;top:62.749397277831rem;left:6.874704658985rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5XH0bFmPoRuNrApfGilyIUl53vTFl0O { display:block; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obNndtelngiEJaMlBHI3XMUfBlRnwtJs { width:4.1875rem;height:4.1875rem;top:14.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd68dquuKAQCO8ya7FpA6LzpfaVuKdSF { display:flex;width:2.1875rem;height:2.1875rem;top:15.6875rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #PKRMB54lg6FEIVB5zI6ckcXVEoSzaET2 { width:0;height:10.9375rem;top:20.532131195068rem;left:18.24955368042rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryRaQwGzWhXLb5R5K6NLFXTRkp9CrD1a { width:6.875rem;height:2.27578125rem;top:19.25rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncef5EqxuRJifrQVb5EAPkNG2EUB9uzl { width:7.6238125rem;height:2.27578125rem;top:19.248819351196rem;left:10.371756374836rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8piPeS3qDcxXltagbxTmQ7L0SosFwVL { width:4.1875rem;height:4.1875rem;top:26.436908721924rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR9oChXDQ29h6uDt0mOvT1wp0niEKtH2 { display:flex;width:2.1875rem;height:2.1875rem;top:15.748825073243rem;left:13.091833293438rem; }
 }@media only screen and (max-width: 763px) { #AN73G8In5uUDcoeJiDvCn5BdRaedHhXw { width:6.875rem;height:3.41366875rem;top:21.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5duJ9tfdaR1o0UJ1NzVHyS9sfFV54Be { width:7.2494375rem;height:3.41366875rem;top:21.873523712158rem;left:10.561615169048rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtbTLw5O70es1BIFhZSRwlLA565hTXF { width:0;height:10.9375rem;top:20.406841278076rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAU7xPPoT8WXMNazKaAP2XLDMRct9Pss { width:7.1875rem;height:2.27578125rem;top:30.997934341431rem;left:2.2491155266762rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T993tCSuvlWun38frfJCxXPdPC2a2Ubu { width:6.3745625rem;height:3.41366875rem;top:33.553949356079rem;left:2.6541863083839rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuMbpoRt8TAHFFZ9X6s9RGwKCXJyLIQf { width:4.1875rem;height:4.1875rem;top:26.436908721924rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6pZ49oHJktwL7yPiDV86LfnEWvOiccB { width:0;height:10.9375rem;top:20.532131195068rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLuObwJMNnQTfvwM474CnmhJIPCSh9n { width:7.9370625rem;height:2.27578125rem;top:31.030658721924rem;left:10.357605755329rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpqxs2r5aJ2JGHcEEEdNgeEUCbuUQ7VE { width:7.8125rem;height:3.41366875rem;top:33.553064346314rem;left:10.482311069966rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4JeCV0qwV1h1tQyekTZbk7Cp77qg3Ct { width:4.18631875rem;height:4.18631875rem;top:14.747198581696rem;left:12.092422664166rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv0dJUv7rrTM9qrLzzPSUKirUlnXsqyp { display:flex;width:2.1875rem;height:2.1875rem;top:27.435434341431rem;left:13.091390430928rem; }
 }@media only screen and (max-width: 763px) { #P8VEAfeXWKcTdBQ5AFrluG7KST0fyWSf { display:flex;width:2.1875rem;height:2.1875rem;top:27.436319351196rem;left:4.7494099736214rem; }
 }@media only screen and (max-width: 763px) { #gLQI5JpV2zq8xwALAOgFluCPi11BN8t7 { width:20rem;height:2.6003875rem;top:2.3105850219726rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1QDprDs12DpTfqaR6H5QFyZJnqNkeGp { width:20rem;height:2.6003875rem;top:4.3381500244141rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-text {padding-top: 0; padding-bottom: 0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-select {padding-top: 0; padding-bottom: 0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.125rem; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.3;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-container:first-of-type{padding-top:0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .widget-container:last-of-type{padding-bottom:0;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h  { width:17.5rem;height:auto;top:53.749111175537rem;left:0.061910390853882rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h {display:block;}#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h { width:17.5rem;height:auto;top:53.749111175537rem;left:0.061910390853882rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #iBQ8weateQN8DmICg9806RtXw3k4x16g {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #b3Svi4kyl7uykoOeiI3KPoS36Ql7Oy9Q { display:none; }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #RIiwEzM2SJUHDM3w2MNg9pS109uyn4oH {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #TI97nunwckVkURSwqakhRpwQS6cEzTEF {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #nMwtETNb7F9lL4vUw1adnTABGx1Mdx9Z { display:none; }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #HtgB9m7zJslOlVsTGkydKntoBPXbW3ge {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #tT9SvJ5XHFcaRAqzqq3ufUOFqB4nMltZ {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #DSgB3kJxTEiayZ66m48qvBJ3uIM2KZpM {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #ZEOWNA9THr1qetub5KrT3DERLDMC9h4U {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #lSDcn0JeQr0LGnCFu8BTqZgNLexFua95 {  }
 }@media only screen and (max-width: 763px) { #LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h #bkp3arhbPbEAUCa8HxKGMATJ7l0dP93Q {  }
 }@media only screen and (max-width: 763px) { #qyeWvtoaqrAL0Cb82kWTEWWk13nub4d1 { width:17.8125rem;height:4.5515625rem;top:49.186317443847rem;left:1.1249999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxcTpC2GR9a3PR1ArlTZlsv2VAptRWC { width:19.875rem;height:2.4375rem;top:46.311908721924rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asCZAKCckwCJFlpF6Tz8iTNHoUFntTrg { width:4.6875rem;height:0;top:17.4375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBAKWaJF9qTc5ANtzN3MmlRcrpVhT4GQ { display:flex;width:1.25rem;height:1.25rem;top:68.374111175537rem;left:17.561319172383rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TlPbW5lSdu9PTFTn93lCi0KGm4ofxh5F { width:4.6875rem;height:0;top:19.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuPF959NXS54anFq2lUdMu4RfW6xAmSG { width:4.18705625rem;height:4.18705625rem;top:39.310729980469rem;left:7.9369104504588rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ashMl8wZJFz5vKxMxb8JZx0IwUzTPS { display:flex;width:2.1875rem;height:2.1875rem;top:40.248229980469rem;left:8.9372051358225rem; }
 }@media only screen and (max-width: 763px) { #cohD5za7vh0eT0v09bcpgxQXAQgvC5eL { width:20rem;height:33.375rem;top:38.061023712158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoKWxaq7D4pZz8zyLQpTy1h4xTmWotUD { display:flex;width:1.5625rem;height:1.5625rem;top:44.294513702392rem;left:9.2175701260569rem; }
 }@media only screen and (max-width: 763px) { #QiVwLZAEfD1Lkle1TvdxaZWaUMcLoz1C { width:15.3125rem;height:1.0546875rem;top:68.561611175537rem;left:2.2499998211861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XauMF33UM0q4Vbmda3UUXkqTDN7T9AAq { display:flex;width:1.25rem;height:1.25rem;top:68.374111175537rem;left:1.1869103312492rem; }
 }@media only screen and (max-width: 763px) { #CrD2Z33c1JsRZCdZK6sL63MZko7QqRzl { width:13.8745625rem;height:4.5515625rem;top:6.8912277221681rem;left:3.0623523592949rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPQKm85yJngkQGIRkv3JtcSxHeTDyuDa { width:20rem;height:13.0625rem;top:0.74882507324219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZlLhwR5zZNJNbVxbOrfTpzV17PtxEe { width:11.0620625rem;height:2.0296875rem;top:72.749408721925rem;left:4.9369099736214rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r79T9AkAHbphXZ1558LzEHe3bzAPVDA7 { width:15rem;height:3.41366875rem;top:74.68631362915rem;left:4.9997051358223rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfqcVUUsNzLG8F40ADdMxvNsTOKVHUQ8 { width:3.75rem;height:3.75rem;top:73.998226165769rem;left:0.43691039085388rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxoJpwroNHPEWCryl4glcSR8l99LzfUo { display:flex;width:2.1875rem;height:2.1875rem;top:74.78006362915rem;left:1.2337853312492rem; }
 }@media only screen and (max-width: 763px) { #mywQSVSqBvB2pkThq9IIxK6qufvtci6E { width:15rem;height:3.41366875rem;top:81.06131362915rem;left:4.7494099736214rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPSsWtXT2WWE98heAEpUEwbT4cnJggWM { width:13.125rem;height:2.0296875rem;top:79.061611175537rem;left:4.7494099736214rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PHD5CdEH4STTA6DIi5OObw2smyKmuy { width:3.75rem;height:3.75rem;top:79.935428619387rem;left:0.43691039085388rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBRR5yN3KkJD58kv9M18akhP3kTL9Z1 { display:flex;width:2.1875rem;height:2.1875rem;top:80.717273712156rem;left:1.2010613083839rem; }
 }@media only screen and (max-width: 763px) { #uCv3HX6RtbEXVU116CpUo4hgM9HFAksV { width:15rem;height:2.27578125rem;top:87.499111175537rem;left:4.8122051358223rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1n9sZl9u0UhiXk8ZJVzSmrhGs9iPcF { width:13.75rem;height:2.0296875rem;top:85.499408721925rem;left:4.7494099736214rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDto4643ZHpiXeSwbFXGxaRHTGvH4K6C { width:3.75rem;height:3.75rem;top:85.498523712156rem;left:0.43691039085388rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9knOeVWbUSHZVUqUREFeFzbJG0nQsuX { display:flex;width:2.1875rem;height:2.1875rem;top:86.280361175537rem;left:1.1869103312492rem; }
 }@media only screen and (max-width: 763px) { #Msf2SrraTGZUOcMLNDTBVD7Dv0pIMxVJ { width:0;height:4.6875rem;top:41.532276153564rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSBRpf7h42baDMPMFrZ3nG8N9ZUmpAwJ { width:0;height:4.6875rem;top:41.532276153564rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoUuv69TdkV4L2ITye66z3bw7TPNWfMe { width:20rem;height:22.6875rem;top:72.33991622925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJuVcDB4MPswahZu7QwchqOTIhkLiPRc { width:3.75rem;height:3.3181rem;top:90.372638702394rem;left:8.1235254406931rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxhGLLOLVZu3ZmOOVDZusSmx9RTWJrd { width:4.18558125rem;height:4.18558125rem;top:26.436908721924rem;left:12.092864811421rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #THEMuJUE4tO5wNFsS8Pp7sUFI2EKEP7Q { top:45.044513702392rem;left:3.8119099736214rem;width:4.0625rem;height:0.061910375rem;z-index:15062;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0CtmB85gLNGEGepu4Z52FHEW9wyukl { top:45.043628692627rem;left:12.153890430928rem;width:4.0625rem;height:0.061910375rem;z-index:15063;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN { background-color:#020202;background-image:url("https://images.assets-landingi.com/uc/7703d10c-c5a4-44ef-86c5-cfdefc3ce3db/Section2bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN.adaptive-delivery-prevent-bg, #ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN.lazyload, #ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN.lazyloading { background-image: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { background-color: transparent; background-image: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container > .video-iframe-container { display: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row > .video-iframe-container { display: none; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .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); }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { border-width: 0; border-radius: 0; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymbWJzwQC9S3u5KsvTQerBmF8RheaDHN > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8h4Ka04Ga4QyGgorTh8ac82SI3TpmBH { width:20rem;height:2.275775rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecAHST8FbMDQInN2v7te2FkbXPcmOSM { width:15.6869375rem;height:2.27578125rem;top:4.8966674804688rem;left:2.1558076739311rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ23c1eJW2BibXNsKlJSighNMcSqBdDu { top:7.8742599487306rem;left:0rem;width:20rem;height:2.31131875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Umq2onUc094EfRqVZS1QXnDvZEr5sf { display:block; }
 }@media only screen and (max-width: 763px) { #Rlbxyo2Ebyud8B2SiS3Erc7xpzRVGg9i { width:20rem;height:10.25rem;top:0.74867630004881rem;left:0rem;display:block; }
 }