.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:254,242,207;--color-primary-1:251,217,110;--color-primary-2:249,191,14;--color-primary-3:218,115,14;--color-primary-4:93,94,72;--color-secondary-0:251,224,223;--color-secondary-1:241,152,150;--color-secondary-2:227,48,44;--color-secondary-3:114,24,22;--color-secondary-4:34,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:102,102,102;--color-tertiary-2:2,2,2;--color-tertiary-3:3,3,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Istok Web";--paragraphs-font-family:"Raleway"; }@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-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { background-color: transparent; background-image: none; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container > .video-iframe-container { display: none; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row > .video-iframe-container { display: none; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .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); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { border-width: 0; border-radius: 0; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#Fl3HtkPX8p30JOKRZPPT3UqlLhqOxRDh { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.212890625rem;left:23.09375rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTZS91cBWMnwTTBe5MbVxSSyU2ixOd8a { z-index:15005;top:0.46874997019768rem;left:45.937055587769rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:#1c2021;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.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OrzMSx2vls4DLKcbp34ViuA0fwSL6IQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:0.125rem;left:1.6246452331543rem;overflow:hidden;display:block; }
#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie { position:relative;display:block; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie { background-color: transparent; background-image: none; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .row .container > .video-iframe-container { display: none; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .row > .video-iframe-container { display: none; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .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); }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie { border-width: 0; border-radius: 0; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .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; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .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:3.75rem;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; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb7c4b9e-21f9-49bb-aed3-3fa74c30c410/rbreno_renocomplete.webp");background-position:bottom 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; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ.adaptive-delivery-prevent-bg, #d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ.lazyload, #d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ.lazyloading { background-image: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container { background-color: transparent; background-image: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,226,196,0.68); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container > .video-iframe-container { display: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,226,196,0.68); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row > .video-iframe-container { display: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .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); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container { border-width: 0; border-radius: 0; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ::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; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:31.9375rem;width:60rem;position:relative;display:block; }#TIlcQBwFNX6qAz9rgw6v1ULu3za5ADEP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.437233491801rem;left:0.75rem;height:3.1494125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-form-header {  }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;color:#9d8f7e;width:22.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.5;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .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:#e7e3df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #624c13;border-left:0.0625rem solid #624c13;border-right:0.0625rem solid #624c13;border-bottom:0.0625rem solid #624c13;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:22.375rem;box-sizing:border-box;height:2.625rem;color:#332e28;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-text {padding-top: 0; padding-bottom: 0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .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:#e7e3df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #624c13;border-left:0.0625rem solid #624c13;border-right:0.0625rem solid #624c13;border-bottom:0.0625rem solid #624c13;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:22.375rem;box-sizing:border-box;height:4.375rem;color:#332e28;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e7e3df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #022c3b;border-left:0.125rem solid #022c3b;border-right:0.125rem solid #022c3b;border-bottom:0.125rem solid #022c3b;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:22.375rem;box-sizing:border-box;height:2.625rem;color:#766b5f;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-select {padding-top: 0; padding-bottom: 0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4af20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f9cb41;border-left:0.0625rem solid #f9cb41;border-right:0.0625rem solid #f9cb41;border-bottom:0.0625rem solid #f9cb41;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.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.375rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs [class*="-text"]:-moz-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs [class*="-text"]::-moz-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs [class*="-text"]:-ms-input-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs [class*="-text"]::-webkit-input-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .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(--headlines-font-family);line-height:1.1;font-size:0.8125rem;font-weight:300;color:#766b5f;vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal;float:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .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; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .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(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#766b5f;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-container:first-of-type{padding-top:0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-container:last-of-type{padding-bottom:0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:5.8466796875rem;left:35rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.375rem;display:block;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#766b5f;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs {display:block;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:5.8466796875rem;left:35rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #cPe2rwV11PPHhOFepaLvbZRWoHkVRT1h { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #mDm4d6FALrB9pTM3asvZP0GCQQMgTFZC { position:relative;display:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #ZJH9v9v5v3NZrmnIMhZtUICe1b3QD82X { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #Fcy10CrV2mmwweqMlLKAcmEwDFsAG7C5 { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #WPmZ0owPQHTdndRNLlCIUPDoMIuKmV3p { position:relative;display:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #vIz3beTmbzBiG2iVRwdS1JTC3SHdHkoC { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #bRs4TzK0XgoPaPZfWroqpKbotyrvrLao { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #sffzCthmqO1xGt0BKAXghW1Bk5NKvLgC { position:relative;display:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #DlsCzNCrRZk8EVcTie5bPPnRcSwB5KAC { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #p7s6sBAZaskLRpNqExdLcngbpvnezTUF { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #IWSOi3bNhbVOLnR2LfIHmI7cmWh9ekRn { position:relative;display:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #XVuqgZBQzXyShzPLJ3DC1PM7orOWsfzs { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #INdHBxNzuK1NGrzRLHrKSvpdD5wZlaJc { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #mzdyTcCZJmUTuLoIAfkl0Db5SIMxuUyy { position:relative;display:none; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #uMINrDsqCzdNU8THzLUK8aRv2F7Tn8JZ { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #ak3TxllnUxsxUtqBvaQTdb62GfLt9RC7 { position:relative; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #gnxMKTFDdb3ynS7CqFxkE99P4Rz8EUT4 { position:relative; }
#bL0Twp66kNdobqcxPy38Qn4N0bXSb1ET { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:10.1873125rem;top:19.249288797379rem;left:0.8125rem;overflow:hidden;display:block; }
#UPHboUJTH5Bnm2Oh7b6ucR8woObUKGDH { box-sizing:content-box;height:6.8125rem;width:11.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.9);background-image:none;top:18.0625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#RInE8qDvn25Vd0IFIDcQDelP98rMT60U { box-sizing:content-box;height:29.4375rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:1.0910866260529rem;left:35rem;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; }
#T5KFEM8hQp9M552eAxQwpCbVT9HLXTxo { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.9169921875rem;left:35rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cU0ANzTWkk86XK5vRni6okhFyRrr2TqX { box-sizing:content-box;height:1.3742875rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:#9cba9c;background-image:none;top:4.5625rem;left:38.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;border-top:0.0625rem solid #1c451f;border-left:0.0625rem solid #1c451f;border-right:0.0625rem solid #1c451f;border-bottom:0.0625rem solid #1c451f;display:block; }
#dZ0WT7ag5WWofg9UmHdEzkGtpbkBPZwZ { color:#145a18;display:block;width:16.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:4.6875rem;left:39.1875rem;height:1.2246125rem;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:left;text-align-last:left;display:block; }
#JclbVHI0t2n4ee6me4NM5oNCItBhQWo1 { box-sizing:content-box;height:6.8119375rem;width:11.8119375rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.9);background-image:none;top:18.0625rem;left:13.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#L0apPUXEZRqTfUHuFDy8AuxOihUofKZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8119375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.75rem;left:13.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZU2STf4vdH2XTbHvMDODvmg9H1JBifW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.0625rem;left:13.5rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Khx942tZM24O0TywfegaSelZUPBwVumN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.3125rem;left:0.5625rem;height:4.500175rem;font-style:normal;display:block; }
#THfXyq39Zf6f1VDIXlAceiK4nZtfCrEv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.7825832366943rem;left:0.68687915802rem;height:1.29980625rem;display:block; }
#u3Wc15SpTghoSLvJmwdmgPCG3xVzmH7W { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:16.625rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#E75mAxnxHbmBwDocZPkqRoZBxBlw5NEe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:49.5625rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#D46TSlHzJv1GOl7L5wwfTFKPA8hS3n8V { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.75rem;left:26.75rem;height:3.375rem;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; }
#Pmq9iazCMBWNdCMg6pFr5h32buhxoNJh { 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:2.9375rem;left:45.8125rem; }
#ZbKoUpTzQ7gPeSKuKQnbsz01uw5gpoe0 { 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:15014;opacity:1;top:2.9375rem;left:22.8125rem; }
#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:2.2;letter-spacing:0;top:3.25rem;left:3.875rem;height:2.4746125rem;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; }
#f8Xy7pl0J57TgSwfMea2to26ClpFlk64 { 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:15013;opacity:1;top:2.9375rem;left:0rem; }
#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jQe74VSiQBQ/unsplash/mmoka--jQe74VSiQBQ-photo-1682244097336-673f4db39c13.jpg");background-position:top 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; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD.adaptive-delivery-prevent-bg, #wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD.lazyload, #wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD.lazyloading { background-image: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container { background-color: transparent; background-image: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,239,0.87); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container > .video-iframe-container { display: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,239,0.87); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row > .video-iframe-container { display: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .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); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container { border-width: 0; border-radius: 0; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD::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; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:60rem;position:relative;display:block; }#Ef9GBh6TVEmOJf4Q4qlVRaHe5ooU62W4 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4160162210463rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOUUPfVOz6TmA33FFEouTMVrTtfMU0lH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:48.812175393104rem;left:45.687395095825rem;display:block; }
#ZTdNQOgmIxPRDuP2RqzsNV4apsgEJosM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:48.749786019325rem;left:30.687391281128rem;display:block; }
#lW5wEIGJLIk8W36IKzNekDX0CMHpy2ar { position:absolute;display:block;z-index:15023;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:25.3125rem;width:28.25rem;top:42.124892830849rem;left:0.625rem;overflow:hidden;display:block; }
#HQHbLuO7QIhwoIF9Bztnzvt9XBuOGUQ7 { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:51.874786019325rem;left:0rem;display:block; }
#mKgkoXcmhZMEfDluMebuJ2pNAtJkxC1m { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:55.624786019325rem;left:0rem;display:block; }
#wRUMHup0spGJiNdU2taxgZ6UHQ2gfriN { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:54.187068581581rem;left:31.624891281128rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPsWa4ayV5Pn9Mfg85eDs94nTQB4oIQ6 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.187068581581rem;left:46.624895095825rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8VB62zMiaGhikHpkmJsSsiZCR1ZtBau { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:17.249675393104rem;left:0rem;display:block; }
#Av4FFtuisx32FDBTb0rcaS3VL5DE4i59 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:17.312066674233rem;left:15rem;display:block; }
#TpM1FWTwtVSlqC3XPTlJciPwrPdnmeK3 { position:absolute;display:block;z-index:15023;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:24.75rem;width:23.1875rem;top:11.249783158303rem;left:36.187067031861rem;overflow:hidden;display:block; }
#dDtuv0WkDRPksipbCb8gc7xISWrbnOnl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:20.374675393104rem;left:47.500001907349rem;display:block; }
#BnXi7RlBDl93Ca27MTfJGBTF5cikUpTk { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:24.124675393104rem;left:47.500001907349rem;display:block; }
#xk1Qv6roS1TJxOyUB8bP6XXfRXZp1aL6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:45.624786019325rem;left:34.687501907349rem;display:block; }
#bupvwTmrN56ydWKWEX5D7ut38KWt9QiE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-4),1) ;height:6.25rem;width:6.25rem;top:45.687175393104rem;left:49.687505722046rem;display:block; }
#Czhpfrqh5e6xvt2CaP52um9III51Msa5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:4.62456875rem;top:46.437503457069rem;left:35.499677658081rem;overflow:hidden;display:block; }
#o37RVpNmvEBflFKJUBFRzmmqGtQDmw49 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:46.249786019325rem;left:50.312505722046rem;overflow:hidden;display:block; }
#IPxVMhFawsfMQ6QNbT8SaKwcHsKxG7aD { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.937392830849rem;left:0.87456607818606rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krcLilLUtErZNbb9Amug3gDC9FCg3m9o { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.937392830849rem;left:15.874567031861rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbmBme63e3wMNwzXfreZ83C3g9mkW0Zh { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.687501549721rem;left:0.9375rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dDz9fHw2Zngl4UdsFLE9N5TKW0XMD0TI { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.687501549721rem;left:15.9375rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lv09B2EnegcT65kbn875t6xzGCbA0Z55 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:14.124675393104rem;left:3.9995651245117rem;display:block; }
#hsrw06ExpdiMZsTHKoOr3NAniRHPvacV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:14.187066674233rem;left:18.999567031861rem;display:block; }
#tAuVCelAFsK9rvIze63uAFuoQTncwggp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:4.874675rem;top:14.812066674233rem;left:4.7178821563721rem;overflow:hidden;display:block; }
#gV1uDTaqTtppom1hraMZJ090tprMP9MR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:4.62456875rem;top:14.936849236488rem;left:19.842664718628rem;overflow:hidden;display:block; }
#tNvXsiByDsd33nTs7XOC8opeZr6y1wsw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.1174011230469rem;left:21.968317031861rem;height:2.4747rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7KAr6ddu2IDXN5XXv7WADk6A4PAkZy2 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:56.562286019325rem;left:31.562501907349rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STLiuve3yFfIcknoBpMKsDJ8dJ3BtIJr { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:56.562286019325rem;left:46.562501907349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcZNltaAHa96mNVUaAR54fzoNEG7u3Fv { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:40.209746956825rem;left:31.062284469604rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfoPpdzKWMZqJwOcFh3TL5b2TW1c9O6m { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20rem;top:8.2958984375rem;left:5.1240234375rem;overflow:hidden;display:block; }
#LlRPfwtfnpHsITPiFU9kcrHi0dq3k19f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:17.6871875rem;top:39.152888894081rem;left:32.034505844116rem;overflow:hidden;display:block; }
#a6reRkecvaniBswU7Bti6ZCSvzTH7pC9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:17.6871875rem;top:39.152888894081rem;left:41.562284469604rem;overflow:hidden;display:block; }
#SZAVWg8oTJGASRCJyvJUWG9Gy3N99wqn { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:11.625rem;top:24.12451171875rem;left:47.46826171875rem;display:block; }
#eAVSDUV5IuXkW0yh5aSaJDQy8EoxfhHP { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.625rem;top:24.12451171875rem;left:48.375rem;display:block; }
#fCPMSu18T9iJ6OT8xkHrAVTsGTNZyT2A { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:12.5rem;top:55.62451171875rem;left:0rem;display:block; }
#V6VMc8ZgfLbNDx3NZO52nFTAoSFPcP7i { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:11.875rem;top:55.62451171875rem;left:0.625rem;display:block; }
#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV { position:relative;display:block; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV { background-color: transparent; background-image: none; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row .container > .video-iframe-container { display: none; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row > .video-iframe-container { display: none; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .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); }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV { border-width: 0; border-radius: 0; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .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; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;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; }#iXqo4TPNVKONnhWhdrdJZT8msm5WvVch { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#kvBKIORthJwq0SkZ0LZGT5tPO74DoqmG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:20.4375rem;overflow:hidden;display:block; }
#zFABgqp0qfaaSc577t45FJ8M7Oof81yp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:40.75rem;overflow:hidden;display:block; }
#qzSrsLS02kCA8tlH3H61zzbJNFORpbW7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#HNKea91I4wkU3TTs0h3wcGafxQHzTSg4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:20.4375rem;overflow:hidden;display:block; }
#osbozShtvByWbe3tomkgxNs7meEO3TDa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:40.875rem;overflow:hidden;display:block; }
#HCLbdEmgetB3MZ4k0nu8d3xDNXe0HLTr { color:rgba(var(--color-tertiary-3),1);display:block;width:20.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.4375rem;left:19.967992782592rem;height:2.4747rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOK7ZzugIbqf5ClhvtL2iKa32HtURSTf { z-index:15005;top:40.592988967896rem;left:20.124784469604rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:#1c2021;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:19.749875rem;height:4.18728125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ufwN5nKst9owQTzTgPoHhWrykvxIMXfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container { background-color: transparent; background-image: none; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container > .video-iframe-container { display: none; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row > .video-iframe-container { display: none; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .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); }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container { border-width: 0; border-radius: 0; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#UMPKuy0HKAUh1Xg3veLCQgTHxQXxsT5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56239375rem;width:2.56239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10rem;left:1.1875rem; }
#MtTF1O2m7d4KteprhVN2Tt5eMgiAX113 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.59765625rem;left:-0.034722328186035rem;height:2.4747rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bn9bJSH5LF6U7RPvZJb6ToBgU7sqLIxo { color:rgba(var(--color-tertiary-2),1);display:block;width:22.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:5.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTfCa0brvvnU5shSkKGqJZzA7t6UpVNH { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:0.1875rem;top:12.374891996384rem;left:2.4745327337507rem;display:block; }
#HTKs1fSZ2dWeBHKrTnDRGi7mEgta406o { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o1BBFEUWpvFEQbJ9iyhxkXFPI3rUfbh7 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.000000715256rem;left:35.874677658081rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hiQFcLvETCvpAQ6K2VQGsGTZEherEor5 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.749565839768rem;left:35.874677658081rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zUTpwyn24uxsIMZxyXFfQilbH0VVZP2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56239375rem;width:2.56239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.374565839768rem;left:31.249567031861rem; }
#Cu3bH1alUB942F1goib6O69BgPonM9PJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wO6qB5MRJS6s2IWZQS8MxsCRqSZ9miev { color:rgba(var(--color-tertiary-2),1);display:block;width:22.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:5.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DA36iiKRfDT77v10T4Py9Cq5rRdkTyTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56239375rem;width:2.56239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.9375rem;left:1.1875rem; }
#k8TXXkB6WaL8MvfS8mvNbVTGfwHy6OwJ { color:rgba(var(--color-tertiary-1),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:28.999566793442rem;left:35.874567031861rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KK5hTZmxVPTzZ2iMNZzu1iABqKT0egSe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56239375rem;width:2.56239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27.375rem;left:31.25rem; }
#BTuGGS0dqK8qX1xikmSJ6vKIbvAMXmQF { color:rgba(var(--color-tertiary-2),1);display:block;width:22.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.75rem;left:35.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TI6bpGSKwJGXRtnzd17nldEcSqEJNQlC { color:rgba(var(--color-tertiary-1),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:35.687391459942rem;left:5.8116321563721rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UbriUTN3WNacSDPUFf4Zuki0T53nDQoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56239375rem;width:2.56239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:34.06250166893rem;left:1.1870660781861rem; }
#PDggo1BBmBr6Ppit0gLl9dTkxJBlzRNQ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.43750166893rem;left:5.8121738433838rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D6SMi4me6ZtwlzHO8XsuFJDbcv2yiCXR { box-sizing:content-box;height:0.25rem;width:28.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:16.566515684127rem;left:2.5965709686279rem;border-top:0.125rem dashed #b3b6bc;border-left:0;border-right:0;border-bottom:0;display:block; }
#Mm6AgrMDCFsqJqU0AlDXqD7TCyXFetp3 { box-sizing:content-box;height:0.25rem;width:28.8125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;top:28.5625rem;left:2.5625rem;border-top:0.125rem dashed #b3b6bc;border-left:0;border-right:0;border-bottom:0;display:block; }
#x0U3FxCadJx8d80bh7ouw2sTleuWkEMF { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:0.1875rem;top:24.375rem;left:2.5rem;display:block; }
#NxfBXxMD90cNcgdRN6ECpUXeIhNp3kk4 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:0.3125rem;top:17.874350309372rem;left:32.384984970093rem;display:block; }
#qzvPzVUs2QTAVGJTPFHITCbbBvJ68eno { box-sizing:content-box;height:0.4375rem;width:12.875rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:22.296875rem;left:19.31103515625rem;border-top:0.125rem dashed #b3b6bc;border-left:0;border-right:0;border-bottom:0;display:block; }
#p6ZVeeFmHw03klGoV8l6s4vFIvcc3BCw { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:0.3125rem;top:29.8125rem;left:32.5rem;display:block; }
#W51piQV3NSEUa99qasHtE4Bs0UMiEnzC { box-sizing:content-box;height:0.5625rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:34.24967956543rem;left:23.499567031861rem;border-top:0.125rem dashed #b3b6bc;border-left:0;border-right:0;border-bottom:0;display:block; }
#Du5qUTC2XvPzN6JVbbGVySEfqTzauMxL { z-index:15006;top:42.529842376709rem;left:20.124784469604rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:#1c2021;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:19.749375rem;height:4.1867375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rDNTrsueuWoaR1JspSuFsm9omyJTkwWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container { background-color: transparent; background-image: none; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container > .video-iframe-container { display: none; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row > .video-iframe-container { display: none; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .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); }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container { border-width: 0; border-radius: 0; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#xqLfvWhQ56GGPNJOhwdElbne6Tyk7G6J { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:23.75rem;width:18.9375rem;top:10.124241203069rem;left:0rem;display:block; }
#ssnaMsQmqpnDUrO5KXzTPJT5nf6c9Dw2 { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:16.499132484197rem;left:0.71831607818606rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fgVQiNKV6T74r41elQUPKSE8Q7V4lo4V { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4rW3vhuGJaOwR5o6HeiVnhdKTpXN5q9 { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.499893188476rem;left:5.625rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xw8ZpTkJMFR4N6z4cOHHXFKmwN2yEknU { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.312393188476rem;left:26.937067031861rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgZ5Ags1TmAIXFpkJ1C5xyGUPqhdXBhc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:25.375rem;width:18.9375rem;top:10.125rem;left:20.5rem;display:block; }
#dgCL4pxpc30okcli1fOZ9Xeiki4SQsSv { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:16.49848151207rem;left:21.250001907349rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTWcf0sbbwC09eR5ntPct5QWmMFUm5WH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:23.5rem;width:18.9375rem;top:10.125rem;left:41.0625rem;display:block; }
#AbPVthBgRAGOR2LvcsT2HeUwxaLwn79N { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:16.49848151207rem;left:41.780599594116rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zdWh2Hh32ATqNJGTqzcuxRc3UVM7xaLQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:4.62456875rem;top:10.625rem;left:1rem;overflow:hidden;display:block; }
#T88O6k7ewfI1ADKGSyHBxzrxE3rNdGaa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:6.9375rem;top:12.625rem;left:6.1875rem;overflow:hidden;display:block; }
#X7p9ODATerT4yxkXi0ieTdsfdhy8yIFO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10.562072753906rem;left:21.312067031861rem;overflow:hidden;display:block; }
#LhVPtstJwSpbSZ5K0RxLWdpfoqxRbVbk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:6.937375rem;top:12.562286376953rem;left:26.687501907349rem;overflow:hidden;display:block; }
#x7saANMgUQqHtIVdTIcmpTXPp1T0P7JA { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.3125rem;left:47.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkuyL9QuBfC9MR1C26gU4eorVoWvffVo { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62424375rem;width:6.936875rem;top:12.589844077826rem;left:47.437177658081rem;overflow:hidden;display:block; }
#c8vDHVG84wHyiavlaTnUo3OTvV88R4qL { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:10.5625rem;left:42rem;overflow:hidden;display:block; }
#wSQKuykV4bThTTqtL1KIvOfGcSEAbovD { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.9873046875rem;left:-0.03173828125rem;height:2.4747rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container { background-color: transparent; background-image: none; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container > .video-iframe-container { display: none; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row > .video-iframe-container { display: none; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .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); }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container { border-width: 0; border-radius: 0; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#MPymdQa2pNbWUChVdm2OPttvRvviLybI { color:rgba(var(--color-tertiary-0),1);display:block;width:27.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.6558170318604rem;left:0.56206607818604rem;height:5.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; }
#GFVnKnxgNiiDsuNHJHL4aZrfEIanGO9G { z-index:15005;top:2.7495670318604rem;left:39.186742782593rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:#1c2021;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:20.1871875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ir9cSGz8DHOtigRzO6AdDTgWX6uQNB7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geC5BHuqL3MgThwmCqsPcuvznACpJT3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/wRPEUOba/sekcja3_bg.jpg");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; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D.adaptive-delivery-prevent-bg, #geC5BHuqL3MgThwmCqsPcuvznACpJT3D.lazyload, #geC5BHuqL3MgThwmCqsPcuvznACpJT3D.lazyloading { background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { border-width: 0; border-radius: 0; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.19873046875rem;left:35.5625rem;height:4.94939375rem;font-style:normal;display:block; }
#fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.4375rem;left:0rem;height:0;display:block; }
#CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:10.392578125rem;left:35.8125rem;height:18.69675625rem;text-align:left;text-align-last:left;display:block; }
#qMb1dpRmWz4XLeXc8OkEaLQAcO8TO6u8 { z-index:15004;top:34.437393188476rem;left:35.562067031861rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),0.83)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:#1c2021;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:20.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MBN7ZhD5lpKDsAw0h34NaHvlFBXXz50T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8Kevh9iBStJlUsnBgvhhecWEeubn8ht { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.06228125rem;width:4.93706875rem;top:10.704210598953rem;left:38.140733718872rem;overflow:hidden;display:block; }
#bdpTdQJl3xE7Crm7ZkWphrgnJBLb1NbE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.0625rem;top:24.328776478768rem;left:42.265409469604rem;overflow:hidden;display:block; }
#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container { background-color: transparent; background-image: none; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container > .video-iframe-container { display: none; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row > .video-iframe-container { display: none; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .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); }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container { border-width: 0; border-radius: 0; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#ym7k5xhcpOKaggm4FQmTLAdOqiTTyLHF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#Vn6oaennrwJNV9wlkD8JLxcJFkoD0pHP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgZv7v2xbyeZcOm9yQQKz3Zvv5HPthLH { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.5625rem;left:1.875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0acbrOxtAo6CwhQdcxCDZ1e6TavOMAK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:20.625rem;display:block; }
#PQBLsdgRqZKkXk01xhFKK56o0WCObzDl { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:20.5625rem;left:21.875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PID1gpFG18zn6EuoIt4PfADec84HsbOH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGwWm6s8roM6M7G8x7R0p0FytwEX1EGS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#f4JIpB9rRr55Zm5L1fpO0nOVGIdLQvxX { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:20.5625rem;left:41.875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AqaI6ce5WrZDghCCiMfMPH51sFikOLWX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTI7D3N5KNWFIctvUb6cSaJ2gAW238J9 { 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:12.75rem;left:8.4375rem; }
#yBJVH08ucKFe4uTLmkzDJFgOHeraMwDp { 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:15013;opacity:1;top:12.75rem;left:28.4375rem; }
#Ecbv5T3Hyx0wLnwrHr98nXJ1IcAMlweA { 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:15014;opacity:1;top:12.75rem;left:48.4375rem; }
#LhbD341IAl8iF5uTIEHeu9qc98JyvL5Q { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.4249143600464rem;left:21.875001907349rem;height:2.4747rem;font-style:normal;display:block; }
#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { background-color: transparent; background-image: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .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); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { border-width: 0; border-radius: 0; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:block; }#HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { color:#42464d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-form-header {  }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;color:#1c1b1a;width:40.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.5;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .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:transparent;background-image:none;border-top:0.0625rem solid #715c32;border-left:0.0625rem solid #715c32;border-right:0.0625rem solid #715c32;border-bottom:0.0625rem solid #715c32;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:40.5625rem;box-sizing:border-box;height:2.625rem;color:#353333;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .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:transparent;background-image:none;border-top:0.0625rem solid #715c32;border-left:0.0625rem solid #715c32;border-right:0.0625rem solid #715c32;border-bottom:0.0625rem solid #715c32;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:40.5625rem;box-sizing:border-box;height:4.375rem;color:#353333;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e7e3df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #022c3b;border-left:0.125rem solid #022c3b;border-right:0.125rem solid #022c3b;border-bottom:0.125rem solid #022c3b;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:40.5625rem;box-sizing:border-box;height:2.625rem;color:#766b5f;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f4af20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f9cb41;border-left:0.0625rem solid #f9cb41;border-right:0.0625rem solid #f9cb41;border-bottom:0.0625rem solid #f9cb41;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.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:40.5625rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH [class*="-text"]:-moz-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH [class*="-text"]::-moz-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH [class*="-text"]:-ms-input-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH [class*="-text"]::-webkit-input-placeholder { color:#b6ab9e;font-family:var(--headlines-font-family);font-size:0.875rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .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(--headlines-font-family);line-height:1.1;font-size:0.8125rem;font-weight:300;color:#766b5f;vertical-align:top;width:39.375rem;overflow:hidden;font-style:normal;float:none; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .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; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .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(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#766b5f;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-container:first-of-type{padding-top:0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-container:last-of-type{padding-bottom:0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.0009765625rem;left:10.01953125rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.5625rem;display:block;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#766b5f;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH {display:block;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.0009765625rem;left:10.01953125rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #SMFq97lFFlsOCVO6DQ2V0auhG1cHbr1m { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xeDgoueq9rVH1XSIGcxICJI7S4N8wZ2N { position:relative;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #s2eRmmehmkOfPT8mzpkEz9NkWgiPS3kD { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #FHcq3do8mrt5dy814mtO1v8eiVnKd9O9 { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xSb09WiPRUWtXMKJvkgnNrre9vku6mBJ { position:relative;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #x0Ht6CBDuf9oNycXCLFx0szDKK3iECXx { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #qLIpk4TvbnTyxQ7ImQuTVonVDsNPqyTE { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #kW3SN97ko9T2sqW5Hxg99QJTabkbpf4F { position:relative;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #T50hyOfE1Cqul3nT7mo2AW4LKGnhoFnl { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #bHS7hsoaPqult9A52ItRNunTJ2h3Nu9e { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #RnXQiHzQTG0G0WChoomBuovdpD3uudM6 { position:relative;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xntEkWUI4NLLm3Mk8PRc8SJUtMJAAZ4d { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #aapL8xRe0w3Hm4NDJifzD75TlKUVkW2v { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #dBc2bxe414yHhnUwAbDVQHQqevv8Zq2K { position:relative;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #Eh8Mb0TnhBJDQEX563AJn4DX3PqEPVKi { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #TPN3Qhb1A754iz1p5KIfTuJb9pltb9Ix { position:relative; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #o7hoMILdLwOJENkMuv6tyiu0gfRTTa6P { position:relative; }
#QJygDn9u01LqfNsgU77LPw2FgWF8okSW { box-sizing:content-box;height:41.0625rem;width:44.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.5624780654907rem;left:9.3022022247312rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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; }
#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,191,14,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; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container { background-color: transparent; background-image: none; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container > .video-iframe-container { display: none; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row > .video-iframe-container { display: none; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .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); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container { border-width: 0; border-radius: 0; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#Q2xTx0ZUdkkJ4UCmLTSxOuOWAKr30t5E { color:#f9faf1;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.25rem;left:24.75rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxAiiTsRJxEXrpBsLk1117g1D8q8vpdi { box-sizing:content-box;height:1.9375rem;width:10.4375rem;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:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.8125rem;left:24.75rem;display:block; }
#TcZZP7ws5eBLxfr4H9kFCCuew2SyszhN { color:rgba(var(--color-tertiary-4),1);display:block;width:6.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:0.68581390380862rem;left:24.81178855896rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uCebaRowgPzspA7DRl21pxiyG6tHlMl7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.124825rem;width:2.8125rem;top:0.77237129211425rem;left:31.186079025269rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa { display:block; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl3HtkPX8p30JOKRZPPT3UqlLhqOxRDh { top:1.1875rem;left:16.96875rem;width:23.1875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZS91cBWMnwTTBe5MbVxSSyU2ixOd8a { top:0.4375rem;left:33.6875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrzMSx2vls4DLKcbp34ViuA0fwSL6IQN { display:block; }
 }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:3.625rem;height:3.5624032280869rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie { display:none; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ { display:block; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIlcQBwFNX6qAz9rgw6v1ULu3za5ADEP { width:32.625rem;height:3.125rem;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-regular-label { width:22.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-text { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-text {padding-top: 0; padding-bottom: 0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-textarea { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-select { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-select {padding-top: 0; padding-bottom: 0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-button { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs  { width:22.375rem;height:auto;top:5.8125rem;left:22.875rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .radio-container { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs {display:block;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs { width:22.375rem;height:auto;top:5.8125rem;left:22.875rem; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #cPe2rwV11PPHhOFepaLvbZRWoHkVRT1h {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #mDm4d6FALrB9pTM3asvZP0GCQQMgTFZC { display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #ZJH9v9v5v3NZrmnIMhZtUICe1b3QD82X {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #Fcy10CrV2mmwweqMlLKAcmEwDFsAG7C5 {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #WPmZ0owPQHTdndRNLlCIUPDoMIuKmV3p { display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #vIz3beTmbzBiG2iVRwdS1JTC3SHdHkoC {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #bRs4TzK0XgoPaPZfWroqpKbotyrvrLao {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #sffzCthmqO1xGt0BKAXghW1Bk5NKvLgC { display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #DlsCzNCrRZk8EVcTie5bPPnRcSwB5KAC {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #p7s6sBAZaskLRpNqExdLcngbpvnezTUF {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #IWSOi3bNhbVOLnR2LfIHmI7cmWh9ekRn { display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #XVuqgZBQzXyShzPLJ3DC1PM7orOWsfzs {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #INdHBxNzuK1NGrzRLHrKSvpdD5wZlaJc {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #mzdyTcCZJmUTuLoIAfkl0Db5SIMxuUyy { display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #uMINrDsqCzdNU8THzLUK8aRv2F7Tn8JZ {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #ak3TxllnUxsxUtqBvaQTdb62GfLt9RC7 {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #gnxMKTFDdb3ynS7CqFxkE99P4Rz8EUT4 {  }
 }@media only screen and (max-width: 763px) { #bL0Twp66kNdobqcxPy38Qn4N0bXSb1ET { top:19.1875rem;left:0rem;width:10.125rem;height:4.5346134732192rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPHboUJTH5Bnm2Oh7b6ucR8woObUKGDH { top:18rem;left:0rem;width:11.75rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RInE8qDvn25Vd0IFIDcQDelP98rMT60U { top:1.0625rem;left:22.75rem;width:25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KFEM8hQp9M552eAxQwpCbVT9HLXTxo { top:1.875rem;left:22.75rem;width:25rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU0ANzTWkk86XK5vRni6okhFyRrr2TqX { top:4.5625rem;left:30.125rem;width:17.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0WT7ag5WWofg9UmHdEzkGtpbkBPZwZ { width:16.375rem;height:1.1875rem;top:4.6875rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JclbVHI0t2n4ee6me4NM5oNCItBhQWo1 { top:18rem;left:7.375rem;width:11.75rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0apPUXEZRqTfUHuFDy8AuxOihUofKZ3 { top:19.6875rem;left:7.3746452331544rem;width:11.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZU2STf4vdH2XTbHvMDODvmg9H1JBifW { top:22rem;left:7.375rem;width:11.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khx942tZM24O0TywfegaSelZUPBwVumN { width:31.875rem;height:4.5rem;top:3.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfXyq39Zf6f1VDIXlAceiK4nZtfCrEv { top:1.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Wc15SpTghoSLvJmwdmgPCG3xVzmH7W { top:4.625rem;left:0rem;width:16.5625rem;height:3.6736329108928rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E75mAxnxHbmBwDocZPkqRoZBxBlw5NEe { width:10.4375rem;height:3.375rem;top:2.75rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D46TSlHzJv1GOl7L5wwfTFKPA8hS3n8V { width:11.9375rem;height:3.375rem;top:2.75rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmq9iazCMBWNdCMg6pFr5h32buhxoNJh { top:2.9375rem;left:39.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbKoUpTzQ7gPeSKuKQnbsz01uw5gpoe0 { top:2.9375rem;left:16.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:12.0625rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Xy7pl0J57TgSwfMea2to26ClpFlk64 { top:2.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD { display:block; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ef9GBh6TVEmOJf4Q4qlVRaHe5ooU62W4 { width:29.6875rem;height:1.9375rem;top:9.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOUUPfVOz6TmA33FFEouTMVrTtfMU0lH { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdNQOgmIxPRDuP2RqzsNV4apsgEJosM { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5wEIGJLIk8W36IKzNekDX0CMHpy2ar { top:42.0625rem;left:0rem;width:28.1875rem;height:25.256666526548rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQHbLuO7QIhwoIF9Bztnzvt9XBuOGUQ7 { top:51.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKgkoXcmhZMEfDluMebuJ2pNAtJkxC1m { top:55.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUMHup0spGJiNdU2taxgZ6UHQ2gfriN { top:54.125rem;left:25.499891281128rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPsWa4ayV5Pn9Mfg85eDs94nTQB4oIQ6 { top:54.125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8VB62zMiaGhikHpkmJsSsiZCR1ZtBau { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4FFtuisx32FDBTb0rcaS3VL5DE4i59 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpM1FWTwtVSlqC3XPTlJciPwrPdnmeK3 { top:11.1875rem;left:24.625rem;width:23.125rem;height:24.683296810226rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDtuv0WkDRPksipbCb8gc7xISWrbnOnl { top:20.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnXi7RlBDl93Ca27MTfJGBTF5cikUpTk { top:24.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1Qv6roS1TJxOyUB8bP6XXfRXZp1aL6 { width:6.25rem;height:6.25rem;top:45.5625rem;left:28.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupvwTmrN56ydWKWEX5D7ut38KWt9QiE { width:6.25rem;height:6.25rem;top:45.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czhpfrqh5e6xvt2CaP52um9III51Msa5 { top:46.4375rem;left:29.374677658081rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37RVpNmvEBflFKJUBFRzmmqGtQDmw49 { top:46.1875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxVMhFawsfMQ6QNbT8SaKwcHsKxG7aD { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krcLilLUtErZNbb9Amug3gDC9FCg3m9o { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbmBme63e3wMNwzXfreZ83C3g9mkW0Zh { top:22.6875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDz9fHw2Zngl4UdsFLE9N5TKW0XMD0TI { top:22.6875rem;left:9.8125rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv09B2EnegcT65kbn875t6xzGCbA0Z55 { width:6.25rem;height:6.25rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsrw06ExpdiMZsTHKoOr3NAniRHPvacV { width:6.25rem;height:6.25rem;top:14.125rem;left:12.874567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAuVCelAFsK9rvIze63uAFuoQTncwggp { top:14.75rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV1uDTaqTtppom1hraMZJ090tprMP9MR { top:14.875rem;left:13.717664718628rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvXsiByDsd33nTs7XOC8opeZr6y1wsw { width:16rem;height:2.4375rem;top:3.0625rem;left:15.843317031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7KAr6ddu2IDXN5XXv7WADk6A4PAkZy2 { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STLiuve3yFfIcknoBpMKsDJ8dJ3BtIJr { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcZNltaAHa96mNVUaAR54fzoNEG7u3Fv { width:28.375rem;height:1.9375rem;top:40.1875rem;left:19.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoPpdzKWMZqJwOcFh3TL5b2TW1c9O6m { top:8.25rem;left:0rem;width:20rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlRPfwtfnpHsITPiFU9kcrHi0dq3k19f { top:39.125rem;left:25.909505844116rem;width:17.625rem;height:4.0482163995831rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6reRkecvaniBswU7Bti6ZCSvzTH7pC9 { top:39.125rem;left:30.125rem;width:17.625rem;height:4.0482163995831rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZAVWg8oTJGASRCJyvJUWG9Gy3N99wqn { top:24.0625rem;left:35.25rem;width:11.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVSDUV5IuXkW0yh5aSaJDQy8EoxfhHP { top:24.0625rem;left:36.125rem;width:11.625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCPMSu18T9iJ6OT8xkHrAVTsGTNZyT2A { top:55.5625rem;left:0rem;width:12.5rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6VMc8ZgfLbNDx3NZO52nFTAoSFPcP7i { top:55.5625rem;left:0rem;width:11.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV { display:block; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXqo4TPNVKONnhWhdrdJZT8msm5WvVch { width:18.8125rem;height:12.5625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBKIORthJwq0SkZ0LZGT5tPO74DoqmG { width:18.5625rem;height:12.5625rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFABgqp0qfaaSc577t45FJ8M7Oof81yp { width:18.75rem;height:12.5rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzSrsLS02kCA8tlH3H61zzbJNFORpbW7 { width:18.75rem;height:12.5rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKea91I4wkU3TTs0h3wcGafxQHzTSg4 { width:18.8125rem;height:12.5625rem;top:24.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbozShtvByWbe3tomkgxNs7meEO3TDa { width:18.8125rem;height:12.5625rem;top:24.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCLbdEmgetB3MZ4k0nu8d3xDNXe0HLTr { width:20rem;height:2.4375rem;top:3.4375rem;left:13.842992782592rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOK7ZzugIbqf5ClhvtL2iKa32HtURSTf { top:40.5625rem;left:13.999784469604rem;width:19.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufwN5nKst9owQTzTgPoHhWrykvxIMXfw { display:block; }
 }@media only screen and (max-width: 763px) { #x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti { display:block; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMPKuy0HKAUh1Xg3veLCQgTHxQXxsT5e { top:10rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTF1O2m7d4KteprhVN2Tt5eMgiAX113 { width:47.75rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9bJSH5LF6U7RPvZJb6ToBgU7sqLIxo { width:22.1875rem;height:1.9375rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfCa0brvvnU5shSkKGqJZzA7t6UpVNH { width:0.1875rem;height:4.3125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKs1fSZ2dWeBHKrTnDRGi7mEgta406o { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BBFEUWpvFEQbJ9iyhxkXFPI3rUfbh7 { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiQFcLvETCvpAQ6K2VQGsGTZEherEor5 { width:22.1875rem;height:1.9375rem;top:14.6875rem;left:25.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTpwyn24uxsIMZxyXFfQilbH0VVZP2R { top:15.3125rem;left:25.124567031861rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3bH1alUB942F1goib6O69BgPonM9PJ { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO6qB5MRJS6s2IWZQS8MxsCRqSZ9miev { width:22.1875rem;height:1.9375rem;top:21.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA36iiKRfDT77v10T4Py9Cq5rRdkTyTp { top:21.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8TXXkB6WaL8MvfS8mvNbVTGfwHy6OwJ { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK5hTZmxVPTzZ2iMNZzu1iABqKT0egSe { top:27.375rem;left:25.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTuGGS0dqK8qX1xikmSJ6vKIbvAMXmQF { width:22.1875rem;height:1.9375rem;top:26.6875rem;left:25.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI6bpGSKwJGXRtnzd17nldEcSqEJNQlC { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbriUTN3WNacSDPUFf4Zuki0T53nDQoT { top:34.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDggo1BBmBr6Ppit0gLl9dTkxJBlzRNQ { width:22.1875rem;height:1.9375rem;top:33.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6SMi4me6ZtwlzHO8XsuFJDbcv2yiCXR { top:16.5625rem;left:0rem;width:28.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6AgrMDCFsqJqU0AlDXqD7TCyXFetp3 { top:28.5625rem;left:0rem;width:28.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0U3FxCadJx8d80bh7ouw2sTleuWkEMF { width:0.125rem;height:4.25rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxfBXxMD90cNcgdRN6ECpUXeIhNp3kk4 { width:0.3125rem;height:4.5rem;top:17.8125rem;left:26.259984970092rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzvPzVUs2QTAVGJTPFHITCbbBvJ68eno { top:22.25rem;left:13.18603515625rem;width:12.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ZVeeFmHw03klGoV8l6s4vFIvcc3BCw { width:0.3125rem;height:4.4375rem;top:29.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51piQV3NSEUa99qasHtE4Bs0UMiEnzC { top:34.1875rem;left:17.374567031861rem;width:8.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5qUTC2XvPzN6JVbbGVySEfqTzauMxL { top:42.5rem;left:13.999784469604rem;width:19.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDNTrsueuWoaR1JspSuFsm9omyJTkwWs { display:block; }
 }@media only screen and (max-width: 763px) { #IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk { display:block; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqLfvWhQ56GGPNJOhwdElbne6Tyk7G6J { width:18.9375rem;height:23.75rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssnaMsQmqpnDUrO5KXzTPJT5nf6c9Dw2 { width:17.5rem;height:15.9375rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgVQiNKV6T74r41elQUPKSE8Q7V4lo4V { width:11.25rem;height:1.5625rem;top:11.375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4rW3vhuGJaOwR5o6HeiVnhdKTpXN5q9 { width:11.25rem;height:1rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8ZpTkJMFR4N6z4cOHHXFKmwN2yEknU { width:11.25rem;height:1.5625rem;top:11.25rem;left:20.812067031861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgZ5Ags1TmAIXFpkJ1C5xyGUPqhdXBhc { width:18.9375rem;height:25.375rem;top:10.125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCL4pxpc30okcli1fOZ9Xeiki4SQsSv { width:17.5rem;height:17.9375rem;top:16.4375rem;left:15.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWcf0sbbwC09eR5ntPct5QWmMFUm5WH { width:18.9375rem;height:23.5rem;top:10.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbPVthBgRAGOR2LvcsT2HeUwxaLwn79N { width:17.5rem;height:16rem;top:16.4375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdWh2Hh32ATqNJGTqzcuxRc3UVM7xaLQ { top:10.625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88O6k7ewfI1ADKGSyHBxzrxE3rNdGaa { top:12.625rem;left:0.0625rem;width:6.875rem;height:2.6011814402061rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7p9ODATerT4yxkXi0ieTdsfdhy8yIFO { top:10.5rem;left:15.187067031861rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhVPtstJwSpbSZ5K0RxLWdpfoqxRbVbk { top:12.5rem;left:20.562501907349rem;width:6.875rem;height:2.6008362239841rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7saANMgUQqHtIVdTIcmpTXPp1T0P7JA { width:11.25rem;height:1.5625rem;top:11.3125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkuyL9QuBfC9MR1C26gU4eorVoWvffVo { top:12.5625rem;left:40.875rem;width:6.875rem;height:2.6008362239841rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8vDHVG84wHyiavlaTnUo3OTvV88R4qL { top:10.5625rem;left:35.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSQKuykV4bThTTqtL1KIvOfGcSEAbovD { width:47.75rem;height:2.5rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTcXGar5VCgmgFdTcslobtDpkIt3IJn { display:block; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPymdQa2pNbWUChVdm2OPttvRvviLybI { width:27.6875rem;height:5.625rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFVnKnxgNiiDsuNHJHL4aZrfEIanGO9G { top:2.6875rem;left:27.5625rem;width:20.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9cSGz8DHOtigRzO6AdDTgWX6uQNB7K { display:block; }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { width:24.375rem;height:4.9375rem;top:4.1875rem;left:23.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:12.5rem;height:0;top:34.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:24.125rem;height:22.0625rem;top:10.375rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMb1dpRmWz4XLeXc8OkEaLQAcO8TO6u8 { top:34.375rem;left:27.25rem;width:20.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBN7ZhD5lpKDsAw0h34NaHvlFBXXz50T { display:block; }
 }@media only screen and (max-width: 763px) { #t8Kevh9iBStJlUsnBgvhhecWEeubn8ht { top:10.6875rem;left:32.015733718872rem;width:4.875rem;height:1.0483893529941rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdpTdQJl3xE7Crm7ZkWphrgnJBLb1NbE { top:24.3125rem;left:36.140409469604rem;width:6.0625rem;height:1.124715582521rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo { display:block; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ym7k5xhcpOKaggm4FQmTLAdOqiTTyLHF { width:18.75rem;height:17rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn6oaennrwJNV9wlkD8JLxcJFkoD0pHP { width:18.75rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgZv7v2xbyeZcOm9yQQKz3Zvv5HPthLH { width:16.25rem;height:3.1875rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0acbrOxtAo6CwhQdcxCDZ1e6TavOMAK { width:18.75rem;height:17rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQBLsdgRqZKkXk01xhFKK56o0WCObzDl { width:16.25rem;height:3.1875rem;top:20.5rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PID1gpFG18zn6EuoIt4PfADec84HsbOH { width:18.75rem;height:1.625rem;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGwWm6s8roM6M7G8x7R0p0FytwEX1EGS { width:18.75rem;height:17rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4JIpB9rRr55Zm5L1fpO0nOVGIdLQvxX { width:16.25rem;height:3.1875rem;top:20.5rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqaI6ce5WrZDghCCiMfMPH51sFikOLWX { width:18.75rem;height:3.25rem;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTI7D3N5KNWFIctvUb6cSaJ2gAW238J9 { top:12.75rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBJVH08ucKFe4uTLmkzDJFgOHeraMwDp { top:12.75rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecbv5T3Hyx0wLnwrHr98nXJ1IcAMlweA { top:12.75rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhbD341IAl8iF5uTIEHeu9qc98JyvL5Q { width:16.25rem;height:2.4375rem;top:4.375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:47.75rem;height:5.8125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-regular-label { width:40.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-text { width:40.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-textarea { width:40.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-select { width:40.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-button { width:40.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-checkbox-label { width:39.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH  { width:40.5625rem;height:auto;top:8rem;left:3.89453125rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .radio-container { width:40.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH {display:block;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH { width:40.5625rem;height:auto;top:8rem;left:3.89453125rem; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #SMFq97lFFlsOCVO6DQ2V0auhG1cHbr1m {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xeDgoueq9rVH1XSIGcxICJI7S4N8wZ2N { display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #s2eRmmehmkOfPT8mzpkEz9NkWgiPS3kD {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #FHcq3do8mrt5dy814mtO1v8eiVnKd9O9 {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xSb09WiPRUWtXMKJvkgnNrre9vku6mBJ { display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #x0Ht6CBDuf9oNycXCLFx0szDKK3iECXx {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #qLIpk4TvbnTyxQ7ImQuTVonVDsNPqyTE {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #kW3SN97ko9T2sqW5Hxg99QJTabkbpf4F { display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #T50hyOfE1Cqul3nT7mo2AW4LKGnhoFnl {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #bHS7hsoaPqult9A52ItRNunTJ2h3Nu9e {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #RnXQiHzQTG0G0WChoomBuovdpD3uudM6 { display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xntEkWUI4NLLm3Mk8PRc8SJUtMJAAZ4d {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #aapL8xRe0w3Hm4NDJifzD75TlKUVkW2v {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #dBc2bxe414yHhnUwAbDVQHQqevv8Zq2K { display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #Eh8Mb0TnhBJDQEX563AJn4DX3PqEPVKi {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #TPN3Qhb1A754iz1p5KIfTuJb9pltb9Ix {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #o7hoMILdLwOJENkMuv6tyiu0gfRTTa6P {  }
 }@media only screen and (max-width: 763px) { #QJygDn9u01LqfNsgU77LPw2FgWF8okSW { top:1.5rem;left:3.1772022247314rem;width:44.5rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX { display:block; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2xTx0ZUdkkJ4UCmLTSxOuOWAKr30t5E { top:3.25rem;left:18.625rem;width:10.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxAiiTsRJxEXrpBsLk1117g1D8q8vpdi { top:2.8125rem;left:18.625rem;width:10.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZZP7ws5eBLxfr4H9kFCCuew2SyszhN { top:0.625rem;left:18.68678855896rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCebaRowgPzspA7DRl21pxiyG6tHlMl7 { top:0.75rem;left:25.061079025269rem;width:2.8125rem;height:1.124825rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { background-color: transparent; background-image: none; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container > .video-iframe-container { display: none; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row > .video-iframe-container { display: none; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .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); }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { border-width: 0; border-radius: 0; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CST9BcPDZdnEVQgK5CU7PcLbLWaRbRBa > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl3HtkPX8p30JOKRZPPT3UqlLhqOxRDh { width:20rem;height:0;top:2.599609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kTZS91cBWMnwTTBe5MbVxSSyU2ixOd8a { top:0.43696731328964rem;left:2.96875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrzMSx2vls4DLKcbp34ViuA0fwSL6IQN { display:block; }
 }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:4.625rem;height:4.5625rem;top:0.1875rem;left:0rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie { display:block; }#R3tWHsx0ZKBVZyvaRI61KkZIOFKi03Ie > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c91f4771-c132-4453-a552-627efdb3189b/sallonrbreno.crop_2944x1134_0,223.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ.adaptive-delivery-prevent-bg, #d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ.lazyload, #d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ.lazyloading { background-image: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container { background-color: transparent; background-image: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,175,32,0.26); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container > .video-iframe-container { display: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,175,32,0.26); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row > .video-iframe-container { display: none; }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .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); }#d2vCRIJgOp1csdE6yyhxBM0VRWTxuvrZ > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIlcQBwFNX6qAz9rgw6v1ULu3za5ADEP { width:19.75rem;height:2.44939375rem;top:7.7494673728944rem;left:0.15616118907929rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-text {padding-top: 0; padding-bottom: 0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-select {padding-top: 0; padding-bottom: 0;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs  { width:17.5rem;height:auto;top:22.5rem;left:0rem; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs {display:block;}#g69wcflhT5zclIhwy3JTd8zZNFQCkvhs { width:17.5rem;height:auto;top:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #cPe2rwV11PPHhOFepaLvbZRWoHkVRT1h {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #mDm4d6FALrB9pTM3asvZP0GCQQMgTFZC { display:none; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #ZJH9v9v5v3NZrmnIMhZtUICe1b3QD82X {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #Fcy10CrV2mmwweqMlLKAcmEwDFsAG7C5 {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #WPmZ0owPQHTdndRNLlCIUPDoMIuKmV3p { display:none; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #vIz3beTmbzBiG2iVRwdS1JTC3SHdHkoC {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #bRs4TzK0XgoPaPZfWroqpKbotyrvrLao {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #sffzCthmqO1xGt0BKAXghW1Bk5NKvLgC { display:none; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #DlsCzNCrRZk8EVcTie5bPPnRcSwB5KAC {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #p7s6sBAZaskLRpNqExdLcngbpvnezTUF {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #IWSOi3bNhbVOLnR2LfIHmI7cmWh9ekRn { display:none; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #XVuqgZBQzXyShzPLJ3DC1PM7orOWsfzs {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #INdHBxNzuK1NGrzRLHrKSvpdD5wZlaJc {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #mzdyTcCZJmUTuLoIAfkl0Db5SIMxuUyy { display:none; }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #uMINrDsqCzdNU8THzLUK8aRv2F7Tn8JZ {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #ak3TxllnUxsxUtqBvaQTdb62GfLt9RC7 {  }
 }@media only screen and (max-width: 763px) { #g69wcflhT5zclIhwy3JTd8zZNFQCkvhs #gnxMKTFDdb3ynS7CqFxkE99P4Rz8EUT4 {  }
 }@media only screen and (max-width: 763px) { #bL0Twp66kNdobqcxPy38Qn4N0bXSb1ET { width:7.7494375rem;height:3.2492875rem;top:12.5rem;left:0.5625rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UPHboUJTH5Bnm2Oh7b6ucR8woObUKGDH { top:12.0625rem;left:0.3125rem;width:8.4375rem;height:4.0625rem;z-index:15014;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RInE8qDvn25Vd0IFIDcQDelP98rMT60U { width:20rem;height:28.75rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KFEM8hQp9M552eAxQwpCbVT9HLXTxo { width:20rem;height:1.78755625rem;top:19.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU0ANzTWkk86XK5vRni6okhFyRrr2TqX { width:17.5rem;height:1.3125rem;top:21.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0WT7ag5WWofg9UmHdEzkGtpbkBPZwZ { width:16.3743125rem;height:1.2246125rem;top:21.5625rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JclbVHI0t2n4ee6me4NM5oNCItBhQWo1 { top:12.125rem;left:11.25rem;width:8.4375rem;height:4.0625rem;z-index:15014;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0apPUXEZRqTfUHuFDy8AuxOihUofKZ3 { width:8.4375rem;height:2.11248125rem;top:12.8125rem;left:11.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZU2STf4vdH2XTbHvMDODvmg9H1JBifW { width:8.4375rem;height:1.13725rem;top:14.5625rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khx942tZM24O0TywfegaSelZUPBwVumN { width:20rem;height:3.37535625rem;top:2.7365946769714rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfXyq39Zf6f1VDIXlAceiK4nZtfCrEv { width:12.5rem;height:1.29980625rem;top:0.81232261657713rem;left:3.75rem;font-size:1rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3Wc15SpTghoSLvJmwdmgPCG3xVzmH7W { width:16.5625rem;height:3.6736329108928rem;top:4.625rem;left:1.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E75mAxnxHbmBwDocZPkqRoZBxBlw5NEe { width:13.75rem;height:1.5rem;top:13rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D46TSlHzJv1GOl7L5wwfTFKPA8hS3n8V { width:15.125rem;height:1.5rem;top:8rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pmq9iazCMBWNdCMg6pFr5h32buhxoNJh { display:flex;width:2.5rem;height:2.5rem;top:12.5rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZbKoUpTzQ7gPeSKuKQnbsz01uw5gpoe0 { display:flex;width:2.5rem;height:2.5rem;top:7.5rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:11.375rem;height:2.3994125rem;top:2.55078125rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #f8Xy7pl0J57TgSwfMea2to26ClpFlk64 { display:flex;width:2.5rem;height:2.5rem;top:2.5rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD { background-color:transparent;background-image:url("https://images.assets-landingi.com/jQe74VSiQBQ/unsplash/mmoka--jQe74VSiQBQ-photo-1682244097336-673f4db39c13.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD.adaptive-delivery-prevent-bg, #wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD.lazyload, #wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD.lazyloading { background-image: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container { background-color: transparent; background-image: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,239,0.87); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container > .video-iframe-container { display: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,239,0.87); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row > .video-iframe-container { display: none; }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .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); }#wZZPfAN6F3LsHkEws6gPtJguoOf4uWZD > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ef9GBh6TVEmOJf4Q4qlVRaHe5ooU62W4 { width:20rem;height:1.46218125rem;top:6.35959649086rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOUUPfVOz6TmA33FFEouTMVrTtfMU0lH { width:8.75rem;height:2.74956875rem;top:30.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdNQOgmIxPRDuP2RqzsNV4apsgEJosM { width:8.8125rem;height:2.8125rem;top:14.937164306641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5wEIGJLIk8W36IKzNekDX0CMHpy2ar { width:13.9371875rem;height:12.5rem;top:89.937068939206rem;left:3.0311417579651rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQHbLuO7QIhwoIF9Bztnzvt9XBuOGUQ7 { width:12.5rem;height:12.5rem;top:111rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKgkoXcmhZMEfDluMebuJ2pNAtJkxC1m { width:12.5rem;height:12.5rem;top:114.75rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRUMHup0spGJiNdU2taxgZ6UHQ2gfriN { width:8.4375rem;height:1.46218125rem;top:30.9375rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPsWa4ayV5Pn9Mfg85eDs94nTQB4oIQ6 { width:8.5625rem;height:1.46218125rem;top:30.9375rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8VB62zMiaGhikHpkmJsSsiZCR1ZtBau { width:8.75rem;height:2.74956875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4FFtuisx32FDBTb0rcaS3VL5DE4i59 { width:8.812375rem;height:2.74956875rem;top:14.937164306641rem;left:11.187608718872rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpM1FWTwtVSlqC3XPTlJciPwrPdnmeK3 { width:10.9375rem;height:11.6875rem;top:48.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDtuv0WkDRPksipbCb8gc7xISWrbnOnl { width:12.5rem;height:12.5rem;top:51.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnXi7RlBDl93Ca27MTfJGBTF5cikUpTk { width:12.5rem;height:12.5rem;top:55.0625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xk1Qv6roS1TJxOyUB8bP6XXfRXZp1aL6 { width:4.0625rem;height:4.0625rem;top:25.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupvwTmrN56ydWKWEX5D7ut38KWt9QiE { width:3.937175rem;height:3.937175rem;top:25.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czhpfrqh5e6xvt2CaP52um9III51Msa5 { width:3.625rem;height:3.625rem;top:25.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37RVpNmvEBflFKJUBFRzmmqGtQDmw49 { width:3.49989375rem;height:3.49989375rem;top:25.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxVMhFawsfMQ6QNbT8SaKwcHsKxG7aD { width:12.5rem;height:0;top:19.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #krcLilLUtErZNbb9Amug3gDC9FCg3m9o { width:12.5rem;height:0;top:38.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbmBme63e3wMNwzXfreZ83C3g9mkW0Zh { width:8.9375rem;height:1.4619125rem;top:15.562164306641rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDz9fHw2Zngl4UdsFLE9N5TKW0XMD0TI { width:8.5625rem;height:1.46218125rem;top:15.580612182618rem;left:11.312392234803rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv09B2EnegcT65kbn875t6xzGCbA0Z55 { width:4.3125rem;height:4.3125rem;top:9.9995574951175rem;left:2.312283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsrw06ExpdiMZsTHKoOr3NAniRHPvacV { width:4.49978125rem;height:4.49978125rem;top:9.9371643066406rem;left:13.374567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAuVCelAFsK9rvIze63uAFuoQTncwggp { width:3.624675rem;height:3.624675rem;top:10.312057495118rem;left:2.6871745586395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV1uDTaqTtppom1hraMZJ090tprMP9MR { width:3.5rem;height:3.5rem;top:10.437393188476rem;left:13.87478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvXsiByDsd33nTs7XOC8opeZr6y1wsw { width:15.999875rem;height:2.19993125rem;top:1.0622863769531rem;left:1.9992406368256rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7KAr6ddu2IDXN5XXv7WADk6A4PAkZy2 { width:12.5rem;height:0;top:58.875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STLiuve3yFfIcknoBpMKsDJ8dJ3BtIJr { width:12.5rem;height:0;top:79.625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcZNltaAHa96mNVUaAR54fzoNEG7u3Fv { width:20rem;height:1.46218125rem;top:22.052409172058rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoPpdzKWMZqJwOcFh3TL5b2TW1c9O6m { width:17.625rem;height:4.0482163995831rem;top:5.0672829151154rem;left:1.1870660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlRPfwtfnpHsITPiFU9kcrHi0dq3k19f { width:17.625rem;height:4.0482163995831rem;top:20.758463859558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6reRkecvaniBswU7Bti6ZCSvzTH7pC9 { width:17.625rem;height:4.0482163995831rem;top:20.758456230164rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZAVWg8oTJGASRCJyvJUWG9Gy3N99wqn { width:11.625rem;height:12.5rem;top:24.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAVSDUV5IuXkW0yh5aSaJDQy8EoxfhHP { width:11.625rem;height:11.8125rem;top:24.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCPMSu18T9iJ6OT8xkHrAVTsGTNZyT2A { width:12.5rem;height:11.875rem;top:55.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6VMc8ZgfLbNDx3NZO52nFTAoSFPcP7i { width:11.875rem;height:12.5rem;top:55.5625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV { display:block; }#swRFcoXQT2lHDUKiKN5a16SvPGFRvTMV > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXqo4TPNVKONnhWhdrdJZT8msm5WvVch { width:18.8125rem;height:12.5625rem;top:6.1248779296875rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBKIORthJwq0SkZ0LZGT5tPO74DoqmG { width:18.5625rem;height:12.5625rem;top:19.999664306641rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFABgqp0qfaaSc577t45FJ8M7Oof81yp { width:18.75rem;height:12.5rem;top:33.875rem;left:0.49967455863952rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzSrsLS02kCA8tlH3H61zzbJNFORpbW7 { width:18.75rem;height:12.5rem;top:47.625rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKea91I4wkU3TTs0h3wcGafxQHzTSg4 { width:18.8125rem;height:12.5625rem;top:61.499786376953rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbozShtvByWbe3tomkgxNs7meEO3TDa { width:18.8125rem;height:12.5625rem;top:75.374572753906rem;left:0.43728303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCLbdEmgetB3MZ4k0nu8d3xDNXe0HLTr { width:20rem;height:2.19993125rem;top:2.0618591308594rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOK7ZzugIbqf5ClhvtL2iKa32HtURSTf { top:40.5625rem;left:0.125rem;width:19.6875rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufwN5nKst9owQTzTgPoHhWrykvxIMXfw { display:block; }
 }@media only screen and (max-width: 763px) { #x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti { display:block; }#x9D0R9OhJR2K4t4d5tzaOWJuOiQXE8ti > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMPKuy0HKAUh1Xg3veLCQgTHxQXxsT5e { display:flex;width:2.5rem;height:2.5rem;top:9.3863937556744rem;left:0.68684899806975rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #MtTF1O2m7d4KteprhVN2Tt5eMgiAX113 { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9bJSH5LF6U7RPvZJb6ToBgU7sqLIxo { width:14.6875rem;height:1.78755625rem;top:8.6875rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfCa0brvvnU5shSkKGqJZzA7t6UpVNH { width:0.1875rem;height:4.3125rem;top:12.3125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTKs1fSZ2dWeBHKrTnDRGi7mEgta406o { width:12.9996875rem;height:2.9243625rem;top:10.474175930023rem;left:5.5934247970581rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BBFEUWpvFEQbJ9iyhxkXFPI3rUfbh7 { width:11.875rem;height:2.9243625rem;top:19.161785125733rem;left:5.6557078361511rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiQFcLvETCvpAQ6K2VQGsGTZEherEor5 { width:14.6875rem;height:1.78755625rem;top:17.375rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTpwyn24uxsIMZxyXFfQilbH0VVZP2R { display:flex;width:2.5rem;height:2.5rem;top:18.176544189453rem;left:0.68684899806975rem; }
 }@media only screen and (max-width: 763px) { #Cu3bH1alUB942F1goib6O69BgPonM9PJ { width:13.875rem;height:1.46218125rem;top:27.536892652512rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO6qB5MRJS6s2IWZQS8MxsCRqSZ9miev { width:14.124875rem;height:1.78755625rem;top:25.75rem;left:4.25rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA36iiKRfDT77v10T4Py9Cq5rRdkTyTp { display:flex;width:2.5rem;height:2.5rem;top:26.125rem;left:0.6875rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #k8TXXkB6WaL8MvfS8mvNbVTGfwHy6OwJ { width:12.8125rem;height:2.9243625rem;top:35.5rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK5hTZmxVPTzZ2iMNZzu1iABqKT0egSe { display:flex;width:2.5rem;height:2.5rem;top:34.666560649872rem;left:0.68684899806975rem; }
 }@media only screen and (max-width: 763px) { #BTuGGS0dqK8qX1xikmSJ6vKIbvAMXmQF { width:15.5625rem;height:1.78755625rem;top:33.75rem;left:4rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI6bpGSKwJGXRtnzd17nldEcSqEJNQlC { width:14.4998125rem;height:2.923825rem;top:44rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbriUTN3WNacSDPUFf4Zuki0T53nDQoT { display:flex;width:2.5rem;height:2.5rem;top:43.160050868988rem;left:0.68684899806975rem; }
 }@media only screen and (max-width: 763px) { #PDggo1BBmBr6Ppit0gLl9dTkxJBlzRNQ { width:15.999875rem;height:1.7871125rem;top:42.25rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6SMi4me6ZtwlzHO8XsuFJDbcv2yiCXR { width:20rem;height:0.25rem;top:16.07368125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mm6AgrMDCFsqJqU0AlDXqD7TCyXFetp3 { width:20rem;height:0.1875rem;top:37.819564375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0U3FxCadJx8d80bh7ouw2sTleuWkEMF { width:0.125rem;height:4.25rem;top:24.375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxfBXxMD90cNcgdRN6ECpUXeIhNp3kk4 { width:0.3125rem;height:4.5rem;top:17.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzvPzVUs2QTAVGJTPFHITCbbBvJ68eno { width:12.5rem;height:0.4375rem;top:33.315439375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6ZVeeFmHw03klGoV8l6s4vFIvcc3BCw { width:0.5rem;height:34.1875rem;top:10.386936187744rem;left:1.9886020956336rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51piQV3NSEUa99qasHtE4Bs0UMiEnzC { width:12.375rem;height:0.4375rem;top:54.998930625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Du5qUTC2XvPzN6JVbbGVySEfqTzauMxL { top:50.436742782593rem;left:0rem;width:20rem;height:4.12489375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDNTrsueuWoaR1JspSuFsm9omyJTkwWs { display:block; }
 }@media only screen and (max-width: 763px) { #IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk { display:block; }#IeVqvFMKBOp5Jx1RT4EQyMrT72aQ8MJk > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqLfvWhQ56GGPNJOhwdElbne6Tyk7G6J { width:18.9375rem;height:19rem;top:10.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssnaMsQmqpnDUrO5KXzTPJT5nf6c9Dw2 { width:17.5rem;height:15.99825rem;top:11.75rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fgVQiNKV6T74r41elQUPKSE8Q7V4lo4V { width:11.1870625rem;height:1.62489375rem;top:34.5625rem;left:6.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #S4rW3vhuGJaOwR5o6HeiVnhdKTpXN5q9 { width:13.8125rem;height:1.29936875rem;top:30rem;left:5.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xw8ZpTkJMFR4N6z4cOHHXFKmwN2yEknU { width:13.187375rem;height:1.625rem;top:6.625rem;left:6.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JgZ5Ags1TmAIXFpkJ1C5xyGUPqhdXBhc { width:18.9375rem;height:20.4375rem;top:9.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCL4pxpc30okcli1fOZ9Xeiki4SQsSv { width:17.5rem;height:18rem;top:10.875rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTWcf0sbbwC09eR5ntPct5QWmMFUm5WH { width:18.9375rem;height:18.5625rem;top:37.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbPVthBgRAGOR2LvcsT2HeUwxaLwn79N { width:17.5rem;height:16rem;top:38.875rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdWh2Hh32ATqNJGTqzcuxRc3UVM7xaLQ { width:4.562175rem;height:4.562175rem;top:6.9086380004881rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T88O6k7ewfI1ADKGSyHBxzrxE3rNdGaa { width:6.875rem;height:2.6009125rem;top:8.1540794372556rem;left:6.5625004768369rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7p9ODATerT4yxkXi0ieTdsfdhy8yIFO { width:4.562175rem;height:4.562175rem;top:6.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhVPtstJwSpbSZ5K0RxLWdpfoqxRbVbk { width:6.875rem;height:2.60036875rem;top:7.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7saANMgUQqHtIVdTIcmpTXPp1T0P7JA { width:11.25rem;height:1.625rem;top:34.658964395523rem;left:6.5304908752444rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkuyL9QuBfC9MR1C26gU4eorVoWvffVo { width:6.875rem;height:2.60036875rem;top:35.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8vDHVG84wHyiavlaTnUo3OTvV88R4qL { width:4.49978125rem;height:4.49978125rem;top:34.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSQKuykV4bThTTqtL1KIvOfGcSEAbovD { width:15.999875rem;height:2.19993125rem;top:2.1245622634887rem;left:1.9992406368256rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTcXGar5VCgmgFdTcslobtDpkIt3IJn { display:block; }#fHTcXGar5VCgmgFdTcslobtDpkIt3IJn > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPymdQa2pNbWUChVdm2OPttvRvviLybI { width:20rem;height:5.9375rem;top:1.7491321563721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #GFVnKnxgNiiDsuNHJHL4aZrfEIanGO9G { top:9.4981555938719rem;left:0rem;width:20rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9cSGz8DHOtigRzO6AdDTgWX6uQNB7K { display:block; }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { background-color:transparent;background-image:url("https://images.assets-landingi.com/Z3vFp7szCAY/unsplash/julie-molliver-Z3vFp7szCAY-photo-1581783898377-1c85bf937427.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D.adaptive-delivery-prevent-bg, #geC5BHuqL3MgThwmCqsPcuvznACpJT3D.lazyload, #geC5BHuqL3MgThwmCqsPcuvznACpJT3D.lazyloading { background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.93); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.93); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { width:20rem;height:4.125rem;top:1.4990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:12.5rem;height:0;top:12.75rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:12.5rem;height:0;top:14rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:20rem;height:23.78909375rem;top:7.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMb1dpRmWz4XLeXc8OkEaLQAcO8TO6u8 { top:34.374552220106rem;left:0rem;width:20rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBN7ZhD5lpKDsAw0h34NaHvlFBXXz50T { display:block; }
 }@media only screen and (max-width: 763px) { #t8Kevh9iBStJlUsnBgvhhecWEeubn8ht { width:4.874675rem;height:1.0476375rem;top:8.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdpTdQJl3xE7Crm7ZkWphrgnJBLb1NbE { width:6.06228125rem;height:1.124675rem;top:21.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo { display:block; }#T7pZe0xRocXsatu7Bd4lRZRdL3kBoyZo > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ym7k5xhcpOKaggm4FQmTLAdOqiTTyLHF { width:14.749875rem;height:13.4375rem;top:5.1171877384186rem;left:2.6242406368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn6oaennrwJNV9wlkD8JLxcJFkoD0pHP { width:18.75rem;height:1.29980625rem;top:11.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgZv7v2xbyeZcOm9yQQKz3Zvv5HPthLH { width:13.8748125rem;height:3.199575rem;top:13.75rem;left:3.0620660781861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0acbrOxtAo6CwhQdcxCDZ1e6TavOMAK { width:14.6875rem;height:13.4375rem;top:19.643013000488rem;left:2.6562502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQBLsdgRqZKkXk01xhFKK56o0WCObzDl { width:13.6870625rem;height:3.199575rem;top:28.5625rem;left:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PID1gpFG18zn6EuoIt4PfADec84HsbOH { width:14.3120625rem;height:2.5996125rem;top:25.0625rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGwWm6s8roM6M7G8x7R0p0FytwEX1EGS { width:14.749875rem;height:13.4375rem;top:34.705405712128rem;left:2.6242406368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4JIpB9rRr55Zm5L1fpO0nOVGIdLQvxX { width:14.3125rem;height:3.199575rem;top:43.311634063721rem;left:2.9375002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqaI6ce5WrZDghCCiMfMPH51sFikOLWX { width:13.75rem;height:2.5996125rem;top:40.125rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTI7D3N5KNWFIctvUb6cSaJ2gAW238J9 { display:flex;width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yBJVH08ucKFe4uTLmkzDJFgOHeraMwDp { display:flex;width:3.125rem;height:3.125rem;top:21.125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Ecbv5T3Hyx0wLnwrHr98nXJ1IcAMlweA { display:flex;width:3.125rem;height:3.125rem;top:35.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LhbD341IAl8iF5uTIEHeu9qc98JyvL5Q { width:16.25rem;height:2.19993125rem;top:1.3118515014649rem;left:1.8750002384186rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:20rem;height:4.0625rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:transparent;background-image:none; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:transparent;background-image:none; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH  { width:17.5rem;height:auto;top:8.6875rem;left:0rem; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH {display:block;}#mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH { width:17.5rem;height:auto;top:8.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #SMFq97lFFlsOCVO6DQ2V0auhG1cHbr1m {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xeDgoueq9rVH1XSIGcxICJI7S4N8wZ2N { display:none; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #s2eRmmehmkOfPT8mzpkEz9NkWgiPS3kD {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #FHcq3do8mrt5dy814mtO1v8eiVnKd9O9 {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xSb09WiPRUWtXMKJvkgnNrre9vku6mBJ { display:none; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #x0Ht6CBDuf9oNycXCLFx0szDKK3iECXx {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #qLIpk4TvbnTyxQ7ImQuTVonVDsNPqyTE {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #kW3SN97ko9T2sqW5Hxg99QJTabkbpf4F { display:none; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #T50hyOfE1Cqul3nT7mo2AW4LKGnhoFnl {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #bHS7hsoaPqult9A52ItRNunTJ2h3Nu9e {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #RnXQiHzQTG0G0WChoomBuovdpD3uudM6 { display:none; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #xntEkWUI4NLLm3Mk8PRc8SJUtMJAAZ4d {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #aapL8xRe0w3Hm4NDJifzD75TlKUVkW2v {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #dBc2bxe414yHhnUwAbDVQHQqevv8Zq2K { display:none; }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #Eh8Mb0TnhBJDQEX563AJn4DX3PqEPVKi {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #TPN3Qhb1A754iz1p5KIfTuJb9pltb9Ix {  }
 }@media only screen and (max-width: 763px) { #mfTXtFqSlPM0smHoPUq4n7GOXzVQkbSH #o7hoMILdLwOJENkMuv6tyiu0gfRTTa6P {  }
 }@media only screen and (max-width: 763px) { #QJygDn9u01LqfNsgU77LPw2FgWF8okSW { width:20rem;height:31.1875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX { background-color:rgba(249,191,14,0.1);background-image:none;display:block; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container { background-color: transparent; background-image: none; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container > .video-iframe-container { display: none; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row > .video-iframe-container { display: none; }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .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); }#J0ckOuFsZbTo7mzTUfbLuqP11iGBT8rX > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2xTx0ZUdkkJ4UCmLTSxOuOWAKr30t5E { width:20rem;height:1.05025rem;top:3.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxAiiTsRJxEXrpBsLk1117g1D8q8vpdi { width:10.43725rem;height:1.93714375rem;top:2.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZZP7ws5eBLxfr4H9kFCCuew2SyszhN { width:5.75rem;height:1.29980625rem;top:1rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCebaRowgPzspA7DRl21pxiyG6tHlMl7 { width:3.312325rem;height:1.31214375rem;top:1rem;left:11.25rem;display:block; }
 }