.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,236,236;--color-primary-1:252,192,192;--color-primary-2:249,129,129;--color-primary-3:125,65,65;--color-primary-4:37,19,19;--color-secondary-0:211,240,251;--color-secondary-1:122,211,244;--color-secondary-2:33,181,237;--color-secondary-3:38,147,211;--color-secondary-4:7,36,47;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 { position:relative;display:none; }#wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 { border-width: 0; border-radius: 0; }#wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 > .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; }#wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 > .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:18.4375rem;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:none; }#Q0N2N1kaUphT24cqpBaZ2MmLyLyzErNa { color:#ff0042;display:block;width:52.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.734375rem;left:3.5rem;height:10.9643625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8wfMb60e/hatter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#mAuEc0BCNg2nxwrHNq5LFKXTuiJlcamT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.9375rem;width:5rem;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:3.0625rem;left:27.5rem;overflow:hidden;display:block; }
#xRa7y9hRVqTHUGV8q59m6WqmqVErWnF2 { display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:23.75rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZzyGT1v0TCSIT8ykxkXuuqbUkfHq32G { display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:12.125rem;height:7.1484375rem;text-align:center;text-align-last:center;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; }
#Lq55eJnhJPzgEneyEWV4ae4wrpa9eAxC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.5rem;width:22.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.6875rem;left:18.75rem;overflow:hidden;display:block; }
#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bd582', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bd582', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, #4bd582, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container { background-color: transparent; background-image: none; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container > .video-iframe-container { display: none; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row > .video-iframe-container { display: none; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .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); }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container { border-width: 0; border-radius: 0; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#wZ3ZzwNkeD7QaODQUvWaMqOmuo5FMIML { display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:12.125rem;height:3.575rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#TB5Zf2RKNW8SrpfkdV7KC0tGU7OELTiJ { display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.75rem;height:2.92358125rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#hiOEkE23MhTNBKu8CJ0bD55JAgxl6uX9 { border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-left:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-right:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-top:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15005;top:20.375rem;left:3.6875rem;display:block; }
#nc28FkaTCa2mccNKL48wTnNaLiZTCwdA { display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.75rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lccVUGwRXgtp6ovbdmDMkJserNqnAC5L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15007;top:27.6875rem;left:7.9375rem;display:block; }
#BRWTQTTIgIq18gqi7BestxVR4qOoc8cC { display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.125rem;left:5.75rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glQM94gCE46h5X9Z0MJ403bXtaNQeZzT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.25rem;width:7.5rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.375rem;left:16.3125rem;overflow:hidden;display:block; }
#Pvyzil8h4KD3SWgkyPU95v2vMC0PodtK { border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-left:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-right:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-top:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15010;top:20.375rem;left:22.75rem;display:block; }
#TPvPlHRn7ea8WzzOTdPa3I5FDx6z07o6 { display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:24.8125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEKJS4MzNvTClQynTueQpT9Mtd66Tqzi { display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.125rem;left:24.8125rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwWcRBk191A6RCvhloTVFm8ycSvNUm55 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15012;top:27.6875rem;left:27rem;display:block; }
#TE6yPHs0sGTsdaxkoNTcT2DOvQInDdGT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.25rem;width:7.5rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:33.875rem;left:35.3125rem;overflow:hidden;display:block; }
#zQqtpIDTvm1xFIx7U9lzLmXmJbTJ0yaR { border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-left:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-right:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-top:0.3125rem solid rgba(var(--color-tertiary-0),0.23);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15014;top:20.375rem;left:41.6875rem;display:block; }
#qmOrZ6pis4TFcKH0AGhK7WGd00ZWrIrV { display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.125rem;left:42.5rem;height:3.8964875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dAdmGWp6Sw9v3HolMiFAsOLgqLuZP907 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15016;top:27.6875rem;left:45.9375rem;display:block; }
#TNTfTG9coy14qC4bRxaoZ5MHHXploxT8 { display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.1875rem;left:43.75rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPl11V4QOUdsXS5FhHI0AkbpyF0EUNPh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4rem;width:4rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:39.5625rem;left:28rem;overflow:hidden;display:block; }
#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8wfMb60e/hatter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i.adaptive-delivery-prevent-bg, #n5xdUQHITO5c1w8SX22g6y2k5T3dby5i.lazyload, #n5xdUQHITO5c1w8SX22g6y2k5T3dby5i.lazyloading { background-image: none; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container { background-color: transparent; background-image: none; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container > .video-iframe-container { display: none; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row > .video-iframe-container { display: none; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .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); }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container { border-width: 0; border-radius: 0; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#WwlGtI0VFJ0Rvnws9XNNlCbAEC43p6vb { display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.0625rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#tMhsqr4VJk1G6FSTQ23qIovzNbu8Vcwr { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15004;top:9.6875rem;left:12.625rem;display:block; }
#o1t9u5BXbQzTzBMzXmBsn5sAABlFEU0z { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:14.5rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#QFiXTlkBf5VJeH0yQeB52ZSzbJ4oiASo { display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:21.1875rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#TsDuiS9UaZBlJV2rllaTpBLTn0aPFAvw { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15006;top:13.375rem;left:19.3125rem;display:block; }
#hoAa7WemaBfKD9BsPoA09kD1VbVJwVcZ { display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:7.1875rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#vXa1evQTHgWAJEwPWHZUlgn6wy9D3A3d { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15008;top:16.6875rem;left:5.375rem;display:block; }
#RlnuyvzQZAUTC7C71MOlkgeDT2ocUGxK { display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20rem;left:20.3125rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#DtgikiDQ8AU6BSa738SCz4K5Jc90fnpP { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15010;top:19.9375rem;left:18.5rem;display:block; }
#tzwW02AktikqWGHXwGuBcqCvJoLIQUU1 { display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.4375rem;left:5.875rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#ghqS48UfnzqsATEThg238Xys215gR1xe { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15010;top:23.375rem;left:4.0625rem;display:block; }
#zAaPlADb5uqyM6tfL17BinfcRXaZQf9t { display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.625rem;left:13rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#elBhJ8m6FMfcUzzTugP6W5JGb7qdscfo { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15012;top:26.5625rem;left:11.1875rem;display:block; }
#M9xt7mGsBwQpotCMvTtDlEpPhNFHi2sc { display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.6875rem;left:23.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;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; }
#ofB34Q9zCWky2kHd0TrTFTOsxcIfQxx1 { border-bottom:0.3125rem solid #00c191;border-left:0.3125rem solid #00c191;border-right:0.3125rem solid #00c191;border-top:0.3125rem solid #00c191;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15014;top:29.625rem;left:21.1875rem;display:block; }
#NmR5aVlu6TVzfDMuqbnW01gngiTJ9Dn1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.75rem;width:13.6875rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12rem;left:42.75rem;overflow:hidden;display:block; }
#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container { background-color: transparent; background-image: none; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container > .video-iframe-container { display: none; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row > .video-iframe-container { display: none; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .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); }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container { border-width: 0; border-radius: 0; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#D2Lgagbuq0KAtJzuRuQDSpzk4SoeTocc { display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.5625rem;height:3.0875rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#beSkEuIArQHMFoquUOFi2xrGpumOcqoi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15005;top:12.375rem;left:20.625rem;display:block; }
#TyqbTaTo4GOfwHMNaoaycC16Wyr4xlMr { display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:8.5625rem;height:3.571775rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#hSdLIsfggO8P1GrNXkSlclZF279Al0cT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8wfMb60e/hatter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT.adaptive-delivery-prevent-bg, #hSdLIsfggO8P1GrNXkSlclZF279Al0cT.lazyload, #hSdLIsfggO8P1GrNXkSlclZF279Al0cT.lazyloading { background-image: none; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container { background-color: transparent; background-image: none; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container > .video-iframe-container { display: none; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row > .video-iframe-container { display: none; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .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); }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container { border-width: 0; border-radius: 0; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#fyApU5EqC4H3sUe3fVTFupEcG0Vpi0Qa { display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:29.625rem;height:2.11263125rem;text-align:center;text-align-last:center;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; }
#iTn1zhxeoXE54mpTRPPqZLmzuRzyB21n { display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:22.3125rem;height:4.2246125rem;text-align:center;text-align-last:center;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; }
#W78hClrD58eseBQnb0PS2qm0HOxumbxn { display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.125rem;left:26.125rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#mBgGDOkm3UkBs5KAHUe9tcgeFsf3oJw9 { display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0625rem;left:22.3125rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#vH1vdsuywd8UkaEkUXedcn4NpAgwiTHI { display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.25rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#kkhilVd3iqkve5XTd2qFIizSdUcW7fBy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.25rem;width:20.25rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4rem;left:0rem;overflow:hidden;display:block; }
#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container { background-color: transparent; background-image: none; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container > .video-iframe-container { display: none; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row > .video-iframe-container { display: none; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .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); }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container { border-width: 0; border-radius: 0; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#UxI8Go2eXolyT68tlLdFn31m0UKm1WSD { display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.5625rem;height:3.0875rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#muUEsW9rzPr6rIsSybZUczVM4eCubtxH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15005;top:12.375rem;left:20.625rem;display:block; }
#B02XBbVqAI9AsgmIW813iN3LTOzkT2lu { display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:8.5625rem;height:3.571775rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8wfMb60e/hatter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX.adaptive-delivery-prevent-bg, #T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX.lazyload, #T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX.lazyloading { background-image: none; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container { background-color: transparent; background-image: none; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container > .video-iframe-container { display: none; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row > .video-iframe-container { display: none; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .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); }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container { border-width: 0; border-radius: 0; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#XKcnR9lXiiRuSuMWWQnzvI44PTp7ZiTR { display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.0625rem;height:3.90014375rem;text-align:center;text-align-last:center;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; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-form-header {  }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#19232e;width:32.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.5;overflow:hidden; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-top:0.0625rem solid #e1e1e1;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:32.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem #000000 ; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-text {padding-top: 0; padding-bottom: 0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-top:0.0625rem solid #e1e1e1;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:32.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem #000000 ; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-select {padding-top: 0; padding-bottom: 0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e34b4b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:32.9375rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-button.adaptive-delivery-prevent-bg, #iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-button.lazyload, #iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-button.lazyloading { background-image: none; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:31.75rem;overflow:hidden;font-style:normal; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .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; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-container:first-of-type{padding-top:0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-container:last-of-type{padding-bottom:0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.9375rem;height:auto;border-bottom:0.125rem solid #d0d0d0;border-left:0.125rem solid #d0d0d0;border-right:0.125rem solid #d0d0d0;border-top:0.125rem solid #d0d0d0;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:9.1875rem;left:12.125rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.9375rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq {display:block;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.9375rem;height:auto;border-bottom:0.125rem solid #d0d0d0;border-left:0.125rem solid #d0d0d0;border-right:0.125rem solid #d0d0d0;border-top:0.125rem solid #d0d0d0;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:9.1875rem;left:12.125rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #JOJXZbLkygTDQzWpqOkV0kFT0afy9ot7 { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #bUiMSNRrIWvIVZwZJT1QExMTFuM4HvPl { position:relative;display:block; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #vqrAPg04Fn0klcG32fnVhFGH3GUT0z9Q { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #EPt90sb2gKlEElWWvNTJESnXzdiLU4rK { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #wz3WabvqLTbTb2MeLbdKTkmfaOrVCAS7 { position:relative;display:block; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #Cx2Opo8c1tU4r56CJzi3Gb08z09KNZKq { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #KfQbAsDS9EGe0Rr4qXMaEhJ0zoT6PWvG { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #kgTaG0W6b0LBhXWxyGPXelZphxsu0ETQ { position:relative;display:block; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #uI2PTdpgFfLmA4q5qODHWCZ8DKJWR1P1 { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #z8S8yyW4cPuTVfAeUsht91a31xza2HfT { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #IPbHJ3ragDD1T5X2PkReqyQPErSNoKG7 { position:relative;display:block; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #NRDfygUvMcbM4cBH5TPlP6nDGiaveTAt { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #yyoudeWWaitRaRGLTJ7l6fqcGZxocTyr { position:relative; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq #rB5zcT2AMFr3EetdlJet98SH3kNEIZnG { position:relative; }
#xQwzTAhdC8edTP4hLKnZpBTZ1zEadPlG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.6875rem;left:10.5rem;overflow:hidden;display:block; }
#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, #4bd582, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bd582', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bd582', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, #4bd582, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container { background-color: transparent; background-image: none; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container > .video-iframe-container { display: none; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row > .video-iframe-container { display: none; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .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); }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container { border-width: 0; border-radius: 0; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#lNLxEF5M490vRVSvKuburHpQCXPfQIoW { display:block;width:35.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2496447563171rem;left:12.092506408691rem;height:4.2246125rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#eyHevRenK3gVPxzT0TdWlgfGrLgPxnhu { display:block;width:46.4994375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4719452857969rem;left:6.7489337921144rem;height:2.11263125rem;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#EppsrgagE2vGn09F77BuFt769JgshPlh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:0.062144875rem;width:4.6875rem;position:absolute;display:block;z-index:15006;top:9.7487568855287rem;left:27.65625rem;display:block; }
#DiAM4w87QXrFmOco4iNJ28p5JS8954gq { border-bottom:0;border-left:0;border-right:0;border-top: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;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;height:16.75rem;width:16.75rem;position:absolute;display:block;z-index:15023;top:13rem;left:2.3125rem;display:block; }
#PDAwLQ37LXcwBekfN9Gcv0O3gSfeFysW { display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.4375rem;left:3.375rem;height:1.7858875rem;text-align:center;text-align-last:center;color:#f39941;display:block; }
#ZQGnpqMGfRC6etdSCNK1Rr6gorcqRaCg { display:block;width:15.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.25rem;left:3rem;height:6.4941375rem;text-align:center;text-align-last:center;display:block; }
#oHPJf8FMs6tDSC3iyrNG25AwD8hQZhC0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5rem;width:10.5rem;position:absolute;display:block;z-index:15033;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.0625rem;left:17.4375rem;overflow:hidden;display:block; }
#lgaTINEZTtwkDbamo5qBaQ3tdws0ybHz { border-bottom:0;border-left:0;border-right:0;border-top: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;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;height:16.75rem;width:16.75rem;position:absolute;display:block;z-index:15027;top:13rem;left:32.0625rem;display:block; }
#HzUlUkz0TL9Xrrzc26xnDGJtdIcEq8tL { display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.4375rem;left:33.125rem;height:1.7858875rem;text-align:center;text-align-last:center;color:#f39941;display:block; }
#MwzD1I97qyOTafvGZ2ZsoRrSBz3eRnoX { display:block;width:15.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.25rem;left:32.75rem;height:6.4941375rem;text-align:center;text-align-last:center;display:block; }
#KAcILcylZaeJHEcaJLHBgnTqRI93u7no { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.375rem;width:10.375rem;position:absolute;display:block;z-index:15037;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.4375rem;left:47.125rem;overflow:hidden;display:block; }
#UIXdW6rGQzETMPfWgkhD31d1GHMIuZyn { display:block;width:21.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.950956344604rem;left:19.125434875488rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),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; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container { background-color: transparent; background-image: none; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container > .video-iframe-container { display: none; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row > .video-iframe-container { display: none; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .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); }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container { border-width: 0; border-radius: 0; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#lpaaZHWrTBuTSaKXOsbOsCkOlWZv9LVd { display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0.125rem;height:;text-align:center;text-align-last:center;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#BLkPBkzUgaydKyJC7KuvCubCfbNat2KS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.5rem;left:55.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 { display:none; }#wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Q0N2N1kaUphT24cqpBaZ2MmLyLyzErNa { width:47.75rem;height:10.9375rem;top:3.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:33.625rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mAuEc0BCNg2nxwrHNq5LFKXTuiJlcamT { width:5rem;height:2.9375rem;top:2.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xRa7y9hRVqTHUGV8q59m6WqmqVErWnF2 { width:12.5rem;height:1.9375rem;top:8.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UZzyGT1v0TCSIT8ykxkXuuqbUkfHq32G { width:35.75rem;height:7.125rem;top:13.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lq55eJnhJPzgEneyEWV4ae4wrpa9eAxC { width:18.8125rem;height:18.8125rem;top:21.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 { display:block; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container { width:47.75rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wZ3ZzwNkeD7QaODQUvWaMqOmuo5FMIML { width:35.75rem;height:3.5625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TB5Zf2RKNW8SrpfkdV7KC0tGU7OELTiJ { width:46.5rem;height:2.875rem;top:12.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hiOEkE23MhTNBKu8CJ0bD55JAgxl6uX9 { width:14.0625rem;height:14.0625rem;top:20.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nc28FkaTCa2mccNKL48wTnNaLiZTCwdA { width:10.5625rem;height:0;top:23.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lccVUGwRXgtp6ovbdmDMkJserNqnAC5L { width:6.25rem;height:0.0625rem;top:27.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BRWTQTTIgIq18gqi7BestxVR4qOoc8cC { width:10.5625rem;height:0;top:29.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #glQM94gCE46h5X9Z0MJ403bXtaNQeZzT { width:4.875rem;height:0.6875rem;top:21.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pvyzil8h4KD3SWgkyPU95v2vMC0PodtK { width:14.0625rem;height:14.0625rem;top:20.375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TPvPlHRn7ea8WzzOTdPa3I5FDx6z07o6 { width:10.5625rem;height:3.875rem;top:23.1875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nEKJS4MzNvTClQynTueQpT9Mtd66Tqzi { width:10.5625rem;height:2.5rem;top:29.125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rwWcRBk191A6RCvhloTVFm8ycSvNUm55 { width:6.25rem;height:0.0625rem;top:27.6875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TE6yPHs0sGTsdaxkoNTcT2DOvQInDdGT { width:4.875rem;height:0.6875rem;top:33.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zQqtpIDTvm1xFIx7U9lzLmXmJbTJ0yaR { width:14.0625rem;height:14.0625rem;top:20.375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qmOrZ6pis4TFcKH0AGhK7WGd00ZWrIrV { width:10.5rem;height:5rem;top:29.125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dAdmGWp6Sw9v3HolMiFAsOLgqLuZP907 { width:6.25rem;height:0.0625rem;top:27.6875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TNTfTG9coy14qC4bRxaoZ5MHHXploxT8 { width:10.5625rem;height:3.875rem;top:23.1875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPl11V4QOUdsXS5FhHI0AkbpyF0EUNPh { width:4rem;height:4rem;top:38.25rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #n5xdUQHITO5c1w8SX22g6y2k5T3dby5i { display:block; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WwlGtI0VFJ0Rvnws9XNNlCbAEC43p6vb { width:47.75rem;height:3.0625rem;top:3.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #tMhsqr4VJk1G6FSTQ23qIovzNbu8Vcwr { width:1.25rem;height:1.25rem;top:9.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #o1t9u5BXbQzTzBMzXmBsn5sAABlFEU0z { width:29.375rem;height:1.625rem;top:9.5rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QFiXTlkBf5VJeH0yQeB52ZSzbJ4oiASo { width:21.5625rem;height:1.625rem;top:13rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TsDuiS9UaZBlJV2rllaTpBLTn0aPFAvw { width:1.25rem;height:1.25rem;top:12.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hoAa7WemaBfKD9BsPoA09kD1VbVJwVcZ { width:34.75rem;height:1.625rem;top:16.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vXa1evQTHgWAJEwPWHZUlgn6wy9D3A3d { width:1.25rem;height:1.25rem;top:16.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RlnuyvzQZAUTC7C71MOlkgeDT2ocUGxK { width:22.5rem;height:1.625rem;top:20.1875rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DtgikiDQ8AU6BSa738SCz4K5Jc90fnpP { width:1.25rem;height:1.25rem;top:20rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tzwW02AktikqWGHXwGuBcqCvJoLIQUU1 { width:33.5rem;height:1.625rem;top:23.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ghqS48UfnzqsATEThg238Xys215gR1xe { width:1.25rem;height:1.25rem;top:23rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zAaPlADb5uqyM6tfL17BinfcRXaZQf9t { width:29.8125rem;height:1.625rem;top:26.375rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #elBhJ8m6FMfcUzzTugP6W5JGb7qdscfo { width:1.25rem;height:1.25rem;top:26.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #M9xt7mGsBwQpotCMvTtDlEpPhNFHi2sc { width:21.375rem;height:1.625rem;top:29.4375rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ofB34Q9zCWky2kHd0TrTFTOsxcIfQxx1 { width:1.25rem;height:1.25rem;top:29.25rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NmR5aVlu6TVzfDMuqbnW01gngiTJ9Dn1 { width:13.6875rem;height:17.75rem;top:12rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB { display:block; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #D2Lgagbuq0KAtJzuRuQDSpzk4SoeTocc { width:47.75rem;height:3.0625rem;top:6.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #beSkEuIArQHMFoquUOFi2xrGpumOcqoi { width:18.75rem;height:0.0625rem;top:12.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #TyqbTaTo4GOfwHMNaoaycC16Wyr4xlMr { width:42.875rem;height:3.5rem;top:14.5rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hSdLIsfggO8P1GrNXkSlclZF279Al0cT { display:block; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fyApU5EqC4H3sUe3fVTFupEcG0Vpi0Qa { width:20.125rem;height:2.0625rem;top:4rem;left:21.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #iTn1zhxeoXE54mpTRPPqZLmzuRzyB21n { width:30.25rem;height:4.1875rem;top:5.9375rem;left:16.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #W78hClrD58eseBQnb0PS2qm0HOxumbxn { width:27.125rem;height:1.625rem;top:11.875rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mBgGDOkm3UkBs5KAHUe9tcgeFsf3oJw9 { width:33.625rem;height:1.625rem;top:15.9375rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vH1vdsuywd8UkaEkUXedcn4NpAgwiTHI { width:32.625rem;height:3.25rem;top:19.9375rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kkhilVd3iqkve5XTd2qFIizSdUcW7fBy { width:17.875rem;height:17.875rem;top:4rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt { display:block; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UxI8Go2eXolyT68tlLdFn31m0UKm1WSD { width:47.75rem;height:3.0625rem;top:7.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #muUEsW9rzPr6rIsSybZUczVM4eCubtxH { width:18.75rem;height:0.0625rem;top:12.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #B02XBbVqAI9AsgmIW813iN3LTOzkT2lu { width:42.875rem;height:3.5rem;top:14.8125rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX { display:block; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XKcnR9lXiiRuSuMWWQnzvI44PTp7ZiTR { width:47.75rem;height:3.875rem;top:2.25rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-regular-label { width:32.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-text { width:32.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-text {padding-top: 0; padding-bottom: 0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-textarea { width:32.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-select { width:32.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-select {padding-top: 0; padding-bottom: 0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-button { width:32.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq  { width:32.9375rem;height:auto;top:9.6875rem;left:6rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .radio-container { width:32.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq {display:block;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq { width:32.9375rem;height:auto;top:9.6875rem;left:6rem; }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #JOJXZbLkygTDQzWpqOkV0kFT0afy9ot7 {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #bUiMSNRrIWvIVZwZJT1QExMTFuM4HvPl { display:block; }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #vqrAPg04Fn0klcG32fnVhFGH3GUT0z9Q {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #EPt90sb2gKlEElWWvNTJESnXzdiLU4rK {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #wz3WabvqLTbTb2MeLbdKTkmfaOrVCAS7 { display:block; }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #Cx2Opo8c1tU4r56CJzi3Gb08z09KNZKq {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #KfQbAsDS9EGe0Rr4qXMaEhJ0zoT6PWvG {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #kgTaG0W6b0LBhXWxyGPXelZphxsu0ETQ { display:block; }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #uI2PTdpgFfLmA4q5qODHWCZ8DKJWR1P1 {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #z8S8yyW4cPuTVfAeUsht91a31xza2HfT {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #IPbHJ3ragDD1T5X2PkReqyQPErSNoKG7 { display:block; }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #NRDfygUvMcbM4cBH5TPlP6nDGiaveTAt {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #yyoudeWWaitRaRGLTJ7l6fqcGZxocTyr {  }
 }@media only screen and (max-width: 959px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #rB5zcT2AMFr3EetdlJet98SH3kNEIZnG {  }
 }@media only screen and (max-width: 959px) { #xQwzTAhdC8edTP4hLKnZpBTZ1zEadPlG { width:5.0625rem;height:5.0625rem;top:5.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tciiZbITCw1XCNSURB6IvddrlvNmAxcJ { display:block; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lNLxEF5M490vRVSvKuburHpQCXPfQIoW { width:35.75rem;height:4.1875rem;top:4.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 959px) { #eyHevRenK3gVPxzT0TdWlgfGrLgPxnhu { width:46.5rem;height:2.0625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EppsrgagE2vGn09F77BuFt769JgshPlh { width:4.6875rem;height:0.0625rem;top:13.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DiAM4w87QXrFmOco4iNJ28p5JS8954gq { width:21.875rem;height:21.875rem;top:10.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PDAwLQ37LXcwBekfN9Gcv0O3gSfeFysW { width:12.5rem;height:2.0625rem;top:14.25rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZQGnpqMGfRC6etdSCNK1Rr6gorcqRaCg { width:15.375rem;height:2.875rem;top:19.4375rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oHPJf8FMs6tDSC3iyrNG25AwD8hQZhC0 { width:10.5rem;height:10.5rem;top:24.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgaTINEZTtwkDbamo5qBaQ3tdws0ybHz { width:21.875rem;height:21.875rem;top:10.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HzUlUkz0TL9Xrrzc26xnDGJtdIcEq8tL { width:12.5rem;height:2.0625rem;top:14.25rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MwzD1I97qyOTafvGZ2ZsoRrSBz3eRnoX { width:15.375rem;height:2.875rem;top:19.4375rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KAcILcylZaeJHEcaJLHBgnTqRI93u7no { width:10.375rem;height:10.375rem;top:24.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UIXdW6rGQzETMPfWgkhD31d1GHMIuZyn { width:16.75rem;height:1.25rem;top:7.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #JRAaEh3v06XD69FeMI3agZhT2zdwsr4d { display:block; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lpaaZHWrTBuTSaKXOsbOsCkOlWZv9LVd { width:19.6875rem;height:;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BLkPBkzUgaydKyJC7KuvCubCfbNat2KS { width:3.125rem;height:3.125rem;top:1.5rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 { display:none; }#wRVaT4B9KnficXMiqiXZe4xgnRqzBUh6 > .row .container { width:20rem;height:24.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q0N2N1kaUphT24cqpBaZ2MmLyLyzErNa { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:38.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAuEc0BCNg2nxwrHNq5LFKXTuiJlcamT { width:5rem;height:2.9375rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRa7y9hRVqTHUGV8q59m6WqmqVErWnF2 { width:12.5rem;height:1.95rem;top:5.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZzyGT1v0TCSIT8ykxkXuuqbUkfHq32G { width:17.375rem;height:10.3984375rem;top:9.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq55eJnhJPzgEneyEWV4ae4wrpa9eAxC { width:13.8125rem;height:13.8125rem;top:23.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 { display:block; }#kndU1nvxHZJu1PmMHaPyqaFsXoO7mzr8 > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ3ZzwNkeD7QaODQUvWaMqOmuo5FMIML { width:20rem;height:3.0869125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5Zf2RKNW8SrpfkdV7KC0tGU7OELTiJ { width:20rem;height:3.8984375rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiOEkE23MhTNBKu8CJ0bD55JAgxl6uX9 { width:14.0625rem;height:14.0625rem;top:12rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc28FkaTCa2mccNKL48wTnNaLiZTCwdA { width:10.5625rem;height:3.25rem;top:15.4375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccVUGwRXgtp6ovbdmDMkJserNqnAC5L { width:4.6875rem;height:0.0625rem;top:19.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRWTQTTIgIq18gqi7BestxVR4qOoc8cC { width:10.5625rem;height:2.2734375rem;top:21rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glQM94gCE46h5X9Z0MJ403bXtaNQeZzT { width:7.5rem;height:1.25rem;top:31.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvyzil8h4KD3SWgkyPU95v2vMC0PodtK { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPvPlHRn7ea8WzzOTdPa3I5FDx6z07o6 { width:10.5625rem;height:3.25rem;top:32.8125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEKJS4MzNvTClQynTueQpT9Mtd66Tqzi { width:10.5625rem;height:2.2734375rem;top:38.3125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwWcRBk191A6RCvhloTVFm8ycSvNUm55 { width:4.6875rem;height:0.0625rem;top:37.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6yPHs0sGTsdaxkoNTcT2DOvQInDdGT { width:7.5rem;height:1.25rem;top:70.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQqtpIDTvm1xFIx7U9lzLmXmJbTJ0yaR { width:14.0625rem;height:14.0625rem;top:47.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmOrZ6pis4TFcKH0AGhK7WGd00ZWrIrV { width:10.5625rem;height:3.41015625rem;top:56.0625rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAdmGWp6Sw9v3HolMiFAsOLgqLuZP907 { width:4.6875rem;height:0.0625rem;top:54.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTfTG9coy14qC4bRxaoZ5MHHXploxT8 { width:10.5625rem;height:3.25rem;top:50.4375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPl11V4QOUdsXS5FhHI0AkbpyF0EUNPh { width:3.125rem;height:3.125rem;top:66.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5xdUQHITO5c1w8SX22g6y2k5T3dby5i { display:block; }#n5xdUQHITO5c1w8SX22g6y2k5T3dby5i > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwlGtI0VFJ0Rvnws9XNNlCbAEC43p6vb { width:19.0625rem;height:4.225rem;top:1.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhsqr4VJk1G6FSTQ23qIovzNbu8Vcwr { width:1.25rem;height:1.25rem;top:8.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1t9u5BXbQzTzBMzXmBsn5sAABlFEU0z { width:19.3125rem;height:2.6rem;top:10.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFiXTlkBf5VJeH0yQeB52ZSzbJ4oiASo { width:18.8125rem;height:1.3rem;top:19.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsDuiS9UaZBlJV2rllaTpBLTn0aPFAvw { width:1.25rem;height:1.25rem;top:16.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoAa7WemaBfKD9BsPoA09kD1VbVJwVcZ { width:17.75rem;height:2.6rem;top:26.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXa1evQTHgWAJEwPWHZUlgn6wy9D3A3d { width:1.25rem;height:1.25rem;top:23.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlnuyvzQZAUTC7C71MOlkgeDT2ocUGxK { width:17.3125rem;height:1.3rem;top:34.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtgikiDQ8AU6BSa738SCz4K5Jc90fnpP { width:1.25rem;height:1.25rem;top:31.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzwW02AktikqWGHXwGuBcqCvJoLIQUU1 { width:20rem;height:2.6rem;top:41.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghqS48UfnzqsATEThg238Xys215gR1xe { width:1.25rem;height:1.25rem;top:38.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAaPlADb5uqyM6tfL17BinfcRXaZQf9t { width:18.875rem;height:2.6rem;top:48.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBhJ8m6FMfcUzzTugP6W5JGb7qdscfo { width:1.25rem;height:1.25rem;top:46.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9xt7mGsBwQpotCMvTtDlEpPhNFHi2sc { width:18.5rem;height:1.3rem;top:56.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofB34Q9zCWky2kHd0TrTFTOsxcIfQxx1 { width:1.25rem;height:1.25rem;top:54.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmR5aVlu6TVzfDMuqbnW01gngiTJ9Dn1 { width:11.1875rem;height:14.5rem;top:64.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB { display:block; }#UEBUKGrXpzEeGPWdZs6MAlMegXnwXuRB > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2Lgagbuq0KAtJzuRuQDSpzk4SoeTocc { width:19.5rem;height:4.548825rem;top:3.625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beSkEuIArQHMFoquUOFi2xrGpumOcqoi { width:9.375rem;height:0.0625rem;top:11.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyqbTaTo4GOfwHMNaoaycC16Wyr4xlMr { width:20rem;height:4.38574375rem;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSdLIsfggO8P1GrNXkSlclZF279Al0cT { display:block; }#hSdLIsfggO8P1GrNXkSlclZF279Al0cT > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyApU5EqC4H3sUe3fVTFupEcG0Vpi0Qa { width:20rem;height:1.625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTn1zhxeoXE54mpTRPPqZLmzuRzyB21n { width:20rem;height:2.2744125rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W78hClrD58eseBQnb0PS2qm0HOxumbxn { width:20rem;height:2.923825rem;top:11rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBgGDOkm3UkBs5KAHUe9tcgeFsf3oJw9 { width:20rem;height:2.923825rem;top:16rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vH1vdsuywd8UkaEkUXedcn4NpAgwiTHI { width:18.6875rem;height:5.84765625rem;top:20.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkhilVd3iqkve5XTd2qFIizSdUcW7fBy { width:15.25rem;height:15.25rem;top:31.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt { display:block; }#zQFxvpiP56WxuWtb6BGOwl6F9nngrKdt > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxI8Go2eXolyT68tlLdFn31m0UKm1WSD { width:18.875rem;height:4.548825rem;top:5.125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUEsW9rzPr6rIsSybZUczVM4eCubtxH { width:9.375rem;height:0.0625rem;top:12.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02XBbVqAI9AsgmIW813iN3LTOzkT2lu { width:20rem;height:5.84765625rem;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX { display:block; }#T0aqWuTuZ3Ckabmn3KTgK2p9WP8DXegX > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKcnR9lXiiRuSuMWWQnzvI44PTp7ZiTR { width:20rem;height:5.5234375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-text {padding-top: 0; padding-bottom: 0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-select {padding-top: 0; padding-bottom: 0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.375rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-container:first-of-type{padding-top:0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq .widget-container:last-of-type{padding-bottom:0;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq  { width:17.25rem;height:auto;top:8.6875rem;left:0rem; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iqndpWH31Ji7INvXix4Sw95FDdryatBq {display:block;}#iqndpWH31Ji7INvXix4Sw95FDdryatBq { width:17.25rem;height:auto;top:8.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #JOJXZbLkygTDQzWpqOkV0kFT0afy9ot7 {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #bUiMSNRrIWvIVZwZJT1QExMTFuM4HvPl { display:block; }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #vqrAPg04Fn0klcG32fnVhFGH3GUT0z9Q {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #EPt90sb2gKlEElWWvNTJESnXzdiLU4rK {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #wz3WabvqLTbTb2MeLbdKTkmfaOrVCAS7 { display:block; }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #Cx2Opo8c1tU4r56CJzi3Gb08z09KNZKq {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #KfQbAsDS9EGe0Rr4qXMaEhJ0zoT6PWvG {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #kgTaG0W6b0LBhXWxyGPXelZphxsu0ETQ { display:block; }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #uI2PTdpgFfLmA4q5qODHWCZ8DKJWR1P1 {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #z8S8yyW4cPuTVfAeUsht91a31xza2HfT {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #IPbHJ3ragDD1T5X2PkReqyQPErSNoKG7 { display:block; }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #NRDfygUvMcbM4cBH5TPlP6nDGiaveTAt {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #yyoudeWWaitRaRGLTJ7l6fqcGZxocTyr {  }
 }@media only screen and (max-width: 763px) { #iqndpWH31Ji7INvXix4Sw95FDdryatBq #rB5zcT2AMFr3EetdlJet98SH3kNEIZnG {  }
 }@media only screen and (max-width: 763px) { #xQwzTAhdC8edTP4hLKnZpBTZ1zEadPlG { width:5.0625rem;height:5.0625rem;top:4.875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tciiZbITCw1XCNSURB6IvddrlvNmAxcJ { display:block; }#tciiZbITCw1XCNSURB6IvddrlvNmAxcJ > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNLxEF5M490vRVSvKuburHpQCXPfQIoW { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHevRenK3gVPxzT0TdWlgfGrLgPxnhu { width:20rem;height:1.7875rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppsrgagE2vGn09F77BuFt769JgshPlh { width:4.6875rem;height:0.0625rem;top:8.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiAM4w87QXrFmOco4iNJ28p5JS8954gq { width:16.75rem;height:16.75rem;top:18.125000476837rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDAwLQ37LXcwBekfN9Gcv0O3gSfeFysW { width:14.625rem;height:1.7875rem;top:22.250000476837rem;left:2.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGnpqMGfRC6etdSCNK1Rr6gorcqRaCg { width:15.3125rem;height:6.49903125rem;top:25.687500476837rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHPJf8FMs6tDSC3iyrNG25AwD8hQZhC0 { width:10.5rem;height:10.5rem;top:11.1875rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgaTINEZTtwkDbamo5qBaQ3tdws0ybHz { width:16.75rem;height:16.75rem;top:43.875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzUlUkz0TL9Xrrzc26xnDGJtdIcEq8tL { width:14.625rem;height:1.7875rem;top:48.27499961853rem;left:2.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwzD1I97qyOTafvGZ2ZsoRrSBz3eRnoX { width:15.3125rem;height:6.49903125rem;top:51rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAcILcylZaeJHEcaJLHBgnTqRI93u7no { width:10.375rem;height:10.375rem;top:37.062506198883rem;left:4.8125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIXdW6rGQzETMPfWgkhD31d1GHMIuZyn { width:20rem;height:1.13671875rem;top:61.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRAaEh3v06XD69FeMI3agZhT2zdwsr4d { display:block; }#JRAaEh3v06XD69FeMI3agZhT2zdwsr4d > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpaaZHWrTBuTSaKXOsbOsCkOlWZv9LVd { width:10rem;height:2.2734375rem;top:1.6875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLkPBkzUgaydKyJC7KuvCubCfbNat2KS { width:1.875rem;height:1.875rem;top:1.6875rem;left:17.875rem;display:block; }
 }