.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); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE { 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/e9181a5d-6ad5-476a-b4cd-958243c94808/section1bg2_4x.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; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE.adaptive-delivery-prevent-bg, #O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE.lazyload, #O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE.lazyloading { background-image: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container { background-color: transparent; background-image: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container > .video-iframe-container { display: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row > .video-iframe-container { display: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .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); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container { border-width: 0; border-radius: 0; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#xFbxamPkd7BgFzKb15nJsRTG7CfXTSg2 { 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:2.6875rem;height:3.6556625rem;display:block; }
#W2gVE5IKbZe007i9EOnpxakbepuvX7JK { 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:2.6875rem;height:7.3120625rem;font-style:normal;display:block; }
#I6CQ9e8cCV8eHayKQ4tHehPwLb6pgX3w { 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:2.6875rem;height:6.9059375rem;font-style:normal;display:block; }
#OMLZTHxGS657fUqBAlqkc8NR7Sn4EwKP { 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.187107086182rem;left:2.1234283447266rem;overflow:hidden;display:block; }
#T6G5TGus0Lw1ET2KZnsPMoTIyblVbESn { 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:2.6863212585449rem;height:2.03144375rem;display:block; }
#KnXHE9R0Gf9e4OSdKXaPtp3eTO9UezRe { 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.154872894287rem;left:2.6863212585449rem;height:2.03144375rem;display:block; }
#UvC7J8iIznwoMUl5M3hAmOBNG9IVVup0 { 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:2.6863212585449rem;height:4.87323125rem;font-style:normal;display:block; }
#ChnCTI7zD9ng4vlZftwBwoOgpRBbwyAl { 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; }
#W9SLXqmTetFHCsPv3A3bNC2913xXXrx5 { 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:30.4375rem;left:2.375rem;display:block; }
#n5MJrnpFKBC3QVFD5W4drBddfqa5m73L { 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:35.1875rem;left:1rem;height:3.41170625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBNUF41TfuCEdbA6cvCBzLQyUtJ8qqcK { 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:35.1875rem;left:9.25rem;height:3.41170625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZAHJCZZFtJnP5opr1gT14eUU2uhvzVX { 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:35.1875rem;left:16.25rem;height:3.41170625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKrHwDI5RokdPPwlxBnUQdilUOTp9ogV { 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:35.1875rem;left:24.25rem;height:3.41170625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-form-header {  }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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: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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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:rgba(var(--color-secondary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-text {padding-top: 0; padding-bottom: 0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .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:rgba(var(--color-secondary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-select {padding-top: 0; padding-bottom: 0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]:-moz-placeholder { color:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]::-moz-placeholder { color:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]:-ms-input-placeholder { color:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]::-webkit-input-placeholder { color:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-container:first-of-type{padding-top:0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-container:last-of-type{padding-bottom:0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA  { 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:42.625rem;left:0.875rem; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA {display:block;}#XpypSmoy237out5tWRzhbhKglZJPiZkA { 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:42.625rem;left:0.875rem; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #prm2c8dmZI1DKRE67tVs9CKSPkmQCbgI { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #MVaAbT7J5JO4Pn8UUJtRPZXebRLXxUV3 { position:relative;display:none; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #dnIxdxriMoHmu1dqRqOrXQkknCQH7su3 { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #sA5GUgv7Vu5qTmU8gQbJH0bTWmTtySzi { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #WThasmPf6vWukxiO4xxZeFGOEgKMqVx6 { position:relative;display:none; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #TCK1fif73TkLIrW0hZi8oDUAeNzXJoIa { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #lufInu0Iqkco2Sk2BmKZe6CRTTUve0H7 { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #iFiowl1ty4tTildKg8XMe1mnlCqQ0wXm { position:relative;z-index:2; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #eClKJCTrWG7PgdexzHSQIfqdATSz6syw { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #qUddeqvEAzhrfnnRHMw2SoGvh5MyJe10 { position:relative; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA #KNSfgzEZ5pLD7J6eb287ZNghSNyODfyL { position:relative; }
#CtshLlMEWVWIG4HG57VwDbWOZw650vXR { 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:31.4375rem;left:3.375rem; }
#GdRoWkkyzwv8EBuFDt1IOZw2QftSVmuU { 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:30.4375rem;left:10.1875rem;display:block; }
#qFDmdvPFQTUx7nkC8V0ZEA89XL9lNh9O { 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:31.436319351196rem;left:11.154087066651rem; }
#lfFf9CUdoqa4UexSXSq0mB0fcWp9KKF8 { 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:30.4375rem;left:17.75rem;display:block; }
#s3cyQNaxEXWdUWINWCNNdxIfhVgtJNMH { 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:31.4375rem;left:18.6875rem; }
#zMkR2blwWy6ropaidZs96MI4BgKEvDkL { 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:30.4375rem;left:25.625rem;display:block; }
#rf7tnES5kcbPVspCaf3XWvSMagtypTuR { 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:31.498819351196rem;left:26.608882904052rem; }
#dGZarqQDs0mrg7ivFPLFJw4ii23cbZUd { 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:32.125rem;left:8.5625rem;display:block; }
#CMrlmKhxNEoMoeKJaSHaQFrW70M0ccdI { 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:32.375rem;left:16.25rem;display:block; }
#qPqdtChDCS5Nmtk6C5yqhF2OXTGiRJOD { 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:32.4375rem;left:23.5rem;display:block; }
#sZN0elcSIZOTp8v6XK1XqKnwsJNwDBMr { box-sizing:content-box;height:12.5rem;width:26.4371875rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.324733734131rem;left:1.5602874755859rem;display:block; }
#hMSGLoJcvXDKx9z0Dl8yic4Rw66DvHP9 { 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:53.716682434082rem;left:3.1247062683106rem; }
#etMPQxkeRcNy5dFaXUy6TBUCSMv1VDeG { color:#bd8e5b;display:block;width:18.3125rem;position:absolute;font-family:"alex brush";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:40.875rem;left:5.875rem;height:3.24955625rem;font-style:normal;display:block; }
#hpFdS292Pv95eUaifMnRtXrCG9GBteAM { 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:41.25rem;left:4.1875rem;overflow:hidden;display:block; }
#TxWdKFGezDSMQsGXfStxvuEUAziyCBJP { 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:41.3125rem;left:24.125rem;overflow:hidden;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.6247375rem;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.7464375rem;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.24881875rem;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:4.87323125rem;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.6556625rem;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.90035625rem;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.20046875rem;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.90035625rem;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.6002375rem;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.6002375rem;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.90035625rem;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.9059375rem;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.6244125rem;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.41170625rem;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.27446875rem;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.27446875rem;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.5489375rem;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.27463125rem;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.1372375rem;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.686175rem;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.5489375rem;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.5489375rem;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:4.54926875rem;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.6875rem;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.1875rem;left:25.375rem;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.87470625rem;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:1.6247375rem;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.5865rem;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.9059375rem;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:42.125rem;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.6244125rem;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.9059375rem;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.5865rem;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.6244125rem;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:39.9375rem;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.3104362487793rem;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:21.9369375rem;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:17.5rem;left:57.3125rem;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:33rem;left:59.1875rem; }
#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:32.4375rem;left:58.4375rem;display:block; }
#nUcUDOdeo6U3aF2S5M4TI4bLvlJr1H7Z { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:34.125rem;left:63.125rem;height:2.274475rem;text-align:left;text-align-last:left;display:block; }
#EeMwnI6T3Hy9uXlnice9zggqvxc4n084 { box-sizing:content-box;height:21.9369375rem;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:17.5rem;left:38.8125rem;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:7.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:32.4375rem;left:44.625rem;height:1.30011875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a3eZAOcR3UKiWQVZf9AC52EGd3VxgOSW { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:34.125rem;left:44.5625rem;height:3.41170625rem;text-align:left;text-align-last:left;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:32.4375rem;left:63.1875rem;height:1.30011875rem;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:28.875rem;left:45.8125rem; }
#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:28.875rem;left:64.375rem; }
#MgunlLZpPmG0tP2t12CuGmkCWoihvf4m { box-sizing:content-box;height:21.9369375rem;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:17.3125rem;left:20.5rem;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:13.687375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:21.0625rem;left:39.875rem;height:6.8234375rem;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:29.6875rem;left:48.4375rem;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:29.6875rem;left:40.3125rem;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:32.4375rem;left:39.875rem;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:33.1875rem;left:40.625rem; }
#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:29.6875rem;left:67rem;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:29.6875rem;left:58.875rem;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:20.125rem;left:21.5rem;height:7.960625rem;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:28.6875rem;left:27.5625rem; }
#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:29.5rem;left:30.1875rem;display:block; }
#Go0g5BqlQavU28oTcSSaUiF9iGBlt2ft { color:#8e0e2f;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.25rem;left:26.375rem;height:1.30011875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4Es8INrZyVh0QorZQqbfbq7uRxkuItT { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:33.9375rem;left:26.3125rem;height:2.274475rem;text-align:left;text-align-last:left;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:21.4375rem;left:58.5rem;height:5.686175rem;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:29.5rem;left:22.0625rem;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:32.25rem;left:21.625rem;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:33rem;left:22.4375rem; }
#qUuuQQNB1Kb1yCBH8uehG8Mn11ePSxov { box-sizing:content-box;height:21.9369375rem;width:15.7495625rem;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:17.3125rem;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; }
#XVJ7RDlH6pb3fZ1lE2eWhT1aprWf3P9l { 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:15027;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:15.625rem;left:26.5625rem;display:block; }
#uMdIB72fnDGCWw9AnmzT2K65nOX0xHKH { 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: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:15.8125rem;left:44.8125rem;display:block; }
#WeOF6PvrnGK6k1drgwfUyGTP3T4Lbu2C { 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:15049;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:15.8125rem;left:63.375rem;display:block; }
#T4xFmaQMA9nMavqLl1RSCT5S1ZXOMM9X { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.9375rem;left:7.8125rem;height:2.274475rem;text-align:left;text-align-last:left;display:block; }
#i9k0Sre2mULczDoLMkPEHauGRckk03UI { color:#8e0e2f;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.25rem;left:7.875rem;height:1.30011875rem;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:29.5rem;left:11.6875rem;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:20.875rem;left:3.125rem;height:6.8234375rem;text-align:center;text-align-last:center;display:block; }
#U7iHvXo0wUuIp2gOs4isvUOGtrbgORiX { 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:15028;opacity:1;top:16.625rem;left:27.5rem; }
#vxufik3252ixcNJZ1rtexyt5yvf47LTf { 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:15039;opacity:1;top:16.8125rem;left:45.75rem; }
#lWBW0CoUMCAd7rpgXR1x5GpdSt3aJ46x { 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:15050;opacity:1;top:16.8125rem;left:64.3125rem; }
#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:28.6875rem;left:9.0625rem; }
#wXxJsex2NH3xdbTQIcl1dTTze6rIFL1G { 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: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:15.625rem;left:8.0625rem;display:block; }
#Nc9ABotaeIyGKdxgAFvQC0JIBArQE1Zk { 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:15017;opacity:1;top:16.625rem;left:9rem; }
#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:29.5rem;left:3.5625rem;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:32.25rem;left:3.125rem;display:block; }
#L8tgTviwOwWnidghlULyRnqwqTvuAL6J { 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:15018;opacity:1;top:33.1875rem;left:4.0625rem; }
#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.9059375rem;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; }
#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.27446875rem;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.27446875rem;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.41170625rem;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.41170625rem;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.27446875rem;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.41170625rem;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.27446875rem;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.41170625rem;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.4686rem;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.7181875rem;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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-secondary-0),1);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:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]::-moz-placeholder { color:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]:-ms-input-placeholder { color:#896969;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:left;text-align-last:left; }
#LTTTrui6X2k3NkoxfwcUeNxqiBWbtR9h [class*="-text"]::-webkit-input-placeholder { color:#896969;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.9375rem;left:51.8125rem; }
#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.9375rem;left:51.8125rem; }
#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.20046875rem;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.43735rem;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.055425rem;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.92305625rem;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.03125rem;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.41170625rem;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.41170625rem;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.03125rem;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.27446875rem;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.03125rem;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; }
#anBpgoEsMVBiasF5GtoTJEofRfOwUmGh { box-sizing:content-box;height:14rem;width:17.9375rem;position:absolute;display:block;z-index:15061;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.999998092651rem;left:53.123523712158rem;display:block; }
#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.6002375rem;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.6002375rem;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) { #O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE { display:block; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFbxamPkd7BgFzKb15nJsRTG7CfXTSg2 { top:1.5rem;left:0rem;width:33.625rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2gVE5IKbZe007i9EOnpxakbepuvX7JK { top:4.375rem;left:0rem;width:33.625rem;height:7.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6CQ9e8cCV8eHayKQ4tHehPwLb6pgX3w { top:10.125rem;left:0rem;width:33.625rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMLZTHxGS657fUqBAlqkc8NR7Sn4EwKP { top:16.125rem;left:0rem;width:34.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6G5TGus0Lw1ET2KZnsPMoTIyblVbESn { top:19.125rem;left:0rem;width:22rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnXHE9R0Gf9e4OSdKXaPtp3eTO9UezRe { top:21.125rem;left:0rem;width:24.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvC7J8iIznwoMUl5M3hAmOBNG9IVVup0 { top:24.25rem;left:0rem;width:28.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChnCTI7zD9ng4vlZftwBwoOgpRBbwyAl { top:6rem;left:16.499217987061rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9SLXqmTetFHCsPv3A3bNC2913xXXrx5 { top:30.4375rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5MJrnpFKBC3QVFD5W4drBddfqa5m73L { top:35.1875rem;left:0rem;width:6.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBNUF41TfuCEdbA6cvCBzLQyUtJ8qqcK { top:35.1875rem;left:0rem;width:6rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZAHJCZZFtJnP5opr1gT14eUU2uhvzVX { top:35.1875rem;left:2.625rem;width:7.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKrHwDI5RokdPPwlxBnUQdilUOTp9ogV { top:35.1875rem;left:10.625rem;width:7.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-regular-label { width:25.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-text { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-text {padding-top: 0; padding-bottom: 0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-textarea { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-select { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-select {padding-top: 0; padding-bottom: 0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-button { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA  { width:25.375rem;height:12.8125rem;top:42.625rem;left:0rem; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .radio-container { width:25.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA {display:block;}#XpypSmoy237out5tWRzhbhKglZJPiZkA { width:25.375rem;height:12.8125rem;top:42.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #prm2c8dmZI1DKRE67tVs9CKSPkmQCbgI {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #MVaAbT7J5JO4Pn8UUJtRPZXebRLXxUV3 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #dnIxdxriMoHmu1dqRqOrXQkknCQH7su3 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #sA5GUgv7Vu5qTmU8gQbJH0bTWmTtySzi {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #WThasmPf6vWukxiO4xxZeFGOEgKMqVx6 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #TCK1fif73TkLIrW0hZi8oDUAeNzXJoIa {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #lufInu0Iqkco2Sk2BmKZe6CRTTUve0H7 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #iFiowl1ty4tTildKg8XMe1mnlCqQ0wXm {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #eClKJCTrWG7PgdexzHSQIfqdATSz6syw {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #qUddeqvEAzhrfnnRHMw2SoGvh5MyJe10 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #KNSfgzEZ5pLD7J6eb287ZNghSNyODfyL {  }
 }@media only screen and (max-width: 763px) { #CtshLlMEWVWIG4HG57VwDbWOZw650vXR { top:31.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdRoWkkyzwv8EBuFDt1IOZw2QftSVmuU { top:30.4375rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFDmdvPFQTUx7nkC8V0ZEA89XL9lNh9O { top:31.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfFf9CUdoqa4UexSXSq0mB0fcWp9KKF8 { top:30.4375rem;left:4.125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cyQNaxEXWdUWINWCNNdxIfhVgtJNMH { top:31.4375rem;left:5.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkR2blwWy6ropaidZs96MI4BgKEvDkL { top:30.4375rem;left:12rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf7tnES5kcbPVspCaf3XWvSMagtypTuR { top:31.4375rem;left:12.983882904052rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGZarqQDs0mrg7ivFPLFJw4ii23cbZUd { top:32.125rem;left:0rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMrlmKhxNEoMoeKJaSHaQFrW70M0ccdI { top:32.375rem;left:2.625rem;width:0;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqdtChDCS5Nmtk6C5yqhF2OXTGiRJOD { top:32.4375rem;left:9.875rem;width:0;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZN0elcSIZOTp8v6XK1XqKnwsJNwDBMr { top:43.3125rem;left:0rem;width:26.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMSGLoJcvXDKx9z0Dl8yic4Rw66DvHP9 { top:53.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #etMPQxkeRcNy5dFaXUy6TBUCSMv1VDeG { top:40.875rem;left:0rem;width:18.25rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpFdS292Pv95eUaifMnRtXrCG9GBteAM { top:41.25rem;left:0rem;width:1.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWdKFGezDSMQsGXfStxvuEUAziyCBJP { top:41.3125rem;left:10.5rem;width:1.25rem;height:2.0625rem;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.3125rem;left:16.625rem;width:31.125rem;height:4.8125rem;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:25rem;left:39.25rem;width:8.5rem;height:4.5rem;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.1875rem;left:0rem;width:47.75rem;height:8.6875rem;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:36rem;left:25.1875rem;width:20rem;height:1.5625rem;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:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq6ugPUK4t8Qh2HxAPTrsEMuOFRGNhK4 { top:17.5rem;left:31.9375rem;width:15.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSz7zZpA62oGe7kU9d8EiSuscx4E3woA { top:33rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPkcPAyfnkSL9TRyrwlQF5x7QIwnuTVe { top:32.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUcUDOdeo6U3aF2S5M4TI4bLvlJr1H7Z { top:34.125rem;left:38.6875rem;width:9.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMwnI6T3Hy9uXlnice9zggqvxc4n084 { top:17.5rem;left:25.1875rem;width:15.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBOPX9wucUrXcoUQXDPhEyUeWnKimRGJ { top:32.4375rem;left:31rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eZAOcR3UKiWQVZf9AC52EGd3VxgOSW { top:34.125rem;left:30.9375rem;width:9.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZCClZ7qZWWdgLBgImedHtrPE6LD4is { top:32.4375rem;left:39.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POs1Emma8M63P6qmDmhTCS5inUIf9HQ7 { top:28.875rem;left:32.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFAsRHWnhRMTHOJVpEb27Z0718OQQwSV { top:28.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgunlLZpPmG0tP2t12CuGmkCWoihvf4m { top:17.3125rem;left:6.875rem;width:15.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmwN8gui32eJBRPCaTUT4KiuVl63kZ6 { top:21.0625rem;left:26.25rem;width:13.625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5oz6mwuzdes5m8l3mOwpKSZF4JgyE84 { top:29.6875rem;left:34.8125rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PHNpmSkifdNLKBADf1oFSPevRyHaRWHL { top:29.6875rem;left:26.6875rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mfdF3nuJP9Qwrhxu92TEXAunqbZ0TPCO { top:32.4375rem;left:26.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZCBUFalLCtEqJTmmygbKpefNXfQRFR { top:33.1875rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23T4FAfb5wSOFUzwGohoOmdiAdeiNX4 { top:29.6875rem;left:43.0625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ChaT8PRzWrNzpfDlQcwymaUxfoyHA3qt { top:29.6875rem;left:43.0625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZooT8vocqyqCyrzRpsLOJ7JVs4ocdkl9 { top:20.125rem;left:7.875rem;width:13.75rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0kJ3DncrLLuMXQMiPhgePuGcbirZ4P { top:28.6875rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE1hKh4tu5RIwhuOsXpOk5oyp3F35eWf { top:29.5rem;left:16.5625rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Go0g5BqlQavU28oTcSSaUiF9iGBlt2ft { top:32.25rem;left:12.75rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Es8INrZyVh0QorZQqbfbq7uRxkuItT { top:33.9375rem;left:12.6875rem;width:9.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4T656MNgkT69l13DFwEQETP9l2tKK0 { top:21.4375rem;left:34rem;width:13.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9zQA6agnDaRQ84LQfuMGvA1Bgi0b5u { top:29.5rem;left:8.4375rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #w2xr83wF9SHQTSMrKpoQt1od45lQhFX8 { top:32.25rem;left:8rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVnnZHyaQLy4kaF0LHDaOxa3uGySkwJ { top:33rem;left:8.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUuuQQNB1Kb1yCBH8uehG8Mn11ePSxov { top:17.3125rem;left:0rem;width:15.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVJ7RDlH6pb3fZ1lE2eWhT1aprWf3P9l { top:15.625rem;left:12.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMdIB72fnDGCWw9AnmzT2K65nOX0xHKH { top:15.8125rem;left:31.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeOF6PvrnGK6k1drgwfUyGTP3T4Lbu2C { top:15.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4xFmaQMA9nMavqLl1RSCT5S1ZXOMM9X { top:33.9375rem;left:0rem;width:9.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9k0Sre2mULczDoLMkPEHauGRckk03UI { top:32.25rem;left:0rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyDoOLbJPZlUqbQFP859eiK2XxNOaTO { top:29.5rem;left:0rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NC6C4pOHtNZtur5EoxZV29xeq1UoeRcx { top:20.875rem;left:0rem;width:13.625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7iHvXo0wUuIp2gOs4isvUOGtrbgORiX { top:16.625rem;left:13.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxufik3252ixcNJZ1rtexyt5yvf47LTf { top:16.8125rem;left:32.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWBW0CoUMCAd7rpgXR1x5GpdSt3aJ46x { top:16.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu1hWdAeOa4lRWZLZqQDzqi2W5pQdLgM { top:28.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxJsex2NH3xdbTQIcl1dTTze6rIFL1G { top:15.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc9ABotaeIyGKdxgAFvQC0JIBArQE1Zk { top:16.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvGUukgEhVVTTFnb0EAihPqVVnzcyHcx { top:29.5rem;left:0rem;width:4.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gK0b1wp6s50vDx7MuG1gd0mDgxxDaKOX { top:32.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8tgTviwOwWnidghlULyRnqwqTvuAL6J { top:33.1875rem;left:0rem;width:1.875rem;height:1.875rem;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) { #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.9375rem;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.9375rem;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) { #anBpgoEsMVBiasF5GtoTJEofRfOwUmGh { top:19.9375rem;left:29.8125rem;width:17.9375rem;height:14rem;display:block; }
 }@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) { #O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE { background-color:#f2d9c7;background-image:url("https://images.assets-landingi.com/uc/0d931593-c0c5-40ea-8f90-60cd235f69ce/section1bgmobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE.adaptive-delivery-prevent-bg, #O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE.lazyload, #O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE.lazyloading { background-image: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container { background-color: transparent; background-image: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container > .video-iframe-container { display: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row > .video-iframe-container { display: none; }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .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); }#O0VctXJuPRMaIVz7zUtLA6c8PU8XltXE > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFbxamPkd7BgFzKb15nJsRTG7CfXTSg2 { width:20rem;height:4.87470625rem;top:17.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2gVE5IKbZe007i9EOnpxakbepuvX7JK { width:9.9375rem;height:2.6002375rem;top:22.375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6CQ9e8cCV8eHayKQ4tHehPwLb6pgX3w { width:20rem;height:2.6002375rem;top:25.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMLZTHxGS657fUqBAlqkc8NR7Sn4EwKP { width:12.2494375rem;height:0.625rem;top:27.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6G5TGus0Lw1ET2KZnsPMoTIyblVbESn { width:20rem;height:1.30011875rem;top:28.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnXHE9R0Gf9e4OSdKXaPtp3eTO9UezRe { width:20rem;height:1.30011875rem;top:29.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvC7J8iIznwoMUl5M3hAmOBNG9IVVup0 { width:17.5619375rem;height:5.20046875rem;top:32.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChnCTI7zD9ng4vlZftwBwoOgpRBbwyAl { width:2.5rem;height:2.5rem;top:22rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9SLXqmTetFHCsPv3A3bNC2913xXXrx5 { width:3rem;height:3rem;top:39.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5MJrnpFKBC3QVFD5W4drBddfqa5m73L { width:6.875rem;height:3.41170625rem;top:43.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBNUF41TfuCEdbA6cvCBzLQyUtJ8qqcK { width:5.9994125rem;height:3.41170625rem;top:43.5625rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZAHJCZZFtJnP5opr1gT14eUU2uhvzVX { width:7.2494375rem;height:3.41170625rem;top:52.5rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKrHwDI5RokdPPwlxBnUQdilUOTp9ogV { width:7.5rem;height:3.41170625rem;top:52.5rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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:center;text-align-last:center;display:block;vertical-align:top; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-text {padding-top: 0; padding-bottom: 0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .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:center;text-align-last:center;display:block;vertical-align:top; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-select {padding-top: 0; padding-bottom: 0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:#000000; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-container:first-of-type{padding-top:0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA .widget-container:last-of-type{padding-bottom:0;}#XpypSmoy237out5tWRzhbhKglZJPiZkA  { width:17.4375rem;height:auto;top:59.624851226807rem;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; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XpypSmoy237out5tWRzhbhKglZJPiZkA {display:block;}#XpypSmoy237out5tWRzhbhKglZJPiZkA { width:17.4375rem;height:auto;top:59.624851226807rem;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) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #prm2c8dmZI1DKRE67tVs9CKSPkmQCbgI {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #MVaAbT7J5JO4Pn8UUJtRPZXebRLXxUV3 { display:none; }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #dnIxdxriMoHmu1dqRqOrXQkknCQH7su3 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #sA5GUgv7Vu5qTmU8gQbJH0bTWmTtySzi {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #WThasmPf6vWukxiO4xxZeFGOEgKMqVx6 { display:none; }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #TCK1fif73TkLIrW0hZi8oDUAeNzXJoIa {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #lufInu0Iqkco2Sk2BmKZe6CRTTUve0H7 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #iFiowl1ty4tTildKg8XMe1mnlCqQ0wXm {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #eClKJCTrWG7PgdexzHSQIfqdATSz6syw {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #qUddeqvEAzhrfnnRHMw2SoGvh5MyJe10 {  }
 }@media only screen and (max-width: 763px) { #XpypSmoy237out5tWRzhbhKglZJPiZkA #KNSfgzEZ5pLD7J6eb287ZNghSNyODfyL {  }
 }@media only screen and (max-width: 763px) { #CtshLlMEWVWIG4HG57VwDbWOZw650vXR { display:flex;width:1.5625rem;height:1.5625rem;top:40.125rem;left:4.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GdRoWkkyzwv8EBuFDt1IOZw2QftSVmuU { width:3rem;height:3rem;top:39.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFDmdvPFQTUx7nkC8V0ZEA89XL9lNh9O { display:flex;width:1.5625rem;height:1.5625rem;top:40.125rem;left:13.5625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lfFf9CUdoqa4UexSXSq0mB0fcWp9KKF8 { width:3rem;height:3rem;top:48.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cyQNaxEXWdUWINWCNNdxIfhVgtJNMH { display:flex;width:1.5625rem;height:1.5625rem;top:49.1875rem;left:4.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zMkR2blwWy6ropaidZs96MI4BgKEvDkL { width:3rem;height:3rem;top:48.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf7tnES5kcbPVspCaf3XWvSMagtypTuR { display:flex;width:1.5625rem;height:1.5625rem;top:49.1875rem;left:13.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #dGZarqQDs0mrg7ivFPLFJw4ii23cbZUd { width:0.0625rem;height:6.25rem;top:48.460064916992rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMrlmKhxNEoMoeKJaSHaQFrW70M0ccdI { width:0;height:6.25rem;top:38.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPqdtChDCS5Nmtk6C5yqhF2OXTGiRJOD { width:0;height:6.25rem;top:55.8125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZN0elcSIZOTp8v6XK1XqKnwsJNwDBMr { width:19.875rem;height:16.3125rem;top:59.624851226807rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMSGLoJcvXDKx9z0Dl8yic4Rw66DvHP9 { display:flex;width:1.43720625rem;height:1.43720625rem;top:72.187200546263rem;left:1.9366155266762rem; }
 }@media only screen and (max-width: 763px) { #etMPQxkeRcNy5dFaXUy6TBUCSMv1VDeG { width:19.8746875rem;height:2.6002375rem;top:56.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpFdS292Pv95eUaifMnRtXrCG9GBteAM { width:1.25rem;height:1.875rem;top:57rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWdKFGezDSMQsGXfStxvuEUAziyCBJP { width:1.25rem;height:2.0625rem;top:57rem;left:17.5625rem;display:block; }
 }@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.625rem;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.30011875rem;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.1008125rem;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.6002375rem;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.20046875rem;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:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsBPDJRx4xeRTaIfOvaUsT6oattPbEGK { width:20rem;height:4.87470625rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpaQDauoaF2oQx73LMrzRp9IexJPGxBd { width:9.8746875rem;height:2.6002375rem;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.90035625rem;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.6002375rem;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.6002375rem;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.6002375rem;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.90035625rem;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:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dK98i7FfmRTklMXbPEBkWgbQped1C47T { width:2.37470625rem;height:3.24955625rem;top:0.625rem;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:0.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rfV0fStytcuf0CEyt8dTFNoJnFIokh { width:1.5625rem;height:2.5619125rem;top:0.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URri7JCGL9ZuNgHzDR8SAli40TOwd1Q4 { width:15.625rem;height:0.9375rem;top:3.7934875488281rem;left:2.3124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #eed3I5qN3XXxVlCvydboGlefIWlEsyp7 { width:15.625rem;height:2.6002375rem;top:6.0281543731689rem;left:2.1874999403954rem;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.41170625rem;top:29.625rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poylcT48WTDm4EtfvGZOZQCu9xvHtnkW { width:7.9370625rem;height:3.41170625rem;top:45.62499499321rem;left:1.2499999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br0S3iGTM1fcfld2vNb6H3J3TAHcWLcJ { width:4.1875rem;height:4.1875rem;top:24.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8UHUHDKCHITLmRGTT8Aypbcu1CHDGo { display:flex;width:2.1875rem;height:2.1875rem;top:25.4375rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #KnGE0TEqZzA2ATzdqopQ1w3qAwqugRuU { width:4.1875rem;height:4.1875rem;top:40.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3kiWsDxc3uLEgOCCgUqa8kRiNhBX4f { display:flex;width:2.1875rem;height:2.1875rem;top:41.6875rem;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.27446875rem;top:30.1875rem;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.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4U3IE57bJ63Uw8npvDHpqzpvHVs3Rmt { display:flex;width:2.1875rem;height:2.1875rem;top:25.375rem;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.5489375rem;top:18.1875rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvI8OgToVQ6FZEATRZhMPZmudUCFT4A { width:4.1875rem;height:4.1875rem;top:10.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLHwwTJNMFbwRLg27oVdBhJthDvuUPyc { display:flex;width:2.1875rem;height:2.1875rem;top:11.25rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #PD1f75hgcFTrco0T2xvT4FsPIAg4MIMb { width:7.5rem;height:2.27446875rem;top:46.1875rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5KTfw4ngTuclh4fcbUQQlGzV7MyERs { width:4.1875rem;height:4.1875rem;top:40.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOscW0uXkBiB9ZzapbJO7Z0HZQdIunmn { display:flex;width:2.1875rem;height:2.1875rem;top:41.5rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #JmG6kLwpU4DvTAO9DD42Mrdn3sRdKafC { width:6.875rem;height:1.1372375rem;top:15.75rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i53D7Tii4bLHRcctyKLASVpTnGAOL7bl { width:6.875rem;height:5.686175rem;top:33.625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8eDyKOozgxc3VWQvHWQk7JunmUXQiWW { width:7.749875rem;height:4.5489375rem;top:34.125rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcTs9M527o43lesilmRtkwVNFEiHZd1S { width:6.875rem;height:4.5489375rem;top:49.826795578003rem;left:1.8742627501488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJT7nyLT26aT1cRHJ8XDFfnoUKmzrSk { width:8.4994375rem;height:4.5489375rem;top:49.764295578003rem;left:9.9985248446462rem;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:55.507809638977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguvqFk2dDwfk8nCioXT4p2sEGzmVnfg { width:20rem;height:2.43735rem;top:56.1875rem;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.30011875rem;top:58.787584304809rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUnixbSAfKbv9fRdkGRibyOwUTNVU7X { width:1.6244125rem;height:1.9369125rem;top:56.435727119446rem;left:0.87411552667619rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzX8y0BTpvZhfXkTlBc8hBWnlFXX1qW6 { width:2.5619125rem;height:2.68720625rem;top:57.446194648742rem;left:16.608930766582rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvr3Gn7sppqOWZv7qgNPLztcrJ52lGl { width:9.375rem;height:0.625rem;top:60.591829299927rem;left:5.3124997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWDJdIEDoQzJKS0UGZSy85FP3n5D0Wp { width:9.875rem;height:15.125rem;top:8.6283898353575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS7x0aJo57feP1OSq8RU9bVcBhBBTdaw { width:3.68735rem;height:3.73746875rem;top:0.3125rem;left:6.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTLGH7PFQtL2F2T2oqQHXuHTpZgFWib { width:6.5625rem;height:2.6002375rem;top:0.875rem;left:10.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG { display:block; }#p3GcLtKqyAR2g6uN7yvcygFVAVnB54JG > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S56myrIGDMVlIys2MDhvceT4KvBBdZLB { width:20rem;height:2.6002375rem;top:7.0097198486325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTpDg9IKIZqLQc6tei1h7TNNWEEJ3Tx { width:4.375rem;height:2.84345625rem;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.0063375rem;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.6002375rem;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:105.875rem;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:15.9375rem;left:1.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bSz7zZpA62oGe7kU9d8EiSuscx4E3woA { display:flex;width:2.2494125rem;height:2.2494125rem;top:98.875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #dPkcPAyfnkSL9TRyrwlQF5x7QIwnuTVe { width:3.75rem;height:3.75rem;top:29.805429458618rem;left:3.4360257983207rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUcUDOdeo6U3aF2S5M4TI4bLvlJr1H7Z { width:9.0625rem;height:2.274475rem;top:99.375rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeMwnI6T3Hy9uXlnice9zggqvxc4n084 { width:17.1875rem;height:19.875rem;top:61.6875rem;left:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tBOPX9wucUrXcoUQXDPhEyUeWnKimRGJ { width:7.8125rem;height:1.30011875rem;top:75.1875rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eZAOcR3UKiWQVZf9AC52EGd3VxgOSW { width:9.0625rem;height:3.41170625rem;top:76.4375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZCClZ7qZWWdgLBgImedHtrPE6LD4is { width:7.8125rem;height:1.30011875rem;top:98.125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POs1Emma8M63P6qmDmhTCS5inUIf9HQ7 { display:flex;width:1.875rem;height:1.875rem;top:49.75rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #sFAsRHWnhRMTHOJVpEb27Z0718OQQwSV { display:flex;width:1.875rem;height:1.875rem;top:26.749702930451rem;left:9.0617620348931rem; }
 }@media only screen and (max-width: 763px) { #MgunlLZpPmG0tP2t12CuGmkCWoihvf4m { width:17.1875rem;height:19.875rem;top:38.75rem;left:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sxmwN8gui32eJBRPCaTUT4KiuVl63kZ6 { width:13.62325rem;height:6.8234375rem;top:64.875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5oz6mwuzdes5m8l3mOwpKSZF4JgyE84 { width:4.6875rem;height:0;top:85.25rem;left:11.3125rem;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:53.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZCBUFalLCtEqJTmmygbKpefNXfQRFR { display:flex;width:2.2494125rem;height:2.2494125rem;top:76.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #E23T4FAfb5wSOFUzwGohoOmdiAdeiNX4 { width:4.6875rem;height:0;top:85.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChaT8PRzWrNzpfDlQcwymaUxfoyHA3qt { width:4.6875rem;height:0;top:85.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZooT8vocqyqCyrzRpsLOJ7JVs4ocdkl9 { width:15.9375rem;height:6.8234375rem;top:42rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0kJ3DncrLLuMXQMiPhgePuGcbirZ4P { display:flex;width:1.875rem;height:1.875rem;top:72.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UE1hKh4tu5RIwhuOsXpOk5oyp3F35eWf { width:4.6875rem;height:0;top:85.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go0g5BqlQavU28oTcSSaUiF9iGBlt2ft { width:7.8125rem;height:1.30011875rem;top:52.8125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Es8INrZyVh0QorZQqbfbq7uRxkuItT { width:9.0625rem;height:2.274475rem;top:54.125rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4T656MNgkT69l13DFwEQETP9l2tKK0 { width:13.75rem;height:5.686175rem;top:88.43749809265rem;left:3.1242627501488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9zQA6agnDaRQ84LQfuMGvA1Bgi0b5u { width:4.6875rem;height:0;top:85.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2xr83wF9SHQTSMrKpoQt1od45lQhFX8 { width:3.75rem;height:3.75rem;top:98.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVnnZHyaQLy4kaF0LHDaOxa3uGySkwJ { display:flex;width:2.1875rem;height:2.1875rem;top:54.125rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #qUuuQQNB1Kb1yCBH8uehG8Mn11ePSxov { width:17.1875rem;height:19.875rem;top:84.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVJ7RDlH6pb3fZ1lE2eWhT1aprWf3P9l { width:3.75rem;height:3.75rem;top:59.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMdIB72fnDGCWw9AnmzT2K65nOX0xHKH { width:3.75rem;height:3.75rem;top:37.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeOF6PvrnGK6k1drgwfUyGTP3T4Lbu2C { width:3.75rem;height:3.75rem;top:14.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4xFmaQMA9nMavqLl1RSCT5S1ZXOMM9X { width:9.0625rem;height:2.274475rem;top:31.235258102417rem;left:8.6704007983206rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9k0Sre2mULczDoLMkPEHauGRckk03UI { width:7.8125rem;height:1.30011875rem;top:29.935874938965rem;left:8.8745576739312rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyDoOLbJPZlUqbQFP859eiK2XxNOaTO { width:4.6875rem;height:0;top:73.499404907225rem;left:11.685583293438rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6C4pOHtNZtur5EoxZV29xeq1UoeRcx { width:13.6239375rem;height:6.8234375rem;top:18.999113559723rem;left:3.1876472830773rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7iHvXo0wUuIp2gOs4isvUOGtrbgORiX { display:flex;width:1.875rem;height:1.875rem;top:60.687347412109rem;left:8.9372045397756rem; }
 }@media only screen and (max-width: 763px) { #vxufik3252ixcNJZ1rtexyt5yvf47LTf { display:flex;width:1.875rem;height:1.875rem;top:37.874702453613rem;left:9.1244098544119rem; }
 }@media only screen and (max-width: 763px) { #lWBW0CoUMCAd7rpgXR1x5GpdSt3aJ46x { display:flex;width:1.875rem;height:1.875rem;top:15.125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #yu1hWdAeOa4lRWZLZqQDzqi2W5pQdLgM { display:flex;width:1.875rem;height:1.875rem;top:94.75rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #wXxJsex2NH3xdbTQIcl1dTTze6rIFL1G { width:3.75rem;height:3.75rem;top:82.8595161438rem;left:8.1242620348931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc9ABotaeIyGKdxgAFvQC0JIBArQE1Zk { display:flex;width:1.875rem;height:1.875rem;top:83.749847412113rem;left:8.9992620348931rem; }
 }@media only screen and (max-width: 763px) { #HvGUukgEhVVTTFnb0EAihPqVVnzcyHcx { width:4.6875rem;height:0;top:73.499404907225rem;left:3.4360257983207rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #gK0b1wp6s50vDx7MuG1gd0mDgxxDaKOX { width:3.75rem;height:3.75rem;top:75.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8tgTviwOwWnidghlULyRnqwqTvuAL6J { display:flex;width:1.875rem;height:1.875rem;top:30.742922782898rem;left:4.2968747019768rem; }
 }@media only screen and (max-width: 763px) { #SAHHMXPV3H8qanLBEkUwyQr3gCTe3RUB { width:8.3121875rem;height:2.84345625rem;top:2.7771224975586rem;left:10.608047664166rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcE4In9v4hNBc9J3pzvxkmoCQdqJ86AV { top:27.542600631714rem;left:4.1838228106499rem;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:27.531248092651rem;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:50.655950546264rem;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:50.655950546264rem;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:73.4669752121rem;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:73.4669752121rem;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:95.655216217044rem;left:4.1244103312493rem;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:95.655216217044rem;left:11.732752978802rem;width:4.0625rem;height:0.061910375rem;z-index:15062;background-color:#8e0e2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A5XH0bFmPoRuNrApfGilyIUl53vTFl0O { display:block; }#A5XH0bFmPoRuNrApfGilyIUl53vTFl0O > .row .container { width:20rem;height:96.25rem;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:block; }
 }@media only screen and (max-width: 763px) { #ryRaQwGzWhXLb5R5K6NLFXTRkp9CrD1a { width:6.875rem;height:2.27446875rem;top:19.25rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncef5EqxuRJifrQVb5EAPkNG2EUB9uzl { width:7.6245625rem;height:2.27446875rem;top:18.875rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8piPeS3qDcxXltagbxTmQ7L0SosFwVL { width:4.1875rem;height:4.1875rem;top:26.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR9oChXDQ29h6uDt0mOvT1wp0niEKtH2 { display:flex;width:2.1875rem;height:2.1875rem;top:15.375rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #AN73G8In5uUDcoeJiDvCn5BdRaedHhXw { width:6.875rem;height:3.41170625rem;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.41170625rem;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.27446875rem;top:30.811319351196rem;left:2.2494103312492rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T993tCSuvlWun38frfJCxXPdPC2a2Ubu { width:6.3745625rem;height:3.41170625rem;top:33.367628097534rem;left:2.6547757983207rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuMbpoRt8TAHFFZ9X6s9RGwKCXJyLIQf { width:4.1875rem;height:4.1875rem;top:26.25rem;left:3.75rem;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.27446875rem;top:30.843896865845rem;left:10.358195483684rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpqxs2r5aJ2JGHcEEEdNgeEUCbuUQ7VE { width:7.8125rem;height:3.41170625rem;top:33.366743087769rem;left:10.482752978802rem;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.248670578003rem;left:13.091833293438rem; }
 }@media only screen and (max-width: 763px) { #P8VEAfeXWKcTdBQ5AFrluG7KST0fyWSf { display:flex;width:2.1875rem;height:2.1875rem;top:27.25rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #gLQI5JpV2zq8xwALAOgFluCPi11BN8t7 { width:20rem;height:2.6002375rem;top:0.93632507324219rem;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.6002375rem;top:2.7933349609375rem;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:center;text-align-last:center;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:center;text-align-last:center;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.5625rem;left:0.0625rem;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.5625rem;left:0.0625rem;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.5489375rem;top:49rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxcTpC2GR9a3PR1ArlTZlsv2VAptRWC { width:19.875rem;height:2.43735rem;top:46.125rem;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.187347412113rem;left:17.561908900737rem;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.124420166016rem;left:7.9370576739312rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ashMl8wZJFz5vKxMxb8JZx0IwUzTPS { display:flex;width:2.1875rem;height:2.1875rem;top:40.061920166016rem;left:8.9372045397756rem; }
 }@media only screen and (max-width: 763px) { #cohD5za7vh0eT0v09bcpgxQXAQgvC5eL { width:20rem;height:33.375rem;top:37.874406814575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoKWxaq7D4pZz8zyLQpTy1h4xTmWotUD { display:flex;width:1.5625rem;height:1.5625rem;top:44.107896804809rem;left:9.2180120348931rem; }
 }@media only screen and (max-width: 763px) { #QiVwLZAEfD1Lkle1TvdxaZWaUMcLoz1C { width:15.3125rem;height:1.055425rem;top:68.375rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XauMF33UM0q4Vbmda3UUXkqTDN7T9AAq { display:flex;width:1.25rem;height:1.25rem;top:68.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #CrD2Z33c1JsRZCdZK6sL63MZko7QqRzl { width:13.8745625rem;height:4.5489375rem;top:5.5170974731445rem;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.03125rem;top:72.5625rem;left:4.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r79T9AkAHbphXZ1558LzEHe3bzAPVDA7 { width:15rem;height:3.41170625rem;top:74.5rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfqcVUUsNzLG8F40ADdMxvNsTOKVHUQ8 { width:3.75rem;height:3.75rem;top:73.811906814575rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxoJpwroNHPEWCryl4glcSR8l99LzfUo { display:flex;width:2.1875rem;height:2.1875rem;top:74.593156814575rem;left:1.2339326739311rem; }
 }@media only screen and (max-width: 763px) { #mywQSVSqBvB2pkThq9IIxK6qufvtci6E { width:15rem;height:3.41170625rem;top:80.875rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPSsWtXT2WWE98heAEpUEwbT4cnJggWM { width:13.125rem;height:2.03125rem;top:78.875rem;left:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PHD5CdEH4STTA6DIi5OObw2smyKmuy { width:3.75rem;height:3.75rem;top:79.749389648438rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBRR5yN3KkJD58kv9M18akhP3kTL9Z1 { display:flex;width:2.1875rem;height:2.1875rem;top:80.530656814575rem;left:1.2012086510658rem; }
 }@media only screen and (max-width: 763px) { #uCv3HX6RtbEXVU116CpUo4hgM9HFAksV { width:15rem;height:2.27446875rem;top:87.3125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1n9sZl9u0UhiXk8ZJVzSmrhGs9iPcF { width:13.75rem;height:2.03125rem;top:85.3125rem;left:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDto4643ZHpiXeSwbFXGxaRHTGvH4K6C { width:3.75rem;height:3.75rem;top:85.312469482425rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9knOeVWbUSHZVUqUREFeFzbJG0nQsuX { display:flex;width:2.1875rem;height:2.1875rem;top:86.093744277956rem;left:1.1875rem; }
 }@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.153593063356rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJuVcDB4MPswahZu7QwchqOTIhkLiPRc { width:3.75rem;height:3.3181rem;top:90.186462402344rem;left:8.1242620348931rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIxhGLLOLVZu3ZmOOVDZusSmx9RTWJrd { width:4.18558125rem;height:4.18558125rem;top:26.249998092651rem;left:12.093159854412rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #anBpgoEsMVBiasF5GtoTJEofRfOwUmGh { width:17.9375rem;height:13.875rem;top:54.327085494995rem;left:1.0922759175301rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEMuJUE4tO5wNFsS8Pp7sUFI2EKEP7Q { top:44.857746124267rem;left:3.8119103312492rem;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:44.857013702392rem;left:12.154333293438rem;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.274475rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecAHST8FbMDQInN2v7te2FkbXPcmOSM { width:15.6869375rem;height:2.27446875rem;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; }
 }