.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,231,241;--color-primary-1:148,176,207;--color-primary-2:41,96,159;--color-primary-3:21,48,80;--color-primary-4:6,14,24;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:233,190,186;--color-tertiary-2:182,37,26;--color-tertiary-3:91,19,13;--color-tertiary-4:18,4,3;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-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); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { background-color: transparent; background-image: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container > .video-iframe-container { display: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container { display: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .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); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { border-width: 0; border-radius: 0; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#pfFlIRARAePf7ERvT3KSrgEZLFxBXMAl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:1.375rem;left:4.8125rem;overflow:hidden;display:block; }
#rG3eVmyeqJTkT92ZXFr8f9qLDtwLDtqB { color:rgba(var(--color-secondary-2),1);display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6875rem;left:9.9375rem;height:3.0058625rem;display:block; }
#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ca04d5c-170a-49b7-8950-d815378a7f0c/ad4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl.adaptive-delivery-prevent-bg, #Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl.lazyload, #Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl.lazyloading { background-image: none; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container { background-color: transparent; background-image: none; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container > .video-iframe-container { display: none; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row > .video-iframe-container { display: none; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .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); }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container { border-width: 0; border-radius: 0; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#blrtnLIZR7capAe6QkqOswyzOW0iwr4E { color:rgba(var(--color-secondary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5625rem;left:3.125rem;height:11.9619375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#duCRTLoTMCSIdBkvhdH3kP16bIGShLc9 { box-sizing:content-box;height:32.375rem;width:42.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:8.90625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container { background-color: transparent; background-image: none; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container > .video-iframe-container { display: none; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row > .video-iframe-container { display: none; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .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); }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container { border-width: 0; border-radius: 0; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-form-header {  }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-2),1);width:34.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;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;width:34.8125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-text {padding-top: 0; padding-bottom: 0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-textarea { 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;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;width:34.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:34.8125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-select {padding-top: 0; padding-bottom: 0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-button { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left: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.25rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:34.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.4375rem;overflow:hidden;font-style:normal; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .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; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-container:first-of-type{padding-top:0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-container:last-of-type{padding-bottom:0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G  { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;position:absolute;top:3.3125rem;left:11.34375rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.8125rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G {display:block;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;position:absolute;top:3.3125rem;left:11.34375rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #wOtse5HOKZrCXGuuTD6zw18QtI3U6slF { position:relative; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #fEMz8TaC9qUrDa7Bnq6uhI9VxZMzfgeS { position:relative;display:block; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #O0Fyag8dsO18S9fUSCg83CyubPQD9Tds { position:relative; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #TqWTiTRB4tzDRvZ4FtTuo2k2HkemM5zx { position:relative; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #e1K7dOaJpAAzynBIFQcTCNaPOvLstluS { position:relative;display:block; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #u8fzftmEeOAfMDMM26JVD2x4zD6yUpg4 { position:relative; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #kSt4V9sXeLw1TQ9TqDGFPh7hmGGUPgXV { position:relative; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #WT1eTtigzumr8HsKqeSSmcb2tnklPEWw { position:relative;display:block; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #n2ULlsKKVIRzE67fqw2zKl4iERgRfhls { position:relative; }
#B9TQLWt07Eyd2JFLcnXRNuztnViNcBP1 { position:relative;display:block;z-index:100000;display:block; }
#JI1SVLiazB3ImAynofmamHiVuMro2lWP { position:relative;display:block;z-index:100000;display:block; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #kDu5N6bLOz6wPP4snJMFHIS1TnGiZzdB { position:relative; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #HZzbrsXw8oOl3zlqP3FNlN1HkJGI4yi4 { position:relative; }
#UVxmBys6JDaN6U3GOXrsO96tbB9s7evt { color:rgba(var(--color-secondary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.125rem;left:20.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#cNpU6DgL3gg98kO0gsD9c8iD1FNuhAs4 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container { background-color: transparent; background-image: none; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container > .video-iframe-container { display: none; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row > .video-iframe-container { display: none; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .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); }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container { border-width: 0; border-radius: 0; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#SK5C5cEhsevKlb1XwQKXeQoPuVg2maxN { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VrbedVDzTZIJkILqde04QEZ1LOeJsf95 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.4375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLVw36fZWWe6pyTcd1N2WDDt0FawhTuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.8125rem;left:32.375rem; }
#aNPae3eoebA6Ieeg9CToN4doFglKF952 { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.625rem;left:36.6875rem;height:1.4622375rem;display:block; }
#TUTKKb1rydrWSXiSuSITQiuiSdP46BJA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:36.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#ZTUMpTE4mnpUn5L5Wc5P0tBerppt4EmM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.875rem;left:32.375rem; }
#eBVthkbyeUUO69fmnbXaMWuS40p0iVkU { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:36.6875rem;height:1.4622375rem;display:block; }
#GaDlFOJS1as570CIfzwOoUJHVstUPc47 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27rem;left:36.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#NJXBkGI1oBCAyDgsAT60EyvoncnnKsyF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.875rem;left:36.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#eS6SxhyKX2cyRfZTVPTPF2qG1HxsRPxT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:31.75rem;left:32.375rem; }
#IPJxzwrHLso7cxcrmKZUHPy0z71EHb2J { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.5625rem;left:36.6875rem;height:1.4622375rem;display:block; }
#Hu6nkiKyxt6CR9yLx1wKvdKVaMmxmsEX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:39.625rem;left:32.375rem; }
#SZ4EDs9nirqd4Zvsg3GQ7ppuGRd7GRMx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:42.75rem;left:36.6875rem;height:5.19921875rem;font-style:normal;display:block; }
#CZbGKeuV499LhCEHyFD8EmeGpNhRhLyp { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:40.4375rem;left:36.6875rem;height:1.4622375rem;display:block; }
#xCnuTzL5KPlrt1bk4HcRyWtvZGqA6TWA { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.6875rem;left:0rem;display:block; }
#vRt7T1KrfE46u50rJz6sdyrrFtUxhDwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKCbaccesK28id7rGcJ12KGCDboEb9XF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43.6875rem;left:15.5rem;display:block; }
#g5GPHK4sfoSTxk3VkNV8m57XW1619Tcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZVy2CeImFrvNoXQTeNn6XdTG5vrUmiN { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.1875rem;width:29.8125rem;top:14.5625rem;left:0rem;overflow:hidden;display:block; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy { position:relative;display:block; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy { background-color: transparent; background-image: none; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row .container > .video-iframe-container { display: none; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row > .video-iframe-container { display: none; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .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); }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy { border-width: 0; border-radius: 0; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .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; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.25rem;width:17.5625rem;top:1.625rem;left:1.25rem;display:block; }
#OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { color:rgba(var(--color-secondary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:7.3125rem;left:2.375rem;height:14.3965rem;font-style:normal;display:block; }
#x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { color:rgba(var(--color-secondary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:7.3125rem;left:22.21875rem;height:19.1953125rem;font-style:normal;display:block; }
#sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.3125rem;width:17.5625rem;top:1.625rem;left:21.25rem;display:block; }
#pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { color:rgba(var(--color-secondary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:22.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { color:rgba(var(--color-secondary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.125rem;left:42rem;height:12.796875rem;font-style:normal;display:block; }
#mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:42.1875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qvHOWeXyIdadi0IVExBavW6fnWFibZgv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.3125rem;width:17.5625rem;top:1.625rem;left:41.21875rem;display:block; }
#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi { position:relative;display:block; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi { background-color: transparent; background-image: none; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .row .container > .video-iframe-container { display: none; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .row > .video-iframe-container { display: none; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .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); }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi { border-width: 0; border-radius: 0; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .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; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .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:29.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#euJluVTCr0ScfrPLrDKmBt9nUlK2aQ5x { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.625rem;width:17.5625rem;top:1.625rem;left:1.25rem;display:block; }
#vRIl2zQJTekhVG7ZImFUU6NnEndlwc99 { color:rgba(var(--color-secondary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:7.0625rem;left:2.375rem;height:12.796875rem;font-style:normal;display:block; }
#t9yRsgnyu2rJpV61OXSOD9LTT2WA1RCL { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#itAZCXmwhWo34nWMVi7u7cWmhE3F66ky { color:rgba(var(--color-secondary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:6.875rem;left:22.0625rem;height:11.19725rem;font-style:normal;display:block; }
#GuPPzsLFI9f0ZG27NNpCiXOO1W45HFD4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.625rem;width:17.5625rem;top:1.625rem;left:21.25rem;display:block; }
#X0iK4eemFVzzaFGdR2hsmetZXrabf1bP { color:rgba(var(--color-secondary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:22.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFJdWnlmxyXpOUql4XWJrF8Q7T0UJs21 { color:rgba(var(--color-secondary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:6.875rem;left:42rem;height:12.796875rem;font-style:normal;display:block; }
#oqV0pAZMowXeObDBE9AqCUHkNrEli6Nv { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:42.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WIHBTT3QMLvC3HospkeIHGhIvFkxBuMu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.625rem;width:17.5625rem;top:1.625rem;left:41.21875rem;display:block; }
#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container { background-color: transparent; background-image: none; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container > .video-iframe-container { display: none; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row > .video-iframe-container { display: none; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .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); }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container { border-width: 0; border-radius: 0; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#BUBDQ9iVbqZxh5IEst087rI9wCcyz0nA { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVfvvhq8adhpP4UEtpBcTnpVwvVkcfdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:10.1875rem;left:0rem;height:41.3954875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozSqB9TpRToIae86BK2gLnDOLgVOtdRT { position:absolute;display:block;z-index:15005;background-color:#e5e7d2;background-image:url("https://images.assets-landingi.com/uc/7200c4ca-7477-417e-988d-7a041a9af5bb/192379715_m.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.625rem;width:30.0625rem;top:10.9375rem;left:29.9375rem;display:block; }#ozSqB9TpRToIae86BK2gLnDOLgVOtdRT.adaptive-delivery-prevent-bg, #ozSqB9TpRToIae86BK2gLnDOLgVOtdRT.lazyload, #ozSqB9TpRToIae86BK2gLnDOLgVOtdRT.lazyloading { background-image: none; }
#G08GWuoy2N9xu8fDLkydrAgRyOCt1UN3 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.25rem;left:29.9375rem;display:block; }
#hEmqHwUlWoaC9eyQT3b1ETwqmqMveRrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n53Ez4d2w8vz1pKulqCOZfOWGFzn1ela { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.25rem;left:45.4375rem;display:block; }
#oA8avv1kdIriTS3LlOBDmK8VA0fOEPku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container { background-color: transparent; background-image: none; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container > .video-iframe-container { display: none; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row > .video-iframe-container { display: none; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .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); }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container { border-width: 0; border-radius: 0; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:60rem;position:relative;display:block; }#HuuJKGkHguP7ATOTsvuq3zabwFsf1ypg { color:rgba(var(--color-primary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IzNTvtqNZsUGZOSa1I0ZL64FkhnIx2uT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:0rem;height:34.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IFDOzImfzhv6iwTeg8htTbJZZUGXArrS { box-sizing:content-box;height:25.9375rem;width:25.9375rem;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:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fbf75ca6-bb71-439a-a205-624ae5697373/TammiFaySmithOwnerofAdvancedColonTherapyCentersofAmerica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.1875rem;left:34.0625rem;display:block; }#IFDOzImfzhv6iwTeg8htTbJZZUGXArrS.adaptive-delivery-prevent-bg, #IFDOzImfzhv6iwTeg8htTbJZZUGXArrS.lazyload, #IFDOzImfzhv6iwTeg8htTbJZZUGXArrS.lazyloading { background-image: none; }
#ki5iLJ51JIWh4VcUW3ZucbGmIMZqMCGF { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:47.65625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bub2CBWxxf4H758yizbe94razKwUCLVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { border-width: 0; border-radius: 0; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { color:rgba(var(--color-secondary-2),1);display:block;width:52.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:7.5rem;left:3.40625rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { color:rgba(var(--color-secondary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:11.75rem;left:6.3125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFoGuUCxoZhlybqGKqn81ulg1kwPlEEc { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.0625rem;left:14.8125rem;display:block; }
#cZ9Tc4UZ96e3hnNqpRtz6pS30PSaDcC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqdZ2DTCd810TXqJ9bzJur5fSl0HPv4T { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.125rem;left:30.3125rem;display:block; }
#rMwNmFazixcsuBWr785283rNaxmoWNoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { background-color: transparent; background-image: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container > .video-iframe-container { display: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container { display: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .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); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { border-width: 0; border-radius: 0; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#W2OT9XMEaszGxAfx2BW147oOaT55qEsu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:16.84375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfFlIRARAePf7ERvT3KSrgEZLFxBXMAl { top:1.375rem;left:1.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3eVmyeqJTkT92ZXFr8f9qLDtwLDtqB { top:1.6875rem;left:0rem;width:45.6875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl { display:block; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blrtnLIZR7capAe6QkqOswyzOW0iwr4E { top:1.5625rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duCRTLoTMCSIdBkvhdH3kP16bIGShLc9 { top:36.75rem;left:2.78125rem;width:42.1875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a { display:block; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-regular-label { width:34.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-text { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-text {padding-top: 0; padding-bottom: 0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-textarea { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-select { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-select {padding-top: 0; padding-bottom: 0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-button { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-checkbox-label { width:33.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G  { width:34.8125rem;height:auto;top:3.3125rem;left:5.21875rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .radio-container { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G {display:block;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G { width:34.8125rem;height:auto;top:3.3125rem;left:5.21875rem; }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #wOtse5HOKZrCXGuuTD6zw18QtI3U6slF {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #fEMz8TaC9qUrDa7Bnq6uhI9VxZMzfgeS {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #O0Fyag8dsO18S9fUSCg83CyubPQD9Tds {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #TqWTiTRB4tzDRvZ4FtTuo2k2HkemM5zx {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #e1K7dOaJpAAzynBIFQcTCNaPOvLstluS {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #u8fzftmEeOAfMDMM26JVD2x4zD6yUpg4 {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #kSt4V9sXeLw1TQ9TqDGFPh7hmGGUPgXV {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #WT1eTtigzumr8HsKqeSSmcb2tnklPEWw {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #n2ULlsKKVIRzE67fqw2zKl4iERgRfhls {  }
 }@media only screen and (max-width: 763px) { #B9TQLWt07Eyd2JFLcnXRNuztnViNcBP1 { display:block; }
 }@media only screen and (max-width: 763px) { #JI1SVLiazB3ImAynofmamHiVuMro2lWP { display:block; }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #kDu5N6bLOz6wPP4snJMFHIS1TnGiZzdB {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #HZzbrsXw8oOl3zlqP3FNlN1HkJGI4yi4 {  }
 }@media only screen and (max-width: 763px) { #UVxmBys6JDaN6U3GOXrsO96tbB9s7evt { top:0.125rem;left:13.96875rem;width:19.8125rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNpU6DgL3gg98kO0gsD9c8iD1FNuhAs4 { display:none; }
 }@media only screen and (max-width: 763px) { #x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF { display:block; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK5C5cEhsevKlb1XwQKXeQoPuVg2maxN { top:0.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbedVDzTZIJkILqde04QEZ1LOeJsf95 { top:8.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLVw36fZWWe6pyTcd1N2WDDt0FawhTuQ { top:15.8125rem;left:26.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNPae3eoebA6Ieeg9CToN4doFglKF952 { top:16.625rem;left:24.8125rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTKKb1rydrWSXiSuSITQiuiSdP46BJA { top:18.9375rem;left:24.4375rem;width:23.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUMpTE4mnpUn5L5Wc5P0tBerppt4EmM { top:23.875rem;left:26.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBVthkbyeUUO69fmnbXaMWuS40p0iVkU { top:24.6875rem;left:24.8125rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaDlFOJS1as570CIfzwOoUJHVstUPc47 { top:27rem;left:24.4375rem;width:23.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJXBkGI1oBCAyDgsAT60EyvoncnnKsyF { top:34.875rem;left:24.4375rem;width:23.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS6SxhyKX2cyRfZTVPTPF2qG1HxsRPxT { top:31.75rem;left:26.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPJxzwrHLso7cxcrmKZUHPy0z71EHb2J { top:32.5625rem;left:24.8125rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu6nkiKyxt6CR9yLx1wKvdKVaMmxmsEX { top:39.625rem;left:26.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ4EDs9nirqd4Zvsg3GQ7ppuGRd7GRMx { top:42.75rem;left:24.4375rem;width:23.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbGKeuV499LhCEHyFD8EmeGpNhRhLyp { top:40.4375rem;left:24.8125rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCnuTzL5KPlrt1bk4HcRyWtvZGqA6TWA { width:14.5625rem;height:4.1875rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRt7T1KrfE46u50rJz6sdyrrFtUxhDwO { display:block; }
 }@media only screen and (max-width: 763px) { #BKCbaccesK28id7rGcJ12KGCDboEb9XF { width:14.5625rem;height:4.1875rem;top:43.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5GPHK4sfoSTxk3VkNV8m57XW1619Tcy { display:block; }
 }@media only screen and (max-width: 763px) { #ZZVy2CeImFrvNoXQTeNn6XdTG5vrUmiN { top:14.5625rem;left:0rem;width:29.8125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy { display:block; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { top:1.625rem;left:0rem;width:17.5625rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { top:7.3125rem;left:0.3125rem;width:14.875rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { top:4.3125rem;left:0.5rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { top:7.3125rem;left:16.03125rem;width:15.5625rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { top:1.625rem;left:14.1875rem;width:17.5625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { top:4.3125rem;left:16.0625rem;width:15.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { top:7.125rem;left:31.75rem;width:15.625rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { top:4.3125rem;left:31.875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOWeXyIdadi0IVExBavW6fnWFibZgv { top:1.625rem;left:30.0625rem;width:17.5625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIOByCEVP7EoWQWPytZlAsdiQMhg3STi { display:block; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euJluVTCr0ScfrPLrDKmBt9nUlK2aQ5x { top:1.625rem;left:0rem;width:17.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRIl2zQJTekhVG7ZImFUU6NnEndlwc99 { top:7.0625rem;left:0.3125rem;width:14.875rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9yRsgnyu2rJpV61OXSOD9LTT2WA1RCL { top:4.3125rem;left:0.5rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itAZCXmwhWo34nWMVi7u7cWmhE3F66ky { top:6.875rem;left:15.875rem;width:15.5625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPPzsLFI9f0ZG27NNpCiXOO1W45HFD4 { top:1.625rem;left:14.1875rem;width:17.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iK4eemFVzzaFGdR2hsmetZXrabf1bP { top:4.3125rem;left:16.0625rem;width:14.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFJdWnlmxyXpOUql4XWJrF8Q7T0UJs21 { top:6.875rem;left:31.75rem;width:15.625rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqV0pAZMowXeObDBE9AqCUHkNrEli6Nv { top:4.3125rem;left:31.875rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIHBTT3QMLvC3HospkeIHGhIvFkxBuMu { top:1.625rem;left:30.0625rem;width:17.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 { display:block; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUBDQ9iVbqZxh5IEst087rI9wCcyz0nA { top:4.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfvvhq8adhpP4UEtpBcTnpVwvVkcfdZ { top:10.1875rem;left:0rem;width:27.3125rem;height:41.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozSqB9TpRToIae86BK2gLnDOLgVOtdRT { top:10.9375rem;left:17.6875rem;width:30.0625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08GWuoy2N9xu8fDLkydrAgRyOCt1UN3 { width:14.5625rem;height:4.1875rem;top:46.25rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEmqHwUlWoaC9eyQT3b1ETwqmqMveRrg { display:block; }
 }@media only screen and (max-width: 763px) { #n53Ez4d2w8vz1pKulqCOZfOWGFzn1ela { width:14.5625rem;height:4.1875rem;top:46.25rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA8avv1kdIriTS3LlOBDmK8VA0fOEPku { display:block; }
 }@media only screen and (max-width: 763px) { #oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G { display:block; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuuJKGkHguP7ATOTsvuq3zabwFsf1ypg { width:28.8125rem;height:;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzNTvtqNZsUGZOSa1I0ZL64FkhnIx2uT { width:31.1875rem;height:34.5rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFDOzImfzhv6iwTeg8htTbJZZUGXArrS { top:9.1875rem;left:21.8125rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5iLJ51JIWh4VcUW3ZucbGmIMZqMCGF { top:47.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { top:7.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { top:11.75rem;left:0rem;width:47rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFoGuUCxoZhlybqGKqn81ulg1kwPlEEc { width:14.5625rem;height:4.1875rem;top:17.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9Tc4UZ96e3hnNqpRtz6pS30PSaDcC2 { display:block; }
 }@media only screen and (max-width: 763px) { #MqdZ2DTCd810TXqJ9bzJur5fSl0HPv4T { width:14.5625rem;height:4.1875rem;top:17.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMwNmFazixcsuBWr785283rNaxmoWNoz { display:block; }
 }@media only screen and (max-width: 763px) { #qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2OT9XMEaszGxAfx2BW147oOaT55qEsu { top:1.625rem;left:10.71875rem;width:27.25rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { position:relative;z-index:auto;display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfFlIRARAePf7ERvT3KSrgEZLFxBXMAl { width:2.5625rem;height:2.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3eVmyeqJTkT92ZXFr8f9qLDtwLDtqB { width:17.5rem;height:1.13671875rem;top:1.875rem;left:2.5rem;font-size:0.875rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl { display:block; }#Mz4dR0vqN4rXwiw9VLC7TgdUp7Ekubrl > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blrtnLIZR7capAe6QkqOswyzOW0iwr4E { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duCRTLoTMCSIdBkvhdH3kP16bIGShLc9 { width:20rem;height:26.9375rem;top:29.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a { display:block; }#FcR1vh2vtEspEIUcg0c0B4vnNUETtC8a > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-text {padding-top: 0; padding-bottom: 0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-select {padding-top: 0; padding-bottom: 0;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G  { width:17.5rem;height:auto;top:4.125rem;left:0rem; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G {display:block;}#MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G { width:17.5rem;height:auto;top:4.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #wOtse5HOKZrCXGuuTD6zw18QtI3U6slF {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #fEMz8TaC9qUrDa7Bnq6uhI9VxZMzfgeS {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #O0Fyag8dsO18S9fUSCg83CyubPQD9Tds {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #TqWTiTRB4tzDRvZ4FtTuo2k2HkemM5zx {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #e1K7dOaJpAAzynBIFQcTCNaPOvLstluS {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #u8fzftmEeOAfMDMM26JVD2x4zD6yUpg4 {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #kSt4V9sXeLw1TQ9TqDGFPh7hmGGUPgXV {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #WT1eTtigzumr8HsKqeSSmcb2tnklPEWw {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #n2ULlsKKVIRzE67fqw2zKl4iERgRfhls {  }
 }@media only screen and (max-width: 763px) { #B9TQLWt07Eyd2JFLcnXRNuztnViNcBP1 { display:block; }
 }@media only screen and (max-width: 763px) { #JI1SVLiazB3ImAynofmamHiVuMro2lWP { display:block; }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #kDu5N6bLOz6wPP4snJMFHIS1TnGiZzdB {  }
 }@media only screen and (max-width: 763px) { #MPqqDC1pg94A4TtSEJOoyItgoUg1KJ0G #HZzbrsXw8oOl3zlqP3FNlN1HkJGI4yi4 {  }
 }@media only screen and (max-width: 763px) { #UVxmBys6JDaN6U3GOXrsO96tbB9s7evt { width:19.8125rem;height:2.03125rem;top:1.375rem;left:0.0625rem;font-size:1.5625rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #cNpU6DgL3gg98kO0gsD9c8iD1FNuhAs4 { top:0rem;left:0rem;width:20rem;height:30.5625rem;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF { display:block; }#x8KbDSMqxN6H3wFSoqqQi5eHCayP3OpF > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK5C5cEhsevKlb1XwQKXeQoPuVg2maxN { width:20rem;height:3.0234375rem;top:1.9375rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrbedVDzTZIJkILqde04QEZ1LOeJsf95 { width:20rem;height:6rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLVw36fZWWe6pyTcd1N2WDDt0FawhTuQ { display:flex;width:3.125rem;height:3.125rem;top:31.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aNPae3eoebA6Ieeg9CToN4doFglKF952 { width:20rem;height:1.4622375rem;top:36.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTKKb1rydrWSXiSuSITQiuiSdP46BJA { width:20rem;height:3.8994125rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUMpTE4mnpUn5L5Wc5P0tBerppt4EmM { display:flex;width:3.125rem;height:3.125rem;top:44.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eBVthkbyeUUO69fmnbXaMWuS40p0iVkU { width:20rem;height:1.4622375rem;top:48.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaDlFOJS1as570CIfzwOoUJHVstUPc47 { width:20rem;height:5.19921875rem;top:51.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJXBkGI1oBCAyDgsAT60EyvoncnnKsyF { width:20rem;height:5.19921875rem;top:66.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS6SxhyKX2cyRfZTVPTPF2qG1HxsRPxT { display:flex;width:3.125rem;height:3.125rem;top:57.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IPJxzwrHLso7cxcrmKZUHPy0z71EHb2J { width:20rem;height:2.92448125rem;top:62.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu6nkiKyxt6CR9yLx1wKvdKVaMmxmsEX { display:flex;width:3.125rem;height:3.125rem;top:72.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SZ4EDs9nirqd4Zvsg3GQ7ppuGRd7GRMx { width:20rem;height:6.499rem;top:79.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbGKeuV499LhCEHyFD8EmeGpNhRhLyp { width:20rem;height:1.4622375rem;top:77.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCnuTzL5KPlrt1bk4HcRyWtvZGqA6TWA { width:14.5625rem;height:4.1875rem;top:88.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRt7T1KrfE46u50rJz6sdyrrFtUxhDwO { display:block; }
 }@media only screen and (max-width: 763px) { #BKCbaccesK28id7rGcJ12KGCDboEb9XF { width:14.5625rem;height:4.1875rem;top:93.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5GPHK4sfoSTxk3VkNV8m57XW1619Tcy { display:block; }
 }@media only screen and (max-width: 763px) { #ZZVy2CeImFrvNoXQTeNn6XdTG5vrUmiN { width:17.6875rem;height:16.125rem;top:13.4375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:4.330075rem;top:2.875rem;left:0rem;font-size:1.3125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy { display:block; }#OiAAO1Gm2FdnbFlUnn0fQdEmg6OQDFxy > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { width:16.9375rem;height:21.375rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { width:14.1875rem;height:15.996125rem;top:4.9384765625rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { width:12.5rem;height:1.4619125rem;top:2.9375rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { width:15.3125rem;height:19.1953125rem;top:28.5625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { width:16.9375rem;height:25.4375rem;top:24.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { width:14.625rem;height:1.4619125rem;top:26.25rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { width:15.4375rem;height:12.796875rem;top:55.9375rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { width:12.5rem;height:1.4619125rem;top:53.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOWeXyIdadi0IVExBavW6fnWFibZgv { width:16.9375rem;height:19.625rem;top:51.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIOByCEVP7EoWQWPytZlAsdiQMhg3STi { display:block; }#IIOByCEVP7EoWQWPytZlAsdiQMhg3STi > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euJluVTCr0ScfrPLrDKmBt9nUlK2aQ5x { width:16.9375rem;height:19.3125rem;top:1.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRIl2zQJTekhVG7ZImFUU6NnEndlwc99 { width:15.5rem;height:12.796875rem;top:5.625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9yRsgnyu2rJpV61OXSOD9LTT2WA1RCL { width:12.5rem;height:1.4619125rem;top:3.3125rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itAZCXmwhWo34nWMVi7u7cWmhE3F66ky { width:15.3125rem;height:11.19725rem;top:26.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPPzsLFI9f0ZG27NNpCiXOO1W45HFD4 { width:16.9375rem;height:16.1875rem;top:22.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0iK4eemFVzzaFGdR2hsmetZXrabf1bP { width:12.5rem;height:1.4619125rem;top:24.25rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFJdWnlmxyXpOUql4XWJrF8Q7T0UJs21 { width:15.1875rem;height:12.796875rem;top:45.1875rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqV0pAZMowXeObDBE9AqCUHkNrEli6Nv { width:12.5rem;height:1.4619125rem;top:42.5rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIHBTT3QMLvC3HospkeIHGhIvFkxBuMu { width:16.9375rem;height:20.1875rem;top:40.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 { display:block; }#DDhctS508s2oGz0fWTe7NNNhiB5Qkht2 > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUBDQ9iVbqZxh5IEst087rI9wCcyz0nA { width:20rem;height:1.51171875rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVfvvhq8adhpP4UEtpBcTnpVwvVkcfdZ { width:20rem;height:43.189475rem;top:19.6494140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozSqB9TpRToIae86BK2gLnDOLgVOtdRT { width:20rem;height:14.0625rem;top:4.0869140625rem;left:0rem;background-color:#e5e7d2;background-image:url("https://images.assets-landingi.com/uc/7200c4ca-7477-417e-988d-7a041a9af5bb/192379715_m.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ozSqB9TpRToIae86BK2gLnDOLgVOtdRT.adaptive-delivery-prevent-bg, #ozSqB9TpRToIae86BK2gLnDOLgVOtdRT.lazyload, #ozSqB9TpRToIae86BK2gLnDOLgVOtdRT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G08GWuoy2N9xu8fDLkydrAgRyOCt1UN3 { width:14.5625rem;height:4.1875rem;top:64.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEmqHwUlWoaC9eyQT3b1ETwqmqMveRrg { display:block; }
 }@media only screen and (max-width: 763px) { #n53Ez4d2w8vz1pKulqCOZfOWGFzn1ela { width:14.5625rem;height:4.1875rem;top:69.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA8avv1kdIriTS3LlOBDmK8VA0fOEPku { display:block; }
 }@media only screen and (max-width: 763px) { #oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G { display:block; }#oXbTGInkM9rpJWkNmrQVkcXXwJI0GI3G > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuuJKGkHguP7ATOTsvuq3zabwFsf1ypg { width:20rem;height:3.57421875rem;top:14.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzNTvtqNZsUGZOSa1I0ZL64FkhnIx2uT { width:20rem;height:51rem;top:19.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFDOzImfzhv6iwTeg8htTbJZZUGXArrS { width:12.5rem;height:12.5rem;top:1.5244140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5iLJ51JIWh4VcUW3ZucbGmIMZqMCGF { width:19.5rem;height:3.09375rem;top:72.5625rem;left:0.25rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { width:20rem;height:4.125rem;top:3.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { width:20rem;height:4.798825rem;top:8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #pFoGuUCxoZhlybqGKqn81ulg1kwPlEEc { width:14.5625rem;height:4.1875rem;top:14.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9Tc4UZ96e3hnNqpRtz6pS30PSaDcC2 { display:block; }
 }@media only screen and (max-width: 763px) { #MqdZ2DTCd810TXqJ9bzJur5fSl0HPv4T { width:14.5625rem;height:4.1875rem;top:20.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMwNmFazixcsuBWr785283rNaxmoWNoz { display:block; }
 }@media only screen and (max-width: 763px) { #qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2OT9XMEaszGxAfx2BW147oOaT55qEsu { width:20rem;height:0.8125rem;top:1.03125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }